A modular data science
development framework.
DESCRIPTION
file and renaming the package.R/
directory, include your custom R functions.roxygen2
to create function documentation and Quarto
to build your website.packageSkeleton
repo from GitHub._quarto.yml
file to change the website settings such as title, author, and repository URL..qmd
files to add custom documentation, tutorials, and more.R/
folder to store your custom R scripts and functions.devtools::document()
.devtools::check()
.quarto render
to build the static HTML content.quarto preview
to see live updates of the website as you edit.