summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2005-12-17Initial import of goffice-0.1.2:wiz5-0/+417
This is a library for common operations for document centric applications that are conceptually simple, but complex to implement fully. Supported operations include: - plugins - load/save documents - undo/redo Needed for gnumeric update (PR 32281).
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg2-4/+4
of the shared libXm has changed.
2005-12-11Update R to 2.2.0markd8-91/+20
Changes: This version contains several changes and additions, mostly incremental.
2005-12-08Add a somewhat tricky check to get isinf correctly on DragonFly.joerg2-1/+25
This is tricky, because isinf as macro is removed by cmath, but only if libstdc++ on GCC is compiled for C99 math support. Try to check for this and use the symbol from namespace std.
2005-12-06libtool.m4 fragment patch for DragonFly, otherwise configure rejectsjoerg2-4/+65
Python support.
2005-12-06Fix GCC 3.4+: Label at end of compound statement.joerg7-12/+101
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig4-8/+8
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig27-77/+75
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Add DragonFly.joerg2-3/+12
2005-12-03Add DragonFly support. Fix test for exp2, GCC 3.4 would inline it away.joerg3-8/+57
2005-12-02don't declare errno, it was even used before that point anyway.joerg2-1/+14
2005-12-01forgot patch-ai in last commitjoerg1-1/+2
2005-12-01- correctly depend on devel/gettext-lib, bump revision for thisjoerg9-15/+200
- this uses libtool, tell the framework so - don't declare alloca on DragonFly, it conflicts with system headers - patch libtool.m4 fragment for DrgaonFly
2005-11-29Changes 2.1.72:adam3-8/+11
* Bug fixes * Improvements
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-2/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-23Update mathomatic to 12.5.2.minskim2-6/+6
Changes: - Fixed sum and product command docs and code. - Added [hyper]trig functions. - Documentation updates.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-3/+3
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11Update mathomatic to 12.5.1.minskim2-6/+6
Changes: - Corrected color and html mode routines. - get_expr() now has equation space pull. - You may now enter a "#" followed by an equation space number when prompted for an expression. - Ported nintegrate command to non-equations. No more commands to port. - Made redirected output ignore screen_columns. - Added "-q" option (quiet mode, don't display prompts). = The Mathomatic man page was improved.
2005-11-10Use errno from errno.h, don't define it manually. Fix a casejoerg3-7/+36
where errno.h was not included at all.
2005-11-08convert to use tex.buildlink3.mktonio1-2/+4
set LATEX_DEPMETHOD=build
2005-11-04As the "cvs import" didn't work, I'm trying "cvs add" now.rillig3-0/+22
2005-11-04Normalized BUILD_DIRS.rillig1-2/+2
2005-11-04Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS.rillig1-1/+2
2005-11-04Added the R packages that have been imported from pkgsrc-wip.rillig1-1/+28
2005-11-04Imported R-wle from pkgsrc-wip.rillig4-0/+22
Provides approach to robustness via Weighted Likelihood Estimation.
2005-11-04Imported R-statmod from pkgsrc-wip.rillig4-0/+22
Miscellaneous biostatistical modeling functions.
2005-11-04Imported R-shapefiles from pkgsrc-wip.rillig4-0/+22
Functions to read and write ESRI shapefiles.
2005-11-04Imported R-sgeostat from pkgsrc-wip.rillig4-0/+22
An Object-oriented Framework for Geostatistical Modeling in S+.
2005-11-04Imported R-pixmap from pkgsrc-wip.rillig4-0/+23
Functions for import, export, plotting and other manipulations of bitmapped images.
2005-11-04Imported R-maps from pkgsrc-wip.rillig4-0/+23
Display of maps. Projection code and larger maps are in separate packages (mapproj and mapdata).
2005-11-04Imported R-mapproj from pkgsrc-wip.rillig4-0/+22
Converts latitude/longitude into projected coordinates.
2005-11-04Imported R-lmm from pkgsrc-wip.rillig4-0/+22
Improved procedures for linear mixed models with R.
2005-11-04Imported R-hwde from pkgsrc-wip.rillig4-0/+27
Models and tests for departure from Hardy-Weinberg equilibrium and independence between loci. Fits models for genotypic disequilibria, as described in Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast terms are available that account for first order interactions between loci.
2005-11-04Imported R-httpRequest from pkgsrc-wip.rillig4-0/+22
Implements the GET, POST and multipart POST request.
2005-11-04Imported R-gstat from pkgsrc-wip.rillig4-0/+27
uni- and multivariable geostatistical modelling, prediction and simulation variogram modelling; simple, ordinary and universal point or block (co)kriging, sequential Gaussian or indicator (co)simulation; variogram and map plotting utility functions.
2005-11-04Imported R-geoR from pkgsrc-wip.rillig4-0/+22
Geostatistical analysis including likelihood-based and Bayesian methods.
2005-11-04Imported R-genetics from pkgsrc-wip.rillig4-0/+27
Classes and methods for handling genetic data. Includes classes to represent genotypes and haplotypes at single markers up to multiple markers on multiple chromosomes. Function include allele frequencies, flagging homo/heterozygotes, flagging carriers of certain alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating and testing for linkage disequilibrium, ...
2005-11-04Imported R-date from pkgsrc-wip.rillig4-0/+22
Functions for handling dates.
2005-11-04Imported R-clim.pact from pkgsrc-wip.rillig4-0/+26
Climate analysis and downscaling package for monthly and daily data. The package contains R functions for retrieving data, making climate analysis and downscaling of monthly mean and daily mean global climate scenarios.
2005-11-04Imported R-abind from pkgsrc-wip.rillig4-0/+24
Combine multi-dimensional arrays. This is a generalization of cbind and rbind. Takes a sequence of vectors, matrices, or arrays and produces a single array of the same or higher dimension.
2005-11-04Imported R-VR from pkgsrc-wip.rillig1-0/+1
Functions and datasets to support Venables and Ripley, 'Modern Applied Statistics with S' (4th edition).
2005-11-04Imported R-Rcmdr from pkgsrc-wip.rillig4-0/+25
A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.
2005-11-04Imported R-RArcInfo from pkgsrc-wip.rillig4-0/+34
RArcInfo is a package for the R statistical program to import Arc/Info V7.x binary coverages. It is based on the library Avcelib written by Daniel Morissette. Currently, RArcInfo supports most of the file formats stored by these type of coverages. The geographical information (arcs, polygons, topological relationships, etc.) are stored using lists, but all the tables containing related information are imported into a data frame. Once the desired data are imported, the user can draw maps, even filling the polygons according to the value of a given covariate. Although R is not designed for heavy G.I.S. work, this package is very helpful to work with binary coverages inside R.
2005-11-04Imported R-R2HTML from pkgsrc-wip.rillig4-0/+30
Includes HTML function and methods to write in an HTML output. Thus, making HTML reports is easy. Includes a function that allows redirection on the fly, which appears to be very usefull for teaching purpose, as the student can keep a copy of the produced output to keep all that he/she did during the course Package comes with a vignette describing how to write HTML reports for statistical analysis. Finally, a driver for Sweave allows to parse HTML flat files containing R code and to automatically write the corresponding outputs (tables and graphs).
2005-11-04Imported R-PHYLOGR from pkgsrc-wip.rillig4-0/+23
Manipulation and analysis of phylogenetically simulated data sets and phylogenetically based analyses using GLS.
2005-11-04Imported R-Matrix from pkgsrc-wip.rillig4-0/+23
Classes and methods for numerical linear algebra using Lapack, LDL,TAUCS, Metis, and UMFPACK.
2005-11-04Imported R-ISwR from pkgsrc-wip.rillig4-0/+24
Data sets and scripts for text examples and exercises in P. Dalgaard (2002), 'Introductory Statistics with R', Springer Verlag.
2005-11-04Imported R-GRASS from pkgsrc-wip.rillig4-0/+28
Interface between GRASS 5.0 geographical information system and R, based on starting R from within the GRASS environment using values of environment variables set in the GISRC file. Interface examples should be run outside GRASS, others may be run within. Wrapper and helper functions are provided for a range of R functions to match the interface metadata structures.
2005-11-04Imported R-DAAG from pkgsrc-wip.rillig4-0/+24
consists of data sets and functions with our (John Maindonald and John Braun's) book, Data Analysis and Graphics Using R, published by Cambridge University Press.
2005-11-04Imported R-chron from pkgsrc-wip.rillig4-0/+22
Chronological objects which can handle dates and times.