require.RbcBook1 {RbcBook1} | R Documentation |
Load a lengthy list of packages that are used in the Book
require.RbcBook1() .RbcBook1.pkgs()
require.RbcBook1
can be used to see at once whether all packages required
for the book can be loaded.
To do for .RbcBook1.pkgs
: version numbers?
.RbcBook1.pkgs
returns a character vector with the names of
all packages used in the book.
Wolfgang Huber <huber@ebi.ac.uk>
## Not run: library(reposTools) install.packages2(.RbcBook1.pkgs(), develOK=TRUE) require.RbcBook1() ## End(Not run)