-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
38 lines (38 loc) · 956 Bytes
/
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
Package: extraInserts
Title: RStudio Addin to Insert Various (Pipe) Operators
Version: 0.0.0.9003
Authors@R:
c(person(given = "Konrad",
family = "Zdeb",
role = c("aut", "cre"),
email = "konrad.zdeb@me.com"),
person(given = "Salim",
family = "Brüggemann",
role = "aut",
email = "salim-b@pm.me",
comment = c(ORCID = "0000-0002-5329-5987")))
Description: Offers a set of convenience functions inserting
various (pipe) operators so those can be conveniently linked to
keyboard shortcuts in RStudio.
License: MIT + file LICENSE
Depends:
R (>= 3.2)
Imports:
rstudioapi
Suggests:
covr,
dplyr,
gt,
knitr,
magrittr,
rlang,
rmarkdown,
testthat,
tibble
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://konradzdeb.github.io/extraInserts