Closed wlandau closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
f910e35
) 100.00% compared to head (482fb36
) 98.29%.
Files | Patch % | Lines |
---|---|---|
src/cmdstan.c | 83.33% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Prework
Related GitHub issues and pull requests
Summary
install.libs.R
for both CmdStan ininstantiate
and Stan model compilation in packages (#1, #9, #12).src/stan/
instead ofinst/stan/
(#12).inst/stan/
should still work for the next few versions, but it is now deprecated. When a modeling package is installed, itsinstall.libs.R
movessrc/stan/
tobin/stan/
and then compiles models insidebin/stan/
.instantiate
itself to help the hard-coded paths in CmdStan work as expected in "internal" installation.