Jiefei-Wang/AltWrapper: Create an ALTREP object by defining ALTREP functions in R

The package is designed for reducing the learning curve of ALTREP and facilitating development of ALTREP-related packages. It provides a set of functions to manage user-defined ALTREP classes at the R level. Defining an ALTREP function is informal and ad hoc. There is no C/C++ code involved for defining an ALTREP function and the function can be redefined at any time. Users are expected to call setAltClass to define the class name and type first. Then calling setAltMethod to define the behavior of an ALTREP class. Finally an ALTREP object can be made by calling newAltrep.

Getting started

Package details

AuthorJiefei Wang
Bioconductor views Infrastructure
MaintainerJiefei Wang <szwjf08@gmail.com>
LicenseGPL (>= 2)
Version0.99.17
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Jiefei-Wang/AltWrapper")
Jiefei-Wang/AltWrapper documentation built on Oct. 30, 2019, 7:43 p.m.