[R-pkg-devel] package installation and linking with JAGS

2020-07-08 Thread Frantisek Bartos
Hello, we have written an R package that uses JAGS and requires a JAGS module that's distributed with the package. We had a lot of problems making the installation work across platforms and we adapted the way it's done in 'runjags' (it also contains a JAGS module). However, we are having two probl

[R-pkg-devel] BH windows compilation issues in R devel

2021-01-19 Thread Frantisek Bartos
Hi all, I wanted to submit a new version of my package and I encountered issues with boost when compiling it on R devel version for windows. (Please excuse my stupidity, but I'm a complete noob in regards to compilers and C++) A full error stack is accessible here (the Debian one worked without i

Re: [R-pkg-devel] BH windows compilation issues in R devel

2021-01-19 Thread Frantisek Bartos
/ compute the log likelihood * double log_lik = log(pdf(t_dist, *x));* return log_lik; } // some additional functions On Tue, 19 Jan 2021 at 22:32, Dirk Eddelbuettel wrote: > > On 19 January 2021 at 21:51, Frantisek Bartos wrote: > | I wanted to submit a new version of my package an