vanishingglaciersrcode
R code for the VanishingGlacier MAGs project
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Repository
R code for the VanishingGlacier MAGs project
Basic Info
- Host: GitHub
- Owner: michoug
- Language: R
- Default Branch: main
- Size: 131 MB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
VanishingGlaciersRcode
R code for the VanishingGlacier MAGs project with the aim to generate figures and panels for the manuscript.
Installation
To download all the data from this repository, you first need to have Git-LFS installed. You can download it from here.
Then, you can clone the repository using the following command:
```bash
git clone https://github.com/michoug/VanishingGlaciersRcode.git
```
Usage
The R code is found in the R folder, each script can be used independently to generate a figure/panel. All the figures will be saved in the Figures folder that need to be created before running the scripts, it's not included in the repository. The renv package is used to manage the R environment, you can install it using the following command:
```R
install.packages("renv")
```
Then, you can restore the environment using the following command:
```R
renv::restore()
```
If you wish, you can directly open the file VanishingGlaciersRcode.Rproj in RStudio and the environment will be automatically restored.
Owner
- Login: michoug
- Kind: user
- Repositories: 1
- Profile: https://github.com/michoug
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Michoud" given-names: "Gregoire" orcid: "https://orcid.org/0000-0003-1071-9900" title: "VanishingGlaciersRcode" version: 1.0.0 doi: 10.5281/zenodo.10648972 date-released: 2024-02-11 url: "https://github.com/michoug/VanishingGlaciersRcode"
GitHub Events
Total
- Watch event: 6
- Fork event: 3
Last Year
- Watch event: 6
- Fork event: 3