File: control

package info (click to toggle)
octave-dataframe 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 696 kB
  • ctags: 122
  • sloc: makefile: 4
file content (22 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: octave-dataframe
Section: math
Priority: optional
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.1.2)
Standards-Version: 3.9.6
Homepage: http://octave.sourceforge.net/dataframe/
Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-dataframe.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-dataframe.git

Package: octave-dataframe
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: manipulate data in Octave similar to R data.frame
 In the R language, a dataframe object is a way to group tabular data.  The
 functions in this package allow the manipulation of data in a similar way
 in Octave.  Dataframe objects in Octave can be created in a variety of
 ways (from other objects or from tabular data in a file) and then can be
 accessed either as matrix or by column name.
 .
 This Octave add-on package is part of the Octave-Forge project.