Re: [R-pkg-devel] Install Package from GitHub in Vignette

2019-11-18 Thread Daniel Sjoberg
Thank you for all the great tips! I ended up creating a drat package repo, and installing the packages from there with `Additional_repositories:` tag in the description. With this method, I was able to keep the vignettes as R markdown docs and the pkgdown site did not need any modifications. Tha

Re: [R-pkg-devel] potential memory leak using openMP

2019-11-18 Thread Zhian Kamvar
I've had a problem like this before and I also thought that it was due to some weird magic in OpenMP, but it turned out to be a fence-post error on my part [1]. Unfortunately, the valgrind output is not as helpful as something like ASAN. My suggestion would be to go through that section of the code