-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
50 lines (43 loc) · 1 KB
/
_pkgdown.yml
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
url: https://r-lib.github.io/sparsevctrs/
development:
mode: auto
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="sparsevctrs.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: Create Sparse Vectors
contents:
- sparse_double
- sparse_integer
- sparse_character
- sparse_logical
- title: Convertion functions
contents:
- coerce_to_sparse_data_frame
- coerce_to_sparse_matrix
- coerce_to_sparse_tibble
- coerce-vector
- title: Helper Functions
contents:
- sparse_mean
- sparse_var
- sparse_sd
- sparse_median
- sparse_sqrt
- sparse_replace_na
- sparse_is_na
- sparse_which_na
- sparse_lag
- sparse_dummy
- sparsity
- title: Utility Functions
contents:
- type-predicates
- sparse-arithmatic-scalar
- sparse-arithmatic
- extractors
- has_sparse_elements
- sparsevctrs_options