harrelfe / rmsb

Regression Modeling Strategies Bayesian
16 stars 2 forks source link

Package fails to build, rstantools missing #9

Closed Kupac closed 1 month ago

Kupac commented 6 months ago

The rmsb package fails to build on NixOS with the error

Error in loadNamespace(x) : there is no package called 'rstantools'

I traced it back to the call in ./configure. It looks like rstantools should be listed in the "LinkingTo" section of the DESCRIPTION file, as it's required to build the package.