NEWS.md

NMsim 0.1.4

New features

Bugfixes

Error in `:=`((col.sim), ..name.sim) : 
  Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":=").

The issue has been fixed. If using NMsim 0.1.3 or earlier, the workaround is to do NMdataConf(as.fun="data.table"). Then after having the simulation results as a data.table, convert it with as.data.frame() or as preferred.

Notice, NMdataConf() affects the succeeding NMsim() calls but also other NMdata and NMsim function calls. When the VPC simulation has run, you may not want to continue recieving data.tables, you should reset the default value for as.fun: NMdataConf(as.fun=NULL) which will turn it back to returning data.frames by default. If you prefer tibbles, you can do NMdataConf(as.fun=tibble::as_tibble). Generally, if you prefer to work with something that is not data.frames (data.table and tibble the most common alternatives), it is recommended to use NMdataConf() to customize your default.

NMsim 0.1.3

New features

Bugfixes

Other changes

NMsim 0.1.2

No changes since 0.1.1 except for disabling a test that was failing on some systems due to technical reasons.

NMsim 0.1.1

While no critical and generally only few bugs have been found in NMsim 0.1.0, NMsim 0.2.0 includes several improvements and upgrades. The interface feels smoother too. I want to thank Ron Keizer for feedback and advice.

New features

Bugfixes

Other changes

NMsim 0.1.0

For the first time NMsim works on Windows. There may still be some limitations but initial testing looks very promising. Make sure to set path.nonmem. See the configuration vignette on the website: NMsim-config.html

0.1.0 is also an important upgrade that solidifies the way NMsim reads results from simulations. In addition to important bug fixes, it allows for NMsim to wait on Nonmem to complete simulations - even when they are run on a cluster. This means even large simulations with NMsim can be integrated in scripts.

New features

Bugfixes

Other changes

NMsim 0.0.10

NMsim 0.0.9 had an unfortunate bug in NMreadSim() which has been fixed. That bugfix is difference between 0.0.9 and 0.0.10.

NMsim 0.0.9

NMsim 0.0.9 is almost identical to 0.0.8 but ensures compatibility with older R versions.

Bugfixes

NMsim 0.0.8

New features

Bugfixes

NMsim 0.0.7

New features

NMsim 0.0.6

New features

Bugfixes

NMsim 0.0.5

New features

Other/minor improvements

NMsim 0.0.2

New features



Try the NMsim package in your browser

Any scripts or data that you put into this service are public.

NMsim documentation built on Nov. 2, 2024, 9:06 a.m.