Displaying 5 results from an estimated 5 matches for "codocdata".
Did you mean:
codec_data
2007 Jan 16
1
Problems with checking documentation vs data, and a proposal
...I
generated an Rd page for each object using prompt().
When I run R CMD check I get
* checking for code/documentation mismatches ... WARNING
Warning in utils::data(list = al, envir = data_env) :
data set 'gold' not found
(gold is one of the objects).
This appears to be coming from the codocData function defined in
src/library/tools/R/QC.R (this is in the Debianised source 2.4.1, so the
path might be a little different).
According to the help on this function, it will only attempt a match
when there is a single alias in the documentation file, although I'm not
sure that's what the...
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
...rectory `/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’, ‘print.codocCla...
2007 Nov 30
1
Puzzling message: "no man files in this package"
...n halted
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Error in tools::codoc(package = "penalized") :
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...
2003 Oct 08
1
R-1.8.0 is released
...lasses 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 argument `filter'...
2003 Oct 08
1
R-1.8.0 is released
...lasses 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 argument `filter'...