Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

lifecycle MIT licensed CRAN_Status_Badge GitHub version Travis-CI Build Status Updated-on Research software impact


Important

The development of spAddins ended in 2018 as the package RETIRED in favor of packages addins.rmd and addins.rs. Please find the development versions of these packages at:

R package spAddins

spAddins is an R package that provides a set of RStudio addins, which are designed to be used in combination with user-defined RStudio keyboard shortcuts. These addins either:

  1. Basic text formatting add-ins for R Markdown documents. More on formatting can be found here:
  2. Insert various R operatiors, including %>%, <<-, %$%;
  3. Replace certain symbols (e.g., strings like "c:\data\" converted into "c:/data/". This can be useful for Windows users).

Install package

Install released version from CRAN:

install.packages("spAddins")

Install development version from GitHub:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("GegznaV/spAddins")

Recommended workflow and a few examples

Get started online http://gegznav.github.io/spAddins/articles/v1_workflow.html

And offline:

vignette("v1_workflow", package = "spAddins")

More information at http://gegznav.github.io/spAddins/

About

A Set of RStudio Addins

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.