-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.06 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
Package: emphatic
Type: Package
Title: Exploratory Analysis of Tabular Data using Colour Highlighting
Version: 0.1.8
Authors@R: c(
person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "[email protected]")
)
Maintainer: Mike Cheng <[email protected]>
Description: Tools for exploratory analysis of tabular data using colour
highlighting. Highlighting is displayed in any console supporting 'ANSI'
colours, and can be converted to 'HTML', 'typst', 'latex' and 'SVG'.
'quarto' and 'rmarkdown' rendering are directly supported. It is
also possible to add colour to regular expression matches and
highlight differences between two arbitrary R objects.
URL: https://coolbutuseless.github.io/package/emphatic/, https://github.com/coolbutuseless/emphatic
BugReports: https://github.com/coolbutuseless/emphatic/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
dplyr,
ggplot2,
tidyr,
purrr,
testthat,
openxlsx
VignetteBuilder: knitr