Open-Systems-Pharmacology / OSPSuite-R

R package for the OSPSuite
https://www.open-systems-pharmacology.org/OSPSuite-R/
Other
29 stars 12 forks source link

Move loading of PK-Sim libs to package init #1461

Closed PavelBal closed 4 months ago

PavelBal commented 4 months ago

Fixes #1433

Felixmil commented 4 months ago

Doesn't it slow down package loading ?

PavelBal commented 4 months ago

Doesn't it slow down package loading ?

It does indeed, but we just assume it should always be available?

msevestre commented 4 months ago

Well the initOnce can only be called when one really use PKSim stuff no?

Felixmil commented 4 months ago

I'm in favor of loading PKSIM only when/if used.

PavelBal commented 4 months ago

Yepp, closing.