Evidence collection
Release notes
Source build: stressaddition_3.1.0.tar.gz
Windows binary build: stressaddition_3.1.0.zip
Changes since the last release:
- Improved the documentation of the
which
argument inplot_survival()
andplot_stress()
. - Changed the default value of the
which
argument in the plot functions. Now it contains the proper default curve names. If it isNA
only the axes and labels will get drawn. - Added references to the journal article about the Multi-Tox model which was recently published.
Evidence collection
Release notes
Bugfix release
Source build: stressaddition_3.0.2.tar.gz
Windows binary build: stressaddition_3.0.2.zip
Changes since the last release:
- Fixed a bug where the plotting functions printed
NULL
to the console. - Changed maintainer e-mail address to ensure long-term maintainability.
- Internal improvements related to package testing.
Release notes
Small changes in preparation for the CRAN release.
Source build: stressaddition_3.0.1.tar.gz
Windows binary build: stressaddition_3.0.1.zip
Changes since the last release:
- Add missing return values in documentation to comply with CRAN repository policy.
- Add a link to the paper in the description file.
Release notes
This version coincides with the submission of the Multi-TOX paper.
Source build: stressaddition_3.0.0.tar.gz
Windows binary build: stressaddition_3.0.0.zip
Changes since the last release:
Breaking changes
- Renamed all instances of "effect" to "survival".
- Renamed all instances of "ec" to "lc".
- Renamed
predict_mixture()
, which was a temporary development name, tomulti_tox()
. - The argument
proportion_ca
in the mixture modelmulti_tox()
was renamed and its value reversed. It is now calledsa_contribution
and specifies the proportion of stress addition in the calculation of toxicant stress. To convert your code from the old version use this equation:sa_contribution = 1 - proportion_ca
. - Renamed
stress_tox_sam
tostress_tox_sa
in the output ofmulti_tox()
.
Bugfixes
- Fixed a bug where
plot_stress()
with argumentwhich = NULL
would result in an error. Now it correctly draws the axes without data. - Fixed some errors in the documentation and improved the examples.
New
- Export function
log10_ticks()
for calculating tick mark labels and positions on a base 10 logarithmic axis. - Add example data set
multiple_stress
for use withmulti_tox()
. - Various minor improvements.
Release notes
Make the mixture stresses available in the output.
Source build: stressaddition_2.7.0.tar.gz
Windows binary build: stressaddition_2.7.0.zip
Changes since the last release:
- Fixed some spelling mistakes.
-
predict_mixture()
now also returns the various stresses.
Evidence collection
Release notes
Improved ec() and axis concentration handling.
Source build: stressaddition_2.6.0.tar.gz
Windows binary build: stressaddition_2.6.0.zip
Changes since the last release:
- The
curves
data frame in the output ofecxsys()
now contains a column with the concentrations which are used for the plot functions in this package. This is useful for generating a nicer concentration axis. - Changes to
ec()
:- Renamed
response_value
toeffect
in the output list. -
response_level
of 0 or 100 is now allowed. 0 returns the concentration 0 and 100 returns the concentrationInf
. Previously this resulted in an error. - It is now possible to set the reference to a custom value, for example 100.
- Renamed
Evidence collection
Release notes
Small changes to predict_mixture()
and to how the plots are created.
Source build: stressaddition_2.5.0.tar.gz
Windows binary build: stressaddition_2.5.0.zip
Changes since the last release:
-
predict_mixture()
accepts one or multiple values for both concentration vectors. The longer length must be a multiple of the shorter length because the shorter vector gets recycled to the longer length. -
predict_mixture()
now returns a data frame with the concentrations and effects. Previously it was only a vector of effects. -
predict_mixture()
received a new argument "effect_max" which scales the returned effect values. - Renamed the arguments of
predict_mixture()
to use underscore letters a and b instad of 1 and 2. For example model_1 is now model_a. - Improved
plot_effect()
andplot_stress()
. You can now control whether the observed values (the points) should be plotted using thewhich
argument. - Renamed
sys_tox_not_fitted
andsys_tox_env_not_fitted
tosys_tox_observed
andsys_tox_env_observed
in the output ofecxsys()
.
Evidence collection
Release notes
This release adds a method to predict mixture toxicities of two toxicants. And the plot functions have been improved. You can now specify which curves will be visible and there are also more stress curves available for plotting.
Source build: stressaddition_2.2.1.tar.gz
Windows binary build: stressaddition_2.2.1.zip
Changes since the last release:
- The functions
plot_effect()
andplot_stress()
gain awhich
argument that controls which curves are plotted. Consequently, theshow_LL5_model
argument ofplot_effect()
was removed. - Added arguments
xlab
andylab
toplot_stress
. - Added argument
main
to both plot functions. - Changed some colors of the stress curves so they better match with the colors of related effect curves.
- Added
predict_mixture()
for the prediction of the effects of mixtures of two toxicants. - Fixed documentation of
ecxsys()
andpredict_ecxsys()
. -
ecxsys()
gains a new argumentcurves_concentration_max
which sets the maximum concentration for the curves. -
ec()
raises an error if the requested curve is too short to calculate the result.
Evidence collection
Release notes
Major rework of the source code and documentation. Refactor everything to improve usability and to make debugging and extending the package easier.
Source build: stressaddition_2.0.0.tar.gz
Windows binary build: stressaddition_2.0.0.zip
Changes since the last release:
- Changed the order of arguments in
ecxsys()
. - Removed
hormesis_index
argument fromecxsys()
. Usehormesis_concentration
instead. - New function
predict_ecxsys()
replacesfn()
from theecxsys()
output. - Renamed the arguments in
ec()
. - Made
ec()
more flexible. It now also accepts a data.frame with a concentration column and a column of response values. - Added LL5 curves to the legend of
plot_effect()
. - Replaced every occurrence of "simple" in variable names with "LL5".
- Replaced every occurrence of "sys_stress" in variable names with "sys" because the extra "stress" was redundant.
- Renamed
plot_system_stress()
toplot_stress()
because it is planned to plot more stresses with this function in a future update. - Changed the order of the columns in the output of
predict_ecxsys()
. - Improved the internal structure of the package.
- Improved the tests.
- Improved the documentation.
Evidence collection
Release notes
This is the first public version of the stressaddition R package.
Source build: stressaddition_1.11.1.tar.gz
Windows binary build: stressaddition_1.11.1.zip