Updates and corrects info_TEF. There are now four versions of the WHO TEFs for dioxins, furans and planar PCBs:
DFP_2005; the 2005 values
DFP_2022; the updated 2022 values
DFP_HOLAS3; the values used in the HOLAS3 assessment - these are the 2005 values excluding three PCBs
DFP_CEMP; the values used in CEMP assessments <= 2024 - these are the 2005 values excluding three PCBs and with the TEF for CDFO ten times too small
DFP_2005 and DFP_2022 use determinand OCDF (the correct code) rather than CDFO (which is a grouped determinand code)
DFP_HOLAS3 and DFP_CEMP are mainly included for backwards compatibility.
The documentation for info_TEQ has been greatly improved.
Deprecating determinand.link.TEQDFP
This function will be deprecated at the next release 1.0.2 and then removed at the following release. It has been superseeded by determinand.link.sum. Code has been added to warn the user of this. This has required updating of the DESCRIPTION file to include the packages lifecycle and rlang. A couple of minor inconsistencies were resolved along the way.
The code has been tested using the OSPAR and HELCOM examples and the vignettes have been updated accordingly
470
WHO TEFs
Updates and corrects
info_TEF
. There are now four versions of the WHO TEFs for dioxins, furans and planar PCBs:DFP_2005
; the 2005 valuesDFP_2022
; the updated 2022 valuesDFP_HOLAS3
; the values used in the HOLAS3 assessment - these are the 2005 values excluding three PCBsDFP_CEMP
; the values used in CEMP assessments <= 2024 - these are the 2005 values excluding three PCBs and with the TEF for CDFO ten times too smallDFP_2005
andDFP_2022
use determinand OCDF (the correct code) rather than CDFO (which is a grouped determinand code)DFP_HOLAS3
andDFP_CEMP
are mainly included for backwards compatibility.The documentation for
info_TEQ
has been greatly improved.Deprecating
determinand.link.TEQDFP
This function will be deprecated at the next release 1.0.2 and then removed at the following release. It has been superseeded by
determinand.link.sum
. Code has been added to warn the user of this. This has required updating of the DESCRIPTION file to include the packageslifecycle
andrlang
. A couple of minor inconsistencies were resolved along the way.The code has been tested using the OSPAR and HELCOM examples and the vignettes have been updated accordingly