Re: [R-pkg-devel] Pretest failed - pandoc could not fetch local file

2017-05-21 Thread Dean Attali
Thank you, you're right, I never realized the README on CRAN didn't show the images. Is there a way to force 'R CMD build' to include the images that are located in the vignettes directory? --- Dean Attali President & CEO AttaliTech Ltd http://AttaliTech.com <http:/

[R-pkg-devel] Pretest failed - pandoc could not fetch local file

2017-05-21 Thread Dean Attali
I'm trying to submit an update to a package 'ddpcr' Here are the pretest logs: https://win-builder.r-project.org/incoming_pretest/170519_074459_ddpcr_18/00check.log I get a warning about pandoc not being able to find an image file. This file path exists and has not changed from the previous submi

[R-pkg-devel] Package was removed from CRAN "despite reminders" -- but I did not receive any such messages

2016-06-01 Thread Dean Attali
My package 'ddpcr' was accepted into CRAN in 2016-02-19 and then updated on 2016-03-17. There were no errors or warnings or notes in my submission and it was accepted right away. I just tried going to its CRAN page and I found out that the package was removed a month ago. https://cran.r-project.o

Re: [R-pkg-devel] Listing a package in "Imports:" when it's used outside of "R" directory

2015-08-15 Thread Dean Attali
I'll go with your suggestion to make a dummy function, thanks Dirk --- http://deanattali.com On 15 August 2015 at 05:35, Dirk Eddelbuettel wrote: > > On 14 August 2015 at 23:36, Dean Attali wrote: > | Since the Shiny app is an integral part of the package, and the app uses

[R-pkg-devel] Listing a package in "Imports:" when it's used outside of "R" directory

2015-08-15 Thread Dean Attali
It seems like if a package is declared under the "Imports:" field in the DESCRIPTION file, and that package is not used in any code in the R directory, then I get an error when doing a R CMD CHECK Namespace in Imports field not imported from: 'DT' >All declared Imports should be used. It c

Re: [R-pkg-devel] Do I need to namespace and import functions from 'methods' package?

2015-07-12 Thread Dean Attali
I see there have been several messages about this recently. I apologize, I wasn't aware of the fact that I could search old messages on the board - will do that next time, thanks --- http://deanattali.com On 12 July 2015 at 13:36, Duncan Murdoch wrote: > On 12/07/2015 4:01 PM, Dea

[R-pkg-devel] Do I need to namespace and import functions from 'methods' package?

2015-07-12 Thread Dean Attali
I have a package that is using the 'is' function from the 'methods' package. My package has been on CRAN for some time now and has had 3 different versions already. Yesterday when submitting, I got a response with: * checking R code for possible problems ... NOTE > ggMarginal: no visible global f