-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix github link on packagedown site & address deprecations (#208)
* fix github link on packagedown site * update dependency versions * update snapshot tests * update documentation * update forcats function * revert back to original, change strategy * update versions * replace deprecated functions * modify another snapshot test * update news * changes! * Update .gitignore * Increment version number to 0.2.0.9001 --------- Co-authored-by: Daniel Sjoberg <[email protected]>
- Loading branch information
1 parent
0304ae3
commit be9d3bf
Showing
15 changed files
with
802 additions
and
711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,4 @@ vignettes/*.pdf | |
.Rproj.user | ||
docs | ||
inst/doc | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: gtreg | ||
Title: Regulatory Tables for Clinical Research | ||
Version: 0.2.0.9000 | ||
Version: 0.2.0.9001 | ||
Authors@R: c( | ||
person("Shannon", "Pileggi", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0002-7732-4164")), | ||
|
@@ -19,24 +19,24 @@ BugReports: https://github.com/shannonpileggi/gtreg/issues | |
Depends: | ||
R (>= 3.4) | ||
Imports: | ||
broom.helpers (>= 1.5.0), | ||
cli (>= 3.1.0), | ||
dplyr (>= 1.0.7), | ||
forcats (>= 0.5.1), | ||
glue (>= 1.6.0), | ||
gtsummary (>= 1.6.1), | ||
purrr (>= 0.3.4), | ||
rlang (>= 1.0.0), | ||
stringr (>= 1.4.0), | ||
tibble (>= 3.1.6), | ||
tidyr (>= 1.1.4) | ||
broom.helpers (>= 1.13.0), | ||
cli (>= 3.6.1), | ||
dplyr (>= 1.1.1), | ||
forcats (>= 1.0.0), | ||
glue (>= 1.6.2), | ||
gtsummary (>= 1.7.1), | ||
purrr (>= 1.0.1), | ||
rlang (>= 1.1.1), | ||
stringr (>= 1.5.0), | ||
tibble (>= 3.2.1), | ||
tidyr (>= 1.2.1) | ||
Suggests: | ||
covr (>= 3.5.1), | ||
gt (>= 0.3.1), | ||
knitr (>= 1.37), | ||
rmarkdown, | ||
spelling (>= 2.2), | ||
testthat (>= 3.1.1) | ||
covr (>= 3.6.1), | ||
gt (>= 0.9.0), | ||
knitr (>= 1.43), | ||
rmarkdown (>= 2.22), | ||
spelling (>= 2.2.1), | ||
testthat (>= 3.1.9) | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.