campsismod
Generic Implementation of a PK/PD Model
The model layer under Campsis, renamed in step with it and increasingly JSON-addressable.
◆Recent moves
- 21d ago
snake_case migration lands here first
Renames the API to snake_case and refreshes the pkgdown site. The same migration reaches Campsis a week later in 1.9.0, where it arrives bundled with the RxODE removal and the new output-function architecture; here it is the rename alone, which is why this tag reads thinner than the change it starts.
View source ↗ - 3mo ago
Bundled model suite refreshed
A single-item release updating the bundled model suite. No interface change and nothing that alters how existing models are read or simulated.
View source ↗ - 5mo ago
JSON argument added to the CampsisModel constructor
Follows 1.3.0 by putting JSON directly into the CampsisModel constructor and reviewing the JSON-to-S4-slot mapping behind it. Campsis mirrors this in 1.8.2 the same day for datasets, scenarios and settings, one of several occasions where the two packages ship the same idea within hours.
View source ↗ - 7mo ago
JSON import for Campsis models
The single change that opens the serialisation arc: models can be imported from JSON rather than constructed in R. Campsis datasets follow a day later, and by 1.9.0 the same treatment reaches scenarios, settings and study replication.
View source ↗ - 1y ago
replaceAll fixed for unrecognised statements
A one-line correctness fix for replaceAll when it encounters statements it does not recognise. Narrow enough that only users hitting that specific case would notice.
View source ↗ - 1y ago
Performance tests skipped on CRAN
Test-infrastructure housekeeping to keep performance tests off CRAN runners. No user-visible effect.
View source ↗