Package: pracpac Title: Practical 'R' Packaging in 'Docker' Version: 0.2.0 Authors@R: c(person(given = "Stephen", family = "Turner", role = c("aut"), comment = c(ORCID = "0000-0001-9140-9028")), person(given = "VP", family = "Nagraj", role = c("cre", "aut"), email="nagraj@nagraj.net", comment = c(ORCID = "0000-0003-0060-566X")), person("Signature Science, LLC.", role = "cph")) Description: Streamline the creation of 'Docker' images with 'R' packages and dependencies embedded. The 'pracpac' package provides a 'usethis'-like interface to creating Dockerfiles with dependencies managed by 'renv'. The 'pracpac' functionality is described in Nagraj and Turner (2023) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: magrittr, glue, fs, rprojroot, renv, pkgbuild Depends: R (>= 2.10) Suggests: rmarkdown, knitr, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://signaturescience.github.io/pracpac/, https://github.com/signaturescience/pracpac/ BugReports: https://github.com/signaturescience/pracpac/issues Config/pak/sysreqs: cmake make libuv1-dev Repository: https://stephenturner.r-universe.dev Date/Publication: 2023-06-17 00:10:24 UTC RemoteUrl: https://github.com/signaturescience/pracpac RemoteRef: HEAD RemoteSha: 5e426dce72ebfd129dec0ed2b0b7eefc273576a7 NeedsCompilation: no Packaged: 2026-06-22 08:04:30 UTC; root Author: Stephen Turner [aut] (ORCID: ), VP Nagraj [cre, aut] (ORCID: ), Signature Science, LLC. [cph] Maintainer: VP Nagraj