The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85102
Line 8... Line 8...
8
 
8
 
9
\title{
9
\title{
10
   Show Package Maintainer
10
   Show Package Maintainer
11
}
11
}
12
\description{
12
\description{
13
  Show the name and email address of the maintainer of a package.
13
  Show the name and email address of the maintainer of an installed package.
14
}
14
}
15
\usage{
15
\usage{
16
maintainer(pkg)
16
maintainer(pkg)
17
}
17
}
18
\arguments{
18
\arguments{
19
   \item{pkg}{Character string.  The name of a single package.}
19
   \item{pkg}{a character string, the name of an installed package.}
20
}
20
}
21
\details{
21
\details{
22
   Accesses the package description to return the name and email address of
22
   Accesses the \link[=packageDescription]{package description}
23
   the maintainer.
23
   to return the name and email address of the maintainer.
24
 
24
 
25
   Questions about contributed packages should often be addressed to
25
   Questions about contributed packages should often be addressed to
26
   the package maintainer; questions about base packages should
26
   the package maintainer; questions about base packages should
27
   usually be addressed to the R-help or R-devel mailing lists.  Bug
27
   usually be addressed to the R-help or R-devel mailing lists.  Bug
28
   reports should be submitted using the \code{\link{bug.report}}
28
   reports should be submitted using the \code{\link{bug.report}}
29
   function.
29
   function.
30
}
30
}
31
\value{
31
\value{
32
   A character string giving the name and email address of the maintainer
32
   A character string giving the name and email address of the maintainer
33
   of the package, or \code{NA} if no such package is installed.
33
   of the package, or \code{NA_character_} if no such package is installed.
34
}
34
}
35
 
35
 
36
\author{
36
\author{
37
 David Scott <d.scott@auckland.ac.nz> from code on R-help originally
37
 David Scott \email{d.scott@auckland.ac.nz} from code on R-help originally
38
 due to Charlie Sharpsteen <source@sharpsteen.net>; multiple corrections
38
 due to Charlie Sharpsteen \email{source@sharpsteen.net}; multiple corrections
39
 by R-core.
39
 by R-core.
40
}
40
}
41
\references{
41
\references{
42
  \url{https://stat.ethz.ch/pipermail/r-help/2010-February/230027.html}
42
  \url{https://stat.ethz.ch/pipermail/r-help/2010-February/230027.html}
43
}
43
}
44
% failed 2011-07-07
-
 
45
% \references{
-
 
46
% \url{http://n4.nabble.com/R-help-question-How-can-we-enable-useRs-to-contribute-corrections-to-help-files-faster-tp1572568p1572868.html}
-
 
47
% }
-
 
48
\seealso{
44
\seealso{
49
\code{\link{packageDescription}}, \code{\link{bug.report}}
45
\code{\link{packageDescription}}, \code{\link{bug.report}}
50
}
46
}
51
\examples{
47
\examples{
52
maintainer("MASS")
48
maintainer("MASS")