File: broken_packages.Rd

package info (click to toggle)
r-cran-xfun 0.37%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 792 kB
  • sloc: ansic: 242; sh: 22; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 735 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/packages.R
\name{broken_packages}
\alias{broken_packages}
\title{Find out broken packages and reinstall them}
\usage{
broken_packages(reinstall = TRUE)
}
\arguments{
\item{reinstall}{Whether to reinstall the broken packages, or only list their
names.}
}
\value{
A character vector of names of broken package.
}
\description{
If a package is broken (i.e., not \code{\link{loadable}()}), reinstall it.
}
\details{
Installed R packages could be broken for several reasons. One common reason
is that you have upgraded R to a newer \code{x.y} version, e.g., from
\code{4.0.5} to \code{4.1.0}, in which case you need to reinstall previously
installed packages.
}