-
Notifications
You must be signed in to change notification settings - Fork 155
/
_pkgdown.yml
108 lines (89 loc) · 2.11 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
url: https://rstudio.github.io/renv/
development:
mode: auto
reference:
- title: Basic workflows
desc: >
These functions are the bread and butter of renv usage, and make up
the bulk of day-to-day renv usage.
contents:
- init
- status
- snapshot
- restore
- use
- title: Package Management
contents:
- install
- update
- remove
- title: Project Management
contents:
- dependencies
- project
- activate
- migrate
- load
- upgrade
- paths
- settings
- config
- title: Library Management
contents:
- refresh
- rebuild
- repair
- clean
- title: Lockfile Management
contents:
- lockfiles
- record
- remote
- modify
- history
- scaffold
- title: Package Cache
contents:
- isolate
- rehash
- purge
- title: Python Integration
contents:
- use_python
- title: Miscellaneous
contents:
- autoload
- checkout
- consent
- diagnostics
- run
- title: internal
contents:
- graph
- imbue
- renv-package
- retrieve
- sandbox
- sandbox
articles:
- title: renv basics
navbar: Basics
contents: [renv, package-sources, package-install, python, faq, packrat]
- title: Deploy Applications with renv
navbar: Deployment
contents: [ci, docker, rsconnect]
- title: Advanced Usages of renv
navbar: Advanced
contents: [packages, profiles]
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 -->
after_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) -->