summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2014-09-05Bump PKGREVISION for hs-text-1.1.1.3szptvlfn3-3/+6
2014-09-04Update to 0.43wen2-7/+6
Upstream changes please visit: http://cpansearch.perl.org/src/DANAJ/Math-Prime-Util-0.43/Changes
2014-09-03Added R-knitr v1.6.brook1-1/+2
2014-09-03Initial revision of R-knitr v1.6.brook3-0/+58
This package provides a general-purpose tool for dynamic report generation in R, which can be used to deal with any type of (plain text) files, including Sweave, HTML, Markdown, reStructuredText, AsciiDoc, and Textile. R code is evaluated as if it were copied and pasted in an R terminal thanks to the evaluate package (e.g., we do not need to explicitly print() plots from ggplot2 or lattice). The language in code chunks is not restricted to R (there is simple support to Python and shell scripts, etc). Many features are borrowed from or inspired by Sweave, cacheSweave, pgfSweave, brew and decumar.
2014-09-03Added R-digest v0.6.4.brook1-1/+2
2014-09-03Initial revision of R-digest v0.6.4.brook3-0/+39
The digest package provides a function 'digest()' for the creation of hash digests of arbitrary R objects (using the md5, sha-1, sha-256 and crc32 algorithms) permitting easy comparison of R language objects, as well as a function 'hmac()' to create hash-based message authentication code.
2014-09-03Added R-markdown v0.7.4.brook1-1/+2
2014-09-03Initial revision of R-markdown v0.7.4.brook3-0/+25
Markdown is a plain-text formatting syntax that can be converted to XHTML or other formats. This package provides R bindings to the Sundown markdown rendering library.
2014-09-03Added R-mime v0.1.2.brook1-1/+2
2014-09-03Initial revision of R-mime v0.1.2.brook3-0/+22
This package guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
2014-09-03Added R-highr v0.3.brook1-1/+2
2014-09-03Initial revision of R-highr v0.3.brook3-0/+23
This package provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages can be supported via Andre Simon's Highlight package.
2014-09-03Added R-formatR v1.0.brook1-1/+2
2014-09-03Initial revision of formatR v1.0.brook3-0/+25
This package provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. There is also a Shiny app as a user interface in this package (see tidy_app()).
2014-09-03Added R-evaluate v0.5.5.brook1-1/+2
2014-09-03Initial revision of evaluate v0.5.5.brook3-0/+24
Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.
2014-09-03Added R-stringr v0.6.2.brook1-1/+2
2014-09-03Initial import of stringr v0.6.2.brook3-0/+26
stringr is a set of simple wrappers that make R's string functions more consistent, simpler and easier to use. It does this by ensuring that: function and argument names (and positions) are consistent, all functions deal with NA's and zero length character appropriately, and the output data structures from each function matches the input data structures of other functions.
2014-09-02+ hs-semigroupsszptvlfn1-1/+2
2014-09-02Import semigroups-0.15.2 as math/hs-semigroups,szptvlfn5-0/+66
packaged for wip by pho. In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all inverses) to a type where every element did not have to have an inverse, thus the name semigroup.
2014-08-30Changes 4.55:adam3-9/+9
Some internal (non-API) routines to estimate the condition of the basis matrix were added. These routines are mainly intended to be used by the simplex-based solvers. Two open modes "a" and "ab" were added to GLPK I/O routines. Minor bug was fixed in the solver glpsol (command-line options --btf, --cbg, and --cgr didn't work properly). A serious bug was fixed in a basis factorization routine used on the dense phase. (The bug might appear only if the number of rows exceeded sqrt(2**31) ~= 46,340 and caused access violation exception because of integer overflow.) Two API routines glp_alloc and glp_realloc were documented. Translation of the document "Modeling Language GNU MathProg" to Spanish was included (in LaTeX and pdf formats).
2014-08-30Update ruby-spreadsheet to 1.0.0.obache3-7/+8
### 1.0.0 / 29.08.2014 * added spreadsheet/errors.rb to Manifest.txt
2014-08-29make it clear what package depend onszptvlfn4-4/+8
discussed with wiz@.
2014-08-29Update ruby-spreadsheet to 0.9.9.obache2-6/+6
### 0.9.9 / 28.08.2014 Author: PikachuEXE <pikachuexe@gmail.com> Date: Wed Aug 27 09:55:41 2014 +0800 * Add custom error classes * Raise custom error for unknown code page or unsupported encoding
2014-08-28Update to date v1.2-34.brook2-7/+7
2014-03-17 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION (Version): New version is 1.2-34. * NAMESPACE: Improve. 2012-11-23 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION (Version): New version is 1.2-33. * src/char_date.c (char_date): Try avoiding buffer overflow as suggested by Erik Doffagne <erik.doffagne@gmail.com>.
2014-08-26Update to plyr v1.8.1.brook2-6/+9
2014-08-26Add a buildlink3.mk file for depending packages.brook1-0/+12
2014-08-26Add R-Rcpp v0.11.2.brook1-1/+2
2014-08-26Initial revision.brook3-0/+65
2014-08-26Update to DAAG v1.20.brook2-12/+10
2014-08-26Add R-latticeExtra v0.6-26.brook1-1/+2
2014-08-26Initial revision.brook3-0/+23
2014-08-26Update to chron v2.3-45.brook2-6/+6
2014-08-26Add R-countrycode.brook1-1/+2
2014-08-26Initial revision.brook3-0/+23
2014-08-24Update ruby-spreadsheet to 0.9.8.obache2-6/+6
### 0.9.8 / 19.08.2014 Author: PikachuEXE <pikachuexe@gmail.com> Date: Tue Aug 19 09:54:30 2014 +0800 * Fix Encoding for MRI 2.1.0
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz6-12/+12
2014-08-19Don't strip library path for Fortran lib.joerg2-5/+14
2014-08-19Build and link Fortran code using the Fortran Compiler. Bump revision.joerg6-22/+24
2014-08-16Update to 0.3.3.0szptvlfn5-17/+23
changelog: 0.3.3.0 * Add the isFloating or isInteger predicates. Courtesy of Zejun Wu (@watashi). * Add the toRealFloat' and toBoundedInteger functions. Courtesy of Fujimura Daisuke (@fujimura). 0.3.2.2 * Enable package to link with integer-simple instead of integer-gmp using the -finteger-simple cabal flag. Courtesy of @k0ral. 0.3.2.1 * Parameterize inclusion of the Data.ByteString.Builder.Scientific module using the bytestring-builder flag. Disabling this flag allows building on GHC-7.0.4 which has bytestring-0.9 installed by default. 0.3.2.0 * Add the floatingOrInteger function * Fix build on GHC-7.0.4 * More efficient and better behaving magnitude computation * Lower the number of cached magnitudes to 324 (same as GHC.Float) 0.3.1.0 * Don't normalize on construction but do it when pretty-printing instead. Also provide a manual normalize function. * Improve efficiency of toRealFloat * Added note about caching magnitudes * Dropped dependency on arithmoi * Make benchmark easier to build * Add junit XML output support (for Jenkins) 0.3.0.2 * Lower the minimal QuickCheck version. * Make sure sized exponents are generated in the QuickCheck tests. 0.3.0.1 * Fix build for bytestring-0.10.0.* 0.3.0.0 * Fix a DoS vulnerability that allowed an attacker to crash the process by sending a scientific with a huge exponent like 1e1000000000. * Fix various RealFrac methods. * Cache some powers of 10 to speed up the magnitude computation. * Normalize scientific numbers on construction. * Move the Text Builder to its own module & provide a ByteString builder * Added more documentation
2014-08-14+ hs-mwc-randomszptvlfn1-1/+2
2014-08-14Import mwc-random-0.13.2.0 as math/hs-mwc-random,szptvlfn5-0/+69
packaged for wip. This package contains code for generating high quality random numbers that follow either a uniform or normal distribution. The generated numbers are suitable for use in statistical applications. The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator, which has a period of 2^8222 and fares well in tests of randomness. It is also extremely fast, between 2 and 3 times faster than the Mersenne Twister. Compared to the mersenne-random package, this package has a more convenient API, is faster, and supports more statistical distributions.
2014-08-13+ p5-Statistics-TTestwiz1-1/+2
2014-08-13Import p5-Statistics-TTest-1.1.0 as math/p5-Statistics-TTest.wiz3-0/+26
Perl module for computing confidence intervals in parameter estimation with Student's T distribution.
2014-08-13+ p5-Statistics-Distributionswiz1-1/+2
2014-08-13Import p5-Statistics-Distributions-1.02 as math/p5-Statistics-Distributions.wiz3-0/+23
Perl module for calculating critical values and upper probabilities of common statistical distributions.
2014-08-13Revbump after boost-libs updateadam2-4/+4
2014-08-08Update py-roman to 2.0.0.obache3-39/+7
2.0.0 (2013-02-25) ------------------ - Added Python 3.3 and PyPy support. - Added tests.
2014-08-02+ hs-distributiveszptvlfn1-1/+2
2014-08-02Import distributive-0.4.4 as math/hs-distributive,szptvlfn5-0/+58
packaged for wip by pho. Haskell 98 Distributive functors -- Dual to Traversable