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
90299 3 d 21 h maechler /trunk/ fix 2 signs in formula of the BTPE algorithm for rbinom(); add RNGkind(binom.kind=*)  
88907 293 d 13 h smeyer /trunk/src/library/ more use of \manual (PR#18956)  
86132 866 d 5 h smeyer /trunk/src/library/utils/man/ mention \dontdiff  
85981 886 d 5 h hornik /trunk/src/ Tweaks.  
85953 890 d 0 h hornik /trunk/ Tweaks.  
85268 1028 d 0 h maechler /trunk/ source() and example() get catch.abort=FALSE; originating from Luke Tierney  
83594 1295 d 20 h maechler /trunk/ w/ SM, r83592: NEWS entry, comment, cosmetic  
81915 1595 d 17 h deepayan /trunk/src/library/ extend dynamic help to run examples and demos within browser if knitr is installed  
76160 2710 d 15 h luke /trunk/ New default algorithm for R_unif_rand, used in sample, to resolve PR
17494. Includes adding sample.kind to RNGkind to allow reverting to
the old algorithm for reproducing previous results. Thanks to Duncan
Murdoch for contributing the patch.
 
74831 2979 d 21 h hornik /trunk/src/library/ Rd markup.  
68948 4006 d 22 h ripley /trunk/src/library/ use https  
67712 4194 d 4 h ripley /trunk/ there is no \dontcheck markup  
66951 4278 d 20 h maechler /trunk/ example(*, run.dontcheck=interactive()) no longer runs \dontcheck{.} parts
when used non-interactively, as in R CMD check <pkg>
 
65528 4467 d 23 h maechler /trunk/src/library/utils/man/ cosmetic  
62809 4812 d 19 h murdoch /trunk/ Allow a user to request running \dontrun sections in example().  
61160 4992 d 23 h ripley /trunk/src/library/ legibility  
59039 5218 d 3 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5518 d 11 h murdoch /trunk/ Revert r56184 and r56185  
56184 5518 d 13 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
53976 5674 d 22 h maechler /trunk/ new example(.., character.only, give.lines)  
51735 5949 d 16 h ripley /trunk/ examples are always converted to UTF-8  
50140 6128 d 5 h ripley /trunk/src/library/utils/man/ corrections  
49612 6168 d 15 h hornik /trunk/src/library/ Rd markup.  
49470 6180 d 3 h ripley /trunk/src/library/ remove some unnecesary anchors in links  
47940 6371 d 1 h murdoch /trunk/ Add echo (suggestion and code from Kjell Konis) and ask args to demo().  
44902 6699 d 19 h hornik /trunk/src/library/ Rd markup: use \file for file extensions.  
44419 6743 d 4 h ripley /trunk/ make example(ask=TRUE) apply also to grid graphics  
44243 6755 d 3 h ripley /trunk/src/library/ more over-long lines  
44184 6757 d 23 h ripley /trunk/src/library/ use consistent markup for 'Details'  
42333 6942 d 3 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
39996 7185 d 19 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
38647 7314 d 23 h ripley /trunk/ avoid writing in workspace fromexample
update documentation
 
38151 7374 d 4 h ripley /trunk/src/library/utils/man/ update  
38140 7374 d 23 h ripley /trunk/ add some more options to control data.frame and example  
37962 7392 d 21 h maechler /trunk/src/library/utils/ example(ask = echo && ...)  
37947 7394 d 1 h maechler /trunk/ example(ask = .)  
32571 7869 d 20 h ripley /trunk/ add \encoding to .Rd files and make use of it  
32569 7869 d 22 h ripley /trunk/ make attempts to guess encodings in source() and example()  
30630 8021 d 7 h ripley /trunk/src/library/utils/man/ typo  
30304 8045 d 4 h hornik /trunk/src/library/ Use NULL rather than .packages() as the package default value.
(As the latter is documented to be internal, and .find.package() can now
handle the former.)