laolang_cool 如题,想就用一个 .Rprofile,然后在 unix 下时 ln -s .Rprofile 就可以享用同一配置了。但有些设置是系统独有的,请问怎么写这一部分的配置呢?类似: if (windows) Set.options(windows) elseif (unix) Set.options(unix) endif 当然上面的语法是完全错的,表达这个意思而己。。。
laolang_cool 不好意思,我是R新新手,这段代码具体应怎么写啊?比如我想在 windows 里设置 options(help_type = "html"),在 unix 时设置 options(help_type = "text")