vanishingglaciersrcode

R code for the VanishingGlacier MAGs project

https://github.com/michoug/vanishingglaciersrcode

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
Last synced: 10 months ago · JSON representation ·

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
Created almost 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Citation

README.md

VanishingGlaciersRcode

DOI

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

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