Package: rbcor Type: Package Title: Read BCOR Files into R Version: 1.0.0 Authors@R: c( person( "Masahiro", "Kanai", email = "mkanai@broadinstitute.org", role = c("aut", "cre") ) ) Description: Reads binary correlation (BCOR) files generated by LDStore into R's sparse matrix format. BCOR files store linkage disequilibrium correlation matrices in a compressed binary format. License: MIT + file LICENSE Encoding: UTF-8 Imports: Rcpp (>= 1.0.14), Matrix LinkingTo: Rcpp, RcppArmadillo Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 RoxygenNote: 7.3.2 Repository: https://mkanai.r-universe.dev Date/Publication: 2026-03-06 20:58:59 UTC RemoteUrl: https://github.com/mkanai/rbcor RemoteRef: HEAD RemoteSha: 7b433dd19a729e0eab117e6da616faf440ef09d6 NeedsCompilation: yes Packaged: 2026-07-13 05:16:41 UTC; root Author: Masahiro Kanai [aut, cre] Maintainer: Masahiro Kanai