Giter VIP home page Giter VIP logo

rj's Introduction

RJ

This package provides tools for dealing with reviewing articles for, and building issues of, the R Journal. The overall goal of the package is to make common tasks performed by the EDITORS, ASSOCIATE EDITORS, and the EDITOR-IN-CHIEF, easier.

Installation

remotes::install_github("rjournal/rj")

New editors should be added to the list of editors in R/email.r.

DESCRIPTION format

Each submission consists of a directory containing the submission, any correspondence, and a DESCRIPTION file. The DESCRIPTION is a DCF (debian control file) file, made up of entries of the following form.

Title: Exploring the wonderful world of R
Authors: 
  "John Smith" <[email protected]>
Editor: Hadley Wickham
Reviewers: 
  "Marleen Harris" <[email protected]>, 
  "Roger Swansong" <[email protected]>
Status: 
  2012-05-04 submitted,
  2012-05-18 acknowledged [optional comment],
  2012-09-12 out for review,
  2012-10-12 minor revision,
  2012-11-12 accepted,
  2012-12-12 proofed,
  2013-01-01 published

Most of these fields are self-explanatory, apart from the Status field, which needs a little more detail. Some statuses can be automatically determined:

  • If editor field is blank, then status is "Needs editor"
  • If reviewers field is blank, then status is "Needs reviewers"

See valid_status for a list of all known statuses, and todo() for the next action to be taken based on each status.

Installation

# First install the jss package from R-forge
install.packages("jss", repos="http://R-Forge.R-project.org")
# Then install rj
remotes::install_github("rjournal/rj")

Useful actions

library(rj)
# Make sure your working directory in the `articles` directory then:

# Accept, reject or withdraw an article, by updating status, moving to
# correct directory and drafting emails.
accept("2010-15")
reject("2010-15")
withdraw("2010-15")

# Similarly, once you have updated the DESCRIPTION you can use
invite_reviewers("2010-15")
# to send out reviewer invites

# You can draft an email from any template in the inst/templates directory
# with email_template
email_template("2010-15", "accept-major")
email_template("2010-15", "online")

# The editor in chief can run
get_submissions()
# to download all pending submission and automatically draft
# acknowledgement emails.

rj's People

Contributors

matloff avatar hadley avatar dicook avatar mitchelloharawild avatar csgillespie avatar rsbivand avatar s-u avatar lawremi avatar huizezhang-sherry avatar srkobakian avatar jverzani avatar kaneplusplus avatar cbhurley avatar deepayan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.