Title: | Easily Install and Load the 'healthyverse' |
---|---|
Description: | The 'healthyverse' is a set of packages that work in harmony because they share common data representations and 'API' design. This package is designed to make it easy to install and load multiple 'healthyverse' packages in a single step. |
Authors: | Steven Sanderson [aut, cre, cph] |
Maintainer: | Steven Sanderson <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.1.0.9000 |
Built: | 2024-10-25 05:34:44 UTC |
Source: | https://github.com/spsanderson/healthyverse |
This function lists all the conflicts between packages in the healthyverse and other packages that you have loaded.
healthyverse_conflicts()
healthyverse_conflicts()
There are four conflicts that are deliberately ignored: intersect
,
union
, setequal
, and setdiff
from dplyr. These functions
make the base equivalents generic, so shouldn't negatively affect any
existing code.
A message in regards to library conflicts.
healthyverse_conflicts()
healthyverse_conflicts()
List all healthyverse dependencies
healthyverse_deps(recursive = FALSE, repos = getOption("repos"))
healthyverse_deps(recursive = FALSE, repos = getOption("repos"))
recursive |
If |
repos |
The repositories to use to check for updates.
Defaults to |
A message indicating the dependencies of the healthyverse
List all packages in the healthyverse
healthyverse_packages(include_self = TRUE)
healthyverse_packages(include_self = TRUE)
include_self |
Include healthyverse in the list? |
A list of the healthyverse packages
healthyverse_packages()
healthyverse_packages()
This function gives a quick overview of the versions of R and RStudio as well as all healthyverse packages. It's primarily designed to help you get a quick idea of what's going on when you're helping someone else debug a problem.
healthyverse_sitrep()
healthyverse_sitrep()
Get a situation report of the healthyverse
This will check to see if all healthyverse packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
healthyverse_update(recursive = FALSE, repos = getOption("repos"))
healthyverse_update(recursive = FALSE, repos = getOption("repos"))
recursive |
If |
repos |
The repositories to use to check for updates.
Defaults to |
This function do not return a value but rather are used for side effects.
## Not run: healthyverse_update() ## End(Not run)
## Not run: healthyverse_update() ## End(Not run)