Re: [R-pkg-devel] Package builds, installs, and runs but does not pass devtools::check()

2018-07-19 Thread Michael Hannon
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

Re: [R-pkg-devel] Package builds, installs, and runs but does not pass devtools::check()

2018-07-17 Thread Michael Hannon
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. >

Re: [R-pkg-devel] Package builds, installs, and runs but does not pass devtools::check()

2018-07-17 Thread Michael Hannon
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

Re: [R-pkg-devel] Package builds, installs, and runs but does not pass devtools::check()

2018-07-16 Thread Michael Hannon
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

[R-pkg-devel] Package builds, installs, and runs but does not pass devtools::check()

2018-07-14 Thread Michael Hannon
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