Package: shiny2docker
Title: Generate Dockerfiles for 'Shiny' Applications
Version: 0.0.3
Authors@R: 
    person("Vincent", "Guyader",
           email = "vincent@thinkr.fr",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0671-9270"))
Description: 
    Automates the creation of Dockerfiles for deploying 'Shiny' applications.
    By integrating with 'renv' for dependency management and leveraging Docker-based
    solutions, it simplifies the process of containerizing 'Shiny' apps,
    ensuring reproducibility and consistency across different environments.
    Additionally, it facilitates the setup of CI/CD pipelines for building Docker images
    on both GitLab and GitHub.
License: MIT + file LICENSE
Imports: attachment (>= 0.4.3), cli, dockerfiler, here, yesno
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/VincentGuyader/shiny2docker
BugReports: https://github.com/VincentGuyader/shiny2docker/issues
Suggests: shiny, renv, testthat (>= 3.0.0), knitr, rmarkdown,
        rstudioapi
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-06-28 20:54:19 UTC; PC
Author: Vincent Guyader [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0671-9270>)
Maintainer: Vincent Guyader <vincent@thinkr.fr>
Repository: CRAN
Date/Publication: 2025-06-28 21:10:02 UTC
Built: R 4.4.3; ; 2025-10-08 03:16:31 UTC; windows
