You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ time-consuming and unreliable. The `fetchR` package provides a single function
8
8
to calculate the average fetch, all that is required is the latitude and
9
9
longitude of the location in decimal degrees.
10
10
11
-
# Installation
11
+
# Web application
12
+
13
+
Check out the online application for `fetchR` at https://blasee.shinyapps.io/fetchR_shiny/!
14
+
15
+
# Local installation
12
16
13
17
The installation of `fetchR` requires the `rgeos` package successfully installed.
14
18
@@ -23,28 +27,6 @@ library(devtools)
23
27
install_github("blasee/fetchR")
24
28
```
25
29
26
-
## Manual download (Windows)
27
-
28
-
There has been an [issue raised](../../issues/3) (thanks to Darren) about
29
-
installing `fetchR` on a Windows platform, so here's an update if the above
30
-
doesn't work. This does not require internet connectivity within R but requires
31
-
the `devtools` package to be installed (code above).
32
-
33
-
1. Download the .zip file to your computer straight from GitHub [located here](https://github.com/blasee/fetchR/archive/master.zip). Now you will be able to install the package within R.
0 commit comments