-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.11 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
Package: tsuka
Type: Package
Title: Parse Cascading Style Sheets
Version: 0.1.0
Date: 2019-08-09
Authors@R: c(
person(
"Bob", "Rudis", email = "[email protected]", role =c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")
),
person(
"Hackers and Painters", email = "[email protected]",
comment = c("katana-parser (<https://github.com/hackers-painters/katana-parser>)")
)
)
Description: Cascading style sheets ("CSS") is a style sheet language used for
describing the presentation of a document written in a markup language like
HTML, and is designed to enable the separation of presentation and content,
including layout, colors, and fonts. Tools are provided to parse CSS content
into data frames.
URL: https://gitlab.com/hrbrmstr/tsuka
BugReports: https://gitlab.com/hrbrmstr/tsuka/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests: covr, tinytest
Depends: R (>= 3.2.0)
Imports:
httr,
jsonlite,
Rcpp,
magrittr,
tibble,
dplyr,
tidyr,
purrr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
LinkingTo:
Rcpp