Re: [Rd] RMarkdown Vignettest in R packages with child is failing in package build

2018-07-13 Thread Duncan Murdoch
On 13/07/2018 2:32 AM, Witold E Wolski wrote: Dear Duncan, Thank you, got it working with your advice. I did placed the child markdown documents into inst/ParametrizedReportsChild And this is the code in the main vignette by which I include them: child_docs <- "Grp2Analysis_MissingInOneCondti

Re: [Rd] R API for C/C++ initialisation issue appears with update to R.3.5

2018-07-13 Thread Andéol Evain
Thanks you very much ! I cleaned up all the Qt dependencies to simplify reproducibility, but when I moved the call to Rf_endEmbedded to the destructor of class RManager instead of right after the callbacks settings, the issue disappeared. It still seems a bit weird that this placement of Rf_endEmb