-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
28 lines (28 loc) · 1.3 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
Package: R.matlab
Version: 3.7.0-9000
Depends:
R (>= 2.14.0)
Imports:
methods,
utils,
R.methodsS3 (>= 1.7.1),
R.oo (>= 1.23.0),
R.utils (>= 2.5.0)
Suggests:
Matrix,
SparseM
Title: Read and Write MAT Files and Call MATLAB from Within R
Authors@R: c(
person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email="henrikb@braju.com"),
person("Andy", "Jacobson", role="ctb", comment="Internal MAT v4 reader"),
person("Jason", "Riedy", role="ctb", email="ejr@cs.berkeley.edu",
comment="Support for reading compressed files, sparse matrices and UTF-encoded strings."))
Author: Henrik Bengtsson [aut, cre, cph], Andy Jacobson [ctb] (Internal MAT v4 reader), Jason Riedy [ctb] (Support for reading compressed files, sparse matrices and UTF-encoded strings.)
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Description: Methods readMat() and writeMat() for reading and writing MAT files. For user with MATLAB v6 or newer installed (either locally or on a remote host), the package also provides methods for controlling MATLAB (trademark) via R and sending and retrieving data between R and MATLAB.
License: LGPL (>= 2.1)
LazyLoad: TRUE
ByteCompile: TRUE
URL: https://github.com/HenrikBengtsson/R.matlab
BugReports: https://github.com/HenrikBengtsson/R.matlab/issues