" + $('div[id="ref-' + ref + '"]').html() + ""; }).join("\n"); window.tippy(this, { allowHTML: true, content: refHtml, maxWidth: 500, interactive: true, interactiveBorder: 10, theme: 'light-border', placement: 'bottom-start' }); }); // fix footnotes in tables (#411) // replacing broken distill.pub feature $('table d-footnote').each(function() { // we replace internal showAtNode methode which is triggered when hovering a footnote this.hoverBox.showAtNode = function(node) { // ported from https://github.com/distillpub/template/pull/105/files calcOffset = function(elem) { let x = elem.offsetLeft; let y = elem.offsetTop; // Traverse upwards until an `absolute` element is found or `elem` // becomes null. while (elem = elem.offsetParent && elem.style.position != 'absolute') { x += elem.offsetLeft; y += elem.offsetTop; } return { left: x, top: y }; } // https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetTop const bbox = node.getBoundingClientRect(); const offset = calcOffset(node); this.show([offset.left + bbox.width, offset.top + bbox.height]); } }) // clear polling timer clearInterval(tid); // show body now that everything is ready on_load_complete(); } var tid = setInterval(distill_post_process, 50); distill_post_process(); } function init_downlevel() { init_common(); // insert hr after d-title $('.d-title').after($('
The R Journal is the peer-reviewed, open-access scientific journal, published by The R Foundation. It features short to medium length articles (up to 20 pages) covering topics of interest to users and developers of R. For example, description and implementation details of R packages, surveys or reviews of R software related to a particular area, applications of R software or descriptions of teaching resources related to R.
The R Journal reaches a wide audience and has a thorough review process. It has a generally increasing SJR impact factor. Papers are expected to be concise, clearly written, not too technical, clearly related to R, and follow reproducible practices. Additional technical details and examples could be included as supplementary material. Authors of refereed articles should take care to:
The R Journal accepts a variety of article topics including:
The R Journal was established in 2009, superseding the R News. For historical purposes it also a news section, that includes items from R Core, updates from CRAN and Bioconductor, foRwards activities and conference reports.
The R Journal receives a large number of submissions, currently over 200 a year, and processing times and especially review times are highly variable. The summaries below shows that for published articles, the time from first submission to accept averages at under a year. Just a very small number of 2021 submissions await a final decision, and even for 2022 submissions, the majority of articles have received an accept/reject decision.
For published articles in the years 2020, 2021, 2022, 2023, the boxplots show time from submission to accept by year of publication. Median number of days to accept is under a year. The barchart on the right refers to articles submitted in the years 2020, 2021, 2022, 2023, and reports the status as rejected, in progress or accepted/published. Papers labelled ‘in progress’ are under review or awaiting revisions.
Mark van der Loo, Statistics Netherlands and University of Leiden, The Netherlands [email protected]
The R Journal is run under the auspices of the R Foundation, and editors of the Journal are appointed by the Foundation board.
Vince Carey (2009), Peter Dalgaard (2010), Heather Turner (2011), Martyn Plummer (2012), Hadley Wickham (2013), Deepayan Sarkar (2014), Bettina Grün (2015), Michael Lawrence (2016), Roger Bivand (2017), John Verzani (2018), Norman Matloff (2019), Michael Kane (2020), Dianne Cook (2021), Catherine Hurley (2022), Simon Urbanek (2023)