-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
54 lines (54 loc) · 1.02 KB
/
_pkgdown.yml
File metadata and controls
54 lines (54 loc) · 1.02 KB
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
title: GitStats
url: https://r-world-devs.github.io/GitStats/
template:
bootstrap: 5
reference:
- title: Create, set and show
- contents:
- create_gitstats
- set_github_host
- set_gitlab_host
- matches("verbose")
- show_orgs
- show_hosts
- title: Get git data
desc: >
Functions to get git data in a tibble format.
contents:
- get_orgs
- get_repos
- get_repos_urls
- get_repos_trees
- get_commits
- get_issues
- get_pull_requests
- get_release_logs
- get_files
- get_users
- title: Storage
- contents:
- set_local_storage
- set_postgres_storage
- set_sqlite_storage
- get_storage
- get_storage_metadata
- remove_from_storage
- remove_postgres_storage
- remove_sqlite_storage
- title: Parallel processing
- contents:
- set_parallel
- is_parallel
- title: Get statistics
desc: >
Functions summarizing git data.
- contents:
- get_commits_stats
- get_issues_stats
- get_pull_requests_stats
articles:
- title: Articles
navbar: ~
contents:
- set_hosts
- store_data