File: use_latest_dependencies.Rd

package info (click to toggle)
r-cran-usethis 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: sh: 26; makefile: 17; cpp: 6; ansic: 3
file content (21 lines) | stat: -rw-r--r-- 765 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/latest-dependencies.R
\name{use_latest_dependencies}
\alias{use_latest_dependencies}
\title{Use "latest" versions of all dependencies}
\usage{
use_latest_dependencies(overwrite = TRUE, source = c("CRAN", "local"))
}
\arguments{
\item{overwrite}{By default (\code{TRUE}), all dependencies will be modified.
Set to \code{FALSE} to only modify dependencies without version
specifications.}

\item{source}{Use "CRAN" or "local" package versions.}
}
\description{
Pins minimum versions of all \code{Imports} and \code{Depends} dependencies to latest
ones (as determined by \code{source}). Useful for the tidyverse package, but
should otherwise be used with extreme care.
}
\keyword{internal}