Package: Travel
Title: An utility to create an ALTREP object with a virtual pointer
Version: 1.2.0
Authors@R: person("Jiefei", "Wang", email = "szwjf08@gmail.com",
                  role = c("aut", "cre"))
Description: 
    Creates a virtual pointer for R's ALTREP object which does not 
    have the data allocates in memory. The pointer is made by the file 
    mapping of a virtual file so it behaves exactly the same as a regular
    pointer. All the requests to access the pointer will be sent to the 
    underlying file system and eventually handled by a customized 
    data-reading function. 
    The main purpose of the package is to reduce the memory consumption when
    using R's vector to represent a large data. The use cases of the package 
    include on-disk data representation, compressed vector(e.g. RLE) and etc. 
License: GPL-3
biocViews: Infrastructure
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: C++11 Windows: Dokan Linux&Mac: fuse, pkg-config
LinkingTo: Rcpp
Imports: Rcpp
Suggests: testthat, BiocStyle, knitr, rmarkdown, inline, parallel
VignetteBuilder: knitr
URL: https://github.com/Jiefei-Wang/Travel
BugReports: https://github.com/Jiefei-Wang/Travel/issues
git_url: https://git.bioconductor.org/packages/Travel
git_branch: RELEASE_3_14
git_last_commit: 90ae232
git_last_commit_date: 2021-10-26
Date/Publication: 2021-10-26
NeedsCompilation: yes
Packaged: 2021-10-27 04:30:13 UTC; biocbuild
Author: Jiefei Wang [aut, cre]
Maintainer: Jiefei Wang <szwjf08@gmail.com>
Built: R 4.1.1; x86_64-w64-mingw32; 2021-10-27 13:54:37 UTC; windows
Archs: x64
