-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…158) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Felix MIL <[email protected]>
- Loading branch information
1 parent
050b1c0
commit 6f2c391
Showing
12 changed files
with
31 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Package: rSharp | ||
Type: Package | ||
Title: Accessing .NET from R | ||
Version: 1.0.0.9000 | ||
Authors@R: c(person(given = "Open-Systems-Pharmacology Community", | ||
Version: 1.0.1 | ||
Authors@R: c( | ||
person(given = "Open-Systems-Pharmacology Community", | ||
role = "cph"), | ||
person("esqLABS GmbH", role = "fnd"), | ||
person(given = "Pavel", | ||
|
@@ -15,16 +16,22 @@ Authors@R: c(person(given = "Open-Systems-Pharmacology Community", | |
comment = c(ORCID = "0000-0001-6922-588X")), | ||
person(given = "Michael", | ||
family = "Sevestre", | ||
role = c("aut"), | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Robert", | ||
family = "McIntosh", | ||
role = c("aut")), | ||
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 = c("aut")), | ||
person("Jean-Michel", "Perraud", email = | ||
"[email protected]", role = "aut")) | ||
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 | ||
|
@@ -40,6 +47,6 @@ Suggests: | |
knitr, | ||
rmarkdown | ||
License: file LICENSE | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
VignetteBuilder: knitr | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters