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

udpate core #1434

Closed rwmcintosh closed 5 months ago

msevestre commented 5 months ago

Build fails

PavelBal commented 5 months ago

It's been failing for months now. No idea why, but building vignettes on AppVeyor behaves differently than locally (or on GitHub Actions) and fails.

rwmcintosh commented 5 months ago

Is it these two lines being skipped?

stateVariableParam <- getParameter(path = "Organism|Lumen|Stomach|Liquid", container = sim1)
print(stateVariableParam)

See the log lines 121-123. I don't see all the lines from the source code efficient-calculations.Rmd.log

rwmcintosh commented 5 months ago

Wait, this check is being done against the rSharp branch, not develop.

The PR build against develop passed https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-r-r99ji

In summary - I have no idea what's going on.

rwmcintosh commented 5 months ago

ok, it's not a different branch, but a different AppVeyor build somehow.

PavelBal commented 5 months ago

In summary - I have no idea what's going on.

No one has.

msevestre commented 5 months ago

it's time we get rid off Appveyor for building R stuff