https://github.com/koldlight/rtests
A testing R repository
https://github.com/koldlight/rtests
Last synced: 2 months ago
JSON representation
A testing R repository
- Host: GitHub
- URL: https://github.com/koldlight/rtests
- Owner: koldLight
- Created: 2015-12-25T18:09:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T17:20:05.000Z (over 9 years ago)
- Last Synced: 2025-02-13T16:24:11.256Z (3 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")`