-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
24 lines (22 loc) · 870 Bytes
/
_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
template:
params:
bootswatch: sandstone
reference:
- title: "Connecting to GitHub Enterprise"
desc: >
Templating functions you can use to put functions like `install_github()`
into your institution-specific package to work with your instance of
GitHub Enterprise.
See this [article](../articles/using_ghe.html) for more details.
contents:
- use_github_enterprise
- title: "Creating a private CRAN-like repository"
desc: >
Functions to help you establish and populate create a private CRAN-like
repository deployed to Github Enterprise (GHE).
The idea is to use the Drat Repository Archive Template
via the [drat](https://CRAN.R-project.org/package=drat).
See this [article](../articles/using_repository.html) for more details.
contents:
- init_drat_repo
- use_drat_repo