Matthew Fidler

Results 52 issues of Matthew Fidler

You could use ergoemacs-mode so people with other keyboard layouts can use cabbage (like colemak)

Thank you for the excellent R package. Is there any way you would consider exporting `check_named` for usage in `C++` or `C`? It should be fairly easy, if you wish...

It seems that `ggplot2` 3.3.0 broke `ggforce` 0.3.1 axes labels: Here is a reprex from the examples: ```{r} library(ggforce) library(units) gallon

This should address issues - Issue #39 - Issue #37

While linear mixed effect models are supported, nonlinear mixed effects models like `nlme` are not supported at this time. I'm unsure this is in scope or out of scope for...

Enhancement :boom:
Waiting for response :love_letter:
New models :alien:

I am getting the following ODR violation; CRAN asked me to fix ODR violations in my package, and this one came up: ``` ==136164==ERROR: AddressSanitizer: odr-violation (0x7efd2f2f1240): [1] size=168 '__itt__ittapi_global'...

I was thinking it would be nice to have different types of ticks based on some units. For example with time, ticks are based on units of 10 and 4,...

feature

I see the following in the test that log: ``` Start test: linear oral model gives extraCmt=2 test-lincmt-solve.R:512:7 [success] End test: linear oral model gives extraCmt=2 Model: V=THETA[1]; CLx=THETA[2]; Ka=THETA[3];...

reprex

For very long parsing blocks, the speed of dparser is long; See: https://github.com/nlmixrdevelopment/RxODE/issues/61#issuecomment-456632859 The slowest function is here: https://github.com/jplevyak/dparser/blob/98ae9ccd251c36c61a5ff2651e5c7ee1d0057ed3/parse.c#L854-L897 Which uses `qsort` https://github.com/jplevyak/dparser/blob/98ae9ccd251c36c61a5ff2651e5c7ee1d0057ed3/parse.c#L864 In theory `C++`'s `std::sort` is [250% to...

Don't Pad numbers in vectors like `x[10]` to `x[09]`