https://github.com/nuest/rticle-copernicus-demo
Mirror of https://gitlab.com/nuest/rticle-copernicus-demo/
https://github.com/nuest/rticle-copernicus-demo
Last synced: 3 months ago
JSON representation
Mirror of https://gitlab.com/nuest/rticle-copernicus-demo/
- Host: GitHub
- URL: https://github.com/nuest/rticle-copernicus-demo
- Owner: nuest
- License: mit
- Created: 2018-04-12T09:52:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T09:22:39.000Z (about 7 years ago)
- Last Synced: 2025-04-09T00:04:50.271Z (about 1 year ago)
- Language: TeX
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Readme
Demo repository for a research paper written with the help of R, R Markdown, git, and GitLab as part of the EGU 2018 short course "Writing reproducible geoscience papers using R Markdown, Docker, and GitLab", see [https://vickysteeves.gitlab.io/repro-papers/](https://vickysteeves.gitlab.io/repro-papers/).
## Render article locally
```
library("rmarkdown")
draft("MyArticle.Rmd", template = "copernicus_article", package = "rticles")
render("MyArticle/MyArticle.Rmd")
```
## Run online
The GitLab repository is synced with a GitHub repo ([https://github.com/nuest/rticle-copernicus-demo](https://github.com/nuest/rticle-copernicus-demo)) for usage with Binder:
[](https://mybinder.org/v2/gh/nuest/rticle-copernicus-demo/master)