Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pzhaonet/rosr
Create academic R markdown projects for open science and reproducible research
https://github.com/pzhaonet/rosr
Last synced: 3 months ago
JSON representation
Create academic R markdown projects for open science and reproducible research
- Host: GitHub
- URL: https://github.com/pzhaonet/rosr
- Owner: pzhaonet
- License: gpl-3.0
- Created: 2019-01-26T14:29:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T08:06:57.000Z (over 4 years ago)
- Last Synced: 2024-05-21T02:12:08.933Z (6 months ago)
- Language: R
- Size: 225 KB
- Stars: 26
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - pzhaonet/rosr - Create academic R markdown projects for open science and reproducible research (R)
README
# rosr: Create academic R markdown projects for open science and reproducible research
## Introduction
'rosr' is an R package for creating reproducible academic project with integrated various academic elements, including data, bibliography, codes, images, manuscripts, dissertations, slides and so on. These elements are well connected so that they can be easily synchronized and updated. Users don't have to repeat copying and pasting their results and figures from time to time. It will be easy for the scientific researchers to use, even if they are R beginners, or even non-R-users.
## Quick start
### Installation
```R
# stable version (not yet):
# install.packages("rosr")
# or development version:
remotes::install_github("pzhaonet/rosr")
```### For non-R users
'rosr' is friendly to non-R users. RStudio is recommended as an advanced user interface. After installation, click the 'Addins' button and you can find "Create a rosr project". Click the elements you want, and click 'create'
![](https://github.com/rbind/pzhao/raw/master/static/img/rosr-addin.png)
![](https://github.com/rbind/pzhao/raw/master/static/img/rosr-screenshot.png)
### For R users
```R
require('rosr')
create_rosr()
```# License
Copyright [Peng Zhao](http://pzhao.org).
Released under the GPL-3 license.