Skip to content

searcher 0.0.5 - "Finding itself"

Compare
Choose a tag to compare
@coatless coatless released this 07 Feb 04:53
ff84ac9

Features

  • Added search portal:
  • Added ability to set default package actions. (#7, #20)
    • searcher.launch_delay controls how long the user remains in R prior
      to the browser opening. Default is 0.5 seconds.
    • searcher.use_rstudio_viewer specifies whether RStudio's viewer pane should
      open the link instead of a web browser. Default is FALSE until RStudio's
      sandbox issue is resolved.
    • searcher.default_keyword: Suffix keyword to focus search results
      between either "base" or "tidyverse". Default is "base".
  • Added option to launch RStudio's Viewer pane to display search results.

Breaking Changes

  • Function factory or a closure approach-based approach is now used to create
    search portal functions search_*() through searcher().
  • searcher() function has lost the ability to specify rlang to address
    an unevaluated promise issue.

Fixes

  • Addressed internal vignette index name being used as the title.

Deployment