-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.16 KB
/
DESCRIPTION
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
Package: macrtools
Title: macOS Rtools package
Version: 0.0.5
Authors@R: c(
person(given = "James Joseph",
family = "Balamuta",
email = "balamut2@illinois.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458")),
person(given = "Adam H.",
family = "Sparks",
role = c("ctb"),
email = "adamhsparks@gmail.com",
comment = c(ORCID = "0000-0002-0061-8359")
)
)
Description: Sets up the macOS Rtools compiled code toolchain.
License: AGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
OS_type: unix
SystemRequirements: macOS
Imports:
askpass,
stats,
sys,
tools,
utils
URL: https://rmacoslib.github.io/macrtools/
Suggests:
rstudioapi,
testthat (>= 3.0.0)
Collate:
'assertions.R'
'blocks.R'
'renviron.R'
'shell.R'
'utils.R'
'installers.R'
'gfortran.R'
'macos-versions.R'
'paths.R'
'recipes.R'
'system-checks.R'
'xcode-cli.R'
'toolchain.R'
'version-check.R'
'xcode-app-ide.R'
'xcode-select.R'
'xcodebuild.R'
Config/testthat/edition: 3