Hello, thank you for your package, it is very nice. When I try to use the CalCurve function, I still have the issue :
The dot-dot notation (..rr.label..) was deprecated in ggplot2 3.4.0.
ℹ Please use after_stat(rr.label) instead.
ℹ The deprecated feature was likely used in the qPCRtools package.
I have seen that it was fixed in the CalCurve function at ligns 132-137 but I have also seen that the dot-dot notation also appears at ligns 203-205. I suppose this is why the error still occurs. Is it possible to fix it?
Thanks a lot
Hello, thank you for your package, it is very nice. When I try to use the CalCurve function, I still have the issue : The dot-dot notation (
..rr.label..
) was deprecated in ggplot2 3.4.0. ℹ Please useafter_stat(rr.label)
instead. ℹ The deprecated feature was likely used in the qPCRtools package.I have seen that it was fixed in the CalCurve function at ligns 132-137 but I have also seen that the dot-dot notation also appears at ligns 203-205. I suppose this is why the error still occurs. Is it possible to fix it? Thanks a lot