Seb Dalgarno
Seb Dalgarno
hi @ateucher I'm not sure if this behaviour is intended, but it caught me a bit off guard. ``` library(sf) library(rmapshaper) nc
`In argList$model : partial match of 'model' to 'modelValues'` Note this only occurs if the option warnPartialMatchDollar is TRUE simple repress ``` options(warnPartialMatchDollar = TRUE) library(nimble) constants
I see this warning when I try to have groups "male" and "female": ``` Warning: Group 'male' is contained within other groups. To avoid function failure, a number will be...
I can create a table and set the type to be integer, but rws_write will still write a table containing a text column (i.e. no error at this stage). If...
The function does not give any indication to user why limits were not calculated...simply tells them that values were dropped. Error messaging should be as user-friendly as possible, because they...
i.e. ``` coef %>% mutate(across(estimate:svalue, ~ signif(., sigfig))) ```