Skip to content

Commit

Permalink
updated readme with disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
scworland committed Jun 8, 2017
1 parent 5e8e2de commit dc43d86
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# timepls: caution, under development
# timepls: partial least squares regression for time series data

[![Coverage Status](https://coveralls.io/repos/github/scworland-usgs/timepls/badge.svg?branch=master)](https://coveralls.io/github/scworland-usgs/timepls?branch=master)

[![Build Status](https://travis-ci.org/scworland-usgs/timepls.svg?branch=master)](https://travis-ci.org/scworland-usgs/timepls)

R package for doing partial least squares regression on time series data. More details to come.
This package is under active development. Don't install it.

```r
library(devtools)
install_github("scworland-usgs/timepls")
```

# Disclaimer

This information is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The information has not received final approval by the U.S. Geological Survey (USGS) and is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the information. Although this software program has been used by the USGS, no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

0 comments on commit dc43d86

Please sign in to comment.