You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, nlmixr team.
The “bootstrapFit” can not run, even i run the example which in function help page. The error messages are:
Error in "cli::cli_h1("Running nlmixr for model index: {.env$mod_idx}")": ! Invalid cli literal: {.env$mod_…} starts with a dot.
i. Interpreted literals must not start with a dot in cli >= 3.4.0.
i. {} expressions starting with a dot are now only used for cli styles.
i. To avoid this error, put a space character after the starting { or use parentheses: {(.env$mod_…)}.
I don’t know how to solve this error, waiting for your help😭.
PS: my article is about population PK model on chicks, in which the model was established with “nlmixr”. If i publish this paper, what should I cite? And @mattfidler has helped me a lot, he solved my every question about this package, can I thank him in the acknowledge section of the paper?
Thank you very much!
hello, nlmixr team.
The “bootstrapFit” can not run, even i run the example which in function help page. The error messages are:
Error in "cli::cli_h1("Running nlmixr for model index: {.env$mod_idx}")": ! Invalid cli literal:
{.env$mod_…}starts with a dot.i. Interpreted literals must not start with a dot in cli >= 3.4.0.
i.
{}expressions starting with a dot are now only used for cli styles.i. To avoid this error, put a space character after the starting
{or use parentheses:{(.env$mod_…)}.I don’t know how to solve this error, waiting for your help😭.
PS: my article is about population PK model on chicks, in which the model was established with “nlmixr”. If i publish this paper, what should I cite? And @mattfidler has helped me a lot, he solved my every question about this package, can I thank him in the acknowledge section of the paper?
Thank you very much!