-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.09 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
Package: addins.rmd
Type: Package
Title: RStudio Add-ins to Format R Markdown Documents
Version: 0.0.14
Date: 2022-08-03
Authors@R: person("Vilmantas", "Gegzna",
email = "[email protected]",
role = c("aut", "cre","cph")
)
Description: Package `addins.rmd` contains RStudio add-ins to format R Markdown
documents. The main purpose of this package is to help begginers
to learn R Markwown syntax faster. As well as to create possibility
to use keyboard shortcuts for the most common R Markdown syntax
elements.
URL: http://gegznav.github.io/addins.rmd/
BugReports: https://github.com/GegznaV/addins.rmd/issues
License: MIT + file LICENSE
LazyData: TRUE
ByteCompile: TRUE
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Remotes:
github::GegznaV/addin.tools
Additional_repositories:
https://mokymai.github.io/download/
Depends:
R (>= 3.2),
addin.tools (>= 0.0.10)
Imports:
crayon,
rstudioapi,
stringr,
purrr
Suggests:
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)