rosr

Create Reproducible Research Projects


License
AML

Documentation

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

# stable version (not yet):
# install.packages("rosr")
# or development version:
remote::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'

For R users

require('rosr')
create_rosr()

License

Copyright Peng Zhao.

Released under the GPL-3 license.