Replies: 1 comment 4 replies
-
|
Hello. To set the expectations, the future package should install out of the box - it's very well tested and it's very rare that someone experiencing problems installing the future package while other packages install just fine. So, my gut feeling here is that there's something going on with your R setup.
In order to give constructive feedback, I need more information. Specifically, what is the full output of: > install.packages("future")? I expect there are some useful clues in that output. Also, is it just |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have attempted to install future on a Windows machine (R version 4.4.3) using install.packages and update.packages, as a prior version is already installed, but either attempt generates errors and the package does not install. These errors include...
Error in loadNamespace
ERROR: lazy loading failed for package 'future'
installation of package ‘future’ had non-zero exit status
Submitted syntax is install.packages("future").
I have not experienced any problems installing or updating any other packages.
Beta Was this translation helpful? Give feedback.
All reactions