Type: Package Package: vsp Title: Vintage Sparse PCA for Semi-Parametric Factor Analysis Version: 0.1.4 Authors@R: c( person("Karl", "Rohe", , "karlrohe@stat.wisc.edu", role = "aut"), person("Muzhe", "Zeng", , "mzeng6@wisc.edu", role = "aut"), person("Alex", "Hayes", , "alexpghayes@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4985-5160")), person("Fan", "Chen", role = "aut") ) Description: Provides fast spectral estimation of latent factors in random dot product graphs using the vsp estimator. Under mild assumptions, the vsp estimator is consistent for (degree-corrected) stochastic blockmodels, (degree-corrected) mixed-membership stochastic blockmodels, and degree-corrected overlapping stochastic blockmodels. License: MIT + file LICENSE URL: https://rohelab.github.io/vsp/, https://github.com/RoheLab/vsp BugReports: https://github.com/RoheLab/vsp/issues Depends: R (>= 4.1.0) Imports: clue, dplyr, furrr, ggplot2, glue, igraph, invertiforms, LRMF3, magrittr, Matrix, methods, purrr, rlang, RSpectra, scales, stats, tibble, tidyselect, tidyr, withr Suggests: covr, GGally, igraphdata, knitr, rmarkdown, testthat (>= 3.0.0), tidygraph VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Collate: 'accessors.R' 'bff.R' 'utils.R' 'localization.R' 'object.R' 'plots.R' 'vsp-package.R' 'vsp.R' Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://rohelab.r-universe.dev Date/Publication: 2026-06-15 19:22:25 UTC RemoteUrl: https://github.com/rohelab/vsp RemoteRef: HEAD RemoteSha: 0898a6a8740472b0948f6679307c6e3ffe559b28 NeedsCompilation: no Packaged: 2026-06-15 20:22:19 UTC; root Author: Karl Rohe [aut], Muzhe Zeng [aut], Alex Hayes [aut, cre, cph] (ORCID: ), Fan Chen [aut] Maintainer: Alex Hayes