Package: Travel
Title: An utility to create an ALTREP object with a virtual pointer
Version: 1.4.0
Authors@R: c(
    person(
        "Jiefei", "Wang",
        email = "szwjf08@gmail.com",
        role = c("aut", "cre")
    ),
    person("Martin", "Morgan", role = "aut"))
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_15
git_last_commit: afe6340
git_last_commit_date: 2022-04-26
Date/Publication: 2022-04-26
NeedsCompilation: yes
Packaged: 2022-04-27 01:38:19 UTC; biocbuild
Author: Jiefei Wang [aut, cre],
  Martin Morgan [aut]
Maintainer: Jiefei Wang <szwjf08@gmail.com>
Built: R 4.2.0; x86_64-w64-mingw32; 2022-04-27 10:13:47 UTC; windows
ExperimentalWindowsRuntime: ucrt
Archs: x64
