Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koldlight/rtests

A testing R repository
https://github.com/koldlight/rtests

Last synced: 5 days ago
JSON representation

A testing R repository

Awesome Lists containing this project

README

        

# rtests
A testing R repository

# Installation
To get the current development version from github:

1. Install [devtools](http://cran.r-project.org/web/packages/devtools/index.html) by running
```
install.packages("devtools")
library(devtools)
```

2. Install [rtests](https://github.com/koldLight/rtests)
```
install_github("koldLight/rtests")
```

# Running

To add two numbers, just run `suma.dos.numeros(5, 2)`
To say hello in spanish, run `saluda("John")`