-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
95 lines (84 loc) · 2.12 KB
/
_pkgdown.yml
File metadata and controls
95 lines (84 loc) · 2.12 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
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
url: https://briandconnelly.github.io/ami/
template:
bootstrap: 5
reference:
- title: Environment variables, Configurations, and Global Options
contents:
- using_config
- using_envvar
- using_option
- title: CPU Architecture
desc: Determine the architecture of the machine being used
contents:
- using_x86_cpu
- using_arm_cpu
- title: Operating Systems
desc: Determine information about the computer's operating system
contents:
- using_os
- using_linux
- using_macos
- using_solaris
- using_windows
- using_account
- title: Containers
desc: Detect whether code is running in a containerized environment
contents:
- using_container
- using_docker_container
- using_podman_container
- using_kubernetes
- using_runpod
- title: R, IDEs, and Programming Environment
desc: Detect the R environment being used
contents:
- using_r_version
- using_rstudio
- using_posit_connect
- using_rstudio_jobs
- using_rstudio_dark_theme
- using_positron
- using_vscode
- using_interactive_session
- using_conda
- using_python_venv
- using_github_codespaces
- title: AI Coding Agents
desc: Detect AI coding agent environments
contents:
- using_coding_agent
- using_claude_code
- using_cline
- using_codex
- using_gemini_cli
- using_goose
- using_opencode
- title: Continuous Integration
desc: Determine whether code is being run in a continuous integration environment
contents:
- using_ci
- using_appveyor
- using_circle_ci
- using_codebuild
- using_github_actions
- using_gitlab_ci
- using_jenkins
- using_travis_ci
- title: Network
desc: Determine whether or not the machine is connected to the internet
contents:
- online
- using_host
- title: Development
desc: Detect various development environments
contents:
- on_bioconductor
- on_cran
- using_covr
- using_testthat
- title: Misc
desc: Additional checks
contents:
- using_databricks
- using_nix_shell
- using_quarto