File: repos_create.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 (20 lines) | stat: -rw-r--r-- 618 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cranlike-repositories.R
\name{repos_create}
\alias{repos_create}
\title{Create a Local, CRAN-like Repository}
\usage{
repos_create(path, name = basename(path), add = TRUE)
}
\arguments{
\item{path}{Path to a local CRAN-like repository.}

\item{name}{The name to assign to the repository. Defaults to the
directory name in which the reopsitory is created.}

\item{add}{Add this new repository to the current set of repositories?}
}
\description{
Generate a local CRAN-like repository which can be
used to store and distribute \R packages.
}