ask: Ask a question about a package

Description Usage Arguments

View source: R/rpkgstats.R

Description

Ask a question about a package. See pkginfo on how to set global options on package information.

Usage

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

Arguments

comment

Question to ask.

package

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

email

Email address. You will receive email if someone answers your question.

name

Your name

cc

cc the question, for example, to r-help@r-project.org.

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.


rpkgstats documentation built on May 2, 2019, 6:32 p.m.