Package: spAddins
Type: Package
Title: A Set of RStudio Addins
Version: 0.1.3
Date: 2016-06-07
Authors@R: person("Vilmantas", "Gegzna",
                    email = "GegznaV@gmail.com",
                    role = c("aut", "cre","cph")
            )
Maintainer: Vilmantas Gegzna <GegznaV@gmail.com>
Description: A set of RStudio addins that are designed to be used in
             combination with user-defined RStudio keyboard shortcuts. These
             addins either insert text at a cursor position (e.g. insert
             operators %>%, <<-, %$%, etc.) or replace symbols in selected
             pieces of text (e.g., convert backslashes to forwardslashes which
             results in stings like "c:\data\" converted into "c:/data/").
URL: https://github.com/GegznaV/spAddins
BugReports: https://github.com/GegznaV/spAddins/issues
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 5.0.1
VignetteBuilder: knitr
Depends: R (>= 3.2)
Imports: rstudioapi
Suggests: magrittr, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2016-06-06 21:32:09 UTC; ViG
Author: Vilmantas Gegzna [aut, cre, cph]
Repository: CRAN
Date/Publication: 2016-06-06 23:51:15
