Package: Require
Type: Package
Title: Installing and Loading R Packages for Reproducible Workflows
Description: A single key function, 'Require' that wraps 'install.packages',
    'remotes::install_github', 'versions::install.versions', and 'base::require'
    that allows for reproducible workflows. As with other functions in a
    reproducible workflow, this package emphasizes functions that return the 
    same result whether it is the first or subsequent times running the function.
    Maturing.
URL: https://Require.predictiveecology.org,
        https://github.com/PredictiveEcology/Require
Date: 2021-05-26
Version: 0.0.13
Authors@R: c(
    person("Eliot J B", "McIntire", email = "eliot.mcintire@canada.ca",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")),
    person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
    role = "cph")
    )
Depends: R (>= 3.6)
Imports: data.table (>= 1.10.4), methods, remotes, utils
Suggests: covr, testit
Encoding: UTF-8
Language: en-CA
License: GPL-3
BugReports: https://github.com/PredictiveEcology/Require/issues
ByteCompile: yes
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-05-28 19:59:31 UTC; achubaty
Author: Eliot J B McIntire [aut, cre] (<https://orcid.org/0000-0002-6914-8316>),
  Her Majesty the Queen in Right of Canada, as represented by the
    Minister of Natural Resources Canada [cph]
Maintainer: Eliot J B McIntire <eliot.mcintire@canada.ca>
Repository: CRAN
Date/Publication: 2021-05-31 07:30:05 UTC
Built: R 4.0.2; ; 2021-06-01 11:10:04 UTC; unix
