Show the name and email address of the maintainer of a package.
显示软件包的维护者的姓名和电子邮件地址。
用法----------Usage----------
maintainer(pkg)
参数----------Arguments----------
参数:pkg
Character. The name of a single package.
字符。一个单一的包的名称。
Details
详情----------Details----------
Accesses the package description to return the name and email address of the maintainer.
访问包的描述返回维护者的名称和电子邮件地址。
Questions about contributed packages should often be addressed to the package maintainer; questions about base packages should usually be addressed to the R-help or R-devel mailing lists. Bug reports should be submitted using the bug.report function.
有关贡献包的问题,应该经常加以解决软件包的维护者,基础包的问题,通常应解决的R-帮助的R-devel邮件列表。使用bug.report功能,应提交错误报告。
值----------Value----------
A character string giving the name and email address of the maintainer of the package.
一个字符串给包维护者的姓名和电子邮件地址。
作者(S)----------Author(s)----------
David Scott <d.scott@auckland.ac.nz> from code on R-help originally
due to Charlie Sharpsteen <source@sharpsteen.net>.