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
47757 6391 d 11 h jmc /branches/R-classInheritance/ create branch for class inheritance  
47667 6398 d 0 h ripley /trunk/ add --install-args option to R CMD check  
47550 6407 d 6 h ripley /trunk/src/scripts/ issue with paths with spaces in  
47462 6415 d 1 h ripley /trunk/src/scripts/ more on broken Cyrillic support  
47442 6416 d 17 h hornik /trunk/ Standardize CLIs some more.  
47416 6418 d 1 h ripley /trunk/src/scripts/ now need options(warn=1)  
47386 6420 d 3 h ripley /trunk/src/ add 'encoding' argument to checkRd
tweak 'check' wording
 
47382 6420 d 13 h ripley /trunk/ make parse_Rd checks the default, at least for now  
47369 6421 d 20 h ripley /trunk/src/scripts/ tweaks to using massage-examples.R
-- use single-byte locale
-- use --vanilla
 
47368 6421 d 20 h ripley /trunk/src/scripts/ more migration to massage-examples.R  
47350 6423 d 4 h ripley /trunk/src/ add optional parse_Rd check to R CMD check  
47012 6456 d 22 h hornik /trunk/src/scripts/ Do not tangle/source vignettes if they are woven.  
46995 6460 d 4 h ripley /trunk/src/scripts/ label manual files correctly  
46993 6460 d 4 h ripley /trunk/src/scripts/ force --no-index for base package, put back index checking for the rest  
46962 6463 d 3 h ripley /trunk/ Running Rd2dvi --pdf on base gave errors in the index in ' + - *
that used to be ignored. Add --no-index to avoid that.
 
46832 6475 d 2 h ripley /trunk/ remove unnecessary executable properties
sort out use of mkinstalldirs
 
46742 6493 d 4 h ripley /trunk/src/scripts/ remove careless trailing CR
look for Makeconf in the right place on sub-architecture installs
 
46690 6499 d 15 h ripley /trunk/src/scripts/ conditionalize the use of T2A  
46683 6500 d 19 h ripley /trunk/ tweaks for Russian documentation  
46591 6508 d 22 h hornik /trunk/src/scripts/ Use the same Rd.sty defaults as Rd2dvi.  
45645 6656 d 0 h hornik /trunk/src/scripts/ Re-open undocumented fake install back doors.  
45631 6657 d 22 h ripley /trunk/src/scripts/ check for empty source R to avoid many warnings (e.g. from WWGbook on Windows)  
45615 6659 d 4 h ripley /trunk/ false positives in executable detection  
45614 6659 d 5 h ripley /trunk/ allow exclusion list for binary files  
45599 6660 d 22 h hornik /trunk/src/ Add utility function for checking CITATION files.  
45593 6661 d 6 h ripley /trunk/src/scripts/ add comment  
45592 6661 d 6 h ripley /trunk/ Linux 'file' is not GNU  
45591 6661 d 17 h hornik /trunk/src/scripts/ Handle GNU file instances where --version (incorrectly) prints to stderr.  
45590 6661 d 22 h ripley /trunk/src/scripts/ move check for executables before installation (which might create some)  
45589 6661 d 22 h ripley /trunk/src/scripts/ tweak tests  
45588 6661 d 23 h ripley /trunk/src/scripts/ handle OS_type in Rd2dvi
skip installation in check if OS_type does not match
 
45584 6662 d 0 h ripley /trunk/ add checks for *.Rcheck dirs and binary executables to R CMD check  
45573 6663 d 2 h ripley /trunk/src/scripts/ clean up output  
45572 6663 d 19 h ripley /trunk/ update NEWS to match R-patched
check latex vignettes iff texi2dvi is present
 
45486 6670 d 3 h ripley /trunk/src/ assume CITATION files are in latin1 pro tem  
45314 6680 d 1 h ripley /trunk/src/scripts/ must run checks for [pdf]latex in nonstopmode, or will look for keyboard input  
45184 6685 d 2 h hornik /trunk/src/scripts/ Windows Rd2dvi now also has a '--build-dir' option.  
45156 6686 d 16 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 6687 d 16 h hornik /trunk/src/ Add R tools for obtaining error diagnostics from LaTeX or BibTeX logs.  
45117 6687 d 22 h hornik /trunk/src/scripts/ Do not warn on vignette PDFLaTeX errors.