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
28254 20661 d 19 h /branches/R-Win-CMD/ This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.  
27447 8266 d 9 h ripley /trunk/src/library/ update links  
26532 8330 d 6 h maechler /trunk/src/library/base/man/ codoc(*, use.values=TRUE) cosmetic  
25118 8420 d 18 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
25013 8427 d 9 h hornik /trunk/ Typos and cosmetics.  
25001 8428 d 3 h ripley /trunk/ add library.dynam.unload and make use of it  
24300 8476 d 4 h ripley /trunk/ branch update  
20977 8740 d 5 h hornik /trunk/ Turn global internal variables .Dyn.libs and .lib.loc into dynamic vars,
to be accessed via functions .dynLibs() and .libPaths().
 
16987 9005 d 18 h hornik /trunk/ New function .libPaths(). Avoid direct access to .lib.loc.
In R CMD check, add test for syntax errors in R code.
 
16670 9024 d 17 h hornik /trunk/src/library/ Change .find.package: new argument `verbose' controlling whether warnings
are given about packages found more than once. Argument `use.attached' is
now deprecated. Instead, interpret a `lib.loc' argument of NULL means to
use the default libraries and the attached packages first.
QA tools and functions for library or package index lookup and tools
changed accordingly: these now use NULL as default for `lib.loc'.
 
15168 9126 d 20 h pd /trunk/ branch update  
10525 9458 d 7 h ripley /trunk/src/library/base/ changes suggested by codoc: match functions and docs  
9991 9498 d 22 h duncan /trunk/src/library/base/ Added a ... argument to library.dynam and have this pass the arguments on to dyn.load. This allows packages to control how their shared libraries are loaded. This is necessary for the Java package for some combinations of platform and JVM.  
7081 9721 d 1 h pd /trunk/ branch update  
6994 9724 d 22 h pd /trunk/ branch update  
4562 9941 d 20 h pd /trunk/ branch update  
3817 10002 d 4 h ripley /trunk/src/library/base/man/ Remove spurious } after \alias{.Dyn.libs} that shows up in HTML index  
1032 10338 d 2 h maechler /trunk/src/library/base/man/ several files: small improvements + examples  
862 10370 d 5 h hornik /trunk/src/library/base/man/ Explain that should only be used inside .First.lib().  
769 10378 d 2 h hornik /trunk/src/library/base/man/ New file. (Contents taken from library.Rd.)