-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.2 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
Package: rClr
Type: Package
Title: Accessing the Common Language Runtime (.NET/Mono) from R
Version: 0.8.3
Date: 2019-05-09
Authors@R: c( person("Jean-Michel", "Perraud", email =
"[email protected]", role = c("aut", "cre")))
Author: Jean-Michel Perraud [aut, cre], Kosei Abe, [aut] (R.NET), Nigel
<http://www.codeplex.com/site/users/view/evolvedmicrobe> [ctb] (fix for
finding the path to package libraries), R Core team [ctb] (showArgs
extracted from R extension manual)
Maintainer: J-M <[email protected]>
Description: rClr is a package for low-level access from R to a Common Language
Runtime (CLR). The supported CLR implementations are Microsoft '.NET'
framework on Windows and Mono on several platforms, currently Windows and
at least Debian Linux. rClr has been used at least in scientific modelling
work since 2013-06. Running it on Mono has been relatively experimental,
but as of November 2014 several factors have enabled very near functional
parity with the Windows/.NET.
VignetteBuilder: knitr
Suggests:
testthat,
knitr,
xtable
URL: https://github.com/jmp75/rClr
License: LGPL-3
Depends:
R (>= 2.15.0),
methods
RoxygenNote: 6.1.1