-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
131 lines (116 loc) · 3.46 KB
/
_pkgdown.yml
File metadata and controls
131 lines (116 loc) · 3.46 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
url: https://mac.thecoatlessprofessor.com/macrtools/
template:
bootstrap: 5
bootswatch: flatly
theme: arrow-light
includes:
in_header: |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4979996562647159"
crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BEVJR2VK90"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BEVJR2VK90');
</script>
home:
title: "macrtools: R Development Toolchain for macOS"
description: >
An R package to install and manage the complete R development toolchain
on macOS, including Xcode CLI, gfortran, and essential development libraries.
navbar:
structure:
left: [intro, reference, news]
right: [search, github]
components:
home:
icon: fas fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/coatless-mac/macrtools
aria-label: GitHub
reference:
- title: "Main Installation Functions"
desc: "Primary functions for installing and managing the complete R toolchain"
contents:
- macos_rtools_install
- macos_rtools_uninstall
- title: "Xcode Command Line Tools"
desc: "Functions for managing Xcode CLI installation and configuration"
contents:
- xcode_cli_install
- xcode_cli_uninstall
- xcode_cli_switch
- xcode_cli_reset
- xcode_cli_path
- is_xcode_cli_installed
- is_xcode_app_installed
- xcode_select
- xcode_select_path
- xcode_select_version
- xcodebuild
- xcodebuild_version
- title: "GNU Fortran Compiler (gfortran)"
desc: "Functions for installing, updating, and managing gfortran"
contents:
- gfortran_install
- gfortran_uninstall
- gfortran_update
- gfortran_version
- is_gfortran_installed
- title: "OpenMP"
desc: "Functions for installing, updating, and managing OpenMP"
contents:
- openmp_install
- openmp_uninstall
- openmp_version
- is_openmp_installed
- title: "R Development Libraries"
desc: "Functions for installing binary packages from the R-macOS recipes project"
contents:
- recipes_binary_install
- title: "Installation Paths & Directories"
desc: "Functions that return standard installation directories for different architectures"
contents:
- install_directory_x86_64
- install_directory_x86_64_r_version_4_3
- install_directory_arm64
- install_directory_xcode_cli
- install_directory_xcode_app
- title: "Binary Package Utilities"
desc: "Lower-level functions for downloading and installing binary packages"
contents:
- binary_download
- tar_package_install
- title: "System Assertions & Validation"
desc: "Functions to validate system requirements and compatibility"
contents:
- assert
- assert_mac
- assert_macos_supported
- assert_aarch64
- assert_x86_64
- assert_r_version_supported
- title: "Utility Functions"
desc: "Helper functions and utilities"
contents:
- print.cli
news:
releases:
- text: "Development version"
href: https://github.com/coatless-mac/macrtools/blob/main/NEWS.md
footer:
structure:
left: [developed_by, built_with]
authors:
James Joseph Balamuta:
href: https://thecoatlessprofessor.com/