Skip to content

Commit

Permalink
correct description of with_nix()
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Jan 6, 2024
1 parent 6a11fb8 commit 69a492f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ nix_build_exit_msg <- function(x) {
}


#' Evaluate expression in R or shell command via `nix-shell` environment
#' Evaluate function in R or shell command via `nix-shell` environment
#'
#' @param expr Single R function or call, shell command, or list of them.
#' @param program String stating where to evaluate the expression. Either `"R"`,
Expand Down
2 changes: 1 addition & 1 deletion dev/build_envs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ This function can evaluate an shell or R expression in Nix.

```{r, function-with-nix}
#' Evaluate expression in R or shell command via `nix-shell` environment
#' Evaluate function in R or shell command via `nix-shell` environment
#'
#' @param expr Single R function or call, shell command, or list of them.
#' @param program String stating where to evaluate the expression. Either `"R"`,
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 69a492f

Please sign in to comment.