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: amd64 Maintainer: Stuart Raeburn Installed-Size: 75 Depends: perl (>= 5.14.2-6ubuntu2.5), perlapi-5.14.2, libc6 (>= 2.2.5) 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_amd64.deb Size: 11712 SHA256: 141f00d0ce198888824206e35760e42e37e40ed714105df1790a93507f1d6afe SHA1: 146f6d3f09405134fc23b9707031e0f1143b0b54 MD5sum: b1152b3819516141e1186b56588c78e5 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: amd64 Maintainer: Stuart Raeburn Installed-Size: 241 Depends: perl (>= 5.14.2-6ubuntu2.5), 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_amd64.deb Size: 106168 SHA256: a4bb8319dc054de644a5d9287626c806d0f7b446ddf8297d41f265aeef332e70 SHA1: ff0dc287341566ce98eaeed4193f770f05293f42 MD5sum: cb1c0a9f66c9bf64b9c0c515c49887f3 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: amd64 Maintainer: Stuart Raeburn Installed-Size: 204 Depends: perl (>= 5.14.2-6ubuntu2.5), perlapi-5.14.2, libc6 (>= 2.14) 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_amd64.deb Size: 70828 SHA256: 787e472f69b0a87395745e297b909a06754172c675681c06c06adc203465d8f9 SHA1: 026e79d894e6e6d2eb805bbe8c4e9fb9c72ff750 MD5sum: ae24044193d0cb7117c0f62982692a9c 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: amd64 Maintainer: Stuart raeburn Installed-Size: 690 Depends: perl (>= 5.14.2-6ubuntu2.5), 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_amd64.deb Size: 242776 SHA256: f931fa4e708d782f1aefcdcc7c53fc24529772d1c0d4c2f671465c7db7194fed SHA1: 7fcb5992bde5a51fec6ed7d14a2bb58a3376134e MD5sum: e5d679f8fa71e9e2ffa08023b08b3360 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: amd64 Maintainer: Stuart raeburn Installed-Size: 187 Depends: perl (>= 5.14.2-6ubuntu2.5), 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_amd64.deb Size: 59012 SHA256: e7e85732655aa1fe9052150daad0442f0f4e9d1e814741e0606dd4bfb3596750 SHA1: b206678ed14908862197b4ff3aee4966e82a3c06 MD5sum: 1042e0ecc8be0acd7f97aff863c98057 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: amd64 Maintainer: Stuart Raeburn Installed-Size: 177 Depends: perl (>= 5.14.2-6ubuntu2.5), 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_amd64.deb Size: 43504 SHA256: b82fd05155813f8cb46502c44d230cffdab7317d1a747827e6f0f44e4e02f3fb SHA1: f3f1cd1e420e6b469b68463e6e3d6f08f9abff53 MD5sum: f6794796487df91cdc67b33899dd7b1b 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: libstring-similarity-perl Version: 1.04.0-3 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 77 Depends: perl (>= 5.14.2-6ubuntu2.5), perlapi-5.14.2, libc6 (>= 2.2.5) Homepage: http://search.cpan.org/dist/String-Similarity/ Priority: optional Section: perl Filename: pool/main/libs/libstring-similarity-perl/libstring-similarity-perl_1.04.0-3_amd64.deb Size: 12660 SHA256: 2803f53ef1e785fae934317e799f67dd4aaa4af904df2ffd506232d3d87badc3 SHA1: c5b37bf4cdf748c94ced61d7c1c6d9a52daa0a13 MD5sum: af4b8bcc102c480b43a53cb616b95f18 Description: Ccalculate the similarity of two strings The similarity-function calculates the similarity index of its two arguments. It roughly works by looking at the smallest number of edits to change one string into the other. Package: libsys-hostname-fqdn-perl Version: 0.12.0-3 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 87 Depends: perl (>= 5.14.2-6ubuntu2.5), 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_amd64.deb Size: 11086 SHA256: 41b42b7f97e8d47f08fc9c3b9c74661b045e5176282677dc4f4a27bfb098ccf1 SHA1: c7b59769a5b010cfa3975e06cece4c99746783fa MD5sum: 610c79b0d164e7dd36d253be8e5affb8 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: libxml-libxml-perl Version: 2.0108+dfsg-3 Architecture: amd64 Maintainer: Stuart Raeburn Installed-Size: 1017 Depends: libc6 (>= 2.14), libxml2 (>= 2.7.4), perl (>= 5.14.2-6ubuntu2.5), perlapi-5.14.2, libxml-namespacesupport-perl, libxml-sax-perl Homepage: https://metacpan.org/release/XML-LibXML/ Priority: optional Section: perl Filename: pool/main/libx/libxml-libxml-perl/libxml-libxml-perl_2.0108+dfsg-3_amd64.deb Size: 401386 SHA256: f833d2c9db698a8bdb5526b4213eb42eaf87b0e77438bfde1c37293934e208ad SHA1: 54013fc465eea2c151e2d2ca237570a8b5cd051d MD5sum: cbfaa7032a20d1c02803322b2e3af358 Description: Perl interface to the libxml2 library XML::LibXML is a Perl interface to the GNOME libxml2 library, which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance Document Object Model (DOM) implementation. Additionally, it supports using the XML Path Language (XPath) to find and extract information. 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: amd64 Maintainer: Stuart Raeburn Installed-Size: 138 Depends: r-base-core (>= 2.6.0), libc6 (>= 2.2.5) Priority: optional Section: gnu-r Filename: pool/main/r/r-cran-leaps/r-cran-leaps_3.1-2_amd64.deb Size: 54220 SHA256: c4d3ac2874e46dd3c80b62f5cd253614f793ade57cb468ae234fd9ab15e035ee SHA1: c741746f6b9d298d8d56cd383233d2fd5bc679ac MD5sum: 0fe99c2cfc225e36fe6171aff993ecf3 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: amd64 Maintainer: Stuart Raeburn Installed-Size: 378 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_amd64.deb Size: 203430 SHA256: 0b037aa37abc7e82bb46524c89828e67e1ffab99cce0ba4a4635aadc7201b5e4 SHA1: 44eb033b9bee863a78bb84fff95a032e018e503c MD5sum: 6e9e7b4669faab1343c6c421d85df2e5 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.