-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.24 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
Package: sessioninfo
Title: R Session Information
Version: 1.2.2.9000
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "cre"),
person("Hadley", "Wickham", role = "aut"),
person("Winston", "Chang", role = "aut"),
person("Robert", "Flight", role = "aut"),
person("Kirill", "Müller", role = "aut"),
person("Jim", "Hester", role = "aut"),
person("R Core team", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: Query and print information about the current R session. It
is similar to 'utils::sessionInfo()', but includes more information
about packages, and where they were installed from.
License: GPL-2
URL: https://github.com/r-lib/sessioninfo#readme,
https://sessioninfo.r-lib.org
BugReports: https://github.com/r-lib/sessioninfo/issues
Depends:
R (>= 3.4)
Imports:
cli (>= 3.1.0),
tools,
utils
Suggests:
callr,
covr,
gh,
reticulate,
rmarkdown,
testthat (>= 3.2.0),
withr
Config/Needs/website:
pkgdown,
tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3