[R-pkg-devel] Submitting to CRAN a package depending on RGtk2
Dirk Eddelbuettel
edd at debian.org
Thu Oct 20 15:34:18 CEST 2016
Lorenzo,
Your mails are too long (at least for my attention span, and available time)
and very poorly formatted. Many of us read email in text-only terminals.
On 20 October 2016 at 11:05, Lorenzo Busetto wrote:
| I also have a (maybe stupid) question on this: in theory, I could write
| this "configuration check" also as a "R" function which sends out "system"
| commands if it detects a Linux environment (configuring the commands on the
No, just use
Sys.info()[["sysname"]]
and see `help(Sys.info()`. R can tell you a lot about the environment.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
More information about the R-package-devel
mailing list