From d18b24344913174be0de0a0ab233a264bdec5ff0 Mon Sep 17 00:00:00 2001 From: Philipp Baumann Date: Fri, 11 Aug 2023 09:47:24 +0200 Subject: [PATCH] fix lang --- R/find_rev.R | 2 +- dev/build_envs.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/find_rev.R b/R/find_rev.R index 434095fc..ed27e2c7 100644 --- a/R/find_rev.R +++ b/R/find_rev.R @@ -410,7 +410,7 @@ nix_build <- function(project_path = ".", is.character(nix_file) && length(nix_file) == 1L, "`nix_file` does not exist. Please use a valid path." = file.exists(nix_file), - "`nix-build` not available. To install, we suggest you follow https://zero-to-nix.com/start/install for installation." = + "`nix-build` not available. To install, we suggest you follow https://zero-to-nix.com/start/install ." = isFALSE(has_nix_build) ) exec_mode <- match.arg(exec_mode) diff --git a/dev/build_envs.Rmd b/dev/build_envs.Rmd index cd807ca5..1144e25e 100644 --- a/dev/build_envs.Rmd +++ b/dev/build_envs.Rmd @@ -496,7 +496,7 @@ nix_build <- function(project_path = ".", is.character(nix_file) && length(nix_file) == 1L, "`nix_file` does not exist. Please use a valid path." = file.exists(nix_file), - "`nix-build` not available. To install, we suggest you follow https://zero-to-nix.com/start/install for installation." = + "`nix-build` not available. To install, we suggest you follow https://zero-to-nix.com/start/install ." = isFALSE(has_nix_build) ) exec_mode <- match.arg(exec_mode)