pattern_pkg_init: Package Initialization and Finalization Routines

Description Usage Arguments

Description

Common package initialization features.

Usage

1
2
3
4
pattern_pkg_init(path,
  title = "What the Package Does (One Line, Title Case)",
  description = "What the package does (one paragraph)",
  license = "What license it uses")

Arguments

path

Where should the package be located and named?

title

What the package does?

description

What does the package do?

license

What is the package licensed under?


r-pkg-examples/pkgdesign documentation built on May 24, 2019, 1:33 a.m.