Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitessce/vitessceanalysisr
Data conversion helpers for data analysis with vitessceR
https://github.com/vitessce/vitessceanalysisr
Last synced: about 2 months ago
JSON representation
Data conversion helpers for data analysis with vitessceR
- Host: GitHub
- URL: https://github.com/vitessce/vitessceanalysisr
- Owner: vitessce
- License: other
- Created: 2022-02-16T15:49:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T18:46:53.000Z (7 months ago)
- Last Synced: 2024-06-22T08:05:11.453Z (7 months ago)
- Language: R
- Homepage: https://vitessce.github.io/vitessceAnalysisR/
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vitessceAnalysisR
![R package version](https://img.shields.io/github/r-package/v/vitessce/vitessceAnalysisR) [![docs](https://img.shields.io/badge/docs-📖-57B4E9.svg)](https://vitessce.github.io/vitessceAnalysisR/)
Data preparation functions to support [vitessceR](https://github.com/vitessce/vitessceR).
## Installation
Installation requires R 4.0.0 or greater.
```r
install.packages("devtools")
devtools::install_github("vitessce/vitessceAnalysisR")
```## Usage
```r
library(vitessceAnalysisR)# TODO
```For full examples, visit the [documentation](https://vitessce.github.io/vitessceAnalysisR/).
For questions and help with using the package, please open a [discussion](https://github.com/vitessce/vitessceAnalysisR/discussions).
## Development
```r
setwd("path/to/vitessceAnalysisR")
install.packages("htmlwidgets")
install.packages("devtools")
devtools::install()
devtools::load_all()
```## Testing
```r
devtools::check()
devtools::test()
```## Documentation
```r
install.packages("devtools")
install.packages("pkgdown")
devtools::document()
pkgdown::build_site()
```Documentation is automatically deployed to GitHub pages with GitHub actions.
## Deployment
Currently, the package is only distributed through GitHub.
In the future, we plan to submit the package to CRAN or Bioconductor.To increment the package version, update it in [`DESCRIPTION`](https://github.com/vitessce/vitessceAnalysisR/blob/main/DESCRIPTION#L4).