Displaying 8 results from an estimated 8 matches for "r_gd_nulldevice".
2008 Dec 27
1
Patch to fix small bug in do_External and do_dotcall
I've stumbled upon a small bug/inconsitency in do_External and do_dotcall:
Here's an example:
% LC_ALL=C R --vanilla < symname-bug.R
R version 2.8.0 (2008-10-20)
*snip*
> options(error=expression(0))
> ## Call 'R_GD_nullDevice' with incorrect parameter count:
> .Call("R_GD_nullDevice", 1)
Error in .Call("R_GD_nullDevice", 1) :
Incorrect number of arguments (1), expecting 0 for R_GD_nullDevice
>
> ## Same call made via a NativeSymbolInfo object:
> sym <- getDLLRegiste...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...PACE 2008-03-30 01:40:49.000000000 +0900
***************
*** 4,10 ****
if(tools:::.OStype() == "windows") {
useDynLib(grDevices, R_chull,
! PicTeX, PostScript, XFig, PDF,
Cdevga=devga, CsavePlot=savePlot,
Type1FontInUse, CIDFontInUse, R_GD_nullDevice)
} else {
--- 4,10 ----
if(tools:::.OStype() == "windows") {
useDynLib(grDevices, R_chull,
! PicTeX, PostScript, XFig, PDF, PDFAnnotBox, PDFTextBoxInfo,
Cdevga=devga, CsavePlot=savePlot,
Type1FontInUse, CIDFontInUse, R_GD_nullDevice...
2011 Feb 13
1
CRAN package sizes
Robin Hankin's post reminded me to post about the following recent
addition to 'Writing R Extensions', in the section on 'Submitting a
package to CRAN'
Ensure that the package sources are not unnecessarily large. ...
As a general rule, doc directories should not exceed 5Mb, and
where data directories need to be 10Mb or more, consideration should
be given to a
2012 Oct 26
4
R 2.15.2 is released
...give a warning. In any case, rep() converted a pairlist to a
list so you may as well do that explicitly.
o Entry point rcont2 is no longer part of the API, and will move to
package stats in R 2.16.0.
o The 'internal' graphics device invoked by
.Call("R_GD_nullDevice", package = "grDevices") is about to be
removed: use pdf(file = NULL) instead.
o eigen(EISPACK = TRUE), chol(pivot = FALSE, LINPACK = TRUE),
chol2inv(LINPACK = TRUE), solve(LINPACK = TRUE) and svd(LINPACK =
TRUE) are deprecated and give a warning.
They w...
2012 Oct 26
4
R 2.15.2 is released
...give a warning. In any case, rep() converted a pairlist to a
list so you may as well do that explicitly.
o Entry point rcont2 is no longer part of the API, and will move to
package stats in R 2.16.0.
o The 'internal' graphics device invoked by
.Call("R_GD_nullDevice", package = "grDevices") is about to be
removed: use pdf(file = NULL) instead.
o eigen(EISPACK = TRUE), chol(pivot = FALSE, LINPACK = TRUE),
chol2inv(LINPACK = TRUE), solve(LINPACK = TRUE) and svd(LINPACK =
TRUE) are deprecated and give a warning.
They w...
2012 Oct 26
4
R 2.15.2 is released
...give a warning. In any case, rep() converted a pairlist to a
list so you may as well do that explicitly.
o Entry point rcont2 is no longer part of the API, and will move to
package stats in R 2.16.0.
o The 'internal' graphics device invoked by
.Call("R_GD_nullDevice", package = "grDevices") is about to be
removed: use pdf(file = NULL) instead.
o eigen(EISPACK = TRUE), chol(pivot = FALSE, LINPACK = TRUE),
chol2inv(LINPACK = TRUE), solve(LINPACK = TRUE) and svd(LINPACK =
TRUE) are deprecated and give a warning.
They w...
2013 Apr 03
0
R 3.0.0 is released
...a pairlist or other non-vector
object is now an error.
o Several non-API entry points have been transferred to packages
(e.g. R_zeroin2) or replaced by different non-API entry points
(e.g. R_tabulate).
o The 'internal' graphics device invoked by
.Call("R_GD_nullDevice", package = "grDevices") has been removed:
use pdf(file = NULL) instead.
o The .Fortran() entry point "dqrls" which has not been used by R
since version 2.15.1 is no longer available.
o Functions traceOn() and traceOff() in package methods are now...
2013 Apr 03
0
R 3.0.0 is released
...a pairlist or other non-vector
object is now an error.
o Several non-API entry points have been transferred to packages
(e.g. R_zeroin2) or replaced by different non-API entry points
(e.g. R_tabulate).
o The 'internal' graphics device invoked by
.Call("R_GD_nullDevice", package = "grDevices") has been removed:
use pdf(file = NULL) instead.
o The .Fortran() entry point "dqrls" which has not been used by R
since version 2.15.1 is no longer available.
o Functions traceOn() and traceOff() in package methods are now...