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

https://github.com/uscott/r-multi


https://github.com/uscott/r-multi

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# R package multi

## Requirements
```
R 4.4
```

## Build
```shell
R CMD build pkg
```
or
```shell
make build
```

`make check` runs `R CMD check .`.