Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS authored Nov 3, 2016
1 parent 21d018f commit 5b753bb
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,6 @@ explore_endpoints()

```

## At-your-own-risk, highly developmental, probably buggy code installation instructions

To pull the upstream changes in from github in RStudio. In the Git tab, choose the More dropdown, and choose Shell. In that window, enter:

```
git pull upstream master
```

Then, rebuild the package...go to the "Build" tab in RStudio, and choose Build and Reload.

Alternatively, use the `devtools` package. In R:

```r
devtools::install_github("USGS-R/toxEval")
```



Disclaimer
----------
Expand All @@ -84,19 +67,7 @@ Although this software program has been used by the USGS, no warranty, expressed

This software is provided "AS IS."

Package Installation
---------------------------------

To install the `toxEval` package you need to be using R 3.0 or greater. Then use the following command:

```R
install.packages("toxEval", repos=c("http://owi.usgs.gov/R",
"http://cran.us.r-project.org"))

library(toxEval)
explore_endpoints()

```

Linux: [![travis](https://api.travis-ci.org/USGS-R/toxEval.svg?branch=master)](https://travis-ci.org/USGS-R/toxEval)

Expand Down

0 comments on commit 5b753bb

Please sign in to comment.