Skip to content

Commit

Permalink
Merge pull request #71 from fastverse/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
SebKrantz committed Nov 14, 2022
2 parents 458f79a + 3a1141b commit f726a85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/update.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fastverse_update <- function(..., install = FALSE, repos = getOption("repos")) {

#' Install (missing) fastverse packages
#'
#' This function (by default) checks if any \emph{fastverse} package is missing and installs the missing package(s). The development versions of \emph{fastverse} packages can also be installed from \href{"https://fastverse.r-universe.dev"}{r-universe}. The link to the repository is contained in the \code{.fastverse_repos} macro.
#' This function (by default) checks if any \emph{fastverse} package is missing and installs the missing package(s). The development versions of \emph{fastverse} packages can also be installed from \href{https://fastverse.r-universe.dev}{r-universe}. The link to the repository is contained in the \code{.fastverse_repos} macro.
#'
#' @inheritParams fastverse_update
#' @param \dots comma-separated package names, quoted or unquoted, or vectors of package names. If left empty, all packages returned by \code{\link{fastverse_packages}} are checked.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ The total (recursive) dependency count is indicated for each package.

#### Parallelization, High-Performance Computing and Out-Of-Memory Data

- See the [High-Performance and Parallel Computing](https://cran.r-project.org/web/views/HighPerformanceComputing.html) Task View and the [futureverse](https://www.futureverse.org/).
- See the [High-Performance and Parallel Computing](https://CRAN.R-project.org/view=HighPerformanceComputing) Task View and the [futureverse](https://www.futureverse.org/).

***

Expand Down
2 changes: 1 addition & 1 deletion man/fastverse_install.Rd

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

0 comments on commit f726a85

Please sign in to comment.