R/SCIproj-package.R

#' SCIproj package
#'
#' Generic template for research projects structured as R packages.
#' This package works as a template for new research projects,
#' under the idea of having everything (data, R scripts, functions and manuscripts)
#' contained in the same package to promote reproducible research.
#'
#' @name SCIproj-package
#' @docType package
#' @author Saskia A. Otto
#' @details For detailed steps on how to use the package see \url{https://github.com/saskiaotto/SCIproj/blob/main/README.md}.
#' @keywords internal
"_PACKAGE"
#'
NULL

Try the SCIproj package in your browser

Any scripts or data that you put into this service are public.

SCIproj documentation built on March 18, 2026, 5:07 p.m.