Open TomLoosli opened 3 years ago
Thanks for reporting this issue. First, I would suggest to set up boost (see, e.g. https://www.boost.org/doc/libs/1_62_0/more/getting_started/windows.html
) because currently the MC-CBN package expects the boost libraries to be installed on your system (https://github.com/cbg-ethz/MC-CBN#installation). To be able to use the BH package instead, one would probably need to modify the DESCRIPTION
file as you suggested. Indeed, this could simplify the installation, so if you want to contribute with a PR, this will be welcome.
I have started drafting the changes required to use BH. Could you please try if the PR #6 fixes this issue? I haven't tested devtools::install_github()
and I don't expect it to work, so I suggest to follow the installation instructions. Thanks a lot!
Hi,
I'm trying to download the package from the github page to R (4.05) and i run into the following error message:
The boost library is located in the BH package, which is not listed in the LinkingTo in the DESCRIPTION file. Could that be the issue here? Sorry, I'm rather new to this, in case more information is needed please let me know.
Thanks