-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.37 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
45
46
47
48
Package: felp
Type: Package
Title: Functional Help for Functions, Objects, and Packages
Version: 0.6.0
Author: Atsushi Yasumoto [aut, cph, cre] (<https://orcid.org/0000-0002-8335-495X>)
Authors@R: c(
person(
given = "Atsushi", family = "Yasumoto",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8335-495X")
)
)
Maintainer: Atsushi Yasumoto <[email protected]>
Description:
Enhance R help system by fuzzy search and preview interface, pseudo-postfix operators, and more.
The `?.` pseudo-postfix operator and the `?` prefix operator displays documents and contents (source or structure) of objects simultaneously to help understanding the objects.
The `?p` pseudo-postfix operator displays package documents, and is shorter than help(package = foo).
URL: https://felp.atusy.net/, https://github.com/atusy/felp
BugReports: https://github.com/atusy/felp/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
prettycode,
callr,
curl,
data.table,
dplyr,
htmltools,
magrittr,
matrixStats,
memoise,
miniUI,
reactable,
rstudioapi,
rlang,
shiny,
stringi,
utils
Suggests:
knitr,
printr,
testthat (>= 2.1.0),
VignetteBuilder:
knitr
Language: en-US