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-ObjC
/
src
/
scripts
/
check.in
@ 63243
– Rev 43096
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
43096
6871 d 1 h
urbaneks
/branches/R-ObjC/
experimental branch of R where all R objects are also ObjC objects
42805
6897 d 22 h
falcon
/trunk/
R CMD check now recognizes lazyload db files in the 'data' subdirectory
When checking whether the data subdirectory contains any data sets, R
CMD check now looks for the presense of Rdata.rdb, Rdata.rda, and
Rdata.rdx. If all three are present, then data sets are assumed to be
present.
By creating a lazyload db and placing it in the 'data' subdirectory,
authors of large data packages can avoid the same computation being
repeated by each user at install time. Prior to this patch, R CMD
check would issue a warning for such packages that the data
subdirectory contains no data sets.
42742
6904 d 4 h
hornik
/trunk/src/scripts/
Catch more compiler warnings.
42386
6936 d 9 h
ripley
/trunk/src/scripts/
add check for line endings in makefiles
42385
6936 d 9 h
ripley
/trunk/src/scripts/
check for CR line endings too
42298
6943 d 15 h
ripley
/trunk/
start to move address of copy of GPL
add copyright to files missing it
42297
6944 d 10 h
hornik
/trunk/
Turn Rd style checking (gives NOTEs only) on by default.
Make \method markup work better for operators, and document this.
42187
6957 d 11 h
hornik
/trunk/src/scripts/
Try catching compiler warnings from not using const char * for CHAR()
(and others where qualifiers are discarded from a pointer target type).
42175
6958 d 6 h
ripley
/trunk/src/
don't warn about missing encoding in .Rd where there is one set in
DESCRIPTION (and will now be used).
42154
6959 d 11 h
hornik
/trunk/src/scripts/
Omit more gfortran warnings by default.
42039
6975 d 5 h
ripley
/trunk/src/scripts/
avoid need for texi2dvi on Windows
41959
6983 d 4 h
ripley
/trunk/
R CMD check now tries to latex vignettes
41886
6991 d 2 h
hornik
/trunk/src/scripts/
Do not set srcdir when running the tests, as dircopy() makes all sources
available in the working directory (suggested by T. Plate).
41830
6993 d 1 h
hornik
/trunk/src/
Cosmetics.
41273
7037 d 6 h
hornik
/trunk/
Windows really reserves COM and LPT from 1 to 9 (PR#9622).
Turn on codetools checking by default, but only output a 'NOTE' (and
use new note() R::Logfile method for this).
Quickly check NAMESPACE files before running .check_package_depends().
41260
7038 d 19 h
ripley
/trunk/src/scripts/
File::Copy is still needed
41233
7041 d 5 h
ripley
/trunk/
do a recursive copy of the tests directory in 'R CMD check'
41077
7053 d 9 h
hornik
/trunk/src/scripts/
Check for 'data' subdir coming out das 'DATA'.
40803
7093 d 11 h
ripley
/trunk/
work in codetools as recommended package
40734
7102 d 14 h
hornik
/trunk/src/
Improve checking for package code syntax errors.
←Prev
1
2
Next→
Show All