Skip to content

Commit

Permalink
Merge branch 'main' into 17-documentation-template-r-code
Browse files Browse the repository at this point in the history
  • Loading branch information
galachad authored Jan 24, 2024
2 parents b783fba + eccb9eb commit cb96798
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ URL: https://pharmaverse.github.io/sdtm.oak/, https://github.com/pharmaverse/sdt
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Depends: R (>= 4.1)
RoxygenNote: 7.3.1
Depends: R (>= 4.2)
Imports:
admiraldev,
dplyr (>= 1.0.0),
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 cb96798

Please sign in to comment.