From 4ed8bc6332868f798e4a4504cbfc72f3b6bd5443 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Fri, 11 Aug 2023 06:53:28 +0200 Subject: [PATCH] added philipp as ctb --- DESCRIPTION | 11 +++++++---- dev/0-dev_history.Rmd | 16 +++++++++------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 05f433a9..4836c3ab 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,12 @@ Package: rix Title: Rix: Reproducible Environments With Nix -Version: 0.0.0.9000 -Authors@R: - person("Bruno", "Rodrigues", , "brodriguesco@protonmail.com", role = c("aut", "cre"), - comment = c(ORCID = "0000-0002-3211-3689")) +Version: 0.0.9 +Authors@R: c( + person("Bruno", "Rodrigues", , "bruno@brodrigues.co", role = c("aut", "cre"), + comment = c(ORCID = "0000-0002-3211-3689")), + person("Philipp", "Baumann", , "baumann-philipp@protonmail.com", role = "ctb", + comment = c(ORCID = "0000-0002-3194-8975")) + ) Description: Provides helper functions to create reproducible development environments using the Nix package manager. License: GPL (>= 3) diff --git a/dev/0-dev_history.Rmd b/dev/0-dev_history.Rmd index 96446ea0..aa4c3aac 100755 --- a/dev/0-dev_history.Rmd +++ b/dev/0-dev_history.Rmd @@ -23,7 +23,8 @@ fusen::fill_description( person("Bruno", "Rodrigues", email = "bruno@brodrigues.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3211-3689")), person("Philipp", "Baumann", email = "baumann-philipp@protonmail.com", role = "ctb", comment = c(ORCID = "0000-0002-3194-8975")) ) - ) + ), + overwrite = TRUE ) # Define License with use_*_license() usethis::use_gpl3_license() @@ -66,12 +67,6 @@ usethis::use_git() **From now, you will need to "inflate" your package at least once to be able to use the following commands. Let's go to your flat template, and come back here later if/when needed.** -```{r} -fusen::inflate(flat_file = "dev/build_envs.Rmd", - vignette_name = NA, - overwrite = TRUE) -``` - ```{r development-inflate, eval=FALSE} # Run but keep eval=FALSE to avoid infinite loop # Execute in the console directly @@ -96,6 +91,13 @@ fusen::inflate(flat_file = "dev/data_doc.Rmd", overwrite = TRUE) ``` +```{r} +fusen::inflate(flat_file = "dev/build_envs.Rmd", + vignette_name = NA, + overwrite = TRUE) +``` + + ```{r} fusen::inflate(flat_file = "dev/zzz.Rmd", vignette_name = NA,