start_pkg_proj: Start a Package Project

View source: R/start_project.R

start_pkg_projR Documentation

Start a Package Project

Description

Similar suite of functions as make_new_package that can occur every time a package is started (i.e. not a one-time setup function.)

Usage

start_pkg_proj(path, open = FALSE, spellcheck_vignettes = TRUE)

Arguments

path

A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists.

open

If TRUE, activates the new project:

  • If RStudio desktop, the package is opened in a new session.

  • If on RStudio server, the current RStudio project is activated.

  • Otherwise, the working directory and active project is changed.

See Also

use_package_doc,use_readme_rmd,use_news_md,use_spell_check,git_vaccinate install.packages


meerapatelmd/suzyBakeOven documentation built on March 30, 2022, 1:44 p.m.