The R Project SVN R

Rev

Rev 61160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61160 Rev 61433
Line 6... Line 6...
6
\name{installFoundDepends}
6
\name{installFoundDepends}
7
\alias{installFoundDepends}
7
\alias{installFoundDepends}
8
\title{A function to install unresolved dependencies}
8
\title{A function to install unresolved dependencies}
9
\description{
9
\description{
10
  This function will take the \code{Found} element of a
10
  This function will take the \code{Found} element of a
11
  \code{pkgDependsList} object and attempt to install 
11
  \code{pkgDependsList} object and attempt to install
12
  all of the listed packages from the specified repositories.
12
  all of the listed packages from the specified repositories.
13
}
13
}
14
\usage{
14
\usage{
15
installFoundDepends(depPkgList, ...)
15
installFoundDepends(depPkgList, ...)
16
}
16
}