From 102fd3b0a49b6d841e45749108f486555aa78d21 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Mon, 5 Feb 2024 16:19:13 +0100 Subject: [PATCH] better do for rix --- R/rix.R | 3 ++- dev/flat_rix.Rmd | 3 ++- man/rix.Rd | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/R/rix.R b/R/rix.R index e3ba02e3..567e0d2f 100644 --- a/R/rix.R +++ b/R/rix.R @@ -11,7 +11,8 @@ #' @param r_pkgs Vector of characters. List the required R packages for your #' analysis here. #' @param system_pkgs Vector of characters. List further software you wish to install that -#' are not R packages such as command line applications for example. +#' are not R packages such as command line applications for example. You can look for +#' available software on the NixOS website \url{https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=} #' @param git_pkgs List. A list of packages to install from Git. See details for more information. #' @param tex_pkgs Vector of characters. A set of tex packages to install. Use this if you need to compile `.tex` documents, or build PDF documents using Quarto. If you don't know which package to add, start by adding "amsmath". See the Vignette "Authoring LaTeX documents" for more details. #' @param ide Character, defaults to "other". If you wish to use RStudio to work diff --git a/dev/flat_rix.Rmd b/dev/flat_rix.Rmd index b1c5aeba..107a1427 100644 --- a/dev/flat_rix.Rmd +++ b/dev/flat_rix.Rmd @@ -27,7 +27,8 @@ you use another IDE, you can leave the "ide" argument blank: #' @param r_pkgs Vector of characters. List the required R packages for your #' analysis here. #' @param system_pkgs Vector of characters. List further software you wish to install that -#' are not R packages such as command line applications for example. +#' are not R packages such as command line applications for example. You can look for +#' available software on the NixOS website \url{https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=} #' @param git_pkgs List. A list of packages to install from Git. See details for more information. #' @param tex_pkgs Vector of characters. A set of tex packages to install. Use this if you need to compile `.tex` documents, or build PDF documents using Quarto. If you don't know which package to add, start by adding "amsmath". See the Vignette "Authoring LaTeX documents" for more details. #' @param ide Character, defaults to "other". If you wish to use RStudio to work diff --git a/man/rix.Rd b/man/rix.Rd index 18e13b9b..1daba0b4 100644 --- a/man/rix.Rd +++ b/man/rix.Rd @@ -26,7 +26,8 @@ For reproducibility purposes, you can also provide a nixpkgs revision directly.} analysis here.} \item{system_pkgs}{Vector of characters. List further software you wish to install that -are not R packages such as command line applications for example.} +are not R packages such as command line applications for example. You can look for +available software on the NixOS website \url{https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=}} \item{git_pkgs}{List. A list of packages to install from Git. See details for more information.}