list.my.packages: List my R packages which all sit inside src.root

Description Usage Arguments Value Author(s) Examples

Description

List my R packages which all sit inside src.root

Usage

1
2
  list.my.packages(src.root = getOption("src.root"),
    maxdepth = 1, only.installed = TRUE)

Arguments

src.root

The root folder containing all R package code.

maxdepth

do you only want to look into the folder 1 below src.root, or further? defaults to 1.

only.installed

if TRUE, then only return packages which are also installed. if FALSE, then all candidate packages are returned.

Value

A vector of package names

Author(s)

Mark Cowley, 2011-04-07

Examples

1
2

drmjc/updateR documentation built on May 15, 2019, 2:41 p.m.