Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Sep 14, 2024
1 parent a16202d commit f3bcb1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions R/rix_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ knitr::opts_chunk$set(
library(rix)
```

<!-- WARNING - This vignette is generated by {fusen} from dev/c-building_envs_with_rix.Rmd: do not edit by hand -->

## Project-specific Nix environments

Now that you have the required software installed, it’s to time learn more about
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit f3bcb1d

Please sign in to comment.