inst/footer.R

if (nrow(installation.order) >= 1) {
    for (i in seq(from = 1, to = nrow(installation.order), by = 1)) {
        x <- installation.order$x[i]
        source <- installation.order$source[i]
        version <- installation.order$version[i]
        handle <- installation.order$handle[i]
        uid <- installation.order$uid[i]
        .install.from.source(x = x, version = version, handle = handle, source = source, uid = uid,
                             lib = lib, path = path, verbose = verbose,
                             cran.mirror = cran.mirror, bioc.mirror = bioc.mirror,
                             current.r.version = current.r.version)
    }
}

Try the rang package in your browser

Any scripts or data that you put into this service are public.

rang documentation built on Oct. 8, 2023, 5:06 p.m.