Skip to contents

Make Project R-CMD-check R Package Test Coverage Lint R Package Package Website (GitHub Pages) Quarto Website (GitHub Pages) Quarto Website (Quarto Pub) Compile LaTeX Compile LaTeX (rProject Daily) Shell Check pages-build-deployment codecov

Description

A collection of functions to setup R (R Core Team, 2023) projects. This package is intended for personal use only.

Installation

You can install the released version of rProject from GitHub with:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("ijapesigan/rProject")

Workflow using the template produced by rProject

To build applications installed in $HOME/.local/bin (e.g., tmux) and config files (e.g., .tmux.conf) run:

make local

To build the project run:

make

More Information

See GitHub Pages for package documentation.

See Quarto Pub for package wiki and other resources.

References

R Core Team. (2023). R: A language and environment for statistical computing. R Foundation for Statistical Computing. https://www.R-project.org/