How to get Rcpp to work in R on a Windows XP platform?

前端 未结 3 1173
说谎
说谎 2020-12-18 09:22

I\'ve been trying to work with Rcpp in R 2.14.2 on a Windows XP platform. As far as I can tell, I followed all of the recommended steps for getting Rcpp to work:

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 09:52

    Do not install R in a directory containing a space in the path name. That recommendation is, as I recall, in the 'R for Windows FAQ'.

    My personally preference is always c:\opt\R-current\ instead of the versioned default path.

提交回复
热议问题