-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.22 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
53
54
Package: nmhsa
Version: 0.0.0.9000
Title: Nested multiresolution hierarchical simulated annealing
Description: Porous media reconstruction using an advanced simulated annealing
approach.
Authors@R:
c(
person(
"Bart",
"Rogiers",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(
ORCID = "0000-0002-8836-0988",
url = "<https://rogiersbart.github.io>"
)
),
person(
"Laurent",
"Lemmens",
email = "[email protected]",
role = c("aut"),
comment = c(
"Author of the original Python code",
ORCID = "0000-0002-8836-0988"
)
)
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Config/reticulate:
list(
packages = list(
list(package = "scipy"),
list(package = "numpy")
)
)
Imports:
reticulate,
rui (>= 0.0.0.9000)
SystemRequirements: Python (>= 3.0.0)
Depends:
R (>= 2.10)
Remotes:
rogiersbart/rui
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://rogiersbart.github.io/nmhsa
BugReports: https://github.com/rogiersbart/nmhsa/issues