File: repos_upload.Rd

package info (click to toggle)
r-cran-packrat 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,900 kB
  • sloc: sh: 51; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cranlike-repositories.R
\name{repos_upload}
\alias{repos_upload}
\title{Upload a Package to a Local CRAN-like Repository}
\usage{
repos_upload(package, to, ...)
}
\arguments{
\item{package}{Path to a package tarball. The tarball should be
created by \code{R CMD build}; alternatively, it can be the path
to a folder containing the source code for a package (which
will then be built with \code{R CMD build}) and then uploaded
to the local repository.}

\item{to}{The name of the CRAN-like repository. It (currently) must
be a local (on-disk) CRAN repository.}

\item{...}{Optional arguments passed to \code{R CMD build}.}
}
\description{
Upload a Package to a Local CRAN-like Repository
}