Installation hangs while testing package loading of "dyerlab/gstudio" using macOS highSierra with latest R as of 04-06-2020 (4.0.0).
The expressions used for installation are :
install.packages( c("RgoogleMaps",
"geosphere",
"proto",
"sampling",
"seqinr",
"spacetime",
"spdep"),
dependencies=TRUE )
install.packages("devtools")
library(devtools)
install_github("dyerlab/popgraph")
install_github("dyerlab/gstudio")
Last lines of installation console reports:
─ preparing ‘gstudio’:
✓ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ looking to see if a ‘data/datalist’ file should be added
─ building ‘gstudio_1.5.2.tar.gz’
* installing *source* package ‘gstudio’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Installation hangs while testing package loading of "dyerlab/gstudio" using macOS highSierra with latest R as of 04-06-2020 (4.0.0).
The expressions used for installation are :
Last lines of installation console reports: