Calvagone / campsis

A generic PK/PD simulation platform based on rxode2 and mrgsolve engines.
https://calvagone.github.io/
GNU General Public License v3.0
8 stars 3 forks source link

Warning raised: 'package:stats' may not be available when loading #157

Open luyckxn opened 2 weeks ago

luyckxn commented 2 weeks ago

When running Campsis with the latest version of R and RStudio, a warning is raised when the simulate function is called:

In serializedSize(x): 'package:stats' may not be available when loading

This seems to be a bug in R Studio, see the following links:

This warning does not show on Linux, nor on Windows when the simulation is run outside of RStudio.