generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from pharmaverse/devel
0.4 release (related to admiral 0.11.0)
- Loading branch information
Showing
78 changed files
with
6,821 additions
and
1,301 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
linters: with_defaults(line_length_linter(100), object_usage_linter=NULL, cyclocomp_linter(complexity_limit = 20)) | ||
exclusions: list("R/data.R") | ||
linters: linters_with_defaults( | ||
line_length_linter(100), | ||
object_usage_linter=NULL, | ||
cyclocomp_linter(complexity_limit = 20), | ||
undesirable_function_linter = undesirable_function_linter() | ||
) | ||
exclusions: list( | ||
"R/data.R" = Inf, | ||
"inst" = list(undesirable_function_linter = Inf), | ||
"vignettes" = list(undesirable_function_linter = Inf) | ||
) |
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 |
---|---|---|
|
@@ -11,3 +11,6 @@ tj-actions/[email protected] | |
file:///home/runner/work/admiraldev/admiraldev/.github/workflows/pkgdown | ||
file:///home/runner/work/admiraldev/admiraldev/.github/workflows/style.yml%60 | ||
file:///home/runner/work/admiraldev/admiraldev/.github/workflows/sd-repo | ||
https://packagemanager.posit.co/cran/2021-05-03/ | ||
https://packagemanager.posit.co/cran/2022-01-03/ | ||
https://packagemanager.posit.co/cran/2023-04-20/ |
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,7 +1,7 @@ | ||
Package: admiraldev | ||
Type: Package | ||
Title: Utility Functions and Development Tools for the Admiral Package Family | ||
Version: 0.3.0 | ||
Version: 0.4.0 | ||
Authors@R: c( | ||
person("Ben", "Straub", email = "[email protected]", role = c("aut", "cre")), | ||
person("Stefan", "Bundfuss", role = "aut"), | ||
|
@@ -22,15 +22,16 @@ Description: Utility functions to check data, variables and conditions for funct | |
'admiral' and 'admiral' extension packages. Additional utility helper functions to assist developers | ||
with maintaining documentation, testing and general upkeep of 'admiral' and 'admiral' extension packages. | ||
License: Apache License (>= 2) | ||
BugReports: https://github.com/pharmaverse/admiraldev/issues | ||
URL: https://pharmaverse.github.io/admiraldev/main/, https://github.com/pharmaverse/admiraldev/ | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: false | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 | ||
Depends: R (>= 3.5) | ||
Imports: | ||
dplyr (>= 0.8.4), | ||
dplyr (>= 1.0.5), | ||
hms (>= 0.5.3), | ||
lifecycle (>= 0.1.0), | ||
lubridate (>= 1.7.4), | ||
|
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
Oops, something went wrong.