inst/zz_submit.R

## Render your scripts to html
## Render all .Rmd files placed in ./R
d6::render_all_reports()
## Or render each step by step
## Add additonal lines for each .Rmd file placed in ./R that you want to render
d6::render_report("myRMD.Rmd")

## Add a License
usethis::use_mit_license(name = "Your Name")
## see ?usethis::use_mit_license for more information
 
## Build Dockerfile
#devtools::install_github("karthik/holepunch")
holepunch::write_dockerfile()
EcoDynIZW/d6 documentation built on June 30, 2024, 2:02 p.m.