The R Project SVN R

Rev

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

Rev 68948 Rev 73109
Line 1... Line 1...
1
% File src/library/utils/man/promptPackage.Rd
1
% File src/library/utils/man/promptPackage.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2010 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{promptPackage}
6
\name{promptPackage}
7
\alias{promptPackage}
7
\alias{promptPackage}
8
\title{Generate a Shell for Documentation of a Package}
8
\title{Generate a Shell for Documentation of a Package}
Line 48... Line 48...
48
  If \code{final} is \code{TRUE}, the generated documentation will not
48
  If \code{final} is \code{TRUE}, the generated documentation will not
49
  include the place-holder slots for manual editing, it will be usable
49
  include the place-holder slots for manual editing, it will be usable
50
  as-is.  In most cases a manually edited file is preferable (but
50
  as-is.  In most cases a manually edited file is preferable (but
51
  \code{final = TRUE} is certainly less work).
51
  \code{final = TRUE} is certainly less work).
52
}
52
}
53
\seealso{\code{\link{prompt}}}
53
\seealso{\code{\link{prompt}}, \code{\link{package.skeleton}}
-
 
54
}
54
\examples{\donttest{
55
\examples{\donttest{
55
filename <- tempfile()
56
filename <- tempfile()
56
promptPackage("utils", filename = filename)
57
promptPackage("utils", filename = filename)
57
file.show(filename)
58
file.show(filename)
58
unlink(filename)
59
unlink(filename)