18
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 24 hours ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add argument "fixed" to list.files() (from Duncan Murdoch, PR#18925). More... about 2 months ago
have Rd2txt() skip empty \emph{} etc, consistent with Rd2HTML() More... about 2 months ago
implement and use \manual references in Rd More... about 2 months ago
improve the presentation of R manuals in HTML More... about 2 months ago
tweak image positions More... about 2 months ago
"typo" More... about 2 months ago
oops: part of 88823 More... about 2 months ago
jitter(x,..): more robust against non-finite x; improved help() More... about 2 months ago
backports: sync w/ R-patched More... about 2 months ago
fix lbeta(<complex>, .) - `op` blunder More... about 2 months ago
Fix download.packages() and install.packages() to again use option More... about 2 months ago
Document which regular expression types are used by exportPattern More... 2 months ago
Document how bxp() treats axis-related parameters when horizontal More... 2 months ago
Add pos= argument to mget() (PR#7376). More... 2 months ago
Tweak - puts the most common case first. More... 2 months ago
Use LDFLAGS when linking shared libraries on Windows (PR#16384). More... 2 months ago
markup More... 2 months ago
Use GEcreateDD() and GEfreeDD() on Windows graphic device (related to 88803, More... 2 months ago
update for r88273 More... 2 months ago
fix warning message from insertSource() More... 2 months ago
confint.default: re-fix case of unnamed vcov, without breaking other cases this time....
pd
More... 2 months ago
Tweaks. More... 2 months ago
fix compiler warning and typo in devQuartz.c More... 2 months ago
minor rephrasing
pd
More... 2 months ago
More use of check log INFO. More... 2 months ago
fix compiler warnings More... 2 months ago
add R_eval_with_gd() to "lock" a graphics device during eval() calls during device drawing. When graphics device is locked, any attempt to close/kill the device is ignored. This is to protect against the user closing the device via asyncronous event (e.g., mouse click) during device drawing (which could result in a crash as killing the device left dangling device pointers for any drawing code that was still to complete) More... 2 months ago
add GEcreateDD() and GEfreeDD(); satisfies PR#18292 More... 2 months ago
Drop use of memory profiling in model.c when barrier checking. More... 2 months ago
confint.default and AIC/BIC for S4 objects
pd
More... 2 months ago