-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
59 lines (59 loc) · 2.27 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
49
50
51
52
53
54
55
56
57
58
59
Type: Package
Package: sass
Version: 0.4.9.9000
Title: Syntactically Awesome Style Sheets ('Sass')
Description: An 'SCSS' compiler, powered by the 'LibSass' library. With this,
R developers can use variables, inheritance, and functions to generate
dynamic style sheets. The package uses the 'Sass CSS' extension language,
which is stable, powerful, and CSS compatible.
Authors@R: c(
person("Joe", "Cheng", , "joe@rstudio.com", "aut"),
person("Timothy", "Mastny", , "tim.mastny@gmail.com", "aut"),
person("Richard", "Iannone", , "rich@rstudio.com", "aut",
comment = c(ORCID = "0000-0003-3925-190X")),
person("Barret", "Schloerke", , "barret@rstudio.com", "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Carson", "Sievert", , "carson@rstudio.com", c("aut", "cre"),
comment = c(ORCID = "0000-0002-4958-2844")),
person("Christophe", "Dervieux", , "cderv@rstudio.com", c("ctb"),
comment = c(ORCID = "0000-0003-4474-2498")),
person(family = "RStudio", role = c("cph", "fnd")),
person(family = "Sass Open Source Foundation", role = c("ctb", "cph"),
comment = "LibSass library"),
person("Greter", "Marcel", role = c("ctb", "cph"),
comment = "LibSass library"),
person("Mifsud", "Michael", role = c("ctb", "cph"),
comment = "LibSass library"),
person("Hampton", "Catlin", role = c("ctb", "cph"),
comment = "LibSass library"),
person("Natalie", "Weizenbaum", role = c("ctb", "cph"),
comment = "LibSass library"),
person("Chris", "Eppstein", role = c("ctb", "cph"),
comment = "LibSass library"),
person("Adams", "Joseph", role = c("ctb", "cph"),
comment = "json.cpp"),
person("Trifunovic", "Nemanja", role = c("ctb", "cph"),
comment = "utf8.h")
)
License: MIT + file LICENSE
URL: https://rstudio.github.io/sass/, https://github.com/rstudio/sass
BugReports: https://github.com/rstudio/sass/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
SystemRequirements: GNU make
Imports:
fs (>= 1.2.4),
rlang (>= 0.4.10),
htmltools (>= 0.5.1),
R6,
rappdirs
Suggests:
testthat,
knitr,
rmarkdown,
withr,
shiny,
curl
VignetteBuilder: knitr
Config/testthat/edition: 3