Show the Global environment at startup

I've written a small package which I load
at R startup via devtools::load_all() in my Rprofile.
This works fine. The only minor problem is that
the Environment pane in RStudio sometimes shows my
package environment, though I'd prefer it to show
the Global environment. (I should add that
Global is the active environment, so it's only
a question what RStudio is showing in this pane).

Id there any way to have RStudio show the Global
environment in this situation?

Thanks!

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.