use_analysis_package: Use Analysis Package Layout

View source: R/setup.R

use_analysis_packageR Documentation

Use Analysis Package Layout

Description

Add the Analysis Package Layout to the current package.

Usage

use_analysis_package(use_quarto = TRUE, prompt = FALSE)

Arguments

use_quarto

If TRUE (the default), use Quarto for publishing (build_quarto_site()), otherwise use build_analysis_site().

prompt

If TRUE, prompt before writing renv.lock, passed to renv::snapshot().

Details

When run, use_analysis_package():

  1. Creates analysis package directories

  2. Adds exclusions to .gitignore and .Rbuildignore

  3. Adds extra.css to analysis/assets and pkgdown (when use_quarto is FALSE) to fix rendering of GitHub-style task lists

  4. Adds .nojekyll, ⁠_quarto.yml⁠, changelog.qmd, index.qmd and ⁠analysis/_metadata.yml⁠ from templates OR creates ⁠_base.yml⁠ in pkgdown from the first URL in DESCRIPTION

  5. Installs the README.Rmd template for analysis packages, and the dplyr package needed for the README.Rmd template

Value

List containing dirs created, rbuildignore lines added to .Rbuildignore, gitignore exclusions added to .gitignore.


jabenninghoff/rdev documentation built on April 26, 2024, 5:11 a.m.