2018
DOI: 10.1080/00031305.2017.1375986
|View full text |Cite
|
Sign up to set email alerts
|

Packaging Data Analytical Work Reproducibly Using R (and Friends)

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
39
0

Year Published

2018
2018
2022
2022

Publication Types

Select...
5
2
1
1

Relationship

2
7

Authors

Journals

citations
Cited by 74 publications
(39 citation statements)
references
References 52 publications
0
39
0
Order By: Relevance
“…Our contribution to improving the efficiency of using and sharing code is the R package rrtools ('reproducible research tools', https://github.com/benmarwick/rrtools). This package is the result of our analysis of existing practices among archaeologists and other researchers, and our study of best practices and current conventions in scientific computing, described in more detail in Marwick, Boettiger, & Mullen (2018). The goal of rrtools is to make it easier for archaeologists and other researchers to use R for research and publication.…”
Section: Making It Easiermentioning
confidence: 99%
“…Our contribution to improving the efficiency of using and sharing code is the R package rrtools ('reproducible research tools', https://github.com/benmarwick/rrtools). This package is the result of our analysis of existing practices among archaeologists and other researchers, and our study of best practices and current conventions in scientific computing, described in more detail in Marwick, Boettiger, & Mullen (2018). The goal of rrtools is to make it easier for archaeologists and other researchers to use R for research and publication.…”
Section: Making It Easiermentioning
confidence: 99%
“…Following recent concerns on the reproducibility of archaeological analysis we include the entire R code used for all the analysis and visualizations contained in this paper in our supplemental online material (SOM) at https://dx.doi.org/10.17605/OSF.IO/J39SU. To produce those files we followed the procedures described by Marwick et al (2017)…”
Section: Case Studiesmentioning
confidence: 99%
“…The folder where all the files reside that you need for analysis (code and data), is REPRODUCIBLE DATA ANALYSIS WORKFLOW 6 referred to as a "project" (or sometimes as a "research compendium"). Working with projects is particularly convenient with RStudio, an integrated development environment (IDE) for R. It is useful to organize a data analysis project in a way that strictly segregates (raw) data and code by placing them in directories called data and R (see Section 4 in Marwick, Boettiger, & Mullen, 2018); there are also tools that automatize the standardized creation of folder structures such as workflowr (Blischak, Carbonetto, & Stephens, 2019).…”
Section: # Bettermentioning
confidence: 99%
“…Another way to increase the chance of reproducibility is to develop an R package, which is a self-contained set of files with well-defined meta-data, for each analysis. The reasoning is that, abiding by the strict rules of package development and specifying all dependencies can archieve a high degree of stability can be achieved (e.g., Marwick et al, 2018).…”
Section: Related Approachesmentioning
confidence: 99%