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
No data tooltip or function parameter autocomplete help appear for non-base R package functions. Sorry maybe I'm missing a setting but both work for base R functions so I'm guessing not.
If in my R code file I've e.g., library(edgeR) then in a line of code e.g. dge <- DGEList(...) when I hover over or mouse cursor stay on DGEList I don't get a popup data tooltip. And when I'm inside the parentheses it doesn't know or help with the available parameters, default values, etc.
The text was updated successfully, but these errors were encountered:
No data tooltip or function parameter autocomplete help appear for non-base R package functions. Sorry maybe I'm missing a setting but both work for base R functions so I'm guessing not.
If in my R code file I've e.g.,
library(edgeR)
then in a line of code e.g.dge <- DGEList(...)
when I hover over or mouse cursor stay onDGEList
I don't get a popup data tooltip. And when I'm inside the parentheses it doesn't know or help with the available parameters, default values, etc.The text was updated successfully, but these errors were encountered: