Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/privefl/bigutilsr
R package with utility functions for large-scale data
https://github.com/privefl/bigutilsr
Last synced: 3 months ago
JSON representation
R package with utility functions for large-scale data
- Host: GitHub
- URL: https://github.com/privefl/bigutilsr
- Owner: privefl
- Created: 2019-07-31T12:57:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T14:58:05.000Z (11 months ago)
- Last Synced: 2024-07-11T17:31:21.829Z (4 months ago)
- Language: R
- Homepage: https://privefl.github.io/bigutilsr/
- Size: 1.99 MB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![R-CMD-check](https://github.com/privefl/bigutilsr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/privefl/bigutilsr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/privefl/bigutilsr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/privefl/bigutilsr?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/bigutilsr)](https://cran.r-project.org/package=bigutilsr)# bigutilsr
R package with utility functions for large-scale data.
For now, package {bigutilsr} mainly includes functions for outlier detection and unbiased PCA projection.
See [this blog post on detecting outlier samples in PCA using functions from {bigutilsr}](https://privefl.github.io/blog/detecting-outlier-samples-in-pca/).
## Installation
```r
# from CRAN
install.packages("bigutilsr")# latest version from GitHub
remotes::install_github("privefl/bigutilsr")
```