Skip to content

Commit

Permalink
changing package name to lower-script r
Browse files Browse the repository at this point in the history
  • Loading branch information
bendv committed Jan 19, 2016
1 parent 500c457 commit d3c7160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,4 +1,4 @@
Package: Rgrowth
Package: rgrowth
Type: Package
Title: Post-disturbance regrowth monitoring with dense LTS
Version: 1.0
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,13 +1,13 @@
# Rgrowth
# rgrowth
Post-disturbance regrowth monitoring using Landsat Time Series (LTS).

`bfastSpatial` is required for `Rgrowth`. Both can be installed using `devtools`:
`bfastSpatial` is required for `rgrowth`. Both can be installed using `devtools`:

```
library(devtools)
install_github('dutri001/bfastSpatial')
install_github('bendv/Rgrowth')
library(Rgrowth)
install_github('bendv/rgrowth')
library(rgrowth)
```

A short tutorial is available [here](http://bendv.github.io/Rgrowth). At the moment, the tutorial only covers single-pixel time series. Check back later for updates to the tutorial, including a mapping component!
A short tutorial is available [here](http://bendv.github.io/rgrowth). At the moment, the tutorial only covers single-pixel time series. Check back later for updates to the tutorial, including a mapping component!

0 comments on commit d3c7160

Please sign in to comment.