pratikunterwegs/atlastools

R version 4.2.0

Closed this issue · 2 comments

Dear creator,

I just installed the latest version of R, and I received the following error when trying to load atlas tools:

Warning in install.packages :
package ‘atlastools’ is not available for this version of R

Will this problem be fixed any time soon?

Hi, ypu're trying install.packages("atlastools") - but the package isn't on CRAN, so you'll need to use remotes or devtools, and run:

remotes::install_github("pratikunterwegs/atlastools")

Thank you! That worked