-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.27 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
Package: RVowpalWabbit
Title: R Interface to the Vowpal Wabbit
Version: 0.0.18
Date: 2023-01-07
Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X"))
Description: The 'Vowpal Wabbit' project is a fast out-of-core learning
system sponsored by Microsoft Research (having started at Yahoo! Research)
and written by John Langford along with a number of contributors. This R
package does not include the distributed computing implementation of the
cluster/ directory of the upstream sources. Use of the software as a network
service is also not directly supported as the aim is a simpler direct call
from R for validation and comparison. Note that this package contains an
embedded older version of 'Vowpal Wabbit'. The package 'rvw' at the GitHub
repo <https://github.com/rvw-org/rvw-legacy> can provide an alternative using
an external 'Vowpal Wabbit' library installation.
Depends: R (>= 2.12.0)
Imports: Rcpp
LinkingTo: Rcpp
SystemRequirements: The Boost 'program_options' library <https://boost.org> is required.
OS_type: unix
License: GPL (>= 2)
URL: https://vowpalwabbit.org/, https://github.com/eddelbuettel/rvowpalwabbit
BugReports: https://github.com/eddelbuettel/rvowpalwabbit/issues