• Syntax update (check & install)
  • Fix bug (check)
  • Fix MCSim installation issue (#9)
  • Remove dependent: magrittr, reshape2
  • New function: set_rtools40_path()
  • Add feature to run simple simulation (generate_infile())
  • Add more flexible parallel method (solve_mcsim())
  • Fix error in previous version
  • update the route to load example model
  • update the default MCSim version to 6.2.0
  • Switch the contact mail to
  • Improved heat_check() to only show influential parameters as default
  • Updated check() to return the SI and CI in a list
  • solve_mcsim(): extend the flexible for the model in subfolder
  • Update the vignettes (add deSolve modeling example)

Fix Bug:

  • Add rtol and atol in solve_mcsim()
  • Switch default compiler from Clang to GCC in MacOS
  • Fix the mName problem under Windows environment in solve_mcsim()

Update vignette

  • Remind to set the mxstep to 5000 in APAP-PBPK example
  • Add note to APAP vignette (Set atol and rtol)

Update function

  • mcsim_version() can work in MCSim_under_R
  • Stop the function when compile error in compile_model()
  • Revise the default name of output to “simmc.out” and “setpts.out” in solve_mcsim()

Fix Bug:

Update function:

Installation

  • Update the default MCSim version to version = 6.1.0 in install_mcsim()
  • Adopt the name of model file (“model.R.exe”) to MCSim_under_R project

Modeling

  • Change assignment n to monte_carlo in solve_mcsim()
  • Revise the default name of output to “sim.out” and “setpoint.out” in solve_mcsim()
  • Add solving message to track time spend in solve_mcsim()
  • Add assignment tell = T to automatically combine the output y in decoupling simulation x in solve_fun() and solve_mcsim()

Plot

  • Transfer the log-transformed value to natural scale in pksim()
  • Revise the discrete time condition to length(times) < 16 in heat_check()

New vignette:

  • Add “PBTK 1-compartment model”
  • Add “Acetaminophen-PBPK model”

New example:

New function:

NEW dataset:

  • Add APAP dataset

Fix Bug:

Update function:

Change:

  • Initial release in CRAN