https://github.com/carpentries-incubator/open-science-with-r
Carpentry-style lesson on how to use R, RStudio together with git & Github to promote Open Science practices.
https://github.com/carpentries-incubator/open-science-with-r
alpha carpentries data-science dplyr ggplot2 git github lesson open-science r rstudio scripting tidyr
Last synced: about 1 month ago
JSON representation
Carpentry-style lesson on how to use R, RStudio together with git & Github to promote Open Science practices.
- Host: GitHub
- URL: https://github.com/carpentries-incubator/open-science-with-r
- Owner: carpentries-incubator
- License: other
- Created: 2019-11-28T14:20:20.000Z (almost 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-10-06T09:55:05.000Z (about 4 years ago)
- Last Synced: 2025-04-03T07:01:46.073Z (6 months ago)
- Topics: alpha, carpentries, data-science, dplyr, ggplot2, git, github, lesson, open-science, r, rstudio, scripting, tidyr
- Language: Python
- Homepage: https://carpentries-incubator.github.io/open-science-with-r/
- Size: 82.6 MB
- Stars: 7
- Watchers: 6
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION
Awesome Lists containing this project
README
# Open Science with R
[](#contributors-)
[](https://swc-slack-invite.herokuapp.com/)
This repository generates the corresponding lesson website from [The Carpentries](https://carpentries.org/) repertoire of lessons.
This lesson teaches modern R scripting using the `tidyverse` collection of packages, version control and collaboration using `git` and GitHub. Altogether, this provides a foundation for a more Open Science by offering practical ways of analysing data and building workflows and figures in a transparent and efficient manner.
# Local preview of the website
To visualise the website before comming your changes and pushing them to GitHub, several options are available.
## Ruby rbenv
`rbenv` is a way to manage different Ruby version on your machine. The GitHub page is here: [https://github.com/rbenv/rbenv](https://github.com/rbenv/rbenv).1. Install `rbenv` by following the instructions.
2. Install your Ruby version with `rbenv install 2.7.3`
3. Install the required Gems (see the [Gemfile](./Gemfile) for the dependency list with `bundle install`
4. Preview the website locally with `bundle exec jekyll serve`. This will read the `_config.yml` file by default.
5. Preview the website locally at http://127.0.0.1:4000# Contributing and authors
We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any questions, concerns, or experience any difficulties along the way.
We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTRIBUTING.md) and have a look at
the [more detailed guidelines][lesson-example] on proper formatting, ways to render the lesson locally, and even
how to write new episodes.Please see the current list of [issues][FIXME] for ideas for contributing to this
repository. For making your contribution, we use the GitHub flow, which is
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git
by Scott Chacon.
Look for the tag . This indicates that the mantainers will welcome a pull request fixing this issue.## Maintainer(s)
Current maintainers of this lesson are
* Marc Galland @mgalland
## Authors
A list of contributors to the lesson can be found in [AUTHORS](AUTHORS)
## Citation
To cite this lesson, please consult with [CITATION](CITATION)
[lesson-example]: https://carpentries.github.io/lesson-example
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Stijn Van Hoey
👀
Rodrigo
👀
Anouk Zancarini
👀
tijs bliek
👀 ⚠️
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!