rj - Tools for the EDITORS to manage the R Journal reviewing and issue building operations
RForge.net

rj

About rj
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/rjournal/rj.git rj
see also rj GitHub repository.

To install the latest development snapshot of this package, use

install.packages("rj",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("rj",,"http://rforge.net/")

Most recent GIT commits


15fd4b4d| Rob J Hyndman | Thu Mar 13 10:02:13 2025 +1100
Added Tomasz Woźniak as AE
 M       inst/associate-editors.csv

8f3f6370| Rob J Hyndman | Wed Mar 12 14:46:56 2025 +1100
Avoid warning in need_reviewers if empty
 M       R/late.R

a4e2e0f3| Rob J Hyndman | Wed Mar 12 14:46:43 2025 +1100
Fixed bug in report to find new papers that need attention
 M       R/late.R

57407d92| Rob J Hyndman | Wed Mar 12 14:08:37 2025 +1100
Added need_decision() function
 M       NAMESPACE
 M       R/late.R
 M       _pkgdown.yml
 A       man/need_decision.Rd

d80f8cfd| Rob J Hyndman | Wed Mar 12 13:07:47 2025 +1100
Updated report so papers with 2 reviews need editor attention
 M       R/late.R
 M       R/report.R
 M       R/reviewers.R
 M       R/status.R