Commit graph

1582 commits

Author SHA1 Message Date
markd
fbb0eb7793 avoid computed static constant (which was in any case the wrong value)
in log1p().  From R svn.  Should fix build on NetBSD-1.6.2.
2005-12-19 12:51:50 +00:00
markd
d222df45da Remove the R-VR package. A newer version is included in the latest R
package causing this package to fail as seen in the bulk builds.
2005-12-19 11:53:21 +00:00
markd
0920088b52 Fix PLIST problem seen in bulk builds. 2005-12-19 11:34:46 +00:00
joerg
0bec83e518 Forgotten makepatchsum. 2005-12-18 19:07:00 +00:00
wiz
213c7006d6 Update to 1.6.1. Committed during the freeze because 1.4.3 was broken
after the libgsf update (see PR 32281).

Changes since 1.4.2 (1.4.3 is not mentioned in the ChangeLog?!):

Gnumeric 1.6.1

Allin Cottrell:
	* Save configuration in non-gnome case.  [#310354]

Jean Brefort:
	* Use localized decimal separator. [#80139]

Jody:
	* Unfreeze panes if the drag handles are pulled outwards.
	* Adjust ctrl-~ vs ctrl-!
	* Some R1C1 fixes
	* More SpreadsheetML from MS Office XP.
	* Some OpenDoc import extensions.
	* Minor fixes for auto-fill
	* Enable a chart importer in the experimental xml sax importer.

Lukasz Stelmach:
	* Fix python binding for RangeRef::end.

Eduardo Lima:
Renato Araujo:
	* Maemo/Hildon port to Nokia 770

Morten:
	* Fix content probing of csv and tsv files.  [#318419]
	* Import formats from Lotus 1-2-3 files.
	* Import column widths and row heights from Lotus 1-2-3 files.
	* Handle Lotus 1-2-3 functions whose names differ from the ones
	  we use better.
	* Read basic info from wk4 files.
	* Fix issues with new function docs method.
	* Fix OO import crash.  [#320818]
	* Fix Excel save crash.  [#321009]
	* Plug minor leak.

Philippe Lelong:
	* Fix issue with PRICE (and probably related functions).

--------------------------------------------------------------------------
Gnumeric 1.6.0

Andreas:
	* Preload selection in "Define Names" dialog.  [#316406]

Jean Brefort:
	* Fix crash when deleting plot with dynamic deps.
	* Fix localization issues.  [#318042][#318043].

Jody:
	* Snap objects right in RTL mode. [#316026]
	* Finish Data -> Table evaluation
	* Avoid entering "" for every keystroke when using gtk-2.8
	* Fix xls import/export of markers for radar plots.
	* Fix rotated text with pango-1.10 [#316597]
	* Update auto-expr after a recalc [#314867]
	* Use Emmanuel's ideas to improve the frozen pane drag handles.
	* Enable super/subscripts.
	* SpreadsheetML importer.

Morten:
	* Fix C99ism.
	* Fix rare dependency crash.
	* Warn if running with buggy pango_attr_list_splice.
	* Improve stf import gui for multi-byte encoded text.  [#316816]
	* Fix xml-io's name parsing.  [#317427]
	* Fix .gnumeric saving of summary items.  [#318254]
	* Import some style info from Lotus 1-2-3 files.
	* Fix infinite loop in pdhyper.

--------------------------------------------------------------------------
Gnumeric 1.5.90

Jody:
	* quotes for pure strings in expressions for xml in/out [#313460]
	* Fix F4 cycling of abs/rel in mixed mode range refs
	* Check all format tuples for a match [#85950]
	* Escape cancels object drag. [#314866]
	* F2 while editing jumps focus to entry. [#314869]
	* XLS in/out for Data -> Table
	* 2d Data -> Table support

Morten:
	* Fix tooltip problem.  [#314865]
	* Throw a minimum of effort at a Lotus importer for modern
	  versions.  [#314875]

--------------------------------------------------------------------------
Gnumeric 1.5.5

(No code changes -- translations only)

--------------------------------------------------------------------------
Gnumeric 1.5.4

Clytie Siddall:
	* Audit strings.  [#312746]  [#312986]

Jean Brefort:
	* Fix crash on close related to graph plugins.  [#313463]

Jody:
	* Fix lost background colours. [#314207 and others]
	* Add some drag handles for graphicly creating frozen panes.
	* Fix sheetview confusion.  [#314208]

Morten:
	* Fix harmless, but ugly, error message on xls save.
	* Fix solver crash.  [#314025]
	* Fix solver coefficients.
	* Package lp_solve into a single file and sanitize its API.
	  Update to lp_solve 5.5 in the process.
	* Fix dependency crash.  [Part of #314207]
	* Fix theming bug.  [#307783]
	* Fix crash related to changing colours of sheet tabs.
	* Fix rich text editing problem.  [#314209]
	* Be consistent about dialog separators.  [#314306]
	* Fix print problem with page numbers.  [#314520]

--------------------------------------------------------------------------
Gnumeric 1.5.3

Ivan, Y.C. Wong:
	* Fix recent files list on win32. [#308302]
	* Fix non-latin characters rendering of fonts sans, serif and monospace
	  on win32. [#161027]

Jean Brefort:
	* Copy charts (to abiword).

J.H.M. Dassen (Ray):
	* Bumped goffice build dependency.

Jody:
	* Handle ROW/COLUMN with no argument in an array.
	* Fix problems with row height resizing on win32. [#163414]
	* XLS, SAX, & DOM in/out for conditional Formating.
	* SAX in/out for input messages.
	* SAX in for hyperlinks.
	* Conditional Formating for backgrounds.
	* Conditional Formating for borders.
	* Store the current settings before previewing. [#301494]
	* Fix F4-abs/rel state rotation after R1C1 breakage.
	* Fix leak in xls chart import. [#157058]
	* Fix object movement and snap to grid in RTL.
	* XLS import of image fills. [#127756]
	* XLS import of font for chart labels.
	* Don't put extra quotes around exported series names. [#152317]
	* Keep images hidden until they are sized. [#308301]
	* Warnings when consolidating single columns. [#308431]
	* Improve sync of cell editing and editline for autocomplete. [#308303]

Jon Kåre:
        * Improve sc/xspread import.
	* Export page orientation to Excel.
	* Fix top margin/header interaction bug in page setup. [#310055]

Morten:
	* Make changes to toolbar visibility permanent.
	* Fix stf export quoting problem.  [#308109]
	* Fix stf export format problem.
	* Prevent sheets from being renamed to "".
	* Fix IRR.  [Debian #315625]
	* Eliminate old sheet reorganize support code.
	* Make ssconvert able to save to stdout ("fd://1").
	* Fix repeat-setting-border crash.  [#310924]
	* Fix typo that managed to get its own bugzilla entry.  [#312823]
	* Fix problem with save.  [#312930]
	* Improve screen-vs-print line breaking situation.  [#312912]
	* Fix crash changing font.  [#313257]
	* Fix crash on finalizing sheet with objects in it.
	* Fix sheet-remove crash related to dependencies.  [#312794]

--------------------------------------------------------------------------
Gnumeric 1.5.2

Andreas:
	* permit formula guru to add array functions

Ivan:
	* (Win32) Fix opening files with non-ascii names when users "open"
	  them in explorer. [#304874]
	* Enable libspeadsheet build
	* (Win32) Fix the bug that d&d from explorer doesn't work in
	  gnumeric. [#304074]

Jody:
	* Tweak the errors from LOGNORMDIST, CONFIDENCE, STANDARDIZE, and
	  NORMDIST to match MS Excel.
	* After a command refocus controls for the current view. [#165700]
	* Fix 'Begins with' vs 'Ends With' for autofilters.
	* Autofilter string equality is stronger than containment [#172355]
	* Buttons in sheet manager dialog should not strech vertically.
	* Stub for MS Excel's ASC function, which is unncessary in gnumeric.
	* Make range clipping more efficient. [#164950]
	* Fix advanced filter for inputs that do not start at col A. [#165734]
	* Fix xls import of names calling fwd declared names. [#166611]
	* Fix string generation for arrays.
	* Don't hide columns < 4pts wide on import. [#304558]
	* Rich content from MS Excel clipboard [#305405]
	* Fix warning while importing pre XL-95.
	* Fix adjustment object handling [#167584].
	* Be more careful what we assume is a header [#165061].
	* Use sheet specific print settings when printing a workbook. [#163589]
	* Fix small positioning glitch when creating widgets. [#304559]
	* re-enable experimental sax importer after goffice split.
	* Improve handling of some odd XL operators.
	* Remove warning when nudging during object creation. [#164779]
	* Delete while editing should not clear the cell. [#165172]
	* R1C1 support.

Jon Kåre:
        * Don't output the xml declaration for xhtml. [#303827]

Michal Kaukic:
	* Fix solver for affine objective functions. [#171025]

Morten:
	* Fix SUMIF even more.  [Debian #308346]
	* Fix horizonal alignment of rotated numbers broken by fix to
          #303292.
	* Fix CRITICAL when undoing borders.
	* Improve multiline rotated text.  [#167544]
	* Fix Excel load crash.  [#303923]
	* Speed up exit on large sheets with lots of names, such as the
	  one from #303923.
	* Clean up dependencies somewhat.
	* Simplify expressions used for defined names for single cells.
	* Fix redo crash.  [#305007]
	* Fix auto-complete deactivation issues.  [#305011]
	* Fix recognition of accounting formats.  [#305314]
	* Fix unintentional format currency change.  [#305313]
	* Plug leaks.
	* Work hard at not leaving passwords in memory, just in case.
	* Add tooltips for ok_button, cancel_button, and func_button.
	  [#160344]
	* Fix paste problem.  [#305404]
	* Fix brown bag text import problem.  [Later reported as #305624]
	* Improve R.QPOIS accuracy, efficiency, and termination.
	* Improve R.QNORM's accuracy in the long double case.
	* Improve R.QCAUCHY's accuracy.
	* Add new R.QHYPER function.
	* Fix xml SAX import issue for array formulae.
	* Fix xml export of shared array formulae.
	* Fix number matching problem.  [#306254]
	* Fix R.PBETA screwup for log case.
	* Fix problem with hiding sheets.
	* Fix sheet removal undo to also undo changes to names and
	  cells in other sheets.
	* Save and load visibility sheet attribute.
	* Fix 3D deps crash.
	* Fix 3D dependencies spanning more than one sheet.  (I.e., all.)
	* Fix dynamic dependency crash on exit.
	* Plug leaks of sheet views.
	* Fix CRITICAL in the "manage sheets" dialog.

--------------------------------------------------------------------------
Gnumeric 1.5.1

Andreas:
	* Make ROUNDDOWN and ROUNDUP MSExcel compatible including the
	  strange handling for negative numbers. [#162682]
	  This breaks backwards compatibility to earlier Gnumeric versions
	  for these functions.
	* Fix text colour in selected item in sheet manage dialog. [#170462]
	* Fix NORMDIST description. [#167467]

David J Craigon:
	* Allow ssconvert to specify importer. [#160069]

Ivan Wong:
	* Fix image filtering for Win32.  [#164589]
	* Implement the Win32 registry connection.

Jody:
	* Major re-org for goffice split.
	* Fix xls import for fit to page.
	* Fix OFFSET for asymmetric ranges [#166764]
	* Fix SUMIF for asymmetric ranges [#166769]
	* Import sheet visibility from ms excel
	* Split function docs into a distinct catalog
	* Decrease memory usage in clipboard.
	* Simplify tiling when pasting a copy. [#87477]
	* Be more flexible pasting full cols/rows in single cells. [#87528]
	* Add vertical alignment DISTRIBUTED
	* Fix xls in/out of rotation

Jon Kåre:
        * Don't crash on csv file with invalid unicode [#167190]
	* Import html hyperlinks as hyperlinks.
	* Fix session management bug when gnumeric is minimized. [#166769]
	* Paste images from clipboard.
	* Copy images and graphs to clipboard.
	* Receive and send images by drag and drop.
	* Don't clear clipboard when losing primary selection. [#300468]

Kasal:
	* Modified the way generated files are handled by Automake.
	* Some configure hacks to support po-functions.

Morten:
	* Work around Pango bug causing XL save crash.  [#166532]
	* Fix Save-As GUI problem causing CRITICALs.
	* Fix typos that managed to get their own bugzilla entries.
	  [#167495] [#302306]
	* Improve auto-detection of separators for text files.  [#167449]
	* Fix some #decimals problems with print page setup.
	* Fix saving.
	* Fix crash when using --quit.  Fix leak too.
	* Fix rare crash on exit.
	* Use unicode minus (U2212) for numbers.  [#168467]
	* Improve format selection dialog for text import.
	* Constification.
	* Use FooCanvas for rotation part of cell format dialog.
	* Get rid of the last direct GnomeCanvas use.
	* Clean up long double configuration.
	* Fix save-as for non-local files.  [#170308]
	* Drop gtk+-bug workaround.  [#162952]
	* Make sheets even more object-like.
	* Fix parsing problem with names that start out with something
	  that can be parsed as a cell, e.g., "K3P".  [#170465]
	* Improve auto-fixup of 1.0.x era non-ASCII Gnumeric files.
	* Fix minor GUI problem with the format page of text import.
	* Create new plugin with R.[DPQ]dist functions using the
	  R Project's naming and calling conventions.
	  Note: this is deliberately not yet in po-whatever.  There are
	  tons of autogenerated strings and things need to settle down
	  a bit first.
	* Fix modality issue causing crashes.  [#170958]
	* Use a better format for auto expressions.
	* Improve undo description for rich text style changes.  [#171637]
	* Don't destroy target file when loading a saver plugin fails.
	  [#168581].
	* Make sure we update our window menu when we create a new view.
	* When we reopen insert->image, start in the directory we were
	  last time.  [#143188]
	* Fix conversion problems with stf export.  [#126513]
	* Improve text import for strange encodings.  [#167191]
	* Rework stf export code and fix crash-on-exit-causing leaks.
	* Do something sensible when exporting dates and times as text.
	  [#128936]
	* Fix uncompressed saving of .xml and .gnumeric (when requested).
	  [#173030]
	* Improve extreme-case evaluation of quantile functions that are
	  computed by root searching, such as =BETAINV(0.52,1e-3,1e6).
	* Improve accuracy of R.QF (and thus FINV).
	* Fix TRIMMEAN.
	* Fix MODE.
	* Allocate some clipboard data in pools.
	* Fix potential save-as crash.
	* Fix spurious criticals.  [#301581]
	* Change various sheet things to use an object properties.
	* Plug leaks with moving sheets.
	* Use object properties for much of the {sheet,workbook}-control-gui
	  to sheet linkage.
	* Fix multihead problems with popups.
	* Fix crash for sheet-remove on sheets with local dynamic
	  dependencies.
	* Implement CELL("sheetname", ...).
	* Fix CELL with explicit sheet in the reference.
	* Fix sheet reordering by dragging.
	* Fix various theme related bugs.  [#302902]  [#302880]  [#302882]
	* Fix undo crash in connection with cloning sheets.

--------------------------------------------------------------------------
Gnumeric 1.5.0

Emmanuel Pacaud:
	* Snap to grid mode when moving sheet objects with shift.

Jean Brefort:
	* add scatter plots with spline interpolation.
	* Box-plots.
	* Fix crash in contour plots (#166051).
	* Automatic bounds work with negative values in XY chart (#164593).
	* Scrollbar and slider max values are now constant (#165173).
	* Avoid recalculation of scrollbar and slider values when not
	necessary (#166085).

J.H.M. Dassen (Ray):
	* Generate an error when no proper UTF-8 filename is produced when
	  saving [Debian #291265]

Jody:
	* RTL support.
	* Another step towards the libgoffice split

Kasal:
	* Some configure.in cleanup.

Morten:
	* When using the new printing code, don't bother to generate
	  gnome print fonts for the old code.
	* Improve search strategy for auto-completion.
	* Fix crash for insert/delete column/row.  [#165873]
	* Fix text import crash.  [#165617]
	* Fix SUBSTITUTE.  [#165996]
	* Fix general format's use of "e".
	* Plug dependency leak.  [#159581]
	* Fix fake rounding functions for very large numbers.  [#166188]
	* Eliminate old printing code.
	* Clean out workarounds for old libraries.
	* Avoid GnomeFont in printing.
	* Fix .dbf import of floating point values.  [#166311]
	* Plug xls save leak.  [#166561]
2005-12-17 20:49:45 +00:00
wiz
19d0af8e06 Complete move of math/goffice to misc/goffice. 2005-12-17 20:19:49 +00:00
wiz
5d4472b59d Fix path and CATEGORIES. 2005-12-17 20:17:44 +00:00
wiz
e202968e36 Add and enable goffice. 2005-12-17 20:11:58 +00:00
wiz
e6c2e1451c Initial import of goffice-0.1.2:
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-17 20:10:51 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
markd
61ebfddd7f Update R to 2.2.0
Changes:
 This version contains several changes and additions, mostly incremental.
2005-12-11 14:37:12 +00:00
joerg
6f0725eb5f Add a somewhat tricky check to get isinf correctly on DragonFly.
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-08 14:35:01 +00:00
joerg
bd74680757 libtool.m4 fragment patch for DragonFly, otherwise configure rejects
Python support.
2005-12-06 21:10:36 +00:00
joerg
099ac71fd4 Fix GCC 3.4+: Label at end of compound statement. 2005-12-06 16:12:43 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-05 20:49:47 +00:00
joerg
de861c61ad Add DragonFly. 2005-12-03 01:46:26 +00:00
joerg
d6f2c5148b Add DragonFly support. Fix test for exp2, GCC 3.4 would inline it away. 2005-12-03 00:54:11 +00:00
joerg
e03d0524a9 don't declare errno, it was even used before that point anyway. 2005-12-02 23:44:18 +00:00
joerg
b5f1ea7150 forgot patch-ai in last commit 2005-12-01 23:12:18 +00:00
joerg
4e6e7dd792 - correctly depend on devel/gettext-lib, bump revision for this
- 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-12-01 23:11:26 +00:00
adam
e23c61d444 Changes 2.1.72:
* Bug fixes
* Improvements
2005-11-29 13:11:05 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
minskim
8d2fdfd067 Update mathomatic to 12.5.2.
Changes:
- Fixed sum and product command docs and code.
- Added [hyper]trig functions.
- Documentation updates.
2005-11-23 05:26:10 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
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-11 18:50:23 +00:00
minskim
5ab72b5a5a Update mathomatic to 12.5.1.
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-11 16:30:53 +00:00
joerg
06e54c043c Use errno from errno.h, don't define it manually. Fix a case
where errno.h was not included at all.
2005-11-10 17:23:17 +00:00
tonio
7a229c8308 convert to use tex.buildlink3.mk
set LATEX_DEPMETHOD=build
2005-11-08 19:57:11 +00:00
rillig
99213f2c35 As the "cvs import" didn't work, I'm trying "cvs add" now. 2005-11-04 21:17:06 +00:00
rillig
abb79d8bb3 Normalized BUILD_DIRS. 2005-11-04 18:53:28 +00:00
rillig
3525c40187 Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS. 2005-11-04 11:12:29 +00:00
rillig
39dd3b81b8 Added the R packages that have been imported from pkgsrc-wip. 2005-11-04 08:29:08 +00:00
rillig
ee58efeeb5 Imported R-wle from pkgsrc-wip.
Provides approach to robustness via Weighted Likelihood Estimation.
2005-11-04 08:19:34 +00:00
rillig
95aa9c5d49 Imported R-statmod from pkgsrc-wip.
Miscellaneous biostatistical modeling functions.
2005-11-04 08:19:17 +00:00
rillig
6e2cbcf5e1 Imported R-shapefiles from pkgsrc-wip.
Functions to read and write ESRI shapefiles.
2005-11-04 08:19:04 +00:00
rillig
dee980a9f6 Imported R-sgeostat from pkgsrc-wip.
An Object-oriented Framework for Geostatistical Modeling in S+.
2005-11-04 08:18:43 +00:00
rillig
9fcb42548e Imported R-pixmap from pkgsrc-wip.
Functions for import, export, plotting and other manipulations of
bitmapped images.
2005-11-04 08:17:24 +00:00
rillig
cd3c8ac47c Imported R-maps from pkgsrc-wip.
Display of maps. Projection code and larger maps are in separate
packages (mapproj and mapdata).
2005-11-04 08:17:10 +00:00
rillig
8e1eb02a06 Imported R-mapproj from pkgsrc-wip.
Converts latitude/longitude into projected coordinates.
2005-11-04 08:16:02 +00:00
rillig
b3ba4566e9 Imported R-lmm from pkgsrc-wip.
Improved procedures for linear mixed models with R.
2005-11-04 08:15:42 +00:00
rillig
756ce76b8e Imported R-hwde from pkgsrc-wip.
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-04 08:15:19 +00:00
rillig
d36e6453d7 Imported R-httpRequest from pkgsrc-wip.
Implements the GET, POST and multipart POST request.
2005-11-04 08:14:44 +00:00
rillig
3fcb66701e Imported R-gstat from pkgsrc-wip.
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-04 08:14:19 +00:00
rillig
4d8ed13dde Imported R-geoR from pkgsrc-wip.
Geostatistical analysis including likelihood-based and Bayesian methods.
2005-11-04 08:13:43 +00:00
rillig
b037bdefa7 Imported R-genetics from pkgsrc-wip.
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-04 08:13:15 +00:00
rillig
d07a71ecb1 Imported R-date from pkgsrc-wip.
Functions for handling dates.
2005-11-04 08:12:44 +00:00
rillig
6c18c0dd1c Imported R-clim.pact from pkgsrc-wip.
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-04 08:12:21 +00:00
rillig
84d8ed1a71 Imported R-abind from pkgsrc-wip.
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-04 08:11:36 +00:00
rillig
a47fef93b5 Imported R-VR from pkgsrc-wip.
Functions and datasets to support Venables and Ripley, 'Modern
Applied Statistics with S' (4th edition).
2005-11-04 08:11:12 +00:00
rillig
bb6b43256f Imported R-Rcmdr from pkgsrc-wip.
A platform-independent basic-statistics GUI (graphical user interface)
for R, based on the tcltk package.
2005-11-04 08:10:09 +00:00