R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exp-R5
/
src
/
library
/
tools
/
man
/
checkFF.Rd
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
52864
5807 d 12 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
51726
5948 d 16 h
ripley
/trunk/
more reference output
47143
6437 d 19 h
ripley
/trunk/src/library/
spelling issues
44898
6698 d 10 h
hornik
/trunk/src/library/tools/man/
Cosmetics including Rd markup, mostly.
43623
6806 d 12 h
hornik
/trunk/src/library/tools/man/
Miscellaneous improvements.
42333
6940 d 18 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
36972
7510 d 10 h
ripley
/trunk/src/library/tools/man/
correct link
36965
7510 d 17 h
ripley
/trunk/
update checkFF and docs for use of NativeSymbol[info] in foreign calls
34750
7710 d 14 h
ripley
/trunk/
improvements to checkFF
27501
8264 d 20 h
ripley
/trunk/
nls, ts -> stubs
18642
8904 d 6 h
hornik
/trunk/src/library/tools/
Split computation and output for the QA tools.
Apart from checkAssignFuns(), all functions now return the result of
the check performed in an object of class with name identical to the
name of the respective function, and there are print methods for nicely
displaying these results.
Remove formerly deprecated codoc() option 'keep.tempfiles'.
16670
9025 d 3 h
hornik
/trunk/src/library/
Change .find.package: new argument `verbose' controlling whether warnings
are given about packages found more than once. Argument `use.attached' is
now deprecated. Instead, interpret a `lib.loc' argument of NULL means to
use the default libraries and the attached packages first.
QA tools and functions for library or package index lookup and tools
changed accordingly: these now use NULL as default for `lib.loc'.
16572
9032 d 14 h
hornik
/trunk/
All checks now also work on an installed package (default).
Load installed non-base packages for checks which need to access all R
objects in the package (e.g., created by installing as save image or by
running .First.lib().
16493
9039 d 10 h
hornik
/trunk/
Start new package `tools'; move QA tools there.