Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qile0317/fastutils
R package for readable, and fast utility functions.
https://github.com/qile0317/fastutils
r scientific-computing utilities utility
Last synced: 8 days ago
JSON representation
R package for readable, and fast utility functions.
- Host: GitHub
- URL: https://github.com/qile0317/fastutils
- Owner: Qile0317
- License: other
- Created: 2024-05-23T23:50:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T02:49:04.000Z (about 2 months ago)
- Last Synced: 2024-12-27T22:54:41.271Z (about 1 month ago)
- Topics: r, scientific-computing, utilities, utility
- Language: R
- Homepage: https://qile0317.github.io/FastUtils/
- Size: 2.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FastUtils
[![CRAN status](https://www.r-pkg.org/badges/version/FastUtils)](https://CRAN.R-project.org/package=FastUtils)
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/FastUtils?color=brightgreen)](https://www.r-pkg.org/pkg/FastUtils)
[![R-CMD-check](https://github.com/Qile0317/FastUtils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Qile0317/FastUtils/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/Qile0317/FastUtils/branch/main/graph/badge.svg)](https://app.codecov.io/gh/Qile0317/FastUtils?branch=main)
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://qile0317.github.io/FastUtils/)
[![Developmental Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://qile0317.github.io/FastUtils/dev/)
[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Qile0317/FastUtils/blob/main/LICENSE.md)A wide variety of tools for general data analysis, wrangling, spelling, statistics, visualizations, package development, and more. All functions have vectorized implementations whenever possible. Exported names are designed to be readable, with longer names possessing short aliases.
## Installation
FastUtils is registered on CRAN. To install, try the following
```R
install.packages("FastUtils")
```For the latest development edition, try the following
```R
library(devtools)
devtools::install_github("Qile0317/FastUtils")
```## Usage and Documentation
```R
library(FastUtils)
```There is a large collection of utility functions to use. Browse the reference manual with ```help(package = "FastUtils")``` to see all functions. Alternatively, check the reference manual online here: .
### Package Conventions
Almost all exported functions and parameters are named with `camelCase`, with the exception of those that try to modify or add on to existing functions from other packages with established ecosystems such as `testthat`.
## Contributing
Github pull requests from forked branches are more than welcome as it is mostly a solo-project at the moment. For major changes, please open an issue first to discuss what you would like to change. Please also make sure to update tests as appropriate. See `CONTRIBUTING.md` for more information.
## Contact
Qile Yang - qile.yang \[at\] berkeley.edu