Skip to content
This repository was archived by the owner on Apr 10, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Installation from github requires the devtools package to be installed.
#Install devtools for devtools::install_github
install.packages("devtools")

# IF you are on Windows, you will also need the latest Rtools:
#install.packages('installr'); library('installr')
#installr::install.Rtools()


#Install a unit test framework
install.packages("testthat")

Expand Down Expand Up @@ -37,4 +42,4 @@ cranCoverage("stringr")
```

#License
Clear BSD
Clear BSD