Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
133 lines (133 sloc)
3.19 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Type: Package | |
| Package: containerit | |
| Title: Package R in Docker Containers | |
| Version: 0.6.0.9004 | |
| Authors@R: | |
| c(person(given = "Daniel", | |
| family = "Nuest", | |
| role = c("aut", "cre"), | |
| email = "daniel.nuest@uni-muenster.de", | |
| comment = c(ORCID = "0000-0003-2392-6140")), | |
| person(given = "Matthias", | |
| family = "Hinz", | |
| role = "aut", | |
| email = "matthias.m.hinz@gmail.com", | |
| comment = c(ORCID = "0000-0001-6837-9406")), | |
| person(given = "Patrick", | |
| family = "Schratz", | |
| role = "ctb", | |
| comment = c(ORCID = "0000-0003-0748-6624")), | |
| person(given = "Mark", | |
| family = "Edmondson", | |
| role = "ctb"), | |
| person(given = "Ben", | |
| family = "Marwick", | |
| role = "ctb", | |
| comment = c(ORCID = "0000-0001-7879-4531")), | |
| person(given = "Claire", | |
| family = "Miller", | |
| role = "ctb", | |
| comment = c(ORCID = "0000-0003-0758-9447")), | |
| person(given = "Elise", | |
| family = "Gould", | |
| role = "ctb", | |
| comment = c(ORCID = "0000-0002-6585-538X")), | |
| person(given = "Marc", | |
| family = "Greenaway", | |
| role = "ctb")) | |
| Author: Daniel Nuest [aut, cre], Matthias Hinz [aut] | |
| Maintainer: Daniel Nuest <daniel.nuest@uni-muenster.de> | |
| Description: Package R sessions, scripts, workspace directories, and R | |
| Markdown documents together with all dependencies to execute them in | |
| Docker containers. This package is supported by the project Opening | |
| Reproducible Research (<https://o2r.info>). | |
| License: GPL-3 + file LICENSE | |
| URL: https://o2r.info/containerit/, | |
| https://github.com/o2r-project/containerit/ | |
| BugReports: https://github.com/o2r-project/containerit/issues | |
| Depends: | |
| R (>= 3.5.0) | |
| Imports: | |
| automagic, | |
| BiocManager, | |
| callr, | |
| desc, | |
| devtools, | |
| fs, | |
| futile.logger, | |
| jsonlite, | |
| methods, | |
| miniUI, | |
| rjson, | |
| rstudioapi, | |
| semver, | |
| shiny, | |
| shinyFiles, | |
| stevedore, | |
| stringr, | |
| sysreqs, | |
| utils, | |
| versions | |
| Suggests: | |
| BiocGenerics, | |
| codetools, | |
| covr, | |
| coxrobust, | |
| docopt, | |
| dplyr, | |
| fortunes, | |
| ggplot2, | |
| gstat, | |
| knitr, | |
| lattice, | |
| lintr, | |
| magrittr, | |
| maptools, | |
| remotes, | |
| rgdal, | |
| rmarkdown, | |
| rprojroot, | |
| sessioninfo, | |
| sf, | |
| sp, | |
| testthat | |
| VignetteBuilder: | |
| knitr | |
| Remotes: | |
| github::r-hub/sysreqs | |
| Encoding: UTF-8 | |
| LazyData: TRUE | |
| RoxygenNote: 7.1.1 | |
| Collate: | |
| 'Class-Instruction.R' | |
| 'Class-Add.R' | |
| 'Class-All.R' | |
| 'Class-Arg.R' | |
| 'Class-Cmd.R' | |
| 'Class-Comment.R' | |
| 'Class-Copy.R' | |
| 'Class-Entrypoint.R' | |
| 'Class-From.R' | |
| 'Class-Label.R' | |
| 'Class-Maintainer.R' | |
| 'Class-Dockerfile.R' | |
| 'Class-Env.R' | |
| 'Class-Expose.R' | |
| 'Class-Healthcheck.R' | |
| 'Class-Onbuild.R' | |
| 'Class-Run.R' | |
| 'Class-Shell.R' | |
| 'Class-Stopsignal.R' | |
| 'Class-Volume.R' | |
| 'Class-Workdir.R' | |
| 'LabelSchemaFactory.R' | |
| 'addin.R' | |
| 'baseimages.R' | |
| 'containerit-config.R' | |
| 'containerit.R' | |
| 'defaults.R' | |
| 'dockerfile.R' | |
| 'package-installation-bespoke.R' | |
| 'package-installation-methods.R' | |
| 'rstudio_containerit.R' | |
| 'utility-functions.R' |