Package: mmapcharr
Title: Memory-Map Character Files
Version: 0.3.0
Date: 2019-02-26
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
LazyData: TRUE
ByteCompile: TRUE
Depends: R (>= 3.3.0)
Imports: methods, Rcpp
LinkingTo: Rcpp, rmio
Suggests: covr, testthat
RoxygenNote: 6.1.0.9000
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'
NeedsCompilation: yes
Packaged: 2019-02-26 09:09:38 UTC; privef
Author: Florian Privé [aut, cre]
Maintainer: Florian Privé <florian.prive.21@gmail.com>
Repository: CRAN
Date/Publication: 2019-02-26 12:20:02 UTC
Built: R 4.0.0; x86_64-w64-mingw32; 2020-04-10 03:06:46 UTC; windows
Archs: i386, x64
