Skip to content

Commit

Permalink
Merge pull request #107 from b-rodrigues/update_vignettes
Browse files Browse the repository at this point in the history
Update vignettes
  • Loading branch information
b-rodrigues authored Jan 24, 2024
2 parents c787b4e + fc14898 commit 0d62b70
Show file tree
Hide file tree
Showing 50 changed files with 2,625 additions and 1,633 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Authors@R: c(
Description: Provides helper functions to create reproducible development
environments using the Nix package manager.
License: GPL (>= 3)
URL: https://b-rodrigues.github.io/rix/
BugReports: https://github.com/b-rodrigues/rix
Depends:
R (>= 2.10)
Imports:
Expand Down
2 changes: 1 addition & 1 deletion R/detect_os.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WARNING - Generated by {fusen} from dev/get_os.Rmd: do not edit by hand
# WARNING - Generated by {fusen} from dev/flat_get_os.Rmd: do not edit by hand

#' detect_os Detects the current OS
#' @return A character. One of Linux or Darwin (Windows is also Linux)
Expand Down
2 changes: 1 addition & 1 deletion R/detect_versions.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WARNING - Generated by {fusen} from dev/cran_archive.Rmd: do not edit by hand
# WARNING - Generated by {fusen} from dev/flat_cran_archive.Rmd: do not edit by hand

#' detect_versions Detects if CRAN packages need to be downloaded from the archive.
#' @param r_pkgs A list of packages, to get from CRAN (either current packages or archived packages).
Expand Down
2 changes: 1 addition & 1 deletion R/find_rev.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WARNING - Generated by {fusen} from dev/build_envs.Rmd: do not edit by hand
# WARNING - Generated by {fusen} from dev/flat_build_envs.Rmd: do not edit by hand

#' find_rev Find the right Nix revision
#' @param r_version Character. R version to look for, for example, "4.2.0". If a nixpkgs revision is provided instead, this gets returned.
Expand Down
2 changes: 1 addition & 1 deletion R/included-datasets.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WARNING - Generated by {fusen} from dev/data_doc.Rmd: do not edit by hand
# WARNING - Generated by {fusen} from dev/flat_data_doc.Rmd: do not edit by hand

#' r_nix_revs
#'
Expand Down
2 changes: 1 addition & 1 deletion R/tar_nix_ga.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WARNING - Generated by {fusen} from dev/cicd.Rmd: do not edit by hand
# WARNING - Generated by {fusen} from dev/flat_cicd.Rmd: do not edit by hand

#' tar_nix_ga Run a {targets} pipeline on Github Actions.
#' @details This function puts a `.yaml` file inside the `.github/workflows/`
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WARNING - Generated by {fusen} from dev/zzz.Rmd: do not edit by hand
# WARNING - Generated by {fusen} from dev/flat_zzz.Rmd: do not edit by hand

#' zzz Global imports
#' @noRd
Expand Down
Loading

0 comments on commit 0d62b70

Please sign in to comment.