I am using packrat_0.4.3 and have some my own packages.
I follow this introduction to create a local repository: http://cran.r-project.org/doc/manuals/R-admin.html#Setting-up-a-package-repository, then use this command to init packrat:
packrat::init(options = list(local.repos = c("~/Projects/www/htdocs/R/src/contrib/")))
But packrat still cannot find my local packages.
How should I fix it? Thanks for any suggestion.