Displaying 7 results from an estimated 7 matches for "checkdocargs".
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
...ads"
"package:base"
> library(Tools)
Attaching package 'Tools':
The following object(s) are masked from package:tools :
.checkDemoIndex .checkVignetteIndex .installMD5sums
.installPackageDescription .installPackageIndices buildVignettes
checkAssignFuns checkDocArgs checkDocStyle checkFF checkMD5sums checkMethods
checkTnF checkVignettes codoc md5sum pkgVignettes print.checkAssignFuns
print.checkDemoIndex print.checkDocArgs print.checkDocStyle print.checkFF
print.checkMethods print.checkTnF print.checkVignetteIndex
print.checkVignettes print.codoc print.undoc R...
2001 Sep 28
2
problems with new checks in R-devel
...e a better way to approach this in my R code so I don't
get these warnings?
3/ I have a few general introduction .Rd files which do not
have a usage line and they produce
* checking for undocumented arguments in \usage ... WARNING
Error in parse(file, n, text, prompt) : parse error
Error in checkDocArgs(dir = ".../syskern") :
cannot source usages in file
.../syskern/man/00Intro.syskern.Rd
Execution halted
Should that be expected or is it a bug?
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www....
2002 Oct 18
0
Correct placement of .tex files in an R package
...s in "inst" were just
recursively copied when the package was installed.
Alas, when I check the package (named "portfolio"), I get messages like:
Error in codoc(package = "portfolio") : cannot source usages in documentation object 'attribution'
and
Error in checkDocArgs(package = "portfolio") :
cannot source usages in documentation object 'attribution'
The name of my file is "attribution.tex".
Why is the happening and what can I do about it?
> version
_
platform sparc-sun-solaris2.6
arch sparc...
2002 May 17
1
Strange R CMD check \usage parse error
...Error in parse(file, n, text, prompt) : parse error
Error in codoc(package = "Hmisc") : cannot source usages in documentation object 'plsmo'
Execution halted
* checking for undocumented arguments in \usage ... WARNING
Error in parse(file, n, text, prompt) : parse error
Error in checkDocArgs(package = "Hmisc") :
cannot source usages in documentation object 'plsmo'
Execution halted
\usage{
plsmo(x, y, method=c("lowess","supsmu","raw"), xlab, ylab,
add=F, lty=1:nlev, col=par("col"), lwd=par("lwd"),...
2002 May 14
2
R CMD check
I am unclear on whether to run R CMD check pgkname as user or as root on Linux. When running as user, after all the latex, html, and man files are created, I get the following error message:
Rdconv(): Couldn't open '': Permission denied
Has anyone dealt with that message?
When I run R CMD check a second time, all latex, html, etc. are recreated which takes quite a while. Is there
2003 Oct 08
1
R-1.8.0 is released
...- as.tclObj() has gained a `drop' argument to resolve an
ambiguity for vectors of length one.
o Changes in package 'tools':
- Utilities for testing and listing files, manipulating file
paths, and delimited pattern matching are now exported.
- Functions checkAssignFuns(), checkDocArgs() and checkMethods()
have been renamed to checkReplaceFuns(), checkDocFiles(), and
checkS3methods, to given better descriptions of what they do.
- R itself is now used for analyzing the markup in the \usage
sections. Hence in particular, replacement functions or S3
replacement method...
2003 Oct 08
1
R-1.8.0 is released
...- as.tclObj() has gained a `drop' argument to resolve an
ambiguity for vectors of length one.
o Changes in package 'tools':
- Utilities for testing and listing files, manipulating file
paths, and delimited pattern matching are now exported.
- Functions checkAssignFuns(), checkDocArgs() and checkMethods()
have been renamed to checkReplaceFuns(), checkDocFiles(), and
checkS3methods, to given better descriptions of what they do.
- R itself is now used for analyzing the markup in the \usage
sections. Hence in particular, replacement functions or S3
replacement method...