Changes in version 1.3.2 - Update model suite #120 Changes in version 1.3.1 (2026-03-17) - Use straight single quotes, not directed ones, for the whole DESCRIPTION file #115 - Add R-universe badge to README #116 - Review method mapJSONPropertiesToS4Slots #117 - Add 'json' argument to CampsisModel constructor #118 Changes in version 1.3.0 (2026-01-27) - JSON-based interface to import Campsis models #113 Changes in version 1.2.3 (2025-07-31) - Method 'replaceAll' not working with unknown statements #108 Changes in version 1.2.2 (2025-03-28) - Skip performance tests on CRAN #105 Changes in version 1.2.1 (2025-03-17) - Export from replicated Campsis model too slow, revise implementation #99 - OMEGA/SIGMA matrix export too slow, revise implementation #100 - Sampling from inverse Wishart/Chi-squared: degrees of freedom should be a vector #101 - Implement show method on replicated Campsis model #103 Changes in version 1.2.0 (2025-02-07) - Add min/max columns to THETA's #24 - Method 'addSuffix' does not preserve the variance-covariance matrix #81 - Method 'add' does not merge variance-covariance matrices #82 - Method 'addRSE' to quickly add relative standard error on parameter #83 - Implement generic method 'move' #84 - Generate parameter uncertainty in campsismod rather than in campsis #85 - Error when printing the model in the console #88 - Allow manual import of sampled parameters for model replication #89 - Get rid of plyr package #90 - Quality: increase code coverage #91 - Method 'addRSE' can't be used to replace an existing value #92 - Issue when the model is replicated only once #93 - Implement show method on replication setting object #95 - Check OMEGA and SIGMA matrix for positive definiteness #96 - Min/max values not loaded from Campsis model files #97 Changes in version 1.1.2 (2024-11-26) - Code coverage does not appear on Codecov #77 - Accept dest='rxode2' in addition to 'RxODE' #78 - Update pkgdown documentation #79 Changes in version 1.1.1 (2024-02-16) - Function 'replaceAll' not replacing occurrences in compartment properties #74 Changes in version 1.1.0 (2023-10-12) - Revise model suite #66 - Add label, unit and comment fields to parameters #65 Changes in version 1.0.0 (2023-04-11) - New method 'addSuffix' to combine several models #61 - Code review: extra parameters to mrgsolve model #62 Changes in version 0.9.1 - Regenerate model suite #59 - Read model equations from character vector #58 Changes in version 0.9.0 (2022-06-17) - New suite of models (> 100 model templates of all kinds: PK, PD, TMDD, etc.) #54 - Standard error and relative standard error on parameters #53 - Improved code coverage #55 Changes in version 0.8.1 (2022-05-24) - Harmonise simulation time in RxODE and mrgsolve #22 - Easy insertion of equations into the model at specific position #49 Changes in version 0.8.0 (2022-02-14) - Added a NEWS.md file to track changes to the package. - Initial release of campsismod on CRAN