Re: [R-pkg-devel] SystemRequirements: Berkeley DB STL

2018-10-23 Thread Hong Ooi via R-package-devel
--- Begin Message --- This looks like a similar situation to the C++ Boost headers, which are packaged up for easy R consumption in the boost package. You could try doing that with BerkeleyDB. There's another issue though: looking at your FAQ page, you seem to rely on a bunch of tools written b

[R-pkg-devel] SystemRequirements: Berkeley DB STL

2018-10-23 Thread Toby Hocking
I would like to put the https://github.com/tdhock/PeakSegDisk package on CRAN. This package needs Berkeley DB C++ Standard Template Library. What do I need to do to get this package (with compiled mac/windows binaries) on CRAN? This C++ library is relatively easy to install https://github.com/tdho