-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
38 lines (27 loc) · 947 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# islandclimbing
<!-- badges: start -->
<!-- badges: end -->
{islandclimbing} is a work in progress R package and shiny app to accompany the book *Guernsey Trad* by James Burton.
This app is for non-commercial use.
## Installation
You can install the development version of islandclimbing like so:
``` r
remotes::install_github("Ryan-Hardiman/Island_Climbing")
```
## Roadmap
The end goal is a Shiny app that will act as an interactive aide to the book.
It will not replace the book and will not include all the details that are in the book - you really need to get the book to get the most out of the app.
## Disclaimer
You should not rely on the information provided in this package.
Climbing incurs some risk and you are responsible for your own safety.