-
Notifications
You must be signed in to change notification settings - Fork 4
/
010-start_here.Rmd
40 lines (26 loc) · 1.76 KB
/
010-start_here.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
39
40
# New to markdown
```{r, results = "asis", echo = FALSE}
status("drafting")
```
## Clone, add reference, submit merge request...
To add a new dataset, please follow these steps:
1. Click on the edit button on the book homepage,\
2. Login to Github.com and select "Start a pull-request",\
3. Add new references to `020-dataset_list.Rmd` and save,\
4. Commit and push and make a [pull
request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\
5. Once received we will check it and if you have followed the instructions closely,
the reference will appear in the document as soon as the code is merged with the master,\
```{r pull-request, echo=FALSE, fig.cap="Example of a pull request on Github.com.", out.width="50%"}
knitr::include_graphics("img/example_pull_request.jpg")
```
If you're new to markdown and want to learn how to use it, please refer to [this tutorial](https://guides.github.com/features/mastering-markdown/).
If you are new to R and/or [**pedometrics**](https://pedometrics.org), please consider reading / installing:
- Kabacoff, R.I., (2011) ["R in Action: Data Analysis and Graphics with R"](http://www.manning.com/kabacoff/). Manning publications, ISBN: 9781935182399, 472 pages.
- California Soil Resource Lab, (2017) ["Open Source Software Tools for Soil Scientists"](https://casoilresource.lawr.ucdavis.edu/software/), UC Davis.,
- [RStudio](http://www.rstudio.com/products/RStudio/),
If you'd like more of a roadmap to guide you through R, have a look at Oscar's blogpost:
- <https://oscarbaruffa.com/a-roadmap-for-getting-started-with-r/>
## Video Course: Getting started with R
If you prefer video instruction with progress tracking:
- <https://rfortherestofus.com/courses/getting-started/>