r-help@r-project.org Dear friends, I want to make the following change of R setting on a windows 7 desktop.
$R_check_force_suggests = "FALSE" Since I have no experience using Unix, I don't how to make the suggestions in "writing R extension" works for windows. I will appreciate if you would help me to figure out what is the equivalent of the following settings in Windows system. *********************** In addition to the available command line options, R CMD check also allows customization by setting (Perl) configuration variables in a configuration file, the location of which can be specified via the --rcfile option and defaults to $HOME/.R/check.conf provided that the environment variable HOME is set. The following configuration variables are currently available. $R_check_force_suggests If true, give an error if suggested packages are not available. Default: true. *********************** Installation paths on my desktop C:\Rtools C:\Program Files\R\R-2.15.0\bin\x64 Thank you very much. Noah ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.