| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 44498 |
6736 d 2 h |
ripley |
/branches/R-Cairo/ |
update to r44497 |
|
| 44421 |
6741 d 8 h |
ripley |
/branches/R-Cairo/ |
create R-Cairo |
|
| 44125 |
6759 d 22 h |
ripley |
/trunk/src/ |
record session charset in R CMD check |
|
| 44115 |
6760 d 3 h |
ripley |
/trunk/src/scripts/ |
} dropped off |
|
| 44111 |
6760 d 4 h |
ripley |
/trunk/ |
make use of --encoding when checking examples |
|
| 43622 |
6806 d 2 h |
hornik |
/trunk/src/scripts/ |
Cosmetics. |
|
| 43500 |
6825 d 2 h |
ripley |
/trunk/ |
cope with spaces in file paths in INSTALL and check |
|
| 43267 |
6850 d 11 h |
ripley |
/trunk/ |
safer to use chomp than chop |
|
| 43266 |
6850 d 12 h |
ripley |
/trunk/ |
add check for portable file names |
|
| 43208 |
6857 d 4 h |
ripley |
/trunk/ |
.check_make_vars: typo for -traditional, incorrect system() call
on Windows, needed MAKE set.
avoid character ranges as they are locale-specific.
build.in, check.in: comments on collation |
|
| 42805 |
6896 d 19 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 0 h |
hornik |
/trunk/src/scripts/ |
Catch more compiler warnings. |
|
| 42386 |
6935 d 6 h |
ripley |
/trunk/src/scripts/ |
add check for line endings in makefiles |
|
| 42385 |
6935 d 6 h |
ripley |
/trunk/src/scripts/ |
check for CR line endings too |
|
| 42298 |
6942 d 12 h |
ripley |
/trunk/ |
start to move address of copy of GPL
add copyright to files missing it |
|
| 42297 |
6943 d 7 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 8 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 3 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 7 h |
hornik |
/trunk/src/scripts/ |
Omit more gfortran warnings by default. |
|
| 42039 |
6974 d 2 h |
ripley |
/trunk/src/scripts/ |
avoid need for texi2dvi on Windows |
|