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: 2020-09-08
Version: 0.0.8
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.5)
Imports: data.table (>= 1.10.4), methods, remotes, utils
Suggests: 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: 2020-09-08 23:51:24 UTC; emcintir
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: 2020-09-10 06:30:16 UTC
