You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dplyr selected in control panel: googledrive listed as a reverse dependency of dplyr, as highlighted below. However, when I load googledrive into the db, it doesn't show up in the "Rev Deps available in db" table.
That's because dplyr is only a Suggest for googledrive. I don't think googledrive should show up here while the "Include Suggests" toggle is off / FALSE.
The text was updated successfully, but these errors were encountered:
In order to further clarify. The reverse dependencies are being supplied to the app by riskmetric. They come as a character vector. In order for us to only show reverse dependencies where the investigated package is being imported (as opposed to merely being suggested), we would have to come up with a process to grab that information ourselves.
Alternatively, we could open a feature request on riskmetric to include this information in that metric.
As discussed on 6/18 dev meetup, let's not open a request with riskmetric yet and continue to think about how to best integrate it in the future, if at all.
dplyr
selected in control panel:googledrive
listed as a reverse dependency ofdplyr
, as highlighted below. However, when I loadgoogledrive
into the db, it doesn't show up in the "Rev Deps available in db" table.That's because
dplyr
is only a Suggest forgoogledrive
. I don't thinkgoogledrive
should show up here while the "Include Suggests" toggle is off /FALSE
.The text was updated successfully, but these errors were encountered: