-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: shiny2docker
Title: Generate Dockerfiles for 'Shiny' Applications
Version: 0.0.2
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-02-08 16:33:10 UTC; vguyader
Author: Vincent Guyader [aut, cre] (<https://orcid.org/0000-0003-0671-9270>)
Maintainer: Vincent Guyader <vincent@thinkr.fr>
Repository: CRAN
Date/Publication: 2025-02-09 17:00:07 UTC