-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0 for CRAN - README with map and instructions + vignette correction
- Loading branch information
rCarto
committed
Dec 4, 2015
1 parent
e72951a
commit 1363a92
Showing
5 changed files
with
67 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: SpatialPosition | ||
Title: Spatial Position Models | ||
Version: 1.0 | ||
Date: 2015-11-30 | ||
Date: 2015-12-04 | ||
Authors@R: c( | ||
person("Timothée", "Giraud", email = "[email protected]", role = c("cre","aut")), | ||
person("Hadrien", "Commenges", email = "[email protected]", role = c("aut")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,38 @@ | ||
# SpatialPosition | ||
R package for computing spatial position models: | ||
|
||
- Stewart potentials | ||
- Reilly catchment areas | ||
- Huff catchment areas | ||
![Stewart Potentials ](http://rgeomatic.hypotheses.org/files/2015/12/potentials.png) | ||
|
||
R package for computing spatial position models: | ||
|
||
* Stewart potentials | ||
* Reilly catchment areas | ||
* Huff catchment areas | ||
|
||
|
||
|
||
## Installation | ||
### From CRAN | ||
Stable version | ||
```{r} | ||
install.packages("SpatialPosition") | ||
``` | ||
|
||
### From GitHub | ||
Development version | ||
```{r} | ||
require(devtools) | ||
devtools::install_github("Groupe-ElementR/SpatialPosition") | ||
``` | ||
|
||
## Demo | ||
Vignettes contain commented scripts on how to use `SpatialPostion`. | ||
|
||
* Introduction to the SpatialPosition package : | ||
```{r} | ||
vignette(topic = "SpatialPosition") | ||
``` | ||
|
||
* Stewart Potentials: a Use Case : | ||
```{r} | ||
vignette(topic = "StewartExample") | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters