useRproj: Add an .Rproj file based on a template

View source: R/useRproj.R

useRprojR Documentation

Add an .Rproj file based on a template

Description

This function creates an ⁠<pkgName>.Rproj⁠ file with standard options.

Usage

useRproj(pkgDir = ".", overwrite = FALSE)

Arguments

pkgDir

The package directory to be build usually the current working directory (i.e., ".")

overwrite

logical; should existing destination files be overwritten?

Examples


useRproj()


Bioconductor/BiocAddins documentation built on July 5, 2025, 3:21 a.m.