privefl / dev_guide

rOpenSci Packages: Development, Maintenance, and Peer Review

Home Page:https://ropensci.github.io/dev_guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rOpenSci Packages: Development, Maintenance, and Peer Review

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status

Source of the extended version of the onboarding packaging guide. Read it here.

Contributing

Suggestions and updates

These guidelines are a work in progress for packages contributed to the rOpenSci suite of packages. Corrections, suggestions and general improvements are welcome as issue submissions in this repository. Open discussions are welcome in our forum. You can also make a pull request, please edit the .Rmd files that are at the root of this repository. The book will be built and automatically deployed when your PR is merged.

Technical details

Deployment is done via Travis CI using the rOpenSci tic and travis packages: whenever there's a push to master, the book is built on Travis to a _book folder whose content is then pushed from Travis to the gh-pages branch. We use the setup of the example repo of a bookdown deployed with Travis. RSA keys were created and stored in the right places using travis::use_travis_deploy.

Notes for associate editors

If you're an associate editor, you can also push directly to master for small fixes. We can use PRs for discussing larger updates.

If you're an associate editor and you want to render the book locally you need to install bookdown and the other dependencies stated in DESCRIPTION in particular use devtools::install_github("bergant/airtabler"), and get and store an Airtable API key following there instructions (if you're not an editor, you don't have access to our Airtable base). Then use bookdown::render_book('index.Rmd', 'bookdown::gitbook') and the book will be generated in an _output folder.

Meta

This bookdown was started using Sean Kross' minimal bookdown example that you can find here.

All of the content of this repository is licensed CC-BY-SA.

About

rOpenSci Packages: Development, Maintenance, and Peer Review

https://ropensci.github.io/dev_guide/


Languages

Language:R 65.8%Language:Shell 14.9%Language:CSS 10.5%Language:TeX 8.8%