-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 950 Bytes
/
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
Package: mactheknife
Type: Package
Title: Various 'macOS'-oriented Tools and Utilities
Version: 0.3.0
Date: 2020-02-11
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Sebastian", "Neef", email = "[email protected]", role = c("aut", "cph"),
comment = "Python dsstore module <https://github.com/gehaxelt/Python-dsstore>")
)
Maintainer: Bob Rudis <[email protected]>
Description: A set of tools/methods and data that are geared towards the 'macOS'
ecosystem.
URL: https://gitlab.com/hrbrmstr/mactheknife
BugReports: https://gitlab.com/hrbrmstr/mactheknife/issues
SystemRequirements: Python, macOS
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
reticulate
Imports:
sys,
xml2,
stats,
dplyr,
utils,
purrr,
anytime,
stringi
RoxygenNote: 7.0.2