Skip to content

tzerk/projBrowser

Repository files navigation

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)

About

A simple RStudio addin to browse project files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published