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
When we make a change to a help file in the development version, rebuild R and use which_r to switch to r-devel, the R console uses R-devel with the latest changes, but ? still opens help files from the release version that is installed in the dev container.
Somehow we need to work out how to switch to show help files from r-devel.
The help files are rebuilt, because we can see the updated help file if we run r-devel directly from the terminal.