Skip to content

Commit

Permalink
added philipp as ctb
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Aug 11, 2023
1 parent 3525911 commit 4ed8bc6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
11 changes: 7 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Package: rix
Title: Rix: Reproducible Environments With Nix
Version: 0.0.0.9000
Authors@R:
person("Bruno", "Rodrigues", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3211-3689"))
Version: 0.0.9
Authors@R: c(
person("Bruno", "Rodrigues", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3211-3689")),
person("Philipp", "Baumann", , "[email protected]", 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)
Expand Down
16 changes: 9 additions & 7 deletions dev/0-dev_history.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ fusen::fill_description(
person("Bruno", "Rodrigues", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3211-3689")),
person("Philipp", "Baumann", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-3194-8975"))
)
)
),
overwrite = TRUE
)
# Define License with use_*_license()
usethis::use_gpl3_license()
Expand Down Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 4ed8bc6

Please sign in to comment.