You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading GitHub repo jsta/glatos@HEAD
Skipping 3 packages not available: rgeos, rgdal, gdalUtils
── R CMD build ─────────────────────────────────────────────────────────────────────────
✔ checking for file 'C:\Users\JordannaBergman\AppData\Local\Temp\RtmpkHXVNj\remotes372459e775dc\jsta-glatos-f1e27cf/DESCRIPTION' ...
─ preparing 'glatos': (10.7s)
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts (464ms)
─ checking for empty or unneeded directories
─ building 'glatos_0.4.0.tar.gz'
Installing package into ‘C:/Users/JordannaBergman/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
ERROR: dependencies 'gdalUtils', 'rgdal', 'rgeos' are not available for package 'glatos'
removing 'C:/Users/JordannaBergman/AppData/Local/R/win-library/4.4/glatos'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/JORDA~1/AppData/Local/Temp/RtmpkHXVNj/file37247f9b35/glatos_0.4.0.tar.gz’ had non-zero exit status
I can't seem to find a way to download the other required packages - do you mind helping me out? Thank you!!
The text was updated successfully, but these errors were encountered:
Hi there - I just installed a new R version and my code no longer seems to work for the glatos package. Here's what I get using the following code:
install.packages("remotes")
library(remotes)
remotes::install_github("jsta/glatos")
Downloading GitHub repo jsta/glatos@HEAD
Skipping 3 packages not available: rgeos, rgdal, gdalUtils
── R CMD build ─────────────────────────────────────────────────────────────────────────
✔ checking for file 'C:\Users\JordannaBergman\AppData\Local\Temp\RtmpkHXVNj\remotes372459e775dc\jsta-glatos-f1e27cf/DESCRIPTION' ...
─ preparing 'glatos': (10.7s)
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts (464ms)
─ checking for empty or unneeded directories
─ building 'glatos_0.4.0.tar.gz'
Installing package into ‘C:/Users/JordannaBergman/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
ERROR: dependencies 'gdalUtils', 'rgdal', 'rgeos' are not available for package 'glatos'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/JORDA~1/AppData/Local/Temp/RtmpkHXVNj/file37247f9b35/glatos_0.4.0.tar.gz’ had non-zero exit status
I can't seem to find a way to download the other required packages - do you mind helping me out? Thank you!!
The text was updated successfully, but these errors were encountered: