Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vignettes #107

Merged
merged 9 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading