tools in tidyverse
> make already existing functionality easier for (interactive) use. But since
> much of the functionality is already present in base R, and because I find
> NSE hard to reason about in a programming context I have until now not used
> any tidyverse packages as an Imports or De
t", ... ) ]
>
> which might also save you some dependencies.
>
>
>
>
> Hope this helps,
> Best,
> Mark
>
>
>
> Op di 17 jul. 2018 om 11:28 schreef Michael Hannon
> :
>>
>> Thanks to John and Zhian for their recent and informative comments.
>
lyr like that is for exploratory data analysis. You'll want to refer
> to dplyr's "Programming with dplyr" vignette for using dplyr in a package:
>
> https://cran.r-project.org/web/packages/dplyr/vignettes/programming.html
>
> Hope that helps.
>
> On Jul 16, 201
ly section Note.
> It is difficult to give more specific advice without details of your setup.
>
>
> Hope this helps,
> Georgi Boshnakov
>
>
>
> From: R-package-devel [r-package-devel-boun...@r-project.org] on behalf of
> Michael Hannon [jmhannon.ucda...@gmai
Greetings. I'm working on a small package, and I'm using the devtools
functions to create, build, etc., the package.
As indicated in the subject line, I get no errors when I do:
> build()
> install()
When I run a separate R session and load the package, i.e.,
> library(my_pkg)
the