Skip to content

Commit

Permalink
Upgrade roxygen version for documentation (#70)
Browse files Browse the repository at this point in the history
* Upgrade roxygen version for documentation, add missing function to pkgdown

* Automatic renv profile update.

* Automatic renv profile update.

---------

Co-authored-by: galachad <[email protected]>
  • Loading branch information
galachad and galachad authored Jul 23, 2024
1 parent a1c2b17 commit 2cc2a43
Show file tree
Hide file tree
Showing 7 changed files with 10 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("[email protected].1", dependencies = "none")
renv::install("[email protected].2", 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 @@ -5,5 +5,6 @@ https://packagemanager.posit.co/cran/2022-03-10/
https://packagemanager.posit.co/cran/latest
[email protected]
[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 @@ -33,7 +33,7 @@ URL: https://pharmaverse.github.io/sdtm.oak/, https://github.com/pharmaverse/sdt
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Depends: R (>= 4.2)
Imports:
admiraldev,
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ reference:
contents:
- assign
- harcode
- derive_blfl
- derive_seq
- derive_study_day
- assign_datetime
Expand Down
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
},
"roxygen2": {
"Package": "roxygen2",
"Version": "7.3.1",
"Version": "7.3.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1187,7 +1187,7 @@
"withr",
"xml2"
],
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
"Hash": "6ee25f9054a70f44d615300ed531ba8d"
},
"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 @@ -1165,7 +1165,7 @@
},
"roxygen2": {
"Package": "roxygen2",
"Version": "7.3.1",
"Version": "7.3.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1187,7 +1187,7 @@
"withr",
"xml2"
],
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
"Hash": "6ee25f9054a70f44d615300ed531ba8d"
},
"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 @@ -1165,7 +1165,7 @@
},
"roxygen2": {
"Package": "roxygen2",
"Version": "7.3.1",
"Version": "7.3.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1187,7 +1187,7 @@
"withr",
"xml2"
],
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
"Hash": "6ee25f9054a70f44d615300ed531ba8d"
},
"rprojroot": {
"Package": "rprojroot",
Expand Down

0 comments on commit 2cc2a43

Please sign in to comment.