Skip to content

Commit

Permalink
try pass builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Jan 19, 2024
1 parent ea54f55 commit ea18a24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions R/find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,6 @@ nix_rprofile <- function() {
#' @param message_type String how detailed output is. Currently, there is
#' either `"simple"` (default) or `"verbose"`, which shows the script that runs
#' via `nix-shell`.
#' @inheritParams nix_build
#' @return
#' @importFrom codetools findGlobals checkUsage
#' @export
Expand Down Expand Up @@ -1159,11 +1158,11 @@ nix_rprofile <- function() {
#' project_path = ".",
#' message_type = "simple"
#' )
#' }
#'
#' ## You can also use packages, which will be exported to the nix-R session
#' ## running through `nix-shell` environment
#' R 4.2.2
#' R 4.2.2
#' }
with_nix <- function(expr,
program = c("R", "shell"),
exec_mode = c("blocking", "non-blocking"),
Expand Down
7 changes: 3 additions & 4 deletions dev/build_envs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,6 @@ environment.
#' @param message_type String how detailed output is. Currently, there is
#' either `"simple"` (default) or `"verbose"`, which shows the script that runs
#' via `nix-shell`.
#' @inheritParams nix_build
#' @return
#' @importFrom codetools findGlobals checkUsage
#' @export
Expand Down Expand Up @@ -1263,11 +1262,11 @@ environment.
#' project_path = ".",
#' message_type = "simple"
#' )
#' }
#'
#' ## You can also use packages, which will be exported to the nix-R session
#' #' ## You can also use packages, which will be exported to the nix-R session
#' ## running through `nix-shell` environment
#' R 4.2.2
#' R 4.2.2
#' }
with_nix <- function(expr,
program = c("R", "shell"),
exec_mode = c("blocking", "non-blocking"),
Expand Down
4 changes: 2 additions & 2 deletions man/with_nix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea18a24

Please sign in to comment.