forked from rstudio/pins-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
80 lines (73 loc) · 2.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
url: https://pins.rstudio.com
development:
mode: auto
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KHBDBW7');</script>
<!-- End Google Tag Manager -->
before_body: |
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHBDBW7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
reference:
- title: Pins
contents:
- pin_read
- pin_meta
- pin_download
- pin_versions
- pin_list
- pin_search
- pin_delete
- pin_browse
- pin_reactive_read
- pin_exists
- title: Boards
desc: >
Boards abstract over different storage backends, making it easy to
share data in a variety of ways.
contents:
- board_azure
- board_connect
- board_connect_url
- board_gcs
- board_gdrive
- board_local
- board_ms365
- board_s3
- board_url
- title: Other functions
contents:
- cache_browse
- board_cache_path
- write_board_manifest
- title: Legacy API
desc: >
These functions implement the legacy pins API. They will continue to exist
for some time so your existing code will continue to work, but we recommend
you move to the modern API and modern boards where possible. Learn
more in `vignettes("pins-update")`.
contents:
- starts_with("legacy_")
- pin
- pin_get
- pin_info
- pin_find
- pin_remove
- pin_reactive
news:
releases:
- text: pins 1.1.0
href: https://posit.co/blog/announcing-pins-1-1-0/
- text: pins 1.0.0
href: https://blog.rstudio.com/2021/10/04/pins-1-0-0/
- text: pins 0.4.0
href: https://blog.rstudio.com/2020/05/29/pins-0-4-0-versioning/
- text: pins 0.3.0
href: https://blog.rstudio.com/2019/11/28/pins-0-3-0-azure-gcloud-and-s3/
- text: pins 0.2.0
href: https://blog.rstudio.com/2019/09/09/pin-discover-and-share-resources/