Skip to content

Commit

Permalink
Upgrade roxygen version for documentation, add missing function to pk…
Browse files Browse the repository at this point in the history
…gdown
  • Loading branch information
galachad committed Jul 22, 2024
1 parent a1c2b17 commit fdc76e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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

0 comments on commit fdc76e4

Please sign in to comment.