README.md

namebrowser: RStudio addin that search name in all installed packages

search_normal_prefix

search_regex_lib

search_symbol

Installation

You can assign keyboard shortcut to addins:

Addin updates

2016.08.18

Per suggestions from @daattali : - table summary is removed to reduce clutter in UI. User can get table summary information in updating name table. - Load Package and Insert Package Prefix button are disable at first, then enabled after some row was selected.

2016.08.09

Removed the function of update name table from addin menu to reduce clutter or accidental click. This function is recommended to always be used in a new R session. See below for detailed usage information.

2016.08.08

Two improvements thanks to feedbacks and suggestions of @daattali . Be sure to check his great addin of collection of known RStudio addins! - The addin require newest version DT which is only available in github. Now it will be installed automatically by devtools installer. - The regular expression search no longer take a separate menu item. There is a check box to switch regular expression mode in the dialog.

Update name table

The name table shipped with package included about 300 packages so you can start to use immediately. You can update it to match your installed packages.

There could be 3 type of errors in scanning packages, most of them can be solved with a new R session. After scanning, it's almost always better to start a new R session before your work.

This seemed to be a data.table bug which can be avoided by restarting a new R session.

However our last scan updated the package name list already, even if the name table was not updated because of the bug. Thus just restarting a new R session and updating name table again will not actually update the table.

In this case you need to start a new R session, run namebrowser::update_name_table(startNew = TRUE) to build name table from scratch. The help of ?namebrowser::update_name_table have more details on parameter options.



dracodoc/namebrowser documentation built on May 15, 2019, 1:52 p.m.