cran / sbrl

:exclamation: This is a read-only mirror of the CRAN R package repository. sbrl — Scalable Bayesian Rule Lists Model
4 stars 2 forks source link

installation: gmp.h not found #1

Open DaniilSarkisyan opened 4 years ago

DaniilSarkisyan commented 4 years ago

Installing sblr from source fails on Linux Ming 19.2 Cinnamon / conda 4.8.0 / R 3.6.1 due to gmp.h issues. As you see gmp.h is definitely present

(Work) daniil@daniil-D3402-A1:~$ sudo find / -name "gmp.h" -print /opt/anaconda3/pkgs/gmp-6.1.2-h6c8ec71_1/include/gmp.h /opt/anaconda3/envs/tf2/include/gmp.h /opt/anaconda3/envs/Work/include/gmp.h /opt/anaconda3/include/gmp.h

(Work) daniil@daniil-D3402-A1:~$ R R version 3.6.1 (2019-07-05) -- "Action of the Toes" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-conda_cos6-linux-gnu (64-bit) ...

library(devtools) Loading required package: usethis install_github("cran/sbrl") Downloading GitHub repo cran/sbrl@master ✔ checking for file ‘/tmp/RtmpES4ZyD/remotes7d6d68883984/cran-sbrl-88b64e6/DESCRIPTION’ ... ─ preparing ‘sbrl’: ✔ checking DESCRIPTION meta-information ... ─ cleaning src ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ looking to see if a ‘data/datalist’ file should be added ─ building ‘sbrl_1.2.tar.gz’

gaborcsardi commented 4 years ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Thanks!