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

https://github.com/lachlandeer/demandr

IO style demand estimation with R
https://github.com/lachlandeer/demandr

Last synced: 3 months ago
JSON representation

IO style demand estimation with R

Awesome Lists containing this project

README

        

# demandr:

*Work in Progress*

## Installation

The `demandr` package can be installed using the package `devtools.`
After installing `devtools`, `demandr` is installed by entering:

```{r}
# install devtools if not already installed
# install.packages(devtools)
devtools::install_github("lachlandeer/demandr")
```

into the R console.