This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.49 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: spAddins
Type: Package
Title: RStudio Add-ins to Format R Markdown files (RETIRED PACKAGE)
Version: 0.2.3
Date: 2019-02-27
Authors@R: person("Vilmantas", "Gegzna",
email = "GegznaV@gmail.com",
role = c("aut", "cre","cph")
)
Description: The development of `spAddins` ended in 2018 as the package retired
in favor of packages `addins.rmd` and `addins.rs`.
...
RStudio Add-ins to Format Text and Insert Operators
...
A set of RStudio addins that are designed to be used in
combination with user-defined RStudio keyboard shortcuts. These
addins either:
1) insert text at a cursor position (e.g. insert
operators %>%, <<-, %$%, etc.),
2) replace symbols in selected pieces of text (e.g., convert
backslashes to forward slashes which results in stings like
"c:\data\" converted into "c:/data/") or
3) enclose text with special symbols (e.g., converts "bold" into
"**bold**") which is convenient for editing R Markdown files.
URL: https://github.com/GegznaV/spAddins
BugReports: https://github.com/GegznaV/spAddins/issues
License: MIT + file LICENSE
LazyData: TRUE
ByteCompile: TRUE
Encoding: UTF-8
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Depends:
R (>= 3.2)
Imports:
rstudioapi,
magrittr,
stringi,
stringr,
purrr
Suggests:
knitr,
rmarkdown,
rebus