profile_install_nimble.R

setwd('~/nimble-dev/nimble/packages')
profilePath <- '/tmp/install-nimble.Rprof'

Rprof(profilePath)
try(tools:::.install_packages(args = c('nimble')))
Rprof(NULL)

summaryRprof(profilePath)
nimble-dev/nimble-devtools documentation built on May 6, 2019, 6:05 p.m.