-
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.
- Loading branch information
1 parent
db3a16b
commit 8512ecc
Showing
3 changed files
with
10 additions
and
343 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: ospsuite.utils | ||
Title: Utility Functions for Open Systems Pharmacology R Packages | ||
Version: 10.0.72 | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Open-Systems-Pharmacology Community", role = "cph"), | ||
person("Michael", "Sevestre", , "[email protected]", role = "aut"), | ||
|
@@ -11,10 +11,13 @@ Authors@R: c( | |
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")) | ||
) | ||
Maintainer: Indrajeet Patil <[email protected]> | ||
Description: A collection of utility functions for R packages in the Open Systems Pharmacology ecosystem. | ||
License: GPL-2 | file LICENSE | ||
Description: A collection of utility functions for R packages in the Open | ||
Systems Pharmacology ecosystem. Contains helper functions for working | ||
with R6 objects, enumerated lists, and text formatting. Additionally, | ||
it provides functions to validate argument inputs. | ||
License: GPL-2 | ||
URL: https://github.com/open-systems-pharmacology/OSPSuite.RUtils, | ||
https://www.open-systems-pharmacology.org/OSPSuite.RUtils/ | ||
https://www.open-systems-pharmacology.org/OSPSuite.RUtils/ | ||
BugReports: | ||
https://github.com/open-systems-pharmacology/OSPSuite.RUtils/issues | ||
Depends: | ||
|
@@ -28,5 +31,5 @@ Suggests: | |
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
RoxygenNote: 7.1.2 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 |
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,3 +1,3 @@ | ||
# ospsuite.utils 10.0.72 | ||
# ospsuite.utils 1.0.0 | ||
|
||
* Initial version. | ||
* Initial release. |