Re: [R-pkg-devel] error when submit a package

2020-06-26 Thread Paul Hibbing
* The fourth can likely be addressed by if(getRversion() >= "2.15.1") utils::globalVariables(c("IV", "M", "filename2id", "wear_flag")) See https://github.com/tidyverse/magrittr/issues/29 * The fifth suggests you need to replace the default vignette title with something specific to your package.

Re: [R-pkg-devel] Help Debugging Debian Error

2020-05-15 Thread Paul Hibbing
es. But to fix this, > you'll probably need to debug it locally. You can do that in Docker if > you don't have a local Linux machine. > > Gabor > > On Fri, May 15, 2020 at 10:00 AM Ivan Krylov > wrote: > > > > On Fri, 15 May 2020 03:50:12 -0400 >

Re: [R-pkg-devel] Help Debugging Debian Error

2020-05-15 Thread Paul Hibbing
Removing the startup message did not resolve the issue. Now I have just: * checking tests ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(PAutilities) > > test_check("PAutilities") See https://artifacts.r-hu

Re: [R-pkg-devel] Help Debugging Debian Error

2020-05-14 Thread Paul Hibbing
> #> [1] "R 3.6.2; x86_64-apple-darwin15.6.0; 2020-05-15 01:24:03 UTC; unix" > > > > R -q -e "library(PAutilities)" > > #> > library(PAutilities) > > #> package 'PAutilities' was built under R version 3.5.0 > > > > I ha

Re: [R-pkg-devel] Help Debugging Debian Error

2020-05-14 Thread Paul Hibbing
-43f919fd5595416799d74bfb312fdd34/PAutilities.Rcheck/00check.log * Here is the unsuccessful R-hub check (R 3.6.3) https://artifacts.r-hub.io/PAutilities_1.0.0.tar.gz-c1592e94abe04155933d5dfe5898c1b8/PAutilities.Rcheck/00check.log On Thu, May 14, 2020 at 11:36 AM Paul Hibbing wrote: > > Hi all, > > At some poin

[R-pkg-devel] Help Debugging Debian Error

2020-05-14 Thread Paul Hibbing
hings I should be aware of? I'm working on installing a virtual machine to see about some manual debugging, but I would love some guidance in the meantime. Best, Paul Hibbing __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] Best practice for releasing heavy internal data

2019-02-22 Thread Paul Hibbing
Hi all, I am revisiting this and wondering if it would be a case in which I should submit as-is, and include justification for ignoring the NOTE about excessive directory size. Best, Paul Hibbing On Mon, Feb 18, 2019 at 3:20 PM Paul Hibbing wrote: > Hi all, > > I am preparing a pac

[R-pkg-devel] Error from svDialogs unless attached to search path

2018-03-28 Thread Paul Hibbing
where this error is coming from. As best I can tell, my usage mirrors the cgam package, which imports svDialogs in NAMESPACE, and then calls dlgMessage in the ShapeSelect function. Any tips on resolving this error are appreciated. Best, Paul Hibbing __