Package: mmapcharr Title: Memory-Map Character Files Version: 0.3.1 Date: 2025-11-27 Authors@R: person("Florian", "Privé", email = "florian.prive.21@gmail.com", role = c("aut", "cre")) Description: Uses memory-mapping to enable the random access of elements of a text file of characters separated by characters as if it were a simple R(cpp) matrix. Encoding: UTF-8 License: GPL-3 ByteCompile: TRUE Depends: R (>= 3.3.0) Imports: methods, Rcpp LinkingTo: Rcpp, rmio Suggests: testthat RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) URL: https://github.com/privefl/mmapcharr BugReports: https://github.com/privefl/mmapcharr/issues Collate: 'RcppExports.R' 'extract.R' 'file-dim.R' 'mmapchar.R' 'mmapcharr-package.r' 'utils.R' Repository: https://privefl.r-universe.dev Date/Publication: 2025-11-27 16:46:53 UTC RemoteUrl: https://github.com/privefl/mmapcharr RemoteRef: HEAD RemoteSha: 6b15622cb7097a57c4fd5ce4314e39d92bb00782 NeedsCompilation: yes Packaged: 2026-07-04 11:14:41 UTC; root Author: Florian Privé [aut, cre] Maintainer: Florian Privé