Commit graph

792 commits

Author SHA1 Message Date
markd
02fa72205c These should have been deleted along with the other R-* packages.
Now part of the base R distribution.

Thanks wiz for noticing (as ever).
2002-12-15 22:30:35 +00:00
jmmv
47c43424bc Remove extra blank line introduced by createbuildlink. pkglint complains
about it when including this buildlink2.mk from another Makefile.
2002-12-14 18:14:02 +00:00
jmmv
5b37164c8f New buildlink2.mk file for math/fftw. 2002-12-14 17:56:18 +00:00
markd
938614bc98 Add py-rpy
Remove R-*
2002-12-10 12:41:31 +00:00
markd
9b0206ee79 Remove the R recommended library set as this is now included in the
standard R distribution.
2002-12-10 12:38:54 +00:00
markd
cbc6b6880d Initial import of py-rpy-0.3.
Package provided by Kent Polk <kent@goathill.org> in personal email.

RPy is a very simple, yet robust, Python interface to the R
Programming Language. It can manage all kinds of R objects and can
execute arbitrary R functions (including the graphic functions).
All the errors from the R language are converted to Python exceptions.
Any modules that later were installed on the R system, can easily
be used from within Python, without introducing any changes.
2002-12-10 12:30:58 +00:00
markd
3a017607d7 Update R to version 1.6.1.
Pkgsrc changes:
Now builds the libR.so and provides a buildlink2.mk for packages that want
to use it.  From suggestions from Kent Polk.

Recommended library set is now included in the base package.

Changes:
               CHANGES IN R VERSION 1.6.1

NEW FEATURES

    o   Added a few "trivial and obviously missing" functions to tcltk:
        tkchooseDirectory, tkpopup, tkdialog, tkread

    o   barplot() has a new argument `axis.lty', which if set to 1
        allows the pre-1.6.0 behaviour of plotting the axis and tick
        marks for the categorical axis.  (This was apparently not
        intentional, but axis() used to ignore lty=0.)
        The argument `border' is no longer ".NotYetUsed".


                CHANGES IN R VERSION 1.6.0

USER-VISIBLE CHANGES

    o   The default colour palette now has "grey" instead of "white"
        in location 8.  See palette().

    o   grid(nx) behaves differently (but the same as in R versions <= 0.64).

NEW FEATURES

    o   Preparations for name space support:

    o   The objects created in the methods package to represent
        classes, generic functions, method definitions, and
        inheritance relations now themselves belong to true classes.  In
        particular, the "classRepresentation" objects follow the description
        in "Programming with Data" (section 7.6).

    o   Other additions and changes to the methods package:

    o   New methods ([[, print, str) and extended plot() method
        (incl. logical `horiz') for "dendrogram" class.

    o   sprintf() now checks the agreement between formats and object
        types, and handles special values (NA, Inf, ...) correctly.

    o   chol() now uses a tolerance for non-positive-definiteness and
        so should give more consistent results across platforms.

    o   New function agrep() for approximate (fuzzy) string matching.

    o   help.search() can now use both approximate (fuzzy) and regular
        expression matching.  By default, if the pattern to be matched
        consists of only alphanumeric characters, whitespace or a dash,
        approximate matching is used.

    o   axis() has three new optional arguments `col', `lty', and `lwd'
        all for drawing the axis line and tick marks.

    o   Function vcov() (formerly in MASS), a generic function to
        return the variance-covariance matrix of the parameter
        estimates of a fitted model.

    o   duplicated() and unique() have methods for matrices and arrays
        (based on ideas from Jens Oehlschl<E4>gel).

    o   Internally memory sizes and counts of cons cells are now stored
        in unsigned longs.  This allows memory limits to be set and
        objects created in the range 2-4Gb on 32-bit platforms, and
        allows 64-bit platforms to use much larger amounts of memory.

    o   Command-line flags to set memory can now use the suffix `G'
        for gigabytes.  The setting of maximum vsize is now only
        limited by the platform's address space.

    o   All warning and error messages are truncated to a length set
        by options(warning.length=), defaulting to 1000.  (Previously
        most (but not quite all) were truncated at 8192 characters.)

    o   [dpqr]gamma() check for shape parameter > 0.

    o   as.POSIX[cl]t can now convert logical NAs.

    o   All installed packages (even those shipped with R) are
        given a `Built' field in the DESCRIPTION file.

    o   as.data.frame() now coerces logical matrices into logical
        columns (rather than factors).

    o   [[<-.data.frame no longer coerces character replacement values
        to factor.  This is consistent with using $ to replace and
        with S4.

    o   library() attempts to detect improperly installed packages, so
        as from this version an installed package must have a
        DESCRIPTION file and that file must have been stamped with a
        `Built:' line (which was introduced in 1.2.0).  Under
        Unix-alikes, the platform is checked against that used for
        installation.

    o   print.factor() has new arguments `max.levels' (with a smart default)
        and `width'.  print.ordered() is no longer needed.

    o   RNGkind() has an additional option for normal random generators:
        "Inversion".

    o   data.frame() recycles factors and "AsIs" objects as well as
        atomic vectors.

    o   rect() accepts additional graphics parameters through a ...
        argument (in the same way as polygon).

    o   strwidth/strheight() now coerce their first argument in exactly
        the same way text() does, so a wider range of inputs is allowed.

    o   prompt()'s default and data.frame methods have a new 3rd argument
        `name' allowing them to used more easily in scripts and loops.

    o   rgb() has a new `maxColorValue' argument, allowing r,g,b in [0,M],
        particularly in {0:255}, efficiently and non-error-prone.

    o   summaryRprof() provides the functionality of R CMD Rprof in R
        code, though more slowly.

    o   pdf() now uses PDF not R code for clipping, which ensures that
        partially visible text strings are (partially) shown.

    o   Each R session uses a per-session temporary directory which
        is removed at normal termination.  The directory name is given
        by the tempdir() function, and filenames returned by
        tempfile() will be within that directory.

   o   help.start() on Unix now uses a .R subdirectory of the
        per-session temporary directory and not ~/.R.  A side effect
        is that ~/.R is now never deleted by R.

    o   cbind/rbind() used to ignore all zero-length vectors, an
        undocumented quirk for S-compatibility.  This caused problems
        when combining zero-extent matrices and zero-length vectors, and
        now zero-length vectors are ignored unless the result would
        have zero rows/columns.

    o   plot.spec(x) now also works for other x than AR and Pgram results.

    o   New functions La.chol() and La.chol2inv() for Cholesky
        decomposition and inverse of positive definite matrices using
        Lapack.

    o   Changes to the tcltk package

    o   New function axTicks() returning tick mark locations like axis().

    o   grid() has a more sensible default behavior.  Tick axis alignment
        only happens when no numbers of grid cells are specified.  New
        arguments lwd and equilogs; nx/ny = NA for not drawing, see ?grid.

    o   installed.packages() has a new argument `priority'.

    o   termplot() uses factor levels rather than 1,2,3... for x-axis.

    o   The trace() function has been robustified and a new function
        tracingState() added to turn tracing temporarily on and off.

    o   New cophenetic() in "mva" as utility for hierarchical clustering.

    o   p.adjust() has two new methods, 'Hommel' and 'FDR', contributed
        by Gordon Smyth <smyth@wehi.edu.au>.

    o   stars() now has add and plot arguments.

and lots of bug fixes.
2002-12-10 11:58:10 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
salo
c5b349c2e7 +USE_X11. 2002-12-08 03:50:14 +00:00
cjep
9facd78553 Add and enable xeukleides. 2002-12-07 18:14:30 +00:00
cjep
6df2bb1158 Initial import of xeukleides 0.9.0 into the NetBSD packages collection
as math/xeukleides.

This is a graphical frontend for eukleides.

Supplied by ich (tsadowski at gmx dot net) in PR#19091. Thanks!
2002-12-07 18:13:51 +00:00
cjep
62d45f9eb2 Initial import of eukleides 0.9.0 into the NetBSD packages collection
as math/eukleides.

A Euclidean drawing language compiler which allows one to typeset
geometry figures within a (La)TeX document. This program is also useful
to convert such figures into EPS format or into various other vector
graphic formats.

Supplied by ich (tsadowski at gmx dot net) in PR#19090. Thanks!
2002-12-07 17:59:25 +00:00
cjep
dc95be2f79 Add and enable eukleides. 2002-12-07 17:56:03 +00:00
abs
ce281bb5b9 Update xlife to 5.0nb1:
Set -DLIFEDIR in EXTRA_DEFINES not CCOPTIONS, to permit optmisation
	flags to be passed in CCOPTIONS.
2002-12-05 10:57:46 +00:00
salo
e51dc15764 USE_PKGLOCALEDIR, delint. 2002-12-01 15:56:54 +00:00
grant
cf12a2f4f0 fix MAINTAINER= Name <email> to only include email address. 2002-11-10 00:35:07 +00:00
rh
f262ab86f0 Add and enable statist 2002-11-09 09:24:05 +00:00
rh
7733b9c0da Initial import of statist-1.0.1, a small and portable statistics program. 2002-11-09 09:23:24 +00:00
martti
9ef7dbabf1 - make this work with apache2
- buildlink2
2002-11-05 07:33:13 +00:00
rh
29f3d5e6ce Add and enable gcalctool 2002-11-02 10:26:46 +00:00
rh
94656edb63 Initial import of gcalctool-4.1.0, a gtk2+ version of calctool, a versatile
calculator tool.  This version was provided by Scott Aaron Bamford in
PR pkg/18660 with some buildlink2 changes by me.
2002-11-02 10:26:00 +00:00
rh
d107945163 s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-02 02:42:01 +00:00
jlam
940372217e BUILDLINK_X11PKG_DIR is no more. 2002-10-31 23:30:36 +00:00
markd
a801046902 Update py-Numeric to version 21.0
Fixed bugs:
    [ #482603 ] Memory leak in MA/Numeric/Python
                Reported by Reggie Dugard. Turned out to be
                *two* memory leaks in one case in a routine in Numeric,
                array_objectype. (Dubois)
    [ none    ] if vals was a null-array array([]) putmask and put would
                   crash.  Fixed with check.
    [ #469951 ] n = n1[0] gives array which shares dimension of n1 array.
                  This causes bugs if shape of n1 is changed (n didn't used
                  to have it's own dimensions array  (Travis Oliphant)
    [ #514588 ] MLab.cov(x,x) != MLab.cov(x) (Travis Oliphant)
    [ #518702 ] segfault when invalid typecode for asarray (Travis Oliphant)
    [ #497530 ] MA __getitem__ prevents 0 len arrays (Reggie Duggard)
    [ #508363 ] outerproduct of noncontiguous arrays (Martin Wiechert)
    [ #513010 ] memory leak in comparisons (Byran Nollett)
    [ #512223 ] Character typecode not defined (Jochen Kupper)
    [ #500784 ] MLab.py diff error (anonymous, fixed by Dubois)
    [ #503741 ] accuracy of MLab.std(x) (Katsunori Waragai)
    [ #507568 ] overlapping copy a[2:5] = a[3:6]
                Change uses of memcpy to memmove which allows overlaps.
    [ numpy-Patches-499722 ] size of buffer created from array is bad (Michel Sanner).
    [ #502186 ] a BUG in RandomArray.normal (introduced by last bug fix in 20.3)
               (Katsunori Waragai).

Fixed errors for Mac (Jack Jensen).

Make rpm's properly, better Windows installers. (Gerard Vermeulen)
    Added files setup.cfg; setup calculates rpm_install.sh to use current Python.
    New setup.py, eliminate setup_all.py. Use os.path.join everywhere. Revision
    in b6 added file README.RPM, further improvements.

Implement true division operations for Python 2.2. (Bruce Sherwood)
    Note: true division of all integer types results in an array of floats,
    not doubles. This decision is arbitrary and there are arguments either way,
    so users of this new feature should be aware that the decision may
    change in the future.

New functions in Numeric; they work on any sequence a that can be converted to a
Numeric array. Similar change to average in MA. (Dubois)

    def rank (a):
        "Get the rank of a (the number of dimensions, not a matrix rank)"

    def shape (a):
        "Get the shape of a"

    def size (a, axis=None):
        "Get the number of elements in a, or along a certain axis."

    def average (a, axis=0, weights=None, returned = 0):
        Computes average along indicated axis.
2002-10-30 10:35:32 +00:00
seb
5ae097cecf Use buildlink2. Use perl5/module.mk. 2002-10-28 00:05:42 +00:00
seb
f7968d6db9 Use buildlink2. Use perl5/module.mk. 2002-10-27 21:20:37 +00:00
wiz
bc0b44ab11 buildlink1 -> buildlink2. 2002-10-25 18:40:53 +00:00
wiz
e8241d5cf2 buildlink1 -> buildlink2. 2002-10-25 18:33:29 +00:00
wiz
7b7e6d4954 Convert to buildlink2. 2002-10-21 15:35:42 +00:00
wiz
98a36faa43 Convert to buildlink2. 2002-10-21 12:33:35 +00:00
wiz
7461a5e4e0 Convert to buildlink2. 2002-10-21 12:31:19 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
abs
1faa3d803e Import p5-Number-Latin 1.01
Some applications, notably the numbering of points in outlines,
use a scheme that starts with the letter "a", goes to "z", and then
starts over with "aa" thru "az", then "ba", and so on.  This module
provides functions that deal with that numbering system, converting
between it and integer values.
2002-10-18 21:55:32 +00:00
jschauma
70bceb3a91 Add/enable newmat 2002-10-16 15:41:14 +00:00
jschauma
c74a299291 Initial import of math/newmat into pkgsrc:
This C++ library is intended for scientists and engineers who need to
manipulate a variety of types of matrices using standard matrix operations.
Emphasis is on the kind of operations needed in statistical calculations such
as least squares, linear equation solve and eigenvalues.

It supports matrix types: Matrix (rectangular matrix); UpperTriangularMatrix;
LowerTriangularMatrix; DiagonalMatrix; SymmetricMatrix; BandMatrix;
UpperBandMatrix; LowerBandMatrix; SymmetricBandMatrix; IdentityMatrix;
RowVector; ColumnVector.

The library includes the operations *, +, -, *=, +=, -=, Kronecker product,
Schur product, concatenation, inverse, transpose, conversion between types,
submatrix, determinant, Cholesky decomposition, QR triangularisation, singular
value decomposition, eigenvalues of a symmetric matrix, sorting, fast Fourier
and trig. transforms, printing and an interface with Numerical Recipes in C.

It is intended for matrices in the range 10 x 10 to the maximum size your
machine will accommodate in a single array. The package works for very small
matrices but becomes rather inefficient.  A lazy evaluation approach to
evaluating matrix expressions is used to improve efficiency and reduce use of
temporary storage.
2002-10-16 15:40:33 +00:00
martti
a5e30c98b0 Updated gnumeric to 1.0.10
* Fix valign=center in html exporter
* Fix the schema.
* Backport partial fix for named expressions.
* Export copy/paste data to primary and clipboard to communicate with 1.1.x.
* Add warning dialog when we can't activate guppi.
* Backport fix for sheet object ref count error.
* Allow format dialog to grow (debian 159949)
* Backport xls export fix to handle differing numbers of argument
* Backport fix for off by 1 error in repeated col/row printing
* Fix goal seek (and thus functions like XIRR.)
2002-10-16 11:31:24 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
wiz
e33663a96a buildlink1 -> buildlink2. 2002-10-13 11:55:54 +00:00
wiz
f8c21b1db1 Unused. 2002-10-09 18:39:52 +00:00
wiz
5543418437 buildlink1 -> buildlink2. 2002-10-09 18:34:58 +00:00
wiz
03ce8f8541 buildlink1 -> buildlink2. 2002-10-09 18:25:40 +00:00
wiz
6c6c00e5f6 Unused. 2002-10-09 17:40:11 +00:00
wiz
f0dfffd966 buildlink1 -> buildlink2. 2002-10-09 17:38:02 +00:00
wiz
ba3a6c9bfd Unused. 2002-10-08 19:42:24 +00:00
wiz
f266045cfd Unused. 2002-10-08 19:31:05 +00:00
cjep
69f7f37733 Update of GAP-4.3 (math/gap) to bug fix level 3.
Corrections since bug fix level 1 include:
 * A problem with the inversion routine for quaternions.
 * A segmentation fault when appending to a length 0 compressed vector
   over GF2.
 * An error in the computation of inverses in quaternion algebras with
   non-standard parameters.
 * A problem in backtrack routines using `Suborbits' if the group has
   fixed points in the range [1..max(Omega)].
 * A problem with the linear algebra methods for Lie algebra cohomology.
 * A Problem with inverting lists of compressed vectors over fields
   of order greater than 2.
 * An error in computing whether an element is in a Green's D equivalence
   class or not.
 * Problems with various functions (including GQuotient, IntScalarProduct,
                NonnegIntScalarProducts, CharacterTableDirectProduct)
 * Problems with various methods (including IsGreensLessThanOrEqual and
	GroupHClassOfGreensDClass, AssociatedReesMatrixSemigroupOfDClass,
	IsZeroSimpleSemigroup, IsomorphismReesMatrixSemigroup and
	SandwichMatrixOfReesZeroMatrixSemigroup)

XXX A bug has been introduced into GAP which prevents the test suite
    (zmodnz.tst) from working in this version. This will be fixed in
    bug fix 4.

For full details, please see the "description3" file that comes with
this package in ${PREFIX}/lib/gap4.3.
2002-10-08 04:49:41 +00:00
wiz
eb20c28d7a Sort lines a bit, so that @dirrm share/guppi works. 2002-10-07 23:00:42 +00:00
seb
cf0b1c7919 Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
seb
ac79149fec Use perl5/module.mk. 2002-10-07 21:14:16 +00:00