-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.86 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Type: Package
Package: ospsuite.utils
Title: Utility Functions for Open Systems Pharmacology R Packages
Version: 1.6.0.9000
Authors@R: c(
person("Open-Systems-Pharmacology Community", role = c("cph", "fnd")),
person("Michael", "Sevestre", , "michael@design2code.ca", role = c("aut", "cre")),
person("Pavel", "Balazki", role = "aut"),
person("Juri", "Solodenko", role = "aut"),
person("Indrajeet", "Patil", , "patilindrajeet.science@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
)
Maintainer: Michael Sevestre <michael@design2code.ca>
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/
BugReports:
https://github.com/open-systems-pharmacology/OSPSuite.RUtils/issues
Depends:
R (>= 4.1)
Imports:
purrr,
R6,
stringi
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'enum.R'
'formatNumerics.R'
'messages.R'
'objectCount.R'
'utilities.R'
'ospsuite.utils-env.R'
'printable.R'
'utilities-conditional.R'
'utilities-validation.R'
'validation-emptiness.R'
'validation-enum.R'
'validation-expected-length.R'
'validation-file-extensions.R'
'validation-inclusion.R'
'validation-options.R'
'validation-paths.R'
'validation-same-length.R'
'validation-type.R'
'validation-uniqueness.R'
'validation-utf.R'
'validation-vector.R'