octave-dataframe 1.2.0-3 source package in Ubuntu

Changelog

octave-dataframe (1.2.0-3) unstable; urgency=medium

  * Use dh-octave for building the package
  * d/control:
     + Use Debian's GitLab URLs in Vcs-* headers
     + Change Maintainer to <email address hidden>

 -- Rafael Laboissiere <email address hidden>  Sat, 10 Feb 2018 07:27:57 -0200

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe math

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
octave-dataframe_1.2.0-3.dsc 2.0 KiB 9c871d14fe8edc3a2bd1f19a632e598ec07b2e29507ac06ff6790e5a99239551
octave-dataframe_1.2.0.orig.tar.gz 70.9 KiB 5d36b296b3854f3d7ccb8c59037ca9952c24ef3f1ba7dd776967cd4710505981
octave-dataframe_1.2.0-3.debian.tar.xz 2.7 KiB 9d974a112f5d4a1eb3ab78394f8a5f4c39b6e05d2fbcdcc2ec43f695d94ae764

Available diffs

No changes file available.

Binary packages built by this source

octave-dataframe: 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.