feedback: Provide comment/feedback to a package

Description Usage Arguments

Description

Provide comments to a package. See setRinfo on how to set global options on package information.

Usage

1
feedback(comment, package, email, name, meta=TRUE, lib.loc = NULL)

Arguments

comment

Comment on the package.

package

The name of the package to comment on. The default is R base.

email

Email address of the rater

name

Name of the rater

lib.loc

a character vector describing the location of R library trees to search through, or NULL. The default value of NULL corresponds to checking the loaded namespace, then all libraries currently known in .libPaths().

meta

Whether to provide meta information of the R package.


Rinfo documentation built on May 2, 2019, 4:52 p.m.

Related to feedback in Rinfo...