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 | e...@debian.org

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to