Skip to content

misguided library() call breaks package installation #10

Open
@bastistician

Description

@bastistician

(@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions