Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```