Displaying 12 results from an estimated 12 matches for "checkff".
Did you mean:
checkdf
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
...e"
> 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 Rdindex Rtangle Rtangle...
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
...rectory `/data/prog/R-2.9.1/src/library/tools/src'
make[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.checkReplaceFun...
2005 Jun 20
0
Use of PACKAGE= argument in .C etc calls
...chanism often found the
incorrect namespace, and there was not mechanism at all prior to 2.0.0 (I
believe).
For compatibility with 2.1.x and earlier a PACKAGE= argument is needed in
many more calls than are flagged by R-devel's 'check'. To check this,
use
> library(tools)
> checkFF("my_package", verbose=TRUE)
for example:
> checkFF("mgcv", verbose=TRUE)
.C("construct_cr", ...): OK
.C("predict_tprs", ...): OK
.C("MinimumSeparation", ...): OK
.C("update_beta", ...): MISSING but in a function in a namespace
.C(&quo...
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
Using AIX 5.3 and gcc-4.2.1 for building R-2.7.1 with the following
configure flags
OBJECT_MODE=64
CC="gcc -maix64"
CXX="g++ -maix64"
F77="gfortran -maix64"
FC="gfortran -maix64"
CFLAGS="-g -O3"
CXXFLAGS="-g -O3"
FFLAGS="-g -O3"
FCFLAGS="-g -O3"
LDFLAGS="-L/$HOME/usr/local/lib/ppc64
2012 Oct 26
4
R 2.15.2 is released
...quot;) could call chooseCRANmirror()
twice.
o lm.wfit() could segfault in R 2.15.1 if all the weights were
zero. (PR#15044)
o A malformed package name could cause R CMD INSTALL to write
outside the target library.
o Some of the quality control functions (e.g. tools::checkFF())
were wrongly identifying the source of S4 methods in a package
and so not checking them.
o The default type of display by browseEnv() when using R.app on
Mac OS X has been incorrect for a long time.
o The implementation of importMethodsFrom in a NAMESPACE file could...
2012 Oct 26
4
R 2.15.2 is released
...quot;) could call chooseCRANmirror()
twice.
o lm.wfit() could segfault in R 2.15.1 if all the weights were
zero. (PR#15044)
o A malformed package name could cause R CMD INSTALL to write
outside the target library.
o Some of the quality control functions (e.g. tools::checkFF())
were wrongly identifying the source of S4 methods in a package
and so not checking them.
o The default type of display by browseEnv() when using R.app on
Mac OS X has been incorrect for a long time.
o The implementation of importMethodsFrom in a NAMESPACE file could...
2012 Oct 26
4
R 2.15.2 is released
...quot;) could call chooseCRANmirror()
twice.
o lm.wfit() could segfault in R 2.15.1 if all the weights were
zero. (PR#15044)
o A malformed package name could cause R CMD INSTALL to write
outside the target library.
o Some of the quality control functions (e.g. tools::checkFF())
were wrongly identifying the source of S4 methods in a package
and so not checking them.
o The default type of display by browseEnv() when using R.app on
Mac OS X has been incorrect for a long time.
o The implementation of importMethodsFrom in a NAMESPACE file could...
2005 Oct 06
0
R-2.2.0 is released
...but no 'man' dir (even though it will have undocumented data objects).
o contrib.url path for type="mac.binary" has changed from
bin/macosx/<version> to bin/macosx/<arch>/contrib/<version>
where <arch> corresponds to R.version$arch
UTILITIES
o checkFF() used by R CMD check has since R 2.0.0 not reported
missing PACKAGE arguments when testing installed packages with
namespaces. It now
- treats installed and source packages in the same way.
- reports missing arguments unless they are in a function in
the namespace with a useDynLib declar...
2005 Oct 06
0
R-2.2.0 is released
...but no 'man' dir (even though it will have undocumented data objects).
o contrib.url path for type="mac.binary" has changed from
bin/macosx/<version> to bin/macosx/<arch>/contrib/<version>
where <arch> corresponds to R.version$arch
UTILITIES
o checkFF() used by R CMD check has since R 2.0.0 not reported
missing PACKAGE arguments when testing installed packages with
namespaces. It now
- treats installed and source packages in the same way.
- reports missing arguments unless they are in a function in
the namespace with a useDynLib declar...
2006 Apr 24
0
R 2.3.0 is released
...PACKAGE) pairs currently recommended. Alternative names
can be given for the R variables mapping to these symbols.
The native routine registration information can also be used
directly via useDynLib(name, .registration = TRUE). See the
'Writing R Extensions' manual for more details.
checkFF() (package 'tools') has been updated accordingly.
o validObject() has an option complete=TRUE that recursively
checks the objects in the slots. Not used when new(...)
checks validity.
o New Vectorize() function, a wrapper for mapply().
o write.ftable() has gained an argume...
2006 Apr 24
0
R 2.3.0 is released
...PACKAGE) pairs currently recommended. Alternative names
can be given for the R variables mapping to these symbols.
The native routine registration information can also be used
directly via useDynLib(name, .registration = TRUE). See the
'Writing R Extensions' manual for more details.
checkFF() (package 'tools') has been updated accordingly.
o validObject() has an option complete=TRUE that recursively
checks the objects in the slots. Not used when new(...)
checks validity.
o New Vectorize() function, a wrapper for mapply().
o write.ftable() has gained an argume...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...kage `tools'
Formats: text html latex example
QA text html latex
Rtangle text html latex
RweaveLatex text html latex
Sweave text html latex example
checkFF text html latex example
checkTnF text html latex
checkVignettes text html latex
codoc text html latex
tools-internal text html latex
undoc...