-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Description
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.