Closed prockenschaub closed 2 years ago
Some more probing identified the following line as the offender:
https://github.com/eth-mds/ricu/blob/87780560df0da04d4b80496a7190fe0a7f9451a4/R/setup-attach.R#L149
Seems to be a recent issue with units
package on Windows r-quantities/units#301. Downgrading to units=0.7-2
fixes the issue.
After reinstalling ricu
recently, I realised that this issue seems to have resolved itself (or was resolved by a recent commit). Closing this for now.
First of, this package is amazing! This is exactly what I have been looking for and this will save me some major headaches down the line. Thank you for doing all the hard work for me and creating this package.
Unfortunately, while exploring the package I've run into a (apparent) conflict when using the
units
package withricu
.Problem
After installing
units=0.8-8
and restarting the R session, loadingricu
fails with the following error message:This problem does not occur if I install
units
whilericu
is already loaded. All bits that I've tried so far (mainly the examples in the JSS paper) work in that case --- until I restart the R session, after which the above error occurs again.Session info