glowabio / hydrographr

https://glowabio.github.io/hydrographr/
GNU General Public License v3.0
13 stars 1 forks source link

Error when installing package #64

Closed JuanAlv-Col closed 2 months ago

JuanAlv-Col commented 2 months ago

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

merretbuurman commented 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

JuanAlv-Col commented 2 months ago

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