The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
43096 6870 d 3 h urbaneks /branches/R-ObjC/ experimental branch of R where all R objects are also ObjC objects  
42805 6897 d 0 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 6903 d 5 h hornik /trunk/src/scripts/ Catch more compiler warnings.  
42386 6935 d 11 h ripley /trunk/src/scripts/ add check for line endings in makefiles  
42385 6935 d 11 h ripley /trunk/src/scripts/ check for CR line endings too  
42298 6942 d 16 h ripley /trunk/ start to move address of copy of GPL
add copyright to files missing it
 
42297 6943 d 12 h hornik /trunk/ Turn Rd style checking (gives NOTEs only) on by default.
Make \method markup work better for operators, and document this.
 
42187 6956 d 13 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 6957 d 7 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 6958 d 12 h hornik /trunk/src/scripts/ Omit more gfortran warnings by default.  
42039 6974 d 7 h ripley /trunk/src/scripts/ avoid need for texi2dvi on Windows  
41959 6982 d 6 h ripley /trunk/ R CMD check now tries to latex vignettes  
41886 6990 d 3 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 6992 d 3 h hornik /trunk/src/ Cosmetics.  
41273 7036 d 8 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 7037 d 21 h ripley /trunk/src/scripts/ File::Copy is still needed  
41233 7040 d 6 h ripley /trunk/ do a recursive copy of the tests directory in 'R CMD check'  
41077 7052 d 11 h hornik /trunk/src/scripts/ Check for 'data' subdir coming out das 'DATA'.  
40803 7092 d 12 h ripley /trunk/ work in codetools as recommended package  
40734 7101 d 15 h hornik /trunk/src/ Improve checking for package code syntax errors.  

Show All