Tim Taylor
Tim Taylor
Hi Neale There's an argument to to `new_factory` that allows you not not use a `.Rpro`j file, i.e. ```r new_factory(use_rproj = FALSE) ``` Does that do what you want? Also...
I'll dig in to this now. Can you post the result of `sessionInfo()` for me below?
Hi Neale, please install the latest version from GitHub. I've change the example report as for multiple reasons this was causing an issue. This should all work now but I'll...
Let me reread your comments and digest this a bit more as that seems far too convoluted. Will DM you about a call next week as this should be as...
Can you share the yaml header from the report?
I'd say single config file. I think multiple files will just add too much cognitive overhead. We could then use the `list_deps()` functionality to flag any packages used in the...
Hi @avallecam, we've not yet started on the fitting package but will be in touch when we start to reimplement. FI - the development version of the stripped back "tidy"...
+1. I'm running in to similar problems which I've been trying to debug. Just commenting to note #4799 fixed things for me.
I'll deal with error handling over in **trending** (see issue https://github.com/reconhub/trending/issues/10). This can hopefully be merged in to **trendbreaker** in the near future. In regards to the issues with `MASS::glm.nb`...
In regards to the error handling I'm thinking something along the lines of: ``` r library(purrr) # toy data x Coefficients: #> (Intercept) day #> -2.430e+01 2.408e-15 #> #> Degrees...