Skip to content

Commit

Permalink
better do for rix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Feb 5, 2024
1 parent d78e05c commit 102fd3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/rix.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion dev/flat_rix.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion man/rix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 102fd3b

Please sign in to comment.