Closed robsalasco closed 5 years ago
added -lboost_date_time-mt
to my Makevars file and now works!!
Hi @robsalasco - Do you have a custom install of R, or did you download it the usual way through CRAN ?
yep I have a custom R install using brew (with openblas) nothing more. I tried building colourvalues from CRAN and github.
Ok thanks for reporting. I'll leave this open, but as you have a solution I'll put it low on my list of priorities.
Just encountered this as well building on our JupyterHub from CRAN:
sessionInfo()
:
@robsalasco which Makevars
file did you edit btw?
If you build this package from source I think (but haven't tested) you can add
PKG_LIBS= -L/usr/lib -lboost_date_time
To the /src/Makevars
file.
Here's a somewhat related question I asked on stackoverflow
FWIW I think this was coming down to some botched crossed wires between a conda
R installation and the standard GNU. Moral of the story is to never, ever go anywhere near conda R :sweat_smile:
I stay as far away from Anaconda as I can
Hi @SymbolixAU !
I'm having problems installing the lib. Do you have any idea of what's going on?
Thank you!
I'm running macOS Sierra with boost 1.68.0 installed using brew