dyerlab / gstudio

An R package for the spatial analysis of population genetic data.
18 stars 6 forks source link

Gstudio Installation Problem #19

Open daviskec opened 1 year ago

daviskec commented 1 year ago

Hello,

I'm trying to install gstudio and getting an issue similar to this resolved one: https://github.com/dyerlab/gstudio/issues/7

When I run install.packages("gstudio") I get the following error: `Installing package into ‘C:/Users/Katie/AppData/Local/R/win-library/4.2’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘gstudio’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages`

I've also tried running remotes::install_github("dyerlab/popgraph") Which has resulted in: `Installing package into ‘C:/Users/Katie/AppData/Local/R/win-library/4.2’ (as ‘lib’ is unspecified)

any suggestions?

thanks in advance

rpeimlelke commented 7 months ago

Hi I have the same problem. Can anyone help?

dyerlab commented 7 months ago

The error message above says that you need to update your 'rlang' packages. That is what the following lines in the R installer output mean

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'rlang' 1.0.4 is already loaded, but >= 1.0.6 is required

I would recommend an update of all packages then return and try again.