An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Open Science with R

[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)

[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](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 ![good_first_issue](https://img.shields.io/badge/-good%20first%20issue-gold.svg). 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!