Skip to content

Commit f15c1fd

Browse files
committed
try sys_prefix=TRUE
1 parent a46da4e commit f15c1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install.packages(c(
1212
'V8'))
1313

1414
install.packages("IRkernel")
15-
IRkernel::installspec(user = FALSE)
15+
IRkernel::installspec(user = FALSE, sys_prefix=TRUE)
1616

1717
## Spatial set
1818
install.packages(c('sf', 'stars', 'gdalcubes', 'terra', 'tmap', 'mapgl'))

0 commit comments

Comments
 (0)