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
- Host: GitHub
- URL: https://github.com/atsyplenkov/popular-ptarmigan
- Owner: atsyplenkov
- License: mit
- Created: 2023-05-02T13:20:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T04:26:18.000Z (9 months ago)
- Last Synced: 2025-10-25T17:57:15.250Z (5 months ago)
- Language: R
- Homepage: https://doi.org/10.5281/zenodo.7886525
- Size: 84.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.