From f3bcb1d0d1c148df391ec5e439228b178288e130 Mon Sep 17 00:00:00 2001 From: Philipp Baumann Date: Sat, 14 Sep 2024 14:30:06 +0200 Subject: [PATCH] fix lints --- R/rix_helpers.R | 6 ++++-- .../c-using-rix-to-build-project-specific-environments.Rmd | 4 +--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/R/rix_helpers.R b/R/rix_helpers.R index 52c5b39e..f402f730 100644 --- a/R/rix_helpers.R +++ b/R/rix_helpers.R @@ -283,7 +283,8 @@ generate_locale_variables <- function() { } -#' generate_wrapped_pkgs Internal function that generates the string containing the correct Nix expression to get wrapped packages. +#' generate_wrapped_pkgs Internal function that generates the string containing +#' the correct Nix expression to get wrapped packages. #' @param ide Character, defaults to "other". If you wish to use RStudio to work #' interactively use "rstudio" or "rserver" for the server version. Use "code" #' for Visual Studio Code. You can also use "radian", an interactive REPL. For @@ -319,7 +320,8 @@ generate_wrapped_pkgs <- function(ide, } -#' generate_wrapped_pkgs Internal function that generates the string containing the correct Nix expression to get wrapped packages. +#' generate_wrapped_pkgs Internal function that generates the string containing +#' the correct Nix expression to get wrapped packages. #' @param flag_git_archive Character, are there R packages from Github at all? #' @param flag_rpkgs Character, are there any R packages at all? #' @param flag_tex_pkgs Character, are there any LaTex packages at all? diff --git a/vignettes/c-using-rix-to-build-project-specific-environments.Rmd b/vignettes/c-using-rix-to-build-project-specific-environments.Rmd index c39b1b28..066707b3 100644 --- a/vignettes/c-using-rix-to-build-project-specific-environments.Rmd +++ b/vignettes/c-using-rix-to-build-project-specific-environments.Rmd @@ -18,8 +18,6 @@ knitr::opts_chunk$set( library(rix) ``` - - ## Project-specific Nix environments Now that you have the required software installed, it’s to time learn more about @@ -50,7 +48,7 @@ file. You need to provide the following inputs to `rix()`: Run the following command to generate the right `default.nix` file: -```{r, eval = F} +```{r, eval = FALSE} path_default_nix <- tempdir() rix(