powered by
Install all dependencies from a package source directory or package source file.
install.dependencies(pkg = NULL, all = FALSE, ..., dryrun = FALSE)
package path or source file
logical that indicates if 'Suggests' packages should be installed.
extra arguments passed to install.packages.
install.packages
logical that indicates if the packages should be effectively installed or only shown.
# NOT RUN { try( install.dependencies('Matrix', dryrun=TRUE) ) # } # NOT RUN { install.dependencies("mypackage_1.0.tar.gz", dryrun=TRUE) # }
Run the code above in your browser using DataLab