Markus Hovd

Results 22 comments of Markus Hovd

You can draw pictures to a ggplot with e.g. `cowplot::draw_image()`. This is more a question of how to draw pictures to a `ggplot`, but here is an example: ```R library(ggplot2)...

I have heard great things about `git-cliff` (https://github.com/orhun/git-cliff), written by one of the `ratatui` developers. They use it to generate their changelogs, which looks neat.

Eventuelt boksmodell eller inndelingsmodell? Begge tenker jeg er sanne til betydeningen. Vi bruker slike modeller også i farmakokinetikken, og mangler en god norsk oversettelse.

@AnneCoste, were you able to download a previous version that worked for you? Or do you need any help with manual expansion of the doses, if the current solution does...

I am closing this issue due to inactivity, but please let us know if the issue still persists and was not solved with the solution Michael provided.

This issue still appears to be present in 2.0, with the following example ```r NPex$sim( nsim = 1, include = 1, covariate = list( cov = NPex$cov, fix = c("africa",...

This is no longer an issue when using the Rust-based simulator.

Hi Hector - first of all apologies for the very late response. We can definitely add this, but I need to check the original code on how it was constructed....

We have a similar problem, in that TOML entry order is not preserved (or even consistent!). For example ```toml [ranges] a = [0, 10] b = [20, 30] ``` We...

I think it should be in order now. Let me know if you want any other changes for either the implementation or the documentation