Displaying 10 results from an estimated 10 matches for "codocclasses".
2009 Jun 03
0
R-devel:codocClasses() now finds more --> R CMD check warnings
Yesterday, I have commited
r48701 | maechler | 2009-06-02 17:11:50
a changed version of tools::codocClasses()
which checks S4 class slot documentations in many more cases
than previously.
This finds slot documentation inconsistencies in many more cases
than previously, and you (as package author) will probably see
the effect in new warnings in
R CMD check <mypackage>
if your package defines (...
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
...5]: Leaving directory `/data/prog/R-2.9.1/src/library/tools/src'
make[4]: Leaving directory `/data/prog/R-2.9.1/src/library/tools'
Error in namespaceExport(ns, exports) :
exportations non définies : checkDocFiles, checkDocStyle, checkFF, checkReplaceFuns, checkS3methods, checkTnF, codoc, codocClasses, codocData, undoc
Calls: ::: ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
In addition: Warning message:
les méthodes S3 ‘print.checkDocFiles’, ‘print.checkDocStyle’, ‘print.checkFF’, ‘print.checkReplaceFuns’, ‘print.checkS3methods’, ‘print.checkTnF’, ‘print.codoc’, ‘pri...
2007 Nov 30
1
Puzzling message: "no man files in this package"
...;) :
directory 'M:/R/packages/penalized.Rcheck/penalized' does not contain
Rd sources
Execution halted
Error in tools::codocData(package = "penalized") :
directory 'M:/R/packages/penalized.Rcheck/penalized' does not contain
Rd sources
Execution halted
Error in tools::codocClasses(package = "penalized") :
directory 'M:/R/packages/penalized.Rcheck/penalized' does not contain
Rd sources
Execution halted
* checking Rd \usage sections ... WARNING
Error in tools::checkDocFiles(package = "penalized") :
directory 'M:/R/packages/penalized.Rcheck...
2009 Jun 09
3
"R CMD check" does not find a mistake
Hi the list,
I build a package. They was a mistake in it, but R CMD check did not
find it. Is that normal ?
Here is what Kurt gets (which is right, I did this mistake):
--- 8< ----------------
* checking for code/documentation mismatches ... WARNING
S4 class codoc mismatches from documentation object 'LongData-class':
Slots for class 'LongData'
Code: id other time traj
2009 Oct 26
0
R 2.9.0 is released
...o as.data.frame() has an "aovproj" method. (Wish of PR#13505)
o as.character(x) for numeric x no longer produces strings such as
"0.30", i.e., with trailing zeros. This change also renders
levels construction in factor() more consistent.
o codocClasses(), which checks consistency of the documentation of
S4 class slots, now does so in considerably more cases. The
documentation of inherited slots (from superclasses) is now
optional. This affects 'R CMD check <pkg>' when the package
defines S4 classes....
2009 Oct 26
0
R 2.9.0 is released
...o as.data.frame() has an "aovproj" method. (Wish of PR#13505)
o as.character(x) for numeric x no longer produces strings such as
"0.30", i.e., with trailing zeros. This change also renders
levels construction in factor() more consistent.
o codocClasses(), which checks consistency of the documentation of
S4 class slots, now does so in considerably more cases. The
documentation of inherited slots (from superclasses) is now
optional. This affects 'R CMD check <pkg>' when the package
defines S4 classes....
2009 Oct 26
0
R 2.10.0 is released
...o as.data.frame() has an "aovproj" method. (Wish of PR#13505)
o as.character(x) for numeric x no longer produces strings such as
"0.30", i.e., with trailing zeros. This change also renders
levels construction in factor() more consistent.
o codocClasses(), which checks consistency of the documentation of
S4 class slots, now does so in considerably more cases. The
documentation of inherited slots (from superclasses) is now
optional. This affects 'R CMD check <pkg>' when the package
defines S4 classes....
2009 Oct 26
0
R 2.10.0 is released
...o as.data.frame() has an "aovproj" method. (Wish of PR#13505)
o as.character(x) for numeric x no longer produces strings such as
"0.30", i.e., with trailing zeros. This change also renders
levels construction in factor() more consistent.
o codocClasses(), which checks consistency of the documentation of
S4 class slots, now does so in considerably more cases. The
documentation of inherited slots (from superclasses) is now
optional. This affects 'R CMD check <pkg>' when the package
defines S4 classes....
2003 Oct 08
1
R-1.8.0 is released
...generics.
- S4 classes and methods are included in the QC tests.
Warnings will be issued from undoc() for classes and
methods defined but not documented. Default methods
automatically generated from nongeneric functions do not
need to be documented.
- New (experimental) functions codocClasses() and codocData()
for code/documentation consistency checking for S4 classes and
data sets.
o Changes in package 'ts':
- arima.sim() now checks for inconsistent order specification
(as requested in PR#3495: it was previously documented not to).
- decompose() has a new argu...
2003 Oct 08
1
R-1.8.0 is released
...generics.
- S4 classes and methods are included in the QC tests.
Warnings will be issued from undoc() for classes and
methods defined but not documented. Default methods
automatically generated from nongeneric functions do not
need to be documented.
- New (experimental) functions codocClasses() and codocData()
for code/documentation consistency checking for S4 classes and
data sets.
o Changes in package 'ts':
- arima.sim() now checks for inconsistent order specification
(as requested in PR#3495: it was previously documented not to).
- decompose() has a new argu...