We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46da4e commit f15c1fdCopy full SHA for f15c1fd
install.r
@@ -12,7 +12,7 @@ install.packages(c(
12
'V8'))
13
14
install.packages("IRkernel")
15
-IRkernel::installspec(user = FALSE)
+IRkernel::installspec(user = FALSE, sys_prefix=TRUE)
16
17
## Spatial set
18
install.packages(c('sf', 'stars', 'gdalcubes', 'terra', 'tmap', 'mapgl'))
0 commit comments