- 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
- Add
mcsim_pkg()
to download and run portable MCSim - Change the site location to https://nanhung.github.io
- Improve coverage
- update the route to load example model
- update the default MCSim version to 6.2.0
- Switch the contact mail to [email protected]
- Suggested to use Rtools40
- Added parallel method in
solve_mcsim()
- Fixed bug in
heat_check()
- Added message of display info in
heat_check()
function - Improved
heat_check()
to display the indices based on the setting cut-off
- 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)
- Replace SE to NSE in
heat_check()
- Update manual
- Update
solve_fun()
to run deSolve with Pure R code - set default mxstep = 5000 in
mcsim_install()
- Add timer in
solve_fun()
- Add default MCSim
version = '6.1.0'
incompile_model()
- Update
pksim()
: Can customize xlab and ylab - Update
pbtk1cpt model
: Add body weight - Update vignettes
- Fix bug: Create
.dll
in win10 throughcompile_model()
- Fix bug:
plot()
cannot display variable name when using character - Revise the
mcsim_version()
for Windows OS
- Add
rtol
andatol
insolve_mcsim()
- Switch default compiler from Clang to GCC in MacOS
- Fix the mName problem under Windows environment in
solve_mcsim()
- Remind to set the
mxstep
to 5000 in APAP-PBPK example - Add note to APAP vignette (Set
atol
andrtol
)
- 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()
- Used single time point in
solve_mcsim()
Installation
- Update the default MCSim version to
version = 6.1.0
ininstall_mcsim()
- Adopt the name of model file ("model.R.exe") to MCSim_under_R project
Modeling
- Change assignment
n
tomonte_carlo
insolve_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 insolve_fun()
andsolve_mcsim()
Plot
- Transfer the log-transformed value to natural scale in
pksim()
- Revise the discrete time condition to
length(times) < 16
inheat_check()
- Add "PBTK 1-compartment model"
- Add "Acetaminophen-PBPK model"
- Update example in
solve_mcsim()
- Add
pbtk1cpt_model()
- Add
pbpk_apap_model()
- Add function
mcsim_version()
- Add
APAP
dataset
- Fix the
order
argument inheat_check()
- Add message in
generate_infile()
- Remove argument
params
insolve_fun()
- No need to define
infile.name
andoutfile.name
insolve_mcsim()
- Change function's name
install_mcsim()
tomcsim_install()
- Initial release in CRAN