File: NAMESPACE

package info (click to toggle)
r-cran-sass 0.4.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,128 kB
  • sloc: cpp: 29,740; ansic: 956; sh: 668; makefile: 321; perl: 124
file content (52 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download | duplicates (2)
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
# Generated by roxygen2: do not edit by hand

S3method(format,css)
S3method(format,sass)
S3method(format,sass_bundle)
S3method(format,sass_layer)
S3method(print,css)
S3method(print,sass)
S3method(print,sass_bundle)
S3method(print,sass_layer)
export(as_sass)
export(as_sass_layer)
export(font_collection)
export(font_face)
export(font_google)
export(font_link)
export(is_font_collection)
export(is_sass_bundle)
export(output_template)
export(sass)
export(sass_bundle)
export(sass_bundle_remove)
export(sass_cache_context_dir)
export(sass_cache_get)
export(sass_cache_get_dir)
export(sass_cache_options)
export(sass_cache_set_dir)
export(sass_file)
export(sass_file_cache)
export(sass_import)
export(sass_layer)
export(sass_layer_file)
export(sass_layer_merge)
export(sass_options)
export(sass_options_get)
export(sass_options_set)
export(sass_partial)
export(write_file_attachments)
import(htmltools)
importFrom(R6,R6Class)
importFrom(rlang,"%||%")
importFrom(rlang,have_name)
importFrom(rlang,is_missing)
importFrom(rlang,list2)
importFrom(rlang,maybe_missing)
importFrom(rlang,missing_arg)
importFrom(rlang,names2)
importFrom(stats,na.omit)
importFrom(utils,download.file)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
useDynLib(sass, .registration = TRUE)