Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

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

Error: package or namespace load failed for ‘desk’: package ‘desk’ was installed before R 4.0.0: please re-install it

i am curently writing my thesis and i need to install a package called desk. It is not possible to download it from Repository(Cran), i downloaded it from this website: http://vwl3.ovgu.de/Lehre/desk.html So far no problem, i changed install from: Repository(Cran) to Package Archive and changed install to library:"C:/Program Files/R/R-4.0.3/library.

So when i try to install and open it i get this result. I am also running RStudio as an Administrator but nothing works and changed the library. I also updated R but nothing works.

R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit)

install.packages("C:/Users/ridva/Downloads/desk_1.0.2.zip", repos = NULL, type = "win.binary", lib="C:/Program Files/R/R-4.0.3/library") package ‘desk’ successfully unpacked and MD5 sums checked

library(desk) Fehler: package or namespace load failed for ‘desk’: package ‘desk’ was installed before R 4.0.0: please re-install it

question from:https://stackoverflow.com/questions/65849292/error-package-or-namespace-load-failed-for-desk-package-desk-was-installed

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

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...