Peter Ellis
Peter Ellis
I am trying to import an .otf font into R 3.0.3 on Windows 7. I have previously had no problem installing and using (with cairo_pdf but not pdf) truetype fonts...
Thanks - super quick response! but, no I deleted extrafontdb and reinstalled it from CRAN and the other two from github as per the above, and it still has the...
Yes, tried creating PDFs and PNGs and didn't work. I've now switched to using {Cairo} rather than {extrafont} for this use, which seems to do the job fine. Thanks for...
Thanks. I opted to make the SVG import the font itself - http://freerangestats.info/blog/2019/04/07/fonts-and-stuff - by hacking the svg file after it's been created. Not sure if this fits into the...
Is this pull request under active consideration? Because it looks like it would be extremely useful.
I am trialling this branch now. It is indeed much faster. I noticed that code that worked under the current CRAN version breaks under this version with a couple of...
Sorry for the long delay in responding, and not including a reprex in my first comments. As it happens @okrebs your own example produces the error I was finding: ```R...
I should add that the second issue I noted, where in the CRAN version I had to 'melt' the results to get the desired output but with your fast-ipfp version...
Finally, here is another problem. When building the package, I see this note: ``` Note: break used in wrong context: no loop is visible at ipfp_multi_dim.R:107 ``` I can then...
`forecast.xgbar` isn't designed to be called explicitly but should work as just the `.xgbar` method for `forecast`. Does `forecast(xgbar_season)` work for you? I can't reproduce the problem with the help...