diff --git a/.github/workflows/write-codemeta.yaml b/.github/workflows/write-codemeta.yaml deleted file mode 100644 index acd922f..0000000 --- a/.github/workflows/write-codemeta.yaml +++ /dev/null @@ -1,49 +0,0 @@ -on: - push: - paths: - - DESCRIPTION - - LICENSE - - NEWS.md - -name: Write codemeta - -jobs: - render: - name: Write codemeta - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - - uses: r-lib/actions/setup-r@v1 - - name: Query dependencies - run: | - install.packages('remotes') - saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2) - writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version") - shell: Rscript {0} - - - name: Cache R packages - uses: actions/cache@v2 - with: - path: ${{ env.R_LIBS_USER }} - key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }} - restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1- - - name: Install system dependencies - run: | - while read -r cmd - do - eval sudo $cmd - done < <(Rscript -e 'writeLines(c(remotes::system_requirements("ubuntu", "20.04"), "apt-get install -y libgit2-dev"))') - - name: Install codemetar - run: | - install.packages("remotes") - remotes::install_local(".") - remotes::install_cran("codemetar") - shell: Rscript {0} - - name: Write codemeta - run: Rscript -e 'codemetar::write_codemeta()' - - name: Commit results - run: | - git config --local user.email "actions@github.com" - git config --local user.name "GitHub Actions" - git commit codemeta.json -m 'Re-write codemeta.json' || echo "No changes to commit" - git push origin || echo "No changes to commit" diff --git a/DESCRIPTION b/DESCRIPTION index 0765314..3811bb0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: terrainr Type: Package Title: Landscape Visualizations in R and 'Unity' -Version: 0.4.0.9001 +Version: 0.4.1 Authors@R: c( person(given = "Michael", family = "Mahoney", diff --git a/NEWS.md b/NEWS.md index f467099..68dfc54 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,4 @@ -# terrainr 0.4.0.9001 -* Current development version +# terrainr 0.4.1 * Improvements and bug fixes: * `get_tiles` now displays a bulleted list of endpoints (again?), rather than a jumble of raw markdown diff --git a/codemeta.json b/codemeta.json index ba29c87..7cd8b16 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,13 +10,13 @@ "codeRepository": "https://github.com/ropensci/terrainr", "issueTracker": "https://github.com/ropensci/terrainr/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.4.0.9001", + "version": "0.4.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.0.5 (2021-03-31)", + "runtimePlatform": "R version 4.1.0 (2021-05-18)", "author": [ { "@type": "Person", @@ -271,7 +271,7 @@ ], "releaseNotes": "https://github.com/ropensci/terrainr/blob/master/NEWS.md", "readme": "https://github.com/ropensci/terrainr/blob/main/README.md", - "fileSize": "3123.563KB", + "fileSize": "3102.798KB", "contIntegration": "https://codecov.io/gh/ropensci/terrainr", "developmentStatus": ["https://lifecycle.r-lib.org/articles/stages.html#maturing", "https://www.repostatus.org/#active"], "keywords": [