[R] [R-pkgs] New package: rDotNet

2017-09-04 Thread Jonathan Shore
rg/web/packages/rDotNet/index.html <https://cran.r-project.org/web/packages/rDotNet/index.html> The package is stable, as has been in use for some years, but only now packaged up for public use on CRAN. Feel free to contact with questions or suggestions on GitHub or by email. Regards -- Jo

[R] plot() under Rserve

2011-04-26 Thread Jonathan Shore
Hi, Rserve allows one to render plots into jpeg with R code such as: jpeg(filename, ...) plot(...) dev.off() However, substituting png, tiff, or bmp device redirection fails on Rserve with eval error on OSX. png(filename, ...) plot(...) dev.off() The above in an eval

[R] viewport bug in 2.8.0?: Error: Cannot pop the top-level viewport (grid and graphics output mixed?)

2009-03-31 Thread jonathan . shore
have to terminate.This is in the windows version of R 2.8.0. Am I doing something wrong? I am using viewports as I am doing something more complex than the above in code with a number of additional viewports (In this case I could use layout or split.screen) regards Jonathan Shore