-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
49 lines (49 loc) · 1.32 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
Package: RcppOctave
Type: Package
Title: Seamless Interface to Octave -- And Matlab
Version: 0.19
Date: 2017-06-23
Author: Renaud Gaujoux
Maintainer: Renaud Gaujoux <[email protected]>
Description: Direct interface to Octave. The primary goal is to facilitate the
port of Matlab/Octave scripts to R. The package enables to call any Octave
functions from R and as well as browsing their documentation, passing
variables between R and Octave, using R core RNGs in Octave, which ensures
that stochastic computations are also reproducible.
License: GPL (>=2)
URL: http://renozao.github.io/RcppOctave
BugReports: http://github.com/renozao/RcppOctave/issues
SCM: github:renozao, r-forge, CRAN
LazyLoad: yes
SystemRequirements: Octave (>= 3.2.4) and its development files
Depends:
R (>= 3.0.0),
methods,
utils,
stats,
Rcpp (>= 0.10.1),
pkgmaker (>= 0.20)
Imports:
digest,
stringr,
tools
Suggests:
RUnit,
knitr,
bibtex,
inline
LinkingTo: Rcpp
Collate:
'Octave-class.R'
'OctaveFunction-class.R'
'base-functions.R'
'config-vars.R'
'config.R'
'eval.R'
'utils.R'
'interface.R'
'package.R'
'random.R'
VignetteBuilder: knitr
RoxygenNote: 6.0.1.9000
Roxygen: list(namespace_unsorted = TRUE, roclets = c('collate', 'namespace', 'roclets::rd2_roclet'))