- Install the
devtools
package via CRAN. To do this, open an R session, and then type
install.packages("devtools")
- Load the package.
library(devtools)
- To install the Hypothesis Manager plugin, type
install_github("i10/RHypothesisManager")
Installation is complete!
- 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.