Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koldlight/rtests
- Owner: koldLight
- Created: 2015-12-25T18:09:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T17:20:05.000Z (almost 9 years ago)
- Last Synced: 2024-05-20T18:14:28.980Z (6 months ago)
- Language: R
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")`