-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.03 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
Package: greta.template
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: c(
person(
given = "First",
family = "Last",
email = "first.last@example.com",
role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")
)
)
Description: What the package does (one paragraph).
License: Apache License 2.0
URL: https://github.com/your_username/your_repository
BugReports: https://github.com/your_username/your_repository/issues
Depends:
greta (>= 0.4.2),
R (>= 3.1.0)
Imports:
cli,
glue,
tensorflow (>= 1.14.0)
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.1.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
SystemRequirements: Python (>= 2.7.0) with header files and shared
library; TensorFlow (v1.14; https://www.tensorflow.org/); TensorFlow
Probability (v0.7.0; https://www.tensorflow.org/probability/)