Package: aspell-tr Version: 0.50.0-1 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 1708 Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Priority: optional Section: text Filename: pool/main/a/aspell-tr/aspell-tr_0.50.0-1_all.deb Size: 715656 SHA256: 5d42281b5d0d3a0e5827b7e692d9e562d1665fd99d4bf192d4bf748f77d6eeba SHA1: c96d7dd22635f09233432f26e0a9c974e76bece8 MD5sum: 262150f5cf1e1f2425cbe2d1ec7840da Description: Turkish Dictionary for aspell Official Turkish dictionary for GNU Aspell. Package: libcam-pdf-perl Version: 1.60.0-3 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 470 Depends: perl, libtext-pdf-perl, libcrypt-rc4-perl, libdigest-md5-perl, csh Homepage: https://metacpan.org/pod/CAM::PDF Priority: optional Section: perl Filename: pool/main/libc/libcam-pdf-perl/libcam-pdf-perl_1.60.0-3_all.deb Size: 177676 SHA256: f69249bc36d2d2bcdcba6e020eab343406a7242f94d5af12b8fc4ffebeefd506 SHA1: cf32bcbd99c288c3aebe6eaccf4feb4008a5b997 MD5sum: fd063b4b1120fe992f4205497b719504 Description: PDF manipulation library This package reads and writes any document that conforms to the PDF specification generously provided by Adobe at http://partners.adobe.com/public/developer/pdf/index_reference.html (link last checked Oct 2005). . The file format through PDF 1.5 is well-supported, with the exception of the "linearized" or "optimized" output format, which this module can read but not write. Many specific aspects of the document model are not manipulable with this package (like fonts), but if the input document is correctly written, then this module will preserve the model integrity. . The PDF writing feature saves as PDF 1.4-compatible. That means that we cannot write compressed object streams. The consequence is that reading and then writing a PDF 1.5+ document may enlarge the resulting file by a fair margin. Package: libcrypt-idea-perl Version: 1.10.0-3 Architecture: i386 Maintainer: Stuart Raeburn Installed-Size: 74 Depends: perl (>= 5.14.2-6ubuntu2.2), perlapi-5.14.2, libc6 (>= 2.1.3) Homepage: http://search.cpan.org/dist/Crypt-IDEA/ Priority: optional Section: perl Filename: pool/main/libc/libcrypt-idea-perl/libcrypt-idea-perl_1.10.0-3_i386.deb Size: 11512 SHA256: 030c82d797e1949ecd6b5c60ad6ab83a3f6cb9e61f53a9d828e76bad92a2005a SHA1: ef2580a875ae5d133313550a6514e5edf97706cf MD5sum: 52f1ea066cf547f5ddc9d1f4a93ee801 Description: Perl interface to IDEA block cipher This perl extension is an implementation of the IDEA block cipher algorithm. The module implements the Crypt::BlockCipher interface. Package: libdatetime-timezone-loncapa-perl Version: 1:1.23.0-1 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 2566 Depends: perl, libclass-singleton-perl, libparams-validate-perl Replaces: libdatetime-timezone-perl Provides: libdatetime-timezone-perl Homepage: http://search.cpan.org/dist/DateTime-TimeZone/ Priority: optional Section: perl Filename: pool/main/libd/libdatetime-timezone-loncapa-perl/libdatetime-timezone-loncapa-perl_1.23.0-1_all.deb Size: 380372 SHA256: 9764fa5a0f07a246aa99ef1d9023cc6519bc2f245f5ad118e7bb063f7b30d339 SHA1: c49fb0c224f1dcbc42c5e0a57bb6aba2c89db975 MD5sum: c2a504ff7558260cc634667d7d082157 Description: framework exposing the Olson time zone database to Perl DateTime::TimeZone is a Perl module framework providing an interface to the Olson time zone database. It exposes the database as a set of modules, one for each time zone defined, allowing for various optimizations in doing time zone calculations. . The Olson time zone database is the best available source for worldwide time zone information and is available from . . The version for use with LON-CAPA is built using the 1.23 version from CPAN. Later versions cause a segfault when startup.pl includes modules which have a dependencies on DateTime(), and also Text::Aspell (i.e., lonspeller.pm). Package: libenum-perl Version: 1.11.0-3 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 54 Depends: perl Homepage: https://metacpan.org/pod/enum Priority: optional Section: perl Filename: pool/main/libe/libenum-perl/libenum-perl_1.11.0-3_all.deb Size: 11262 SHA256: 54a80d7c2bbd73641599a5ae19a2140c97964a8c4ee60ebfa0306100af2aa36b SHA1: bb0e35e1da4887288b450ca9bf2eacae4fdfef89 MD5sum: 1359b911121d47f95856a737e2124cbd Description: C style enumerated types and bitmask flags in Perl enum is used to define a set of constants with ordered numeric values, similar to the enum type in the C programming language. You can also define bitmask constants, where the value assigned to each constant has exactly one bit set (eg 1, 2, 4, 8, etc). . What are enumerations good for? Typical uses would be for giving mnemonic names to indexes of arrays. Such arrays might be a list of months, days, or a return value index from a function such as localtime(): . use enum qw( . :Months_=0 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec . :Days_=0 Sun Mon Tue Wed Thu Fri Sat . :LC_=0 Sec Min Hour MDay Mon Year WDay YDay Isdst . ); Package: libhtml-parser-loncapa-perl Version: 3.72.0-3 Architecture: i386 Maintainer: Stuart Raeburn Installed-Size: 240 Depends: perl (>= 5.14.2-6ubuntu2.2), perlapi-5.14.2, libc6 (>= 2.4) Replaces: libhtml-parser-perl Provides: libhtml-parser-perl Homepage: http://search.cpan.org/dist/HTML-Parser/ Priority: optional Section: perl Filename: pool/main/libh/libhtml-parser-loncapa-perl/libhtml-parser-loncapa-perl_3.72.0-3_i386.deb Size: 105626 SHA256: bc9e4151e0671cdd4ab6e2e818910b936a6c9fff46a14b84c6e147883f5d02b3 SHA1: 99bc6d03d08ffc8591d513dec2322d7500e78456 MD5sum: 4efbe1b4b33f5d10e9eedbcbb8a55b6f Description: HTML parser class Objects of the HTML::Parser class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked. . HTML::Parser is not a generic SGML parser. We have tried to make it able to deal with the HTML that is actually "out there", and it normally parses as closely as possible to the way the popular web browsers do it instead of strictly following one of the many HTML specifications from W3C. Where there is disagreement, there is often an option that you can enable to get the official behaviour. . The document to be parsed may be supplied in arbitrary chunks. This makes on-the-fly parsing as documents are received from the network possible. . This is a modified version of the CPAN module HTML::Parser for use with LON-CAPA. . Modified hparser.c for use with LON-CAPA. Change to lines 1263 -1278: . + if (p_state->strict_names) { + tag_name_first = attr_name_first = HCTYPE_NAME_FIRST; + tag_name_char = attr_name_char = HCTYPE_NAME_CHAR; + } + else { + attr_name_char = HCTYPE_NOT_SPACE_EQ_GT; + if (p_state->xml_mode) { + tag_name_first = HCTYPE_NOT_SPACE_SLASH_GT; + attr_name_first = HCTYPE_NOT_SPACE_SLASH_GT; + tag_name_char = attr_name_char; + } + else { + tag_name_first = tag_name_char = HCTYPE_NOT_SPACE_GT; + attr_name_first = HCTYPE_NOT_SPACE_GT; + } + } . - if (STRICT_NAMES(p_state)) { - tag_name_first = attr_name_first = HCTYPE_NAME_FIRST; - tag_name_char = attr_name_char = HCTYPE_NAME_CHAR; - } - else { - tag_name_first = tag_name_char = HCTYPE_NOT_SPACE_GT; - attr_name_first = HCTYPE_NOT_SPACE_GT; - attr_name_char = HCTYPE_NOT_SPACE_EQ_GT; - } Package: libjson-dwiw-perl Version: 0.47.0-3 Architecture: i386 Maintainer: Stuart Raeburn Installed-Size: 203 Depends: perl (>= 5.14.2-6ubuntu2.2), perlapi-5.14.2, libc6 (>= 2.4) Homepage: http://search.cpan.org/dist/JSON-DWIW/ Priority: optional Section: perl Filename: pool/main/libj/libjson-dwiw-perl/libjson-dwiw-perl_0.47.0-3_i386.deb Size: 71124 SHA256: ab0103a52f2731c296f7d00f1e8a5567bb25f456255e2223108455ef1b9cf581 SHA1: 512aba6924f5dcc68b99c60933bd1ab6a7ba6243 MD5sum: ed290cc7ede4c0694ce041cb11a06582 Description: JSON converter that does what I want Other JSON modules require setting several parameters before calling the conversion methods to do what I want. JSON::DWIW does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks. . This means that any piece of data in Perl (assuming it's valid unicode) will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options. . For a list of changes in recent versions, see the documentation for JSON::DWIW::Changes. Package: libmath-calculus-expression-loncapa-perl Version: 0.2.2.0-3 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 84 Depends: perl Replaces: libmath-calculus-expression-perl Provides: libmath-calculus-expression-perl Homepage: http://search.cpan.org/dist/Math-Calculus-Expression/ Priority: optional Section: perl Filename: pool/main/libm/libmath-calculus-expression-loncapa-perl/libmath-calculus-expression-loncapa-perl_0.2.2.0-3_all.deb Size: 15724 SHA256: 3dfd0dfda6e095068682b94e288b482282c833e985ec948a7719d6f88299edca SHA1: 3e17aa84d1b79471435666676d6ba54724d76c4d MD5sum: aa46069fea197bc9a57e2fab011d2c70 Description: Algebraic Calculus Tools Expression Class Math::Calculus::Expression can take an algebraic expression, parse it into a tree structure, simplify the tree, substitute variables and named constants for other variables or constants (which may be numeric), numerically evaluate the tree and turn the tree back into an output of the same form as the input. . It supports a wide range of expressions including the +, -, *, / and ^ (raise to power) operators, bracketed expressions to enable correct precedence and the functions ln, exp, sin, cos, tan, sec, cosec, cot, sinh, cosh, tanh, sech, cosech, coth, asin, acos, atan, asinh, acosh and atanh. . Modifed from standard Math-Calculus-Expression-0.2.2, for use in LON-CAPA, by the addition of a math_calculus_expression() routine, which can be used with Safe::Hole to create a Math::Calculus::Expression object which can use all object methods inside the perl Safe space container. . sub math_calc_expression { return Math::Calculus::Expression->new(shift); } Package: libmath-cephes-perl Version: 0.5305.0-3 Architecture: i386 Maintainer: Stuart raeburn Installed-Size: 677 Depends: perl (>= 5.14.2-6ubuntu2.2), perlapi-5.14.2, libc6 (>= 2.4) Homepage: http://search.cpan.org/dist/Math-Cephes/ Priority: optional Section: perl Filename: pool/main/libm/libmath-cephes-perl/libmath-cephes-perl_0.5305.0-3_i386.deb Size: 233880 SHA256: 41254ca1e644f95efcb938714acd38c3ff9024c6c64ef9f2b09e0062a38e96c9 SHA1: 71e879efcc75ecaabdb8cc342769fa1dbe45ebb6 MD5sum: 15754d4c2de501668452ee3ecd6706f0 Description: Perl interface to the Cephes Math library This module provides an interface to over 150 functions of the cephes math library of Stephen Moshier. No functions are exported by default, but rather must be imported explicitly, as in . use Math::Cephes qw(sin cos); . There are a number of export tags defined which allow importing groups of functions. Package: libmath-random-loncapa-perl Version: 0.72.0-3 Architecture: i386 Maintainer: Stuart raeburn Installed-Size: 182 Depends: perl (>= 5.14.2-6ubuntu2.2), perlapi-5.14.2, libc6 (>= 2.3.4) Replaces: libmath-random-perl Provides: libmath-random-perl Homepage: http://search.cpan.org/dist/Math-Random/ Priority: optional Section: perl Filename: pool/main/libm/libmath-random-loncapa-perl/libmath-random-loncapa-perl_0.72.0-3_i386.deb Size: 58284 SHA256: 2c6a5d5be36d19409ccaf2f1c8a6f50a83bba0fa1cf5b33ba7250411f3cf06b2 SHA1: f5f69b02ad4e6aae393dfa99750e71624e50a824 MD5sum: 94eaf17d5d1e6f3281bd36573b2bb827 Description: Random Number Generators Math::Random is a Perl port of the C version of randlib, which is a suite of routines for generating random deviates. See "RANDLIB" for more information. . This port supports all of the distributions from which the Fortran and C versions generate deviates. The major functionalities that are excluded are the multiple generators/splitting facility and antithetic random number generation. These facilities, along with some of the distributions which are included, are probably not of interest except to the very sophisticated user. If there is sufficient interest, the excluded facilities will be included in a future release. The code to perform the excluded facilities is available as randlib in Fortran and C source. . The version for use with LON-CAPA includes phrtsd_orig as an argument to Makefile.PL in the debian/rules file. This is used to ensure compatbility of randomization with distros running pre-0.68 versions of Math::Random that employ the original phrtsd routine. The original version, which is the same as the phrtsd routine in the original Fortran library, generates the same seed numbers for all permutations of the same characters. Package: libnumber-formateng-perl Version: 0.03.0-3 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 72 Depends: perl Homepage: http://search.cpan.org/dist/Number-FormatEng/ Priority: optional Section: perl Filename: pool/main/libn/libnumber-formateng-perl/libnumber-formateng-perl_0.03.0-3_all.deb Size: 13012 SHA256: e7009674566568404068c80869616f2a2c34e6325af6e013b6311e2f81671d87 SHA1: 12b59d4bc48c62283820627a3b98b6d18b6cd76b MD5sum: 189a6d5f038c25ad07eb11108f61b313 Description: Format a number using engineering notation Format a number for printing using engineering notation. Engineering notation is similar to scientific notation except that the power of ten must be a multiple of three. Alternately, the number can be formatted using an International System of Units (SI) prefix representing a factor of a thousand. Package: librtf-htmlconverter-perl Version: 0.05.0-3 Architecture: i386 Maintainer: Stuart Raeburn Installed-Size: 176 Depends: perl (>= 5.14.2-6ubuntu2.2), perlapi-5.14.2, libc6 (>= 2.3.4), liberror-perl Homepage: http://search.cpan.org/dist/RTF-HTMLConverter/ Priority: optional Section: perl Filename: pool/main/libr/librtf-htmlconverter-perl/librtf-htmlconverter-perl_0.05.0-3_i386.deb Size: 42498 SHA256: 3a34334a354ec2086b81dba4c2dbfd2c60f2a0bc90c0a9a4ff2aa91336d0f853 SHA1: 64d36fe4f04ff8d07520b2fdd18b7d6406523338 MD5sum: 8d1decca4673ebbba8f9960522e77e06 Description: Converter from RTF format to HTML. RTF::HTMLConverter is a high-level RTF to HTML format converter. It is based on the low-level RTF parser module RTF::Lexer. Additionally, it requires the W3C's DOM implementation and it is known to work with either XML::DOM or XML::GDOME. Package: libsys-hostname-fqdn-perl Version: 0.12.0-3 Architecture: i386 Maintainer: Stuart Raeburn Installed-Size: 86 Depends: perl (>= 5.14.2-6ubuntu2.2), perlapi-5.14.2, libc6 (>= 2.4) Homepage: http://search.cpan.org/dist/Sys-Hostname-FQDN/ Priority: optional Section: perl Filename: pool/main/libs/libsys-hostname-fqdn-perl/libsys-hostname-fqdn-perl_0.12.0-3_i386.deb Size: 11104 SHA256: 448775103ed85bf8789aead1ed3d0bf281172eabc7e957d5bd3da4e1c6591f7f SHA1: 8bb5ca9e9404b1a99363019f0bdbf7c226a58ff2 MD5sum: f853f20a4fb86cdf7896447a9ec16df7 Description: Get the short or long hostname Sys::Hostname::FQDN uses the host 'C' library to discover the (usually) short host name, then uses (perl) gethostbyname to extract the real hostname. . The results from gethostbyname are exported as gethostinfo and asciihostinfo as a convenience since they are available. Similarly, the 'C' library functions inet_ntoa and inet_aton are exported. Package: libtext-query-perl Version: 0.09.0-1 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 126 Depends: perl Homepage: http://search.cpan.org/dist/Text-Query/ Priority: optional Section: perl Filename: pool/main/libt/libtext-query-perl/libtext-query-perl_0.09.0-1_all.deb Size: 45064 SHA256: b63cf3be3a0b30e752d17f25ea9015cead2fbf208539203c5743bdba48b2b95f SHA1: a58c3692b60859f14c29c1881d4ad1be48d4d82d MD5sum: 62e4bfbe941af8beb7de3b754dfe9d04 Description: Query processing framework Text::Query provides an object that matches a data source against a query expression. . Query expressions are compiled into an internal form when a new object is created or the prepare method is called; they are not recompiled on each match. . The class provided by this module uses four packages to process the query. The query parser parses the question and calls a query expression builder (internal form of the question). The optimizer is then called to reduce the complexity of the expression. The solver applies the expression on a data source. Package: libtie-ixhash-easy-perl Version: 0.01.0-3 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 50 Depends: perl, libtie-ixhash-perl Homepage: http://search.cpan.org/dist/Tie-IxHash-Easy/ Priority: optional Section: perl Filename: pool/main/libt/libtie-ixhash-easy-perl/libtie-ixhash-easy-perl_0.01.0-3_all.deb Size: 5550 SHA256: 640ff14b2adc0ac2fdfd5ca979baeb2a664061a955a566e8cbbc4019ffbbc3af SHA1: 0d671a3d8e52b369db9649ae4f2a34ea1742e828 MD5sum: fbc06c456abb244eb28f5cbb16679b00 Description: Auto-tie internal hashes in a tied hash Tie::IxHash::Easy automatically ties any hash reference in the tied hash to the same class, making all of them behave like Tie::IxHash hashes. Package: loncapa-prerequisites Version: 1.26-3 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 28 Depends: apache2-mpm-prefork, libapache2-mod-perl2, libgd2-xpm, perl, libwww-perl, aspell, mysql-client, mysql-server, maxima, memcached, ntp, zip, unzip, psutils, a2ps, wget, mailutils, make, sysv-rc-conf, gnuplot (>= 4.4), bison, flex, swig, groff, gcc, patch, ghostscript, imagemagick, ssh, whois, libgd-gd2-perl, libgd-barcode-perl, libgd-graph-perl, libgd-graph3d-perl, libgd-text-perl, perlmagick, libdbd-mysql-perl, libdbi-perl, libalgorithm-diff-perl, libauthen-krb5-perl, libauthen-pam-perl, libcrypt-des-perl, libcrypt-idea-perl, libcrypt-ssleay-perl, libevent-perl, libhtml-parser-loncapa-perl, libhtml-tree-perl, libio-socket-ssl-perl, libio-stringy-perl, libmailtools-perl, libmath-cephes-perl, libmath-random-loncapa-perl, libnet-ph-perl, libnet-ssleay-perl, libole-storage-lite-perl, libparse-recdescent-perl, libpod-pom-perl, libpostscript-simple-perl, libsafe-hole-perl, libspreadsheet-writeexcel-perl, libstring-crc32-perl, libstring-similarity-perl, libtext-aspell-perl, libtext-query-perl, libtimedate-perl, libmime-lite-perl, libmime-types-perl, libcache-memcached-perl, libexpect-perl, libio-pty-perl, libdate-manip-perl, texlive-base, texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, texlive-latex3, texlive-fonts-recommended, latex-xcolor, lmodern, libdatetime-perl, libdatetime-locale-perl, libdatetime-timezone-loncapa-perl, libauthen-captcha-perl, libxml-dom-perl, libfile-mmagic-perl, librtf-htmlconverter-perl, libimage-base-bundle-perl, liblatex-table-perl, libcam-pdf-perl, r-base-core, r-cran-phpserialize, libtie-ixhash-easy-perl, r-cran-alr3, r-cran-car, r-cran-hmisc, r-cran-leaps, r-cran-lmtest, r-cran-qanalyst, r-cran-quadprog, r-cran-suppdists, r-cran-zoo, libtree-perl, libterm-readkey-perl, libxml-libxml-perl (>= 2.0018), libcaptcha-recaptcha-perl, aspell-en, aspell-de, aspell-es, aspell-fr, aspell-he, aspell-pt, aspell-tr, libdigest-sha-perl, bc, libaliased-perl, libjson-dwiw-perl, libenum-perl, libtry-tiny-perl, libcrypt-eksblowfish-perl, libnet-oauth-perl, libfile-slurp-perl, libmath-calculus-expression-loncapa-perl, libarchive-zip-perl, libnumber-formateng-perl, libsys-hostname-fqdn-perl, libfile-readbackwards-perl, libtext-unidecode-perl, libswitch-perl, libnet-cidr-perl Homepage: http://loncapa.org Priority: optional Section: web Filename: pool/main/l/loncapa-prerequisites/loncapa-prerequisites_1.26-3_all.deb Size: 4708 SHA256: 0911e3ab8093f0787b84cef772191ea649a2b3b312fdb1ab854d3701a2f4cf57 SHA1: 1ca1458e4c7c6d74acc612cb9ab751241c3aec47 MD5sum: fd15543423a66579a6f9198cd22b3c5f Description: Lists packages requires to run the LON-CAPA system. Installation with apt-get will install the dependencies required for LON-CAPA meta-package Package: r-cran-alr3 Version: 2.0.2-2 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 501 Depends: r-base-core (>= 2.6.0), r-cran-car Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-alr3/r-cran-alr3_2.0.2-2_all.deb Size: 409258 SHA256: 305c225da49f4239382b6b83dc349baa32191cccbd766ab215d925d0f16da7e4 SHA1: 601541431b33fba610e4d83eb8941ba2a2fcc57c MD5sum: 86feb75e1b352a23ca32d84b225c0f96 Description: This is a companion to Applied Linear Regression by S Weisberg. It includes all the data sets discussed in the book (except one), and several few functions that are tailored to the methods discussed in the book. Package: r-cran-leaps Version: 3.1-2 Architecture: i386 Maintainer: Stuart Raeburn Installed-Size: 130 Depends: r-base-core (>= 2.6.0), libc6 (>= 2.1.3) Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-leaps/r-cran-leaps_3.1-2_i386.deb Size: 50258 SHA256: d08de281dd702cc914c9aa233aa255c019aff46b9db2e1930d34f8c221486f4e SHA1: ffc62cb3e1378b3ad1677b60991eb7a811b00b0d MD5sum: 79054e01332a005a5aa5e375bf8b92de Description: Regression subset selection including exhaustive search Regression subset selection Package: r-cran-phpserialize Version: 0.8-01-2 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 99 Depends: r-base-core (>= 2.6.2-2) Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-phpserialize/r-cran-phpserialize_0.8-01-2_all.deb Size: 19848 SHA256: f1af700296653932f81c217a3f51baf19c4e1628b7618c3789e3672bfec8abba SHA1: 9c5b8f0778031502940aa84955bea970cd1ab045 MD5sum: 4922b6f9977b4b0e71954a4331562052 Description: Serializes R objects for import by PHP into an associative array. The package can be used to build interactive web pages with R. Package: r-cran-qanalyst Version: 0.6.4-2 Architecture: all Maintainer: Stuart Raeburn Installed-Size: 1112 Depends: r-base-core (>= 2.6.0), r-cran-alr3, r-cran-suppdists, r-cran-lattice, r-cran-mass Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-qanalyst/r-cran-qanalyst_0.6.4-2_all.deb Size: 702526 SHA256: d3005928a8f81f5351bb3c7e0802e5545eaef93255eb568d449c13f63808e374 SHA1: faeaf9c583a6e7255ef58fff6031094ad6046c54 MD5sum: 10bb515f69ad0c2ced8d33eeaa6b412a Description: This is a companion to Applied Linear Regression by S Weisberg. It includes all the data sets discussed in the book (except one), and several few functions that are tailored to the methods discussed in the book. Package: r-cran-suppdists Version: 1.1.9-2-2 Architecture: i386 Maintainer: Stuart Raeburn Installed-Size: 343 Depends: r-base-core (>= 2.6.0), libc6 (>= 2.3.4), libstdc++6 (>= 4.1.1) Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-suppdists/r-cran-suppdists_1.1.9-2-2_i386.deb Size: 198240 SHA256: 50ddab01fbe9de84bb05bd15874ea2005dab01ddcae3ef07d474653110a388b6 SHA1: ee53d90d8c6e70d2fae9b451d84fb66993d18bcf MD5sum: 7ed8374ed24e5491ebf84803d97bd7cc Description: Ten distributions supplementing those built into R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared, Spearman's rho, maximum F ratio, the Pearson product moment correlation coefficiant, Johnson distributions, normal scores and generalized hypergeometric distributions. In addition two random number generators of George Marsaglia are included.