Some bugfixes and more flexible concentration lengths
description
- Fixed unintended behaviour in
plot_effect()
andplot_stress()
where supplying an empty vector caused the four standard curves to show. Now settingwhich
to an empty vector orNULL
shows just the axes. The default value is NA. - Renamed the
mixture_effect
column in thepredict_mixture
output data frame toeffect
. - Remove the restriction that the concentration vectors in
predict_mixture()
must be the same length. The longer length must be a multiple of the shorter length because the shorter vector gets recycled to the longer length. - Modify gitlab_ci to give verbose package installation output. And remove the check for the previous R version because somehow drc and plotrix are not available there.
system details
- RStudio Version: 1.2.5033
- R Version: 3.6.3
- OS Version: Windows 10 x64 (build 18363)
checklist
-
This merge introduces new features. -
new features are documented -
new features have tests
-
-
update documentation including examples (if necessary) -
update and polish NEWS.md -
update version in DESCRIPTION -
update date in DESCRIPTION -
no remaining TODO, FIXME, or debug prints anywhere in the source files -
devtools::document()
-
devtools::check()
without errors or warnings
Edited by Sebastian Henz
Merge request reports
Activity
Filter activity
added dev documentation enhancement refactoring labels
enabled an automatic merge when the pipeline for b3af1d2f succeeds
added 1 commit
- 7879f98c - Make devtools::install_deps() verbose to see why required packages did not install.
added 1 commit
- 84e5cae2 - Disable check for previous R version because somehow drc and plotrix are not available there
enabled an automatic merge when the pipeline for 84e5cae2 succeeds
Please register or sign in to reply