The R Project SVN R

Rev

Rev 60906 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60906 Rev 61433
Line 18... Line 18...
18
\arguments{
18
\arguments{
19
   \item{pkg}{Character string.  The name of a single package.}
19
   \item{pkg}{Character string.  The name of a single package.}
20
}
20
}
21
\details{
21
\details{
22
   Accesses the package description to return the name and email address of
22
   Accesses the package description to return the name and email address of
23
   the maintainer.  
23
   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.
Line 40... Line 40...
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
44
% failed 2011-07-07
45
% \references{ 
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}
46
% \url{http://n4.nabble.com/R-help-question-How-can-we-enable-useRs-to-contribute-corrections-to-help-files-faster-tp1572568p1572868.html}
47
% }
47
% }
48
\seealso{
48
\seealso{
49
\code{\link{packageDescription}}, \code{\link{bug.report}}
49
\code{\link{packageDescription}}, \code{\link{bug.report}}
50
}
50
}