paternogbc / sensiPhy

R package to perform sensitivity analysis for comparative methods
http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12990/full
GNU General Public License v2.0
12 stars 4 forks source link

BUG: deprecated function used in sensiPhy package #193

Open MirkMart opened 1 year ago

MirkMart commented 1 year ago

Dear developers,

function

sensi_plot

Problem

I am working with the latest version of your sensiPhy package, the 0.8.5, and I am at the beginning of my sensitivity analysis. When I plot the results of influ_phylm function, R displays the following warning message:

Warning message:
The dot-dot notation (`..density..`) was deprecated in ggplot2 3.4.0.
ℹ Please use `after_stat(density)` instead.
ℹ The deprecated feature was likely used in the sensiPhy package.
  Please report the issue at <https://github.com/paternogbc/sensiPhy/issues>.

It says that the function is deprecated in ggplot2 3.4.0 and now we are already at 3.4.3 version.