Type: Package
Package: ospsuite.utils
Title: Utility Functions for Open Systems Pharmacology R Packages
Version: 1.2.0
Authors@R: c(
    person("Open-Systems-Pharmacology Community", role = c("cph", "fnd")),
    person("Michael", "Sevestre", , "michael@design2code.ca", role = "aut"),
    person("Pavel", "Balazki", role = "aut"),
    person("Juri", "Solodenko", role = "aut"),
    person("Indrajeet", "Patil", , "patilindrajeet.science@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
  )
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
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 (>= 3.6)
Imports: R6
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
Collate: 'enum.R' 'error-checks.R' 'formatNumerics.R' 'messages.R'
        'utilities.R' 'ospsuite.utils-env.R' 'printable.R'
        'validation-helpers.R'
NeedsCompilation: no
Packaged: 2022-02-18 12:58:11 UTC; IndrajeetPatil
Author: Open-Systems-Pharmacology Community [cph, fnd],
  Michael Sevestre [aut],
  Pavel Balazki [aut],
  Juri Solodenko [aut],
  Indrajeet Patil [aut, cre] (<https://orcid.org/0000-0003-1995-6531>,
    @patilindrajeets)
Repository: CRAN
Date/Publication: 2022-02-18 13:10:02 UTC
