Skip to content

i10/RHypothesisManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypothesis Manager: An RStudio Plugin to Support Exploratory Programming

Installation Instructions

  1. Install the devtools package via CRAN. To do this, open an R session, and then type

install.packages("devtools")

  1. Load the package.

library(devtools)

  1. To install the Hypothesis Manager plugin, type

install_github("i10/RHypothesisManager")

Installation is complete!

How to Use Hypothesis Manager

  • Hypothesis Manager is available under the "Add-in" list at the top of RStudio. Clicking on it will open a viewer pane (usually located on the right) in RStudio.
  • The addin captures the source code of the R file that is currently open and active. You can use this while writing source code or to view your past source code files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published