initDESCRIPTION_NAMESPACE: Creates DESCRIPTION and NAMESPACE files for a package.

View source: R/initDESCRIPTION_NAMESPACE.R

initDESCRIPTION_NAMESPACER Documentation

Creates DESCRIPTION and NAMESPACE files for a package.

Description

Creates DESCRIPTION and NAMESPACE files for a package.

Usage

initDESCRIPTION_NAMESPACE(
  packagename,
  destdir = ".",
  packagepath = ".",
  remotes = NULL,
  depends = NULL,
  titlex = "X",
  authorx = "D. Bonnery",
  datex = format(Sys.Date(), "%Y-%m-%d"),
  maintainerx = "D. Bonnery  <daniel.bonnery@gmail.com>",
  description = "Data",
  imports = NULL,
  suggests = NULL,
  LazyLoad = "yes",
  LazyData = "true"
)

Arguments

packagename

a character string : the package name

datex

a character string

maintainerx

a character string

destdir="."

a character string: the filepath to the destination directory (where the DESCRIPTION and NAMESPACE files will be created)

packagepath="."

character string: the filepath to where the package is currently

remotes=NULL

a vector of character strings, listing the "remotes" to put in the DESCRIPTION file

depends=NULL

a vector of character strings, listing the "depends" to put in the DESCRIPTION file

titlex="X"

a character string:

authorx=

a character string:

description=

a vector of character strings, listing the "depends" to put in the DESCRIPTION file

imports=NULL,

a vector of character strings, listing the "depends" to put in the DESCRIPTION file

suggests=NULL

a vector of character strings, listing the "depends" to put in the DESCRIPTION file

LazyLoad="yes"

a character string, "yes" or "no" listing the "LazyLoad" to put in the DESCRIPTION file

LazyData="true"

a character string, "yes" or "no", listing the "LazyData" to put in the DESCRIPTION file


DanielBonnery/EspleitsPelsPaquets documentation built on April 26, 2022, 9:37 a.m.