rOpenGov / giscoR

Download geospatial data from GISCO API - Eurostat
https://ropengov.github.io/giscoR/
GNU General Public License v3.0
71 stars 1 forks source link

Bump r-lib/actions from 1 to 2 #55

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps r-lib/actions from 1 to 2.

Release notes

Sourced from r-lib/actions's releases.

v2

Note that v2 is a sliding tag, and we introduce non-breaking changes to it.

v2.4.0 (2023-01-16)

  • [setup-r]: supports Rtools43 now. On R-devel Windows Rtools43 is installed by default (#682).
  • [setup-renv]: new input parameter: bypass-cache to skip the GitHub cache completely (#667, @​davidski).
  • The style.yaml example workflow now installs roxygen2 as well (#690, @​dpprdan).
  • The document.yaml and style.yaml example workflows now do not run for pull requests (#683, @​arisp99).

v2.3.1 (2022-11-04)

  • [setup-r-dependencies] is now compatible with renv again (#652).
  • [check-r-package] now sets the LOGNAME environment variable, which is needed for an R CMD check test to work (#651).

v2.3.0 (2022-10-26)

  • All node.js actions use node 16 now.

  • [check-r-package] uploading artifacts works now when working-directory is set (#614, @​riccardoporreca).

  • [setup-pandoc] uses now pandoc version 2.19.2 by default.

  • [setup-r] now sets RENV_CONFIG_REPOS_OVERRIDE to RSPM, if RSPM is requrested (#572).

  • [setup-r] has a new windows-path-include-rtools parameter (#574).

  • [setup-r] now installs ghostscript on all platforms, as it is sometimes needed for R CMD check (#583).

  • [setup-r-dependencies] now installs pak into the site library. This helps checking packages that depend on pak (#640).

  • [setup-renv] has a new profile parameter for the renv profile to use in renv::activate() (#649, @​Bisaloo).

  • All example workflows use actions relying on node 16 now.

  • Example workflows using lintr now fail on lint errors now (#537).

  • The check-full workflow now includes a check on Windows 4.1.x (#564).

  • The style example how also supports Quarto .qmd files (#629, @​IndrajeetPatil).

  • New example workflow, lint-changed-files, to lint only the changed files (#567, @​IndrajeetPatil).

  • New example workflow, check-no-suggests, to run R CMD check with only the suggested packages (#549).

  • The test-coverage workflow now prints the test results and on test failures it also uploads them as an artifact (#643).

v2.2.8 (2022-08-31)

  • Examples now use ubuntu-latest instead of ubuntu-20.04. This avoid having to update your workflows every two years. It does not change anything right now, however, as ubuntu-latest is the same as ubuntu-20.04 currently.

v2.2.7 (2022-08-23)

  • HTML 5 check example now works for packages with vignettes (by ignoring them), #611.
  • [setup-r] now adds Rtools40 to the PATH for Windows ucrt R versions, so R can compile packages again, #610.

v2.2.6 (2022-08-22)

v2.2.5 (2002-08-05)

... (truncated)

Commits
  • 33f03a8 Remove pull_request trigger from workflows (#691)
  • 83df762 add roxygen2 dependency to styler workflow (#690)
  • 51716de update examples/README.md to include latest changes to example yamls (#689)
  • 105dd10 Empty commit to trigger CI build
  • 33d9fe4 Another setup-r rtools version fix
  • 8b4732b setup-r fix for rtools version selection
  • 39e040f Fix rtools test workflow typo
  • a86b631 Simplify rtools test workflow
  • 368966a Fix typo in new rtools test workflow
  • 3f4475e Fix new rtools test workflow
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #55 (d4e3a1d) into main (32e0cae) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d4e3a1d differs from pull request most recent head f705c0f. Consider uploading reports for the commit f705c0f to get more accurate results

@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          17       17           
  Lines         982      982           
=======================================
  Hits          957      957           
  Misses         25       25           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.