An open API service indexing awesome lists of open source software.

https://github.com/atsyplenkov/popular-ptarmigan

Supplementary to the manuscript "Quantifying sediment dynamics in a small ungauged low-mountain catchment in the North Caucasus" submitted to the Earth Surface Processes and Landforms
https://github.com/atsyplenkov/popular-ptarmigan

Last synced: 3 months ago
JSON representation

Supplementary to the manuscript "Quantifying sediment dynamics in a small ungauged low-mountain catchment in the North Caucasus" submitted to the Earth Surface Processes and Landforms

Awesome Lists containing this project

README

          

[![DOI](https://zenodo.org/badge/635332161.svg)](https://zenodo.org/badge/latestdoi/635332161)

# Codename
Because project titles change all the time with revisions, rewriting, and peer review, we used codename to generate an Ubuntu-style internal-to-us project name that won’t change.

``` r
library(codename)
codename_message()
#> code name generated by {codename} v.0.5.0. R version 4.2.3 (2023-03-15 ucrt).

codename(seed = "sediment budget of a small basin", type = "ubuntu")
#> [1] "popular ptarmigan"
```

# How to reproduce

1. Make sure that R `4.4.3` and `{renv}` packages are installed
2. Clone the repository and navigate to its directory in R
3. Run `renv::restore()` to install all required packages
4. The folder `workflow` contains all necessary steps to reproduce the results. Follow inner folders in order they are named to produce the results. Folder `src` contains additional functions that were written to support the analysis.