r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
8 stars 2 forks source link

libopenblas missing when building package #172

Closed mhahsler closed 2 years ago

mhahsler commented 2 years ago

Looks like libopenblas is missing for the package building process.

Error in dyn.load(file, DLLpath = DLLpath, ...) :

recommenderlab has no compiled code, but a required package may use blas routines.

mhahsler commented 2 years ago

The issue seems to be that the dependence package float (https://cran.r-project.org/web/packages/float/index.html) is installed as a binary package which bypasses its configure script and thus does not provide a correct installation of the package.

mhahsler commented 2 years ago

The issue was resolved.