Package: outsider.base
Type: Package
Title: Base Package for 'Outsider'
Version: 0.1.0
Authors@R: c(
            person("Dom", "Bennett",
                    role = c("aut", "cre"),
                    email = "dominic.john.bennett@gmail.com",
                    comment = c(ORCID = "0000-0003-2722-1359")),
            person("Hannes", "Hettling",
                    role = "ctb",
                    comment = c(ORCID = "0000-0003-4144-2238")),
            person("Daniele", "Silvestro",
                    role = "ctb",
                    comment = c(ORCID = "0000-0003-0100-0961")),
            person("Rutger", "Vos",
                    role = "ctb",
                    comment = c(ORCID = "0000-0001-9254-7318")),
            person("Alexandre", "Antonelli",
                    role = "ctb",
                    comment = c(ORCID = "0000-0003-1842-9297")),
            person("Anna", "Krystalli",
                    role = "rev",
                    email = "annakrystalli@googlemail.com"))
Maintainer: Dom Bennett <dominic.john.bennett@gmail.com>
Description: Base package for 'outsider' <https://github.com/ropensci/outsider>.
    The 'outsider' package and its sister packages enable the installation and
    running of external, command-line software within R. This base package is a
    key dependency of the user-facing 'outsider' package as it provides the
    utilities for interfacing between 'Docker' <https://www.docker.com> and R.
    It is intended that end-users of 'outsider' do not directly work with this
    base package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
SystemRequirements: docker (>=18.0.0)
URL: https://docs.ropensci.org/outsider.base,
        https://github.com/ropensci/outsider.base
BugReports: https://github.com/ropensci/outsider.base/issues
Language: en-GB
Depends: R (>= 3.3.0)
Imports: utils (>= 3.1), crayon, devtools (>= 1.1), jsonlite (>= 1.1),
        sys (>= 2.1), yaml (>= 2.0), callr (>= 3.0.0), withr (>= 2.0),
        tibble, cli, praise
Suggests: ssh, testthat (>= 2.0)
NeedsCompilation: no
Packaged: 2020-02-16 13:46:56 UTC; domben
Author: Dom Bennett [aut, cre] (<https://orcid.org/0000-0003-2722-1359>),
  Hannes Hettling [ctb] (<https://orcid.org/0000-0003-4144-2238>),
  Daniele Silvestro [ctb] (<https://orcid.org/0000-0003-0100-0961>),
  Rutger Vos [ctb] (<https://orcid.org/0000-0001-9254-7318>),
  Alexandre Antonelli [ctb] (<https://orcid.org/0000-0003-1842-9297>),
  Anna Krystalli [rev]
Repository: CRAN
Date/Publication: 2020-02-26 18:20:02 UTC
