Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misguided library() call breaks package installation #10

Open
bastistician opened this issue Oct 8, 2024 · 0 comments
Open

misguided library() call breaks package installation #10

bastistician opened this issue Oct 8, 2024 · 0 comments

Comments

@bastistician
Copy link

(@dppalomar: https://github.com/dppalomar/spectralGraphTopology does not accept issues, so submitting here)

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

seems very strange and should not be needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant