Closed JuanAlv-Col closed 2 months ago
Good Morning! Thanks for posting this issue :) The error may indicate that the package "future" is not available for your version of R, could that be? What happens if you try to install future manually (install.packages("future")
)? Do you get the same error?
If the problem is still there, could you post the output of both install.packages("future")
and R.Version()
?
Best,
Merret
Thanks for your answer! I solve the problem by installing an updated R version. Surely there was an incompatibility issue of "future" package install with my previous version (4.4) (or anything else....) Best regards, Juan
I get the following message, when I tried to install the library from github:
ERROR: dependency 'future' is not available for package 'hydrographr'
Is there any solution of bug issue? Thanks in advance