Skip to content
Prev 378729 / 398503 Next

Which dependency list to build first?

Using the syntax 'install.packages("later") --no-test-load'

The syntax is either
    install.packages("later", type="source", INSTALL_opts="--no-test-load")
from within R (perhaps with repos=NULL if from a local directory) or
    R CMD INSTALL --no-test-load later
from outside of R, where 'later' must be a directory.

Bill Dunlap
TIBCO Software
wdunlap tibco.com


On Wed, Feb 27, 2019 at 11:14 AM Rich Shepard <rshepard at appl-ecosys.com>
wrote: