-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.21 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
Package: addinsOutline
Type: Package
Title: 'RStudio' Addins for Show Outline of a R Markdown/'LaTeX' Project
Version: 0.1.6
Date: 2019-10-29
Authors@R: c(
person(given = "Pedro L.",
family = "Luque-Calvo",
role = c("aut", "cre"),
email = "calvo@us.es",
comment = c(ORCID = "0000-0001-6660-5326"))
)
Description: 'RStudio' allows to show and navigate for the outline of a
R Markdown file, but not for R Markdown projects with multiple
files. For this reason, I have developed several 'RStudio' addins capable
of show project outline. Each addin is specialized in showing projects
of different types: R Markdown project, 'bookdown' package project
and 'LaTeX' project. There is a configuration file that allows you
to customize additional searches.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/calote/addinsOutline
BugReports: https://github.com/calote/addinsOutline/issues
Depends:
R (>= 3.2)
Imports:
shiny (>= 0.13),
miniUI (>= 0.1),
rstudioapi (>= 0.5),
shinyFiles (>= 0.7.2),
stringr,
dplyr (>= 0.7.7),
tibble,
yaml,
rmarkdown,
fs,
DT
RoxygenNote: 6.1.1
Suggests:
knitr
VignetteBuilder: knitr