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
install.packages("spectralGraphTopology") from CRAN gives
** byte-compile and prepare package for lazy loading
Error in library(CVXR) : there is no package called 'CVXR'
Error: unable to load R code in package 'spectralGraphTopology'
Execution halted
ERROR: lazy loading failed for package 'spectralGraphTopology'
The library(CVXR) call at the top of R/smoothGraphLearning.R
(@dppalomar: https://github.com/dppalomar/spectralGraphTopology does not accept issues, so submitting here)
install.packages("spectralGraphTopology")
from CRAN givesThe
library(CVXR)
call at the top ofR/smoothGraphLearning.R
spectralGraphTopology/R/smoothGraphLearning.R
Line 1 in 97eee40
seems very strange and should not be needed.
The text was updated successfully, but these errors were encountered: