Anthony North

Results 26 comments of Anthony North

As a workaround, you can use a post-install script to restore the types. ```json "scripts": { "postinstall": "npm explore @danmarshall/deckgl-typings -- npm run postinstall" } ```

Duplicating registered globals for each function is intentional. Each global explicitly indicates which function defined it, which is useful for debugging (this was implemented for #3). `utils::globalVariables()` [drops the duplicates](https://github.com/wch/r-source/blob/trunk/src/library/utils/R/packages2.R#L960)...

I hadn't made any plans to release `roxyglobals` on CRAN, however perhaps I should. In the meantime, I think you should be able to keep CRAN happy by: - removing...

I have to correct myself; removing the Roxygen options -- and thus disabling roxyglobals, which I failed to mention -- shouldn't actually be necessary. If roxyglobals isn't "registered" (for the...

Cool idea! Yeah I think this should be achievable.

I've implemented a workable solution [v0.2.1](https://github.com/anthonynorth/roxyglobals/releases/tag/v0.2.1), but it has limitations. The current implementation cannot tell the difference between assigning a global to a local name, and a nse name. Any...

I think rstudio is caching the menu style? I tried to reproduce this and noticed that the top menu theme changed when I: - restart rstudio - change to a...

I'm not sure this is possible with the Qt stylesheets, but you can adjust Qt scaling via environment variables

The menu theme is the top menu bar; this is what is changed when `rscodeio::activate_menu_theme()` is executed. All of the remaining UI elements are styled with the editor theme.

@salim-b yes that will be ok & sorry for the (very) delayed response.