From 944de419680cc58f2feee723ec32a31fe6818a8d Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Wed, 25 Sep 2024 13:16:43 +0200 Subject: [PATCH] Update DESCRIPTION --- DESCRIPTION | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index adb0c1a1..a19aac83 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,13 +11,11 @@ Authors@R: c( person("Jacob", "Wujiciak-Jens", , "jacob@wujciak.de", role = "rev", comment = c(ORCID = "0000-0002-7281-3989", "Jacob reviewed the package (v. 0.9.1) for rOpenSci, see ")) ) -Description: Simplifies the creation of reproducible development environments - using the 'Nix' package manager. The included `rix()` function generates a - complete description of the development environment as a `default.nix` file, - which can then be built using 'Nix'. This results in project specific - software environments with pinned versions of R, packages, linked system - dependencies, and other tools. Additional helpers make it easy to run R code - in 'Nix' software environments for testing and production. +Description: Simplifies the creation of reproducible data science environments + using the 'Nix' package manager, as described in Eelco et al. (2004) . + The included `rix()` function generates a complete description of the environment as a `default.nix` file, which can then be built using 'Nix'. + This results in project specific software environments with pinned versions of R, packages, linked system dependencies, and other tools. + Additional helpers make it easy to run R code in 'Nix' software environments for testing and production. License: GPL (>= 3) URL: https://docs.ropensci.org/rix/ BugReports: https://github.com/ropensci/rix/issues