o2r-project / containerit

Package an R workspace and all dependencies as a Docker container
https://o2r.info/containerit/
GNU General Public License v3.0
289 stars 29 forks source link

After JOSS #161

Closed nuest closed 4 years ago

nuest commented 4 years ago
nuest commented 4 years ago

Created citation file based on metadata in https://github.com/openjournals/joss-papers/pull/920/files#diff-4fe1bd1c966c9d26e41e1574838761c8

nuest commented 4 years ago
> library(containerit)
> citation("containerit")

To cite containerit in publications use:

  Nüst, D. and Hinz, M. (2019). containerit: Generating Dockerfiles for reproducible research with R. Journal of Open
  Source Software, 4(40), 1603, https://doi.org/10.21105/joss.01603

A BibTeX entry for LaTeX users is

  @Article{,
    title = {{containerit: Generating Dockerfiles for reproducible research with R}},
    author = {Daniel Nüst and Matthias Hinz},
    journal = {{Journal of Open Source Software}},
    year = {2019},
    month = {8},
    volume = {4},
    number = {40},
    pages = {1603},
    doi = {10.21105/joss.01603},
    url = {https://doi.org/10.21105/joss.01603},
  }

> 
nuest commented 4 years ago

image

nuest commented 4 years ago

https://o2r.info/publications/

image