Package: outsider
Type: Package
Title: Install and Run Programs, Outside of R, Inside of R
Version: 0.1.1
Authors@R: c(
            person("Dom", "Bennett",
                    role = c("aut", "cre", "cph"),
                    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: Install and run external command-line programs in R through use of
    'Docker' <https://www.docker.com/> and online repositories.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
SystemRequirements: docker (>=18.0.0)
URL: https://github.com/ropensci/outsider#readme,
        https://docs.ropensci.org/outsider/
BugReports: https://github.com/ropensci/outsider/issues/
Language: en-GB
Depends: R (>= 3.3.0)
Imports: outsider.base, remotes (>= 2.0), crayon, jsonlite, tibble,
        curl, yaml
Suggests: testthat (>= 2.1), knitr (>= 1.0), ape, rlang, ssh
NeedsCompilation: no
Packaged: 2020-12-07 17:54:21 UTC; domben
Author: Dom Bennett [aut, cre, cph] (<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-12-09 09:20:09 UTC
Built: R 4.0.2; ; 2020-12-10 12:06:25 UTC; unix
