there's something i dont understand from Packrat.
i suppose a snapshot is a moment in time for all the library in the project. So when I need to upgrade a package I followed the procedure commented here:
packrat::on()
install.packages("pkgname")
packrat::snapshot()
But when I did it, packrat upgraded all the packages in the project......
I only needed to upgrade ONE package.
is that the correct behaviour?