-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.58 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: rSharp
Type: Package
Title: Accessing .NET from R
Version: 1.1.0.9000
Authors@R: c(
person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person("esqLABS GmbH", role = "fnd"),
person(given = "Pavel",
family = "Balazki",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Juri",
family = "Solodenko",
role = "aut",
comment = c(ORCID = "0000-0001-6922-588X")),
person(given = "Michael",
family = "Sevestre",
role = "aut",
email = "[email protected]"),
person(given = "Robert",
family = "McIntosh",
role = "aut"),
person(given = "Felix",
family = "Mil",
role = "aut"),
person(given = "Jean-Michel",
family = "Perraud",
email ="[email protected]",
role = "aut"),
person(given = "Ian Peter",
family = "Du",
role = "ctb")
)
Description: Enable low-level access to .NET runtime from R. Provides a set of functions to create and manipulate .NET objects, call methods, and access properties and fields.
URL: https://github.com/Open-Systems-Pharmacology/rsharp/, http://www.open-systems-pharmacology.org/rSharp/
Encoding: UTF-8
Depends:
R (>= 4.1)
Imports:
R6,
methods
Suggests:
devtools,
covr,
testthat (>= 3.0.0),
knitr,
rmarkdown
License: file LICENSE
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3