| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 45184 |
6683 d 13 h |
hornik |
/trunk/src/scripts/ |
Windows Rd2dvi now also has a '--build-dir' option. |
|
| 45156 |
6685 d 2 h |
hornik |
/trunk/src/scripts/ |
Add option '--build-dir' to Rd2dvi (Unix only for now).
Use this when calling Rd2dvi from R CMD check, so that LaTeX error
diagnostics can be retrieved before cleaning up the build directory. |
|
| 45127 |
6686 d 3 h |
hornik |
/trunk/src/ |
Add R tools for obtaining error diagnostics from LaTeX or BibTeX logs. |
|
| 45117 |
6686 d 8 h |
hornik |
/trunk/src/scripts/ |
Do not warn on vignette PDFLaTeX errors. |
|
| 45062 |
6689 d 5 h |
hornik |
/trunk/src/ |
Improve checking vignettes: pdflatex is only run on vignettes which
passed the previous tests, and is integrated into the check data base
framework of the other tests. To achieve this, provide a way for
texi2dvi() to be quiet even in case of errors.
Use tryCatch() instead of try(). |
|
| 44723 |
6713 d 6 h |
ripley |
/trunk/src/scripts/ |
warn if try to check a package with an encoding in an ASCII locale |
|
| 44681 |
6718 d 8 h |
ripley |
/trunk/src/scripts/ |
workaround some missing error codes on Windows |
|
| 44614 |
6726 d 14 h |
hornik |
/trunk/src/scripts/ |
Set refman header extension according to DVI/PDF. |
|
| 44486 |
6737 d 7 h |
ripley |
/trunk/ |
R CMD check uses pdflatex in preference to latex for a more
comprehensive check, and because CRAN hosts PDF reference manuals. |
|
| 44467 |
6738 d 8 h |
hornik |
/trunk/src/scripts/ |
Add simple (internal) test whether DESCRIPTION can be LaTeXified. |
|
| 44125 |
6760 d 2 h |
ripley |
/trunk/src/ |
record session charset in R CMD check |
|
| 44115 |
6760 d 6 h |
ripley |
/trunk/src/scripts/ |
} dropped off |
|
| 44111 |
6760 d 7 h |
ripley |
/trunk/ |
make use of --encoding when checking examples |
|
| 43622 |
6806 d 5 h |
hornik |
/trunk/src/scripts/ |
Cosmetics. |
|
| 43500 |
6825 d 5 h |
ripley |
/trunk/ |
cope with spaces in file paths in INSTALL and check |
|
| 43267 |
6850 d 14 h |
ripley |
/trunk/ |
safer to use chomp than chop |
|
| 43266 |
6850 d 15 h |
ripley |
/trunk/ |
add check for portable file names |
|
| 43208 |
6857 d 7 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 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 |
6903 d 4 h |
hornik |
/trunk/src/scripts/ |
Catch more compiler warnings. |
|