-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create develop branch * closes #29 (#44) - better documentation for `isIncluded()` - more tests - more examples * closes #29 (#45) * closes #29 * if not a vector, convert to one * closes #29 (#46) * closes #29 error if objects are entered as arguments * drop purrr * don't accept environments either (#47) just for good measure * Fixes #32 set a more consistent behaviour for formatNumerics (#48) * closes #30 (#49) * closes #31 (#52) * closes #50 (#51) remove unnecessary lint detection * closes #34 (#54) Separates docs for `validateIsSameLength()` from `validateIsOfLength()` * closes #21; prepare for CRAN (#55) * closes #21; prepare for CRAN * more tests with list * use correct URL for codecov in README (#56) Co-authored-by: Michael Sevestre <[email protected]> Co-authored-by: Pierre Chelle <[email protected]>
- Loading branch information
1 parent
92dc5be
commit ab97945
Showing
21 changed files
with
392 additions
and
242 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 |
---|---|---|
|
@@ -54,3 +54,4 @@ references.bib | |
^rakefile\.rb | ||
^postclean\.bat | ||
^\.covrignore$ | ||
^CRAN-SUBMISSION$ |
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 +1 @@ | ||
linters: with_defaults(object_name_linter = NULL, object_usage_linter = NULL, line_length_linter(120), cyclocomp_linter = cyclocomp_linter(20)) | ||
linters: with_defaults(object_name_linter = NULL, object_usage_linter = NULL, line_length_linter(180), cyclocomp_linter = cyclocomp_linter(20), seq_linter = NULL) |
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 @@ | ||
Type: Package | ||
Package: ospsuite.utils | ||
Title: Utility Functions for Open Systems Pharmacology R Packages | ||
Version: 1.0.0.9000 | ||
Version: 1.1.0 | ||
Authors@R: c( | ||
person("Open-Systems-Pharmacology Community", role = c("cph", "fnd")), | ||
person("Michael", "Sevestre", , "[email protected]", role = "aut"), | ||
|
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.