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

2018-07-19 Thread Michael Hannon
g 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 Depends. > > > Hope this helps, &g

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

2018-07-17 Thread Michael Hannon
ght 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. >> >> Regarding check() an

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

2018-07-17 Thread Michael Hannon
ike 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, 2018, at 22:13 , M

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

2018-07-16 Thread Michael Hannon
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...@gmail.com] > Sent: 15 July 2018 02:13 > To:

[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)