t versions are the ones that get installed ...
>
> Ć’acu.-
>
> [1] https://rstudio.github.io/packrat/
>
>
> On 05/18/2017 04:34 PM, Martin Watts wrote:
> > I have created a package (which I host on a local server) that I have set
> > up to depend on ex
I have created a package (which I host on a local server) that I have set
up to depend on exact versions of other packages, i.e my DESCRIPTION file
looks like this:
Package: myPackage
Depends:
R (>= 3.2.5)
Imports:
dplyr (== 0.5.0),
lazyeval (== 0.2.0),
lubridate (== 1.6.0),
ma