graph instance representing dependencies between packages in
the repositories.makeDepGraph(repList, suggests.only = FALSE, type =
getOption("pkgType"), keep.builtin = FALSE, dosize = TRUE)"Suggests" field should be used. The default
(FALSE) means that DESCRIPTION fields
"Depends" and "Imports" are used. Note that
"Suggests" is special in that its use is less regulated
and the resulting graph is less likely to be a DAG (packages
sometimes suggest each other)."source",
"win.binary", or "mac.binary".FALSE, is to
remove these packages from the return result.TRUE, the function will
attempt to estimate the download size of each package (requires
the RCurl package). The size of each package is added as a node
attribute to the graph.graphNEL-class instance. If the dosize argument was
set to TRUE, then an estimate of the download size of each
package is stored as a node attribute of the graph. A missing value
is used when the download size was not able to be determined as well
as when the RCurl package is not available.
## Not run:
# deps <- makeDepGraph("http://cran.fhcrc.org", type="source")
# ## End(Not run)
Run the code above in your browser using DataLab