knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

projBrowser

Build status Build Status

Find a full documentation of the package on the project page

Overview

projBrowser is a simple RStudio Addin that facilitates the management of RStudio Projects.

Requirements

RStudio Desktop ≥ 0.99.896

Installation

This package can be installed directly from GitHub via the devtools package:

if(!require("devtools"))
  install.packages("devtools")
devtools::install_github("tzerk/projBrowser")

Usage

The RStudio IDE automatically registers all available addins on startup. Once the package has been installed you should see the Addins toolbar menu populated with the addins exported by this package:

AddinPane

For easier access I recommend adding a keyboard shortcut for the addin (e.g., Ctrl+Alt+P as shown in the image). Keyboard shortcuts can be added or modified under Addins >> Browse Addins >> Keyboard Shortcuts.

Note

In order to keep track of available RStudio projects this addin automatically creates a file in the package's library folder (~/.../projBrowser/proj/projects.txt).

This addin was developed and tested on Windows only and hence cannot guarantee that it works on Linux or Mac OS.

Gallery

layout

License

The projBrowser package is licensed under the GPLv3. See these files in the main directory for additional details:

LICENSE - projBrowser package license (GPLv3)



tzerk/projBrowser documentation built on May 3, 2019, 2:05 p.m.