The goal of lglasso is to estimate the Gaussian graphical model(network) based on the high-dimensional longitudinal data.
You will be able to install the released version of lglasso soon from CRAN with:
install.packages("lglasso")
And currently the development version can be installed from GitHub with:
# install.packages("devtools")
::install_github("jiezhou-2/lglasso") devtools
For the usage of lglasso package, please check the vignette at https://jiezhou-2.github.io/lglasso/articles/Introduction_of_lglasso_package.html for details.