Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronwolen/reverse
Dummy package to test S3 dispatch on unexported methods.
https://github.com/aaronwolen/reverse
Last synced: about 1 month ago
JSON representation
Dummy package to test S3 dispatch on unexported methods.
- Host: GitHub
- URL: https://github.com/aaronwolen/reverse
- Owner: aaronwolen
- License: other
- Created: 2023-08-01T18:57:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T19:07:01.000Z (over 1 year ago)
- Last Synced: 2024-05-22T00:11:33.121Z (6 months ago)
- Language: R
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reverse
[![R-CMD-check](https://github.com/aaronwolen/reverse/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aaronwolen/reverse/actions/workflows/R-CMD-check.yaml)
The goal of reverse is to ...
## Installation
You can install the development version of reverse from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("aaronwolen/reverse")
```## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(reverse)
## basic example code
```