insightsengineering / rbmi

Reference based multiple imputation R package
https://insightsengineering.github.io/rbmi/
Other
17 stars 6 forks source link

Release rbmi 1.3.0 #452

Closed gowerc closed 1 month ago

gowerc commented 1 month ago
gowerc commented 1 month ago

New error cropped up during testing

── Error ('test-parallel.R:216:5'): Creation and management of user defined clusters works as expected ──
Error in `checkForRemoteErrors(val)`: 2 nodes produced errors; first error: could not find function "%>%"
Backtrace:
    ▆
 1. └─parallel::clusterApplyLB(cl1, c(4, 5), outer_fun) at test-parallel.R:216:5
 2.   └─parallel:::dynamicClusterApply(cl, fun, length(x), argfun)
 3.     └─parallel:::checkForRemoteErrors(val)

Not really sure why this didn't come up during regular testing, have added dplyr onto the tests exported libraries to ensure that %>% is exported to the sub processes

gowerc commented 1 month ago

There were 2 instances of legacy links https://arxiv.org/abs/2109.11162 which I have updated to the proper publication URLs

gowerc commented 1 month ago

I have added all the missing news items into NEWS.md