Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.3k views
in Technique[技术] by (71.8m points)

r package - Opening .Rproj file gives wrong R version warning and wrong .libPath

So I have an R package with a .Rproj file.

When I click on it, I get:

Warning message:
Project requested R version '3.6.2' but '4.0.3' is currently being used

And when I run .libPaths():

[1] "C:/work/package/renv/library/R-4.0/x86_64-w64-mingw32"               
[2] "C:/Users/user/AppData/Local/Temp/RtmpE7gqVW/renv-system-library"

Neither of these paths are correct.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...