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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GeoPressureTemplate
2
2
3
-
Analysing geolocator data with pressure is full of potential, but the the path is long and the journey can be challenging. `GeoPressureTemplate` is a [Github repository template](https://docs.github.com/articles/creating-a-repository-from-a-template/) for a startup R project to make that journey easier.
3
+
Analyzing geolocator data with pressure is full of potential, but the the path is long and the journey can be challenging. `GeoPressureTemplate` is a [Github repository template](https://docs.github.com/articles/creating-a-repository-from-a-template/) for a start-up R project to make that journey easier.
4
4
5
5
## What is this template and who is it for? :mag_right:
6
6
@@ -11,7 +11,7 @@ In essence, it contains the code from all the [GeoPressureManual](https://raphae
11
11
## What do you need to use this template? :computer:
12
12
13
13
- Geolocator data containing pressure, light and activity data.
14
-
- Have read the [GeoPressureManual](https://raphaelnussbaumer.com/GeoPressureManual) (:warning: You should be familar with the **full process involved** before starting with your own project)
14
+
- Have read the [GeoPressureManual](https://raphaelnussbaumer.com/GeoPressureManual) (:warning: You should be familiar with the **full process involved** before starting with your own project)
15
15
- Basic R experience (I'm using the [tidyverse](https://www.tidyverse.org/) syntax here).
16
16
- A [Github account](https://github.com/signup).
17
17
@@ -20,7 +20,7 @@ In essence, it contains the code from all the [GeoPressureManual](https://raphae
20
20
21
21
Following the recommendations of [rrrpkg](https://github.com/ropensci/rrrpkg), the project contains:
22
22
1. Standard description files at the root (`DESCRIPTION`, `.Rproj`, `README.md`, `LICENCES`,...).
23
-
2.`data/` folder containing the raw geolocator data, the pressure and light labelled files and the data generated with the code from `analysis/`. Note that you could instead keep the geolocator and labelization files seperately in a `raw-data/` folder, following `usethis()` standard.
23
+
2.`data/` folder containing the raw geolocator data, the pressure and light labelled files and the data generated with the code from `analysis/`. Note that you could instead keep the geolocator and labelization files separately in a `raw-data/` folder, following `usethis()` standard.
24
24
3.`analysis/` contains all the `.R` code used for your project.
25
25
4.`report/` reads the data generated and produces sharable results (figures, html page, manuscript, etc...).
26
26
<details>
@@ -113,7 +113,7 @@ devtools::install()
113
113
114
114
## Start analysing the data :chart_with_upwards_trend:
115
115
116
-
Now that you are set-up, it's time to start the serious work. :grimacing: Follow the order of the `.R` code in the `analysis/` folder. They follow the same order as the GeoPressureManual (but with different numerotation to be able to analyse multiple track at the same time).
116
+
Now that you are set-up, it's time to start the serious work. :grimacing: Follow the order of the `.R` code in the `analysis/` folder. They follow the same order as the GeoPressureManual (but with different numeration to be able to analyse multiple track at the same time).
|`99-combined.R`| Run all steps for multiple tracks. |
128
128
129
-
In order to keep your code clean, we isolate all the key paramters used in all functions in the `gpr_setting.xlsx` spreadsheet located in the `data/` folder. You can adjust these parameters seperatly for each track or add any informations on your individuals bird that might be useful for your analysis.
129
+
In order to keep your code clean, we isolate all the key parameters used in all functions in the `gpr_setting.xlsx` spreadsheet located in the `data/` folder. You can adjust these parameters separately for each track or add any information on your individuals bird that might be useful for your analysis.
130
130
131
131
<details>
132
132
<summary>Click to see explanations on the parameters of <code>gpr_setting.xlsx</code></summary>
@@ -145,12 +145,12 @@ In order to keep your code clean, we isolate all the key paramters used in all f
@@ -182,12 +181,12 @@ The main idea is to produce report templates (`_name_of_the_report_template.Rmd`
182
181
3. Look at `make_reports.R` script to see how you can generate the HTML for multiple tracks and reports templates at once.
183
182
4. Edit `index.Rmd` as you wishes
184
183
5. Run `{r} render_site('./reports')` (also provided at the bottom of `make_reports.R`) to generate the full website in `docs/`.
185
-
6. Push your changes on Gihub and create your [Github Page](https://rstudio.github.io/distill/publish_website.html#github-pages).
184
+
6. Push your changes on Github and create your [Github Page](https://rstudio.github.io/distill/publish_website.html#github-pages).
186
185
187
186
188
187
## Advanced options :link:
189
188
190
189
- Generate your DOI with [Zenodo](https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content) (e.g., https://zenodo.org/record/6720386)
191
190
- Generate a citation file with [`usethis::use_citation`](https://usethis.r-lib.org/reference/use_citation.html) and [`cffr`](https://github.com/ropensci/cffr).
192
-
- Use [`renv`](https://rstudio.github.io/renv/index.html) to make your work reproducable.
191
+
- Use [`renv`](https://rstudio.github.io/renv/index.html) to make your work reproducible.
193
192
- Export your data on [Movebank](https://www.movebank.org/cms/movebank-content/import-custom-tabular-data).
0 commit comments