-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
23 lines (23 loc) · 847 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: rlemon
Type: Package
Title: R Access to LEMON Graph Algorithms
Version: 0.2.1.9001
Authors@R: c(person("Arav", "Agarwal", role = "aut", email = "[email protected]"),
person("Aditya", "Tewari", role = "aut", email = "[email protected]"),
person("Josh", "Errickson", role = c("cre","aut"), email = "[email protected]"))
Description: Allows easy access to the LEMON Graph Library set of algorithms, written in C++.
See the LEMON project page at <https://lemon.cs.elte.hu/trac/lemon>.
Current LEMON version is 1.3.1.
License: BSL-1.0
Imports: Rcpp (>= 1.0.5)
LinkingTo: Rcpp
URL: https://errickson.net/rlemon/
BugReports: https://github.com/josherrickson/rlemon/issues/
RoxygenNote: 7.3.1
Encoding: UTF-8
Suggests:
testthat
Depends:
R (>= 2.10)
LazyData: true
Language: en-US