File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,19 @@ dockerignore() |>
175175 write_dockerignore()
176176```
177177
178+ ## Related Packages
179+
180+ ` dockitect ` is part of a broader ecosystem of tools for containerization and
181+ environment management in R. Depending on your specific needs, you might want
182+ to explore these complementary packages:
183+
184+ - [ ` containerit ` ] [ containerit-pkg ] : An alternative approach to generating
185+ Dockerfiles, with a focus on reproducible research workflows
186+ - ` dockerfiler ` [ containerit-pkg] : Another R package for Dockerfile generation
187+ that uses a different syntax and approach
188+ - [ ` renv ` ] [ renv-pkg ] : For R package dependency management, which pairs well
189+ with ` dockitect ` for fully reproducible environments
190+
178191## Citation
179192
180193If you use ` dockitect ` in your research or project, please consider citing it:
@@ -186,3 +199,7 @@ citation("dockitect")
186199## License
187200
188201AGPL (>=3)
202+
203+ [ containerit-pkg ] : https://github.com/o2r-project/containerit
204+ [ dockerfiler-pkg ] : https://github.com/ThinkR-open/dockerfiler
205+ [ renv-pkg ] : https://github.com/rstudio/renv/
Original file line number Diff line number Diff line change @@ -159,6 +159,22 @@ dockerignore() |>
159159 write_dockerignore()
160160```
161161
162+ ## Related Packages
163+
164+ ` dockitect ` is part of a broader ecosystem of tools for containerization
165+ and environment management in R. Depending on your specific needs, you
166+ might want to explore these complementary packages:
167+
168+ - [ ` containerit ` ] ( https://github.com/o2r-project/containerit ) : An
169+ alternative approach to generating Dockerfiles, with a focus on
170+ reproducible research workflows
171+ - ` dockerfiler ` [ containerit-pkg] ( https://github.com/o2r-project/containerit ) :
172+ Another R package for Dockerfile generation that uses a different
173+ syntax and approach
174+ - [ ` renv ` ] ( https://github.com/rstudio/renv/ ) : For R package dependency
175+ management, which pairs well with ` dockitect ` for fully reproducible
176+ environments
177+
162178## Citation
163179
164180If you use ` dockitect ` in your research or project, please consider
You can’t perform that action at this time.
0 commit comments