Skip to content

Commit

Permalink
use updated roxygen2 vers 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jan 27, 2015
1 parent 40c583b commit 1df814d
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 22 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.0): do not edit by hand

S3method(plot,pkgDepGraph)
S3method(print,pkgDep)
Expand Down
3 changes: 2 additions & 1 deletion man/addOldPackage.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/addPackages.R
\name{addOldPackage}
\alias{addOldPackage}
\title{Add old package versions to a miniCRAN repository.}
Expand Down
5 changes: 3 additions & 2 deletions man/addPackage.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/addPackages.R
\name{addPackage}
\alias{addPackage}
\title{Add packages to a miniCRAN repository.}
Expand All @@ -25,7 +26,7 @@ addPackage(pkgs = NULL, path = NULL, repos = getOption("repos"),
\item{quiet}{If TRUE, suppress status messages (if any), and the progress bar during download.}
}
\value{
Installs the packages, rebuilds the package index invisibly returns the number of packages writen to the index files.
Installs the packages, rebuilds the package index, and returns the number of packages writen to the index files.
}
\description{
Add packages to a miniCRAN repository.
Expand Down
3 changes: 2 additions & 1 deletion man/addPackageListingGithub.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/github-functions.R
\name{addPackageListingGithub}
\alias{addPackageListingGithub}
\title{Add DESCRIPTION information from package on github.}
Expand Down
3 changes: 2 additions & 1 deletion man/basePkgs.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/pkgDep.R
\name{basePkgs}
\alias{basePkgs}
\title{Returns names of base packages.}
Expand Down
3 changes: 2 additions & 1 deletion man/checkVersions.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/addPackages.R
\name{checkVersions}
\alias{checkVersions}
\title{Check for previous versions of packages in a miniCRAN repository.}
Expand Down
3 changes: 2 additions & 1 deletion man/cranJuly2014.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/minicran-package.R
\docType{data}
\name{cranJuly2014}
\alias{cranJuly2014}
Expand Down
3 changes: 2 additions & 1 deletion man/getCranDescription.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/getCranDescription.R
\name{getCranDescription}
\alias{getCranDescription}
\title{Scrape DESCRIPTION from CRAN for each pkg.}
Expand Down
3 changes: 2 additions & 1 deletion man/makeDepGraph.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/makeDepGraph.R
\name{makeDepGraph}
\alias{makeDepGraph}
\title{Create dependency graph from available packages.}
Expand Down
3 changes: 2 additions & 1 deletion man/makeLibrary.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/makeRepo.R
\name{makeLibrary}
\alias{makeLibrary}
\title{Deprecated function to download packages to local folder.}
Expand Down
5 changes: 3 additions & 2 deletions man/makeRepo.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/makeRepo.R
\name{makeRepo}
\alias{makeRepo}
\alias{updateRepoIndex}
Expand All @@ -8,7 +9,7 @@ makeRepo(pkgs, path, repos = getOption("repos"), type = "source",
Rversion = R.version, download = TRUE, writePACKAGES = TRUE,
quiet = FALSE)

updateRepoIndex(path, type, Rversion)
updateRepoIndex(path, type = "source", Rversion = R.version)
}
\arguments{
\item{pkgs}{Character vector of packages to download}
Expand Down
3 changes: 2 additions & 1 deletion man/miniCRAN-package.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/minicran-package.R
\docType{package}
\name{miniCRAN-package}
\alias{miniCRAN}
Expand Down
3 changes: 2 additions & 1 deletion man/pkgAvail.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/pkgDep.R
\name{pkgAvail}
\alias{pkgAvail}
\title{Reads available packages from CRAN repository.}
Expand Down
3 changes: 2 additions & 1 deletion man/pkgDep.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/pkgDep.R
\name{pkgDep}
\alias{pkgDep}
\title{Retrieves package dependencies.}
Expand Down
3 changes: 2 additions & 1 deletion man/pkgDepTools.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/pkgDepTools.R
\name{split_op_version}
\alias{cleanPkgField}
\alias{split_dependencies}
Expand Down
3 changes: 2 additions & 1 deletion man/plot.pkgDepGraph.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/plot.pkgDepGraph.R
\name{plot.pkgDepGraph}
\alias{plot.pkgDepGraph}
\title{Plots a package dependency graph.}
Expand Down
3 changes: 2 additions & 1 deletion man/repoBinPath.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/helpers.R
\name{repoBinPath}
\alias{repoBinPath}
\title{Construct path to full binary location}
Expand Down
3 changes: 2 additions & 1 deletion man/repoPrefix.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/helpers.R
\name{repoPrefix}
\alias{repoPrefix}
\title{Get the path to the repo directory containing the package files.}
Expand Down
3 changes: 2 additions & 1 deletion man/twodigitRversion.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/helpers.R
\name{twodigitRversion}
\alias{twodigitRversion}
\title{Get a two-digit version of the R version}
Expand Down
3 changes: 2 additions & 1 deletion man/updatePackages.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/updatePackages.R
\name{updatePackages}
\alias{oldPackages}
\alias{updatePackages}
Expand Down

0 comments on commit 1df814d

Please sign in to comment.