Skip to content

Commit

Permalink
Upgrade roxygen2 version (#36)
Browse files Browse the repository at this point in the history
* Upgrade roxygen2 version

* Automatic renv profile update.

* Automatic renv profile update.

* Add R_REMOTES_STANDALONE env variable.

* Add env into admiralci.

* Update .lycheeignore

---------

Co-authored-by: galachad <[email protected]>
  • Loading branch information
galachad and galachad authored Jan 24, 2024
1 parent 9d4d2a3 commit eccb9eb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r-renv-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
install_min_version("vctrs", "0.4.1")
install_min_version("rlang", "1.0.6")
renv::install("[email protected]", dependencies = "none")
renv::install("roxygen2@7.2.3", dependencies = "none")
renv::install("roxygen2@7.3.1", dependencies = "none")
renv::settings$snapshot.type("custom")
renv::snapshot(force = TRUE, prompt = FALSE)
Expand Down
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ https://packagemanager.posit.co/cran/2023-04-20/
https://packagemanager.posit.co/cran/2022-03-10/
https://packagemanager.posit.co/cran/latest
[email protected]
[email protected]
[email protected]
.*@users.noreply.github.com
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ URL: https://pharmaverse.github.io/sdtm.oak/, https://github.com/pharmaverse/sdt
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Depends: R (>= 4.2)
Imports:
admiraldev,
Expand Down
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
},
"roxygen2": {
"Package": "roxygen2",
"Version": "7.2.3",
"Version": "7.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1078,7 +1078,7 @@
"withr",
"xml2"
],
"Hash": "7b153c746193b143c14baa072bae4e27"
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
},
"rprojroot": {
"Package": "rprojroot",
Expand Down
4 changes: 2 additions & 2 deletions renv/profiles/4.2/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
},
"roxygen2": {
"Package": "roxygen2",
"Version": "7.2.3",
"Version": "7.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1078,7 +1078,7 @@
"withr",
"xml2"
],
"Hash": "7b153c746193b143c14baa072bae4e27"
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
},
"rprojroot": {
"Package": "rprojroot",
Expand Down
4 changes: 2 additions & 2 deletions renv/profiles/4.3/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
},
"roxygen2": {
"Package": "roxygen2",
"Version": "7.2.3",
"Version": "7.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1078,7 +1078,7 @@
"withr",
"xml2"
],
"Hash": "7b153c746193b143c14baa072bae4e27"
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
},
"rprojroot": {
"Package": "rprojroot",
Expand Down

0 comments on commit eccb9eb

Please sign in to comment.