All Projects → djnavarro → workbch

djnavarro / workbch

Licence: other
A "work bench" for light weight project tracking in R

Programming Languages

r
7636 projects

workbch

Lifecycle: experimental Travis build status CRAN status Codecov test coverage

The workbch (“work bench”) package provides simple utility functions to help the R user keep track of projects and navigate between them. The package is designed around the concept of jobs, where a job might correspond to an RStudio project, a git repository, a research project or indeed all of the above. Jobs are assumed to be stored in a single folder, but can be associated with URLs (e.g., on GitHub, Overleaf, OSF, or elsewhere). The package is intended to be used interactively, though most functions can be called programmatically.

Installation

The workbch package has not been released on CRAN. You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("djnavarro/workbch")

Overview

The package consists of nine functions. Three functions are used to create, modify, and delete jobs

  • job_create(). Create a new job
  • job_modify(). Modify or delete an existing job
  • job_seek(). Scans a directory recursively to find jobs

There are three functions that are useful for navigation:

  • job_open(). Opens an RStudio project or changes working directory
  • job_openurl(). Opens a URL associated with a job in a browser window
  • job_home(). Returns the path to the job folder

There are three functions that are useful for keeping track of projects:

  • job_gitreport(). Shows the git status of all jobs
  • job_glimpse(). Shows all information stored about a job
  • job_list(). Displays a table summarising all jobs, or a subset of them.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].