Title: Tools for Simulation Studies in Parallel
Description: Tools for setting up ("design"), conducting, and evaluating
large-scale simulation studies with graphics and tables, including
parallel computations.
Author: Marius Hofert and Martin Maechler <maechler@stat.math.ethz.ch>
Maintainer: Marius Hofert <marius.hofert@uwaterloo.ca>
Diff between simsalapar versions 1.0-5 dated 2015-01-24 and 1.0-6 dated 2015-12-14
DESCRIPTION | 19 +++---- MD5 | 21 ++++---- NAMESPACE | 4 + R/graphics.R | 135 +++++------------------------------------------------ R/grid-stuff.R | 2 R/subjob.R | 44 ++++++++++++++--- R/tables.R | 103 +--------------------------------------- demo/VaRsuperadd.R | 39 ++++++++------- demo/robcovMCD.R | 79 +++++++++++++++++++++---------- man/device.Rd | 15 +++-- man/mayplot.Rd | 16 ++---- tests/tst-wrongs.R |only 12 files changed, 173 insertions(+), 304 deletions(-)
Title: Toolkit for Encryption, Signatures and Certificates Based on
OpenSSL
Description: Bindings to OpenSSL libssl and libcrypto, plus custom SSH
pubkey parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521.
Cryptographic signatures can either be created and verified manually or via x509
certificates. AES block cipher is used in CBC mode for symmetric encryption; RSA
for asymmetric (public key) encryption. High-level envelope functions combine
RSA and AES for encrypting arbitrary sized data. Other utilities include key
generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure
random number generator, and 'bignum' math methods for manually performing
crypto calculations on large multibyte integers.
Author: Jeroen Ooms [cre, aut],
Oliver Keyes [ctb]
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Diff between openssl versions 0.6 dated 2015-11-18 and 0.8 dated 2015-12-14
openssl-0.6/openssl/src/apple.h |only openssl-0.8/openssl/DESCRIPTION | 28 +- openssl-0.8/openssl/MD5 | 112 +++++---- openssl-0.8/openssl/NAMESPACE | 7 openssl-0.8/openssl/NEWS | 11 openssl-0.8/openssl/R/bignum.R | 14 - openssl-0.8/openssl/R/cert.R | 16 - openssl-0.8/openssl/R/hash.R | 142 ++++++------ openssl-0.8/openssl/R/mykey.R | 29 ++ openssl-0.8/openssl/R/stream.R | 19 + openssl-0.8/openssl/R/write.R | 16 + openssl-0.8/openssl/build/vignette.rds |binary openssl-0.8/openssl/configure | 4 openssl-0.8/openssl/inst/doc/bignum.R |only openssl-0.8/openssl/inst/doc/bignum.Rmd |only openssl-0.8/openssl/inst/doc/bignum.html |only openssl-0.8/openssl/inst/doc/crypto_hashing.html | 8 openssl-0.8/openssl/inst/doc/intro.Rmd |only openssl-0.8/openssl/inst/doc/intro.html |only openssl-0.8/openssl/inst/doc/secure_rng.html | 18 - openssl-0.8/openssl/man/aes_cbc.Rd | 2 openssl-0.8/openssl/man/base64_encode.Rd | 2 openssl-0.8/openssl/man/bignum.Rd | 16 + openssl-0.8/openssl/man/certificates.Rd | 14 - openssl-0.8/openssl/man/encrypt_envelope.Rd | 2 openssl-0.8/openssl/man/hash.Rd | 56 ++-- openssl-0.8/openssl/man/keygen.Rd | 2 openssl-0.8/openssl/man/my_key.Rd | 25 +- openssl-0.8/openssl/man/openssl.Rd | 2 openssl-0.8/openssl/man/rand_bytes.Rd | 2 openssl-0.8/openssl/man/read_key.Rd | 2 openssl-0.8/openssl/man/rsa_encrypt.Rd | 2 openssl-0.8/openssl/man/signatures.Rd | 2 openssl-0.8/openssl/man/write_pem.Rd | 8 openssl-0.8/openssl/src/aes.c | 6 openssl-0.8/openssl/src/base64.c | 6 openssl-0.8/openssl/src/bignum.c | 6 openssl-0.8/openssl/src/cert.c | 25 +- openssl-0.8/openssl/src/envelope.c | 6 openssl-0.8/openssl/src/error.c | 1 openssl-0.8/openssl/src/hash.c | 29 +- openssl-0.8/openssl/src/keygen.c | 3 openssl-0.8/openssl/src/onload.c | 3 openssl-0.8/openssl/src/openssh.c | 3 openssl-0.8/openssl/src/rand.c | 6 openssl-0.8/openssl/src/read.c | 6 openssl-0.8/openssl/src/rsa.c | 6 openssl-0.8/openssl/src/signing.c | 7 openssl-0.8/openssl/src/ssl.c | 26 +- openssl-0.8/openssl/src/stream.c | 52 ++++ openssl-0.8/openssl/src/utils.h | 1 openssl-0.8/openssl/src/write.c | 27 +- openssl-0.8/openssl/tests/testthat/test_cert.R |only openssl-0.8/openssl/tests/testthat/test_hash_output_value.R | 59 ++-- openssl-0.8/openssl/tests/testthat/test_keys_dsa.R | 14 + openssl-0.8/openssl/tests/testthat/test_keys_ecdsa.R | 14 + openssl-0.8/openssl/tests/testthat/test_keys_ecdsa384.R | 14 + openssl-0.8/openssl/tests/testthat/test_keys_ecdsa521.R | 14 + openssl-0.8/openssl/tests/testthat/test_keys_rsa.R | 14 + openssl-0.8/openssl/tests/testthat/test_my_key.R |only openssl-0.8/openssl/tools/version.c |only openssl-0.8/openssl/vignettes/bignum.Rmd |only 62 files changed, 603 insertions(+), 306 deletions(-)
Title: Matrix Functions for Teaching and Learning Linear Algebra and
Multivariate Statistics
Description: A collection of matrix functions for teaching and learning matrix
linear algebra as used in multivariate statistical methods. These functions are
mainly for tutorial purposes in learning matrix algebra ideas using R. In some
cases, functions are provided for concepts available elsewhere in R, but where
the function call or name is not obvious. In other cases, functions are provided
to show or demonstrate an algorithm.
Author: Michael Friendly [aut, cre], John Fox [ctb], Georges Monette [ctb], Gaston Sanchez [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>
Diff between matlib versions 0.5.2 dated 2015-11-19 and 0.6.0 dated 2015-12-14
DESCRIPTION | 17 ++++++++------- MD5 | 46 ++++++++++++++++++++++++++++------------- NAMESPACE | 5 ++++ R/arrows3d.R |only R/corner.R |only R/is_square.R |only R/matlib.R | 15 ++++++++++++- R/mpower.R | 15 +++++++++---- R/power_method.R |only R/proj.R | 2 - R/swp.R | 2 - R/vandermode.R |only R/vec.R |only R/vectors.R | 7 ++++-- R/vectors3d.R |only README.md | 25 ++++++++++++---------- inst/doc/gramreg.html | 40 +++++++++++++++++------------------ man/Proj.Rd | 4 ++- man/arrows3d.Rd |only man/cone3d.Rd |only man/corner.Rd |only man/is_square_matrix.Rd |only man/is_symmetric_matrix.Rd |only man/matlib.Rd | 13 +++++++++++ man/mpower.Rd | 7 ++++++ man/point_on_line.Rd |only man/power_method.Rd |only man/swp.Rd | 2 - man/vandermode.Rd |only man/vec.Rd |only man/vectors.Rd | 10 +++++++- man/vectors3d.Rd |only vignettes/plotEqn1snapshot.png |only 33 files changed, 145 insertions(+), 65 deletions(-)
Title: Density Based Clustering of Applications with Noise (DBSCAN) and
Related Algorithms
Description: A fast reimplementation of several density-based algorithms of the DBSCAN family for spatial data. Includes the DBSCAN (density-based spatial clustering of applications with noise) and OPTICS (ordering points to identify the clustering structure) clustering algorithms and the LOF (local outlier factor) algorithm. The implementations uses the kd-tree data structure (from library ANN) for faster k-nearest neighbor search. An R interface to fast kNN and fixed-radius NN search is also provided.
Author: Michael Hahsler [aut, cre, cph],
Sunil Arya [ctb, cph],
David Mount [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Diff between dbscan versions 0.9-5 dated 2015-10-05 and 0.9-6 dated 2015-12-14
DESCRIPTION | 13 ++-- MD5 | 60 ++++++++++----------- NAMESPACE | 10 ++- R/LOF.R | 10 +-- R/RcppExports.R | 8 +- R/dbscan.R | 41 ++++++++++---- R/frNN.R | 37 ++++++++++++- R/kNN.R | 39 +++++++++++-- R/kNNdist.R | 12 ---- R/optics.R | 57 ++++++++++++++------ README.md | 47 +++++++++++----- inst/NEWS | 7 ++ inst/test_data |only inst/tests/test-dbscan.R | 7 ++ inst/tests/test-frNN.R | 50 ++--------------- inst/tests/test-kNN.R | 34 ++++-------- inst/tests/test-lof.R | 5 + inst/tests/test-optics.R | 41 ++++++++++---- man/dbscan.Rd | 34 ++++++------ man/frNN.Rd | 16 +++-- man/kNN.Rd | 34 ++++++++---- man/kNNdist.Rd | 15 +---- man/lof.Rd | 10 ++- man/optics.Rd | 67 ++++++++++++----------- src/R_dbscan.cpp | 73 ++++++++++++++++--------- src/R_frNN.cpp | 16 ++--- src/R_kNN.cpp | 1 src/R_optics.cpp | 133 ++++++++++++++++++++++++++++------------------- src/R_regionQuery.cpp | 4 - src/R_regionQuery.h | 2 src/RcppExports.cpp | 14 ++-- 31 files changed, 538 insertions(+), 359 deletions(-)
Title: Tools for Tensor Analysis and Decomposition
Description: A set of tools for creation, manipulation, and modeling
of tensors with arbitrary number of modes. A tensor in the context of data
analysis is a multidimensional array. rTensor does this by providing a S4
class 'Tensor' that wraps around the base 'array' class. rTensor
provides common tensor operations as methods, including matrix unfolding,
summing/averaging across modes, calculating the Frobenius norm, and taking
the inner product between two tensors. Familiar array operations are
overloaded, such as index subsetting via '[' and element-wise operations.
rTensor also implements various tensor decomposition, including CP, GLRAM,
MPCA, PVD, and Tucker. For tensors with 3 modes, rTensor also implements
transpose, t-product, and t-SVD, as defined in Kilmer et al. (2013). Some
auxiliary functions include the Khatri-Rao product, Kronecker product, and
the Hamadard product for a list of matrices.
Author: James Li and Jacob Bien and Martin Wells
Maintainer: James Li <jamesyili@gmail.com>
Diff between rTensor versions 1.2 dated 2014-11-11 and 1.3 dated 2015-12-14
rTensor-1.2/rTensor/man/hamadard_list.Rd |only rTensor-1.3/rTensor/DESCRIPTION | 23 ++--- rTensor-1.3/rTensor/MD5 | 102 +++++++++++----------- rTensor-1.3/rTensor/NAMESPACE | 12 ++ rTensor-1.3/rTensor/NEWS | 17 ++- rTensor-1.3/rTensor/R/rTensor_Class.R | 41 ++++++++- rTensor-1.3/rTensor/R/rTensor_Decomp.R | 69 ++++++++++----- rTensor-1.3/rTensor/R/rTensor_Misc.R | 116 +++++++++++++++++++++++--- rTensor-1.3/rTensor/data |only rTensor-1.3/rTensor/man/Ops-methods.Rd | 15 +-- rTensor-1.3/rTensor/man/Tensor-class.Rd | 7 - rTensor-1.3/rTensor/man/as.tensor.Rd | 3 rTensor-1.3/rTensor/man/cp.Rd | 13 +- rTensor-1.3/rTensor/man/cs_fold.Rd | 3 rTensor-1.3/rTensor/man/cs_unfold-methods.Rd | 3 rTensor-1.3/rTensor/man/dim-methods.Rd | 3 rTensor-1.3/rTensor/man/extract-methods.Rd | 5 - rTensor-1.3/rTensor/man/faces_tnsr.Rd |only rTensor-1.3/rTensor/man/fnorm-methods.Rd | 3 rTensor-1.3/rTensor/man/fold.Rd | 3 rTensor-1.3/rTensor/man/hadamard_list.Rd |only rTensor-1.3/rTensor/man/head-methods.Rd | 3 rTensor-1.3/rTensor/man/hosvd.Rd | 7 - rTensor-1.3/rTensor/man/initialize-methods.Rd | 3 rTensor-1.3/rTensor/man/innerProd-methods.Rd | 3 rTensor-1.3/rTensor/man/k_fold.Rd | 3 rTensor-1.3/rTensor/man/k_unfold-methods.Rd | 3 rTensor-1.3/rTensor/man/khatri_rao.Rd | 3 rTensor-1.3/rTensor/man/khatri_rao_list.Rd | 5 - rTensor-1.3/rTensor/man/kronecker_list.Rd | 7 - rTensor-1.3/rTensor/man/matvec-methods.Rd | 3 rTensor-1.3/rTensor/man/modeMean-methods.Rd | 3 rTensor-1.3/rTensor/man/modeSum-methods.Rd | 3 rTensor-1.3/rTensor/man/mpca.Rd | 7 - rTensor-1.3/rTensor/man/plot_orl.Rd |only rTensor-1.3/rTensor/man/print-methods.Rd | 3 rTensor-1.3/rTensor/man/pvd.Rd | 7 - rTensor-1.3/rTensor/man/rTensor-package.Rd | 2 rTensor-1.3/rTensor/man/rand_tensor.Rd | 3 rTensor-1.3/rTensor/man/rs_fold.Rd | 3 rTensor-1.3/rTensor/man/rs_unfold-methods.Rd | 3 rTensor-1.3/rTensor/man/show-methods.Rd | 3 rTensor-1.3/rTensor/man/t-methods.Rd | 3 rTensor-1.3/rTensor/man/t_mult.Rd | 3 rTensor-1.3/rTensor/man/t_svd.Rd | 3 rTensor-1.3/rTensor/man/t_svd_reconstruct.Rd | 3 rTensor-1.3/rTensor/man/tail-methods.Rd | 3 rTensor-1.3/rTensor/man/tperm-methods.Rd | 3 rTensor-1.3/rTensor/man/ttl.Rd | 5 - rTensor-1.3/rTensor/man/ttm.Rd | 3 rTensor-1.3/rTensor/man/tucker.Rd | 9 +- rTensor-1.3/rTensor/man/unfold-methods.Rd | 3 rTensor-1.3/rTensor/man/unmatvec.Rd | 3 rTensor-1.3/rTensor/man/vec-methods.Rd | 3 54 files changed, 385 insertions(+), 174 deletions(-)
Title: Large, Sparse Optimal Matching with Refined Covariate Balance
Description: Tools for large, sparse optimal matching of treated units
and control units in observational studies. Provisions are
made for refined covariate balance constraints, which include
fine and near-fine balance as special cases. Matches are
optimal in the sense that they are computed as solutions to
network optimization problems rather than greedy algorithms.
Author: Samuel D. Pimentel
Maintainer: Samuel D. Pimentel <spi@wharton.upenn.edu>
Diff between rcbalance versions 1.7.5 dated 2015-11-22 and 1.8.0 dated 2015-12-14
DESCRIPTION | 9 +++--- MD5 | 21 ++++++++++----- R/build.dist.struct.R | 30 +++++++++++---------- R/count.pairings.R |only R/rcbalance-internal.R | 65 +++++++++++++++++++++++++---------------------- R/rcbalance.R | 32 ++++++++++++++++------- man/build.dist.struct.Rd | 5 ++- man/count.pairings.Rd |only man/rcbalance.Rd | 9 +++++- tests |only 10 files changed, 105 insertions(+), 66 deletions(-)
Title: Linear Models for Panel Data
Description: A set of estimators and tests for panel data.
Author: Yves Croissant [aut, cre],
Giovanni Millo [aut],
Ott Toomet [ctb],
Christian Kleiber [ctb],
Achim Zeileis [ctb],
Arne Henningsen [ctb],
Liviu Andronic [ctb],
Nina Schoenfelder [ctb],
Kevin Tappe [ctb]
Maintainer: Yves Croissant <yves.croissant@univ-reunion.fr>
Diff between plm versions 1.4-0 dated 2013-12-28 and 1.5-12 dated 2015-12-14
plm-1.4-0/plm/R/has.intercept.R |only plm-1.4-0/plm/R/pmerge.R |only plm-1.4-0/plm/R/pvcovHC.R |only plm-1.4-0/plm/R/vcovBK.R |only plm-1.4-0/plm/R/vcovSCC.R |only plm-1.4-0/plm/man/pserie.Rd |only plm-1.5-12/plm/DESCRIPTION | 32 plm-1.5-12/plm/MD5 | 180 +- plm-1.5-12/plm/NAMESPACE | 337 ++-- plm-1.5-12/plm/NEWS | 978 +++++++------ plm-1.5-12/plm/R/attributes.R | 18 plm-1.5-12/plm/R/divers.R | 47 plm-1.5-12/plm/R/ercomp.R | 589 +++---- plm-1.5-12/plm/R/fixef.R | 37 plm-1.5-12/plm/R/pFormula.R | 28 plm-1.5-12/plm/R/pcce.R | 3 plm-1.5-12/plm/R/pcdtest.R | 9 plm-1.5-12/plm/R/pfunctions.R | 1179 ++++++++------- plm-1.5-12/plm/R/pggls.R | 8 plm-1.5-12/plm/R/pgmm.R | 1 plm-1.5-12/plm/R/pht.R | 4 plm-1.5-12/plm/R/piest.R |only plm-1.5-12/plm/R/plm.R | 468 ++---- plm-1.5-12/plm/R/plm.list.R | 2 plm-1.5-12/plm/R/plm.methods.R | 562 +++---- plm-1.5-12/plm/R/pmg.R | 3 plm-1.5-12/plm/R/pserial.R | 1349 ++++++++---------- plm-1.5-12/plm/R/ptest.R | 794 +++++----- plm-1.5-12/plm/R/purtest.R | 1043 ++++++------- plm-1.5-12/plm/R/vcovG.R |only plm-1.5-12/plm/build/vignette.rds |binary plm-1.5-12/plm/data/Cigar.rda |binary plm-1.5-12/plm/data/Crime.rda |binary plm-1.5-12/plm/data/EmplUK.rda |binary plm-1.5-12/plm/data/Gasoline.rda |binary plm-1.5-12/plm/data/Grunfeld.rda |binary plm-1.5-12/plm/data/Hedonic.rda |binary plm-1.5-12/plm/data/LaborSupply.rda |binary plm-1.5-12/plm/data/Males.rda |binary plm-1.5-12/plm/data/Parity.rda |only plm-1.5-12/plm/data/Produc.rda |binary plm-1.5-12/plm/data/RiceFarms.rda |only plm-1.5-12/plm/data/Snmesp.rda |binary plm-1.5-12/plm/data/SumHes.rda |binary plm-1.5-12/plm/data/Wages.rda |binary plm-1.5-12/plm/inst/doc/plm.pdf |binary plm-1.5-12/plm/man/Cigar.Rd | 96 - plm-1.5-12/plm/man/Crime.Rd | 137 - plm-1.5-12/plm/man/Gasoline.Rd | 88 - plm-1.5-12/plm/man/Grunfeld.Rd | 122 + plm-1.5-12/plm/man/Hedonic.Rd | 112 - plm-1.5-12/plm/man/Males.Rd | 5 plm-1.5-12/plm/man/Parity.Rd |only plm-1.5-12/plm/man/Produc.Rd | 103 - plm-1.5-12/plm/man/RiceFarms.Rd |only plm-1.5-12/plm/man/Snmesp.Rd | 94 - plm-1.5-12/plm/man/SumHes.Rd | 86 - plm-1.5-12/plm/man/Wages.Rd | 106 - plm-1.5-12/plm/man/aneweytest.Rd |only plm-1.5-12/plm/man/cipstest.Rd | 6 plm-1.5-12/plm/man/ercomp.Rd | 29 plm-1.5-12/plm/man/fixef.plm.Rd | 129 - plm-1.5-12/plm/man/mtest.Rd | 90 - plm-1.5-12/plm/man/nobs.Rd |only plm-1.5-12/plm/man/pbgtest.Rd | 47 plm-1.5-12/plm/man/pbltest.Rd | 4 plm-1.5-12/plm/man/pbsytest.Rd | 4 plm-1.5-12/plm/man/pcce.Rd | 4 plm-1.5-12/plm/man/pcdtest.Rd | 1 plm-1.5-12/plm/man/pdata.frame.Rd | 172 +- plm-1.5-12/plm/man/pdim.Rd | 140 - plm-1.5-12/plm/man/pggls.Rd | 8 plm-1.5-12/plm/man/pgmm.Rd | 10 plm-1.5-12/plm/man/pht.Rd | 14 plm-1.5-12/plm/man/phtest.Rd | 126 + plm-1.5-12/plm/man/piest.Rd |only plm-1.5-12/plm/man/plm.Rd | 85 - plm-1.5-12/plm/man/plmtest.Rd | 24 plm-1.5-12/plm/man/pmg.Rd | 10 plm-1.5-12/plm/man/pooltest.Rd | 4 plm-1.5-12/plm/man/pseries.Rd |only plm-1.5-12/plm/man/purtest.Rd | 158 +- plm-1.5-12/plm/man/pvar.Rd | 4 plm-1.5-12/plm/man/pvcm.Rd | 4 plm-1.5-12/plm/man/pwartest.Rd | 6 plm-1.5-12/plm/man/pwfdtest.Rd | 15 plm-1.5-12/plm/man/pwtest.Rd | 15 plm-1.5-12/plm/man/r.squared.Rd | 55 plm-1.5-12/plm/man/sargan.Rd | 4 plm-1.5-12/plm/man/vcovBK.Rd | 184 +- plm-1.5-12/plm/man/vcovDC.Rd |only plm-1.5-12/plm/man/vcovG.Rd |only plm-1.5-12/plm/man/vcovHC.Rd | 284 +-- plm-1.5-12/plm/man/vcovNW.Rd |only plm-1.5-12/plm/man/vcovSCC.Rd | 154 +- plm-1.5-12/plm/tests/testErrors.Rout.save | 20 plm-1.5-12/plm/tests/testEvaluation.Rout.save | 24 plm-1.5-12/plm/tests/test_Chow.R |only plm-1.5-12/plm/tests/test_Estimators.R |only plm-1.5-12/plm/tests/test_phtest_Hausman_regression.R |only plm-1.5-12/plm/tests/test_plm_na.action.R |only plm-1.5-12/plm/tests/test_preserve_rownames.R |only plm-1.5-12/plm/tests/test_pwfdtest_pwartest.R |only plm-1.5-12/plm/tests/testpbgtest.R |only 104 files changed, 5440 insertions(+), 5014 deletions(-)
Title: Phylogenetic Analysis in R
Description: Phylogenetic analysis in R: Estimation of phylogenetic
trees and networks using Maximum Likelihood, Maximum Parsimony,
distance methods and Hadamard conjugation.
Author: Klaus Schliep [aut, cre],
Emmanuel Paradis [aut],
Alastair Potts [aut]
Maintainer: Klaus Schliep <klaus.schliep@gmail.com>
Diff between phangorn versions 2.0.0 dated 2015-12-10 and 2.0.1 dated 2015-12-14
DESCRIPTION | 11 +++++------ MD5 | 4 ++-- build/vignette.rds |binary 3 files changed, 7 insertions(+), 8 deletions(-)
Title: Genetic Data Manipulation (Quality Control, GRM and LD
Computations, PCA), Linear Mixed Models (AIREML Algorithm),
Association Testing
Description: Manipulation of genetic data (SNPs), computation of Genetic Relationship Matrix, Linkage Disequilibrium, etc. Efficient algorithms for Linear Mixed Model (AIREML, diagonalisation trick).
Author: Hervé Perdry & Claire Dandine-Roulland
Maintainer: Hervé Perdry <herve.perdry@u-psud.fr>
Diff between gaston versions 1.2 dated 2015-11-10 and 1.3.1 dated 2015-12-14
DESCRIPTION | 6 +++--- MD5 | 23 ++++++++++++----------- NEWS |only R/bm_stats.r | 4 ++-- R/bm_subsetting.r | 16 ++++++++++++++-- build/vignette.rds |binary data/AGT.rda |binary data/LCT.rda |binary data/TTN.rda |binary inst/doc/gaston.pdf |binary src/hwe_chi.cpp | 1 + src/m4_kinship.cpp | 6 +++--- src/m4_kinship_p.cpp | 8 ++++---- 13 files changed, 39 insertions(+), 25 deletions(-)
Title: Temporal Network Autocorrelation Models (TNAM)
Description: Temporal and cross-sectional network autocorrelation models (TNAM).
Author: Philip Leifeld [aut, cre],
Skyler J. Cranmer [ctb]
Maintainer: Philip Leifeld <philip.leifeld@eawag.ch>
Diff between tnam versions 1.5.3 dated 2015-09-22 and 1.6 dated 2015-12-14
DESCRIPTION | 15 ++++++--------- MD5 | 4 ++-- R/checkDataTypes.R | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-)
Title: Simulates Correlated Multinomial Responses
Description: Simulates correlated multinomial responses by utilizing threshold
approaches under a marginal model specification.
Author: Anestis Touloumis
Maintainer: Anestis Touloumis <A.Touloumis@brighton.ac.uk>
Diff between SimCorMultRes versions 1.3.1 dated 2015-09-08 and 1.4.0 dated 2015-12-14
DESCRIPTION | 11 +- MD5 | 42 ++++++----- NAMESPACE | 2 R/rbin.R |only R/rmult.bcl.R | 13 +-- R/rmult.clm.R | 88 ++++++++++------------- R/rmult.crm.R | 57 ++++++++------- R/rsmvnorm.R | 3 build/vignette.rds |binary inst/CITATION | 4 - inst/NEWS | 14 +++ inst/doc/SCMRvin.R | 59 +++++++++------ inst/doc/SCMRvin.Rnw | 144 +++++++++++++++++++++++--------------- inst/doc/SCMRvin.pdf |binary man/SimCorMultRes-package.Rd | 28 ++++--- man/rbin.Rd |only man/rmult.bcl.Rd | 66 +++++++---------- man/rmult.clm.Rd | 70 ++++++++---------- man/rmult.crm.Rd | 43 +++++++---- man/rnorta.Rd | 23 +++--- man/rsmvnorm.Rd | 4 - vignettes/SCMRvin-concordance.tex |only vignettes/SCMRvin.Rnw | 144 +++++++++++++++++++++++--------------- vignettes/SCMRvin.tex |only 24 files changed, 462 insertions(+), 353 deletions(-)
Title: Circos 2D Track Plot
Description: A simple and flexible way to generate Circos 2D track plot images for genomic data visualization is implemented in this package. The types of plots include: heatmap, histogram, lines, scatterplot, tiles and plot items for further decorations include connector, link (lines and ribbons), and text (gene) label. All functions require only R graphics package that comes with R base installation.
Author: Hongen Zhang
Maintainer: Hongen Zhang <hzhang@mail.nih.gov>
Diff between RCircos versions 1.1.2 dated 2013-10-30 and 1.1.3 dated 2015-12-14
DESCRIPTION | 10 MD5 | 79 NAMESPACE | 4 R/RCircos.R | 5591 +++++++++++------------- build/vignette.rds |binary data/RCircos.Gene.Label.Data.RData |binary data/RCircos.Heatmap.Data.RData |binary data/RCircos.Histogram.Data.RData |binary data/RCircos.Line.Data.RData |binary data/RCircos.Link.Data.RData |binary data/RCircos.Mouse.Expr.Data.RData |binary data/RCircos.Rat.Expr.Data.RData |binary data/RCircos.Ribbon.Data.RData |binary data/RCircos.Scatter.Data.RData |binary data/RCircos.Tile.Data.RData |binary data/UCSC.Baylor.3.4.Rat.cytoBandIdeogram.RData |binary data/UCSC.HG19.Human.CytoBandIdeogram.RData |binary data/UCSC.Mouse.GRCm38.CytoBandIdeogram.RData |binary demo/00Index | 23 demo/RCircos.Demo.Human.R | 316 - demo/RCircos.Demo.Mouse.And.Rat.R | 311 - demo/RCircos.Gene.Connector.Demo.R | 173 demo/RCircos.Heatmap.Demo.R | 127 demo/RCircos.Histogram.Demo.R | 125 demo/RCircos.Layout.Demo.R | 167 demo/RCircos.Line.Plot.Demo.R | 132 demo/RCircos.Link.Plot.Demo.R | 141 demo/RCircos.Ribbon.Plot.Demo.R | 104 demo/RCircos.Scatter.Plot.Demo.R | 133 demo/RCircos.Tick.Demo.R |only demo/RCircos.Tile.Plot.Demo.R | 132 inst/CITATION | 4 inst/doc/RCircos-manual.pdf |binary inst/doc/Using_RCircos.R | 34 inst/doc/Using_RCircos.Rnw | 5 inst/doc/Using_RCircos.pdf |binary man/RCircos-package.Rd | 4 man/RCircos.Add.Ideogram.Tick.Rd |only man/RCircos.Get.Heatmap.ColorScales.Rd | 2 man/RCircos.Reset.Plot.Positions.Rd |only man/RCircos.Track.Outline.Rd | 17 vignettes/Using_RCircos.Rnw | 5 42 files changed, 3547 insertions(+), 4092 deletions(-)
Title: MOdelling Tools for Reproduction and Survival Data in
Ecotoxicology
Description: Tools for ecotoxicologists and regulators dedicated to the
mathematical and statistical modelling of bioassay data. They use advanced and
innovative methods for a valuable quantitative environmental risk assessment.
Author: Marie Laure Delignette-Muller [aut], Philippe Ruiz [aut], Sandrine
Charles [aut], Wandrille Duchemin [ctb], Christelle Lopes [ctb], Guillaume Kon-
Kam-king [ctb], Philippe Veber [aut]
Maintainer: Philippe Ruiz <philippe.ruiz@univ-lyon1.fr>
Diff between morse versions 2.0.0 dated 2015-09-01 and 2.1.0 dated 2015-12-14
morse-2.0.0/morse/README.md |only morse-2.1.0/morse/DESCRIPTION | 19 +- morse-2.1.0/morse/MD5 | 119 +++++++------- morse-2.1.0/morse/NAMESPACE | 8 morse-2.1.0/morse/NEWS | 43 ++++- morse-2.1.0/morse/R/as.survData.R | 6 morse-2.1.0/morse/R/morse-internal.R | 13 - morse-2.1.0/morse/R/morse.R | 37 ++-- morse-2.1.0/morse/R/plot.reproData.R | 60 ++++--- morse-2.1.0/morse/R/plot.reproFitTT.R | 200 +++++++++-------------- morse-2.1.0/morse/R/plot.survData.R | 151 ++++++++--------- morse-2.1.0/morse/R/plot.survFitTT.R | 148 ++++++++--------- morse-2.1.0/morse/R/ppc.R |only morse-2.1.0/morse/R/ppc.reproFitTT.R |only morse-2.1.0/morse/R/ppc.survFitTT.R |only morse-2.1.0/morse/R/print.reproFitTT.R | 3 morse-2.1.0/morse/R/print.survFitTT.R | 3 morse-2.1.0/morse/R/reproData.R | 3 morse-2.1.0/morse/R/reproDataCheck.R | 1 morse-2.1.0/morse/R/reproFitTT.R | 184 ++++++++++----------- morse-2.1.0/morse/R/summary.reproData.R | 1 morse-2.1.0/morse/R/summary.reproFitTT.R | 57 +++--- morse-2.1.0/morse/R/summary.survData.R | 17 -- morse-2.1.0/morse/R/summary.survFitTT.R | 56 +++--- morse-2.1.0/morse/R/survData.R | 13 - morse-2.1.0/morse/R/survDataCheck.R | 16 - morse-2.1.0/morse/R/survFitTT.R | 70 ++------ morse-2.1.0/morse/build/vignette.rds |binary morse-2.1.0/morse/data/cadmium2.rda |binary morse-2.1.0/morse/inst/doc/modelling.Snw | 206 ++++++++++++------------ morse-2.1.0/morse/inst/doc/modelling.pdf |binary morse-2.1.0/morse/inst/doc/tutorial.R | 31 ++- morse-2.1.0/morse/inst/doc/tutorial.Rmd | 109 +++++++++--- morse-2.1.0/morse/inst/doc/tutorial.html | 229 +++++++++++++++------------ morse-2.1.0/morse/man/as.survData.Rd | 5 morse-2.1.0/morse/man/cadmium1.Rd | 2 morse-2.1.0/morse/man/cadmium2.Rd | 13 + morse-2.1.0/morse/man/chlordan.Rd | 2 morse-2.1.0/morse/man/copper.Rd | 2 morse-2.1.0/morse/man/morse-package.Rd | 8 morse-2.1.0/morse/man/plot.reproData.Rd | 9 - morse-2.1.0/morse/man/plot.reproFitTT.Rd | 4 morse-2.1.0/morse/man/plot.survData.Rd | 23 +- morse-2.1.0/morse/man/plot.survFitTT.Rd | 20 +- morse-2.1.0/morse/man/ppc.Rd |only morse-2.1.0/morse/man/ppc.reproFitTT.Rd |only morse-2.1.0/morse/man/ppc.survFitTT.Rd |only morse-2.1.0/morse/man/print.reproFitTT.Rd | 7 morse-2.1.0/morse/man/print.survFitTT.Rd | 7 morse-2.1.0/morse/man/reproData.Rd | 4 morse-2.1.0/morse/man/reproDataCheck.Rd | 4 morse-2.1.0/morse/man/reproFitTT.Rd | 16 - morse-2.1.0/morse/man/summary.reproData.Rd | 5 morse-2.1.0/morse/man/summary.reproFitTT.Rd | 5 morse-2.1.0/morse/man/summary.survData.Rd | 5 morse-2.1.0/morse/man/summary.survFitTT.Rd | 7 morse-2.1.0/morse/man/survData.Rd | 4 morse-2.1.0/morse/man/survDataCheck.Rd | 3 morse-2.1.0/morse/man/survFitTT.Rd | 15 - morse-2.1.0/morse/man/zinc.Rd | 2 morse-2.1.0/morse/tests/testthat/test-surv.R | 15 + morse-2.1.0/morse/vignettes/biblio.bib | 4 morse-2.1.0/morse/vignettes/modelling.Snw | 206 ++++++++++++------------ morse-2.1.0/morse/vignettes/tutorial.Rmd | 109 +++++++++--- 64 files changed, 1242 insertions(+), 1067 deletions(-)
Title: Simulation of Inter-Related Genomic Datasets
Description: Generates three inter-related genomic datasets : methylation, gene expression and protein expression.
Author: Prabhakar Chalise, Rama Raghavan, Brooke Fridley
Maintainer: Rama Raghavan <rraghavan@kumc.edu>
Diff between InterSIM versions 1.0 dated 2015-08-13 and 2.0 dated 2015-12-14
DESCRIPTION | 8 - MD5 | 10 +- NAMESPACE | 2 R/InterSIM.R | 156 +++++++++++++++++++------------ man/InterSIM-package.Rd | 11 -- man/InterSIM.Rd | 238 +++++++++--------------------------------------- 6 files changed, 154 insertions(+), 271 deletions(-)
Title: Significance Analysis of Event-Related Potentials Data
Description: The functions provided in the package ERP are designed for the significance analysis of ERP data in a linear model framework. The possible procedures are either the collection of FDR or FWER controlling methods available in the generic function p.adjust, the same collection combined with a factor modeling of the time dependence among tests (see Sheu, Perthame, Lee and Causeur, 2016) and the Guthrie and Buchwald (1991) test.
Author: David Causeur (Agrocampus, Rennes, France) and Ching-Fan Sheu (National Cheng-Kung University, Tainan, Taiwan)
Maintainer: David Causeur <david.causeur@agrocampus-ouest.fr>
Diff between ERP versions 1.0.1 dated 2014-04-04 and 1.1 dated 2015-12-14
DESCRIPTION | 14 ++++++------ MD5 | 18 ++++++++-------- NAMESPACE | 9 ++++++-- R/erpfatest.R | 59 +++++++++++++++++++++++++++++++++-------------------- man/ERP-package.Rd | 8 +++---- man/erpcz.Rd | 4 +-- man/erpfatest.Rd | 6 ++--- man/erptest.Rd | 2 - man/gbtest.Rd | 2 - man/simerp.Rd | 8 +++---- 10 files changed, 75 insertions(+), 55 deletions(-)
Title: Effect Displays for Linear, Generalized Linear, and Other Models
Description:
Graphical and tabular effect displays, e.g., of interactions, for
various statistical models with linear predictors.
Author: John Fox [aut, cre],
Sanford Weisberg [aut],
Michael Friendly [aut],
Jangman Hong [aut],
Robert Andersen [ctb],
David Firth [ctb],
Steve Taylor [ctb]
Maintainer: John Fox <jfox@mcmaster.ca>
Diff between effects versions 3.0-4 dated 2015-06-11 and 3.0-5 dated 2015-12-14
DESCRIPTION | 20 + MD5 | 32 +- NAMESPACE | 11 NEWS | 14 + R/effectsmer.R | 13 - R/plot-methods.R | 611 +---------------------------------------------- R/utilities.R | 22 + data/Arrests.rda |binary data/BEPS.rda |binary data/Cowles.rda |binary data/Hartnagel.rda |binary data/Prestige.rda |binary data/TitanicSurvival.rda |binary data/WVS.rda |binary data/Wells.rda |binary man/effects-package.Rd | 8 man/summary.effect.Rd | 3 17 files changed, 97 insertions(+), 637 deletions(-)
Title: Crunch.io Data Tools
Description: The Crunch.io service (http://crunch.io/) provides a cloud-based
data store and analytic engine, as well as an intuitive web interface.
Using this package, analysts can interact with and manipulate Crunch
datasets from within R. Importantly, this allows technical researchers to
collaborate naturally with team members, managers, and clients who prefer a
point-and-click interface.
Author: Neal Richardson [aut, cre]
Maintainer: Neal Richardson <neal@crunch.io>
Diff between crunch versions 1.6.1 dated 2015-11-19 and 1.7.3 dated 2015-12-14
DESCRIPTION | 8 - MD5 | 128 +++++++++++++------------- NAMESPACE | 1 R/AllClasses.R | 59 +++++++---- R/add-variable.R | 90 ++++++++++++------ R/categories.R | 3 R/category.R | 3 R/copy.R | 8 + R/cube-result.R | 4 R/dataset-extract.R | 24 +--- R/dataset.R | 8 - R/dichotomize.R | 13 ++ R/expressions.R | 12 +- R/filters.R | 4 R/log.R | 54 +++++++++- R/misc.R | 32 ------ R/multiple-response.R | 2 R/new-dataset.R | 7 + R/shoji.R | 9 + R/show.R | 12 +- R/subvariables.R | 25 +++-- R/teams.R | 20 ---- R/tuple.R | 8 + R/variable-catalog.R | 11 -- R/variable-order.R | 2 R/variable-summary.R | 17 +++ R/variable-type.R | 2 R/variable-update.R | 37 ------- R/variable.R | 85 +++++------------ inst/doc/variables.R | 35 +++++-- inst/doc/variables.Rmd | 25 ++++- man/CrunchVariable.Rd | 4 man/Subvariables.Rd | 3 man/addVariables.Rd |only man/copyVariable.Rd | 2 man/dataset-update.Rd | 3 man/delete.Rd | 3 man/describe-category.Rd | 3 man/expressions.Rd | 5 - man/self.Rd | 5 - man/show-crunch.Rd | 3 man/toVariable.Rd | 5 - man/tuple-methods.Rd | 3 man/var-categories.Rd | 3 man/variable-to-R.Rd | 9 + tests/testthat/test-active-filter.R | 6 + tests/testthat/test-add-array.R | 2 tests/testthat/test-add-variable-definition.R | 59 +++++++++++ tests/testthat/test-add-variable.R | 26 ++--- tests/testthat/test-cube-nway.R |only tests/testthat/test-cube-with-array.R | 4 tests/testthat/test-cubes.R | 39 +++---- tests/testthat/test-dataset.R | 6 + tests/testthat/test-make-array.R | 41 +++++--- tests/testthat/test-variable-catalog.R | 4 tests/testthat/test-variable-delete.R | 18 +++ tests/testthat/test-variable-order.R | 12 ++ tests/testthat/test-variable-summary.R | 48 +++++++-- tests/testthat/test-variables.R | 21 ---- vignettes/analyze.RData |binary vignettes/array-variables.RData |binary vignettes/derive.RData |binary vignettes/getting-started.RData |binary vignettes/variable-order.RData |binary vignettes/variables.RData |binary vignettes/variables.Rmd | 25 ++++- 66 files changed, 650 insertions(+), 460 deletions(-)
Title: Computational Methods for Immune Cell-Type Subsets
Description: Provided are Computational methods for Immune Cell-type Subsets, including:(1) DCQ (Digital Cell Quantifier) to infer global dynamic changes in immune cell quantities within a complex tissue; and (2) VoCAL (Variation of Cell-type Abundance Loci) a deconvolution-based method that utilizes transcriptome data to infer the quantities of immune-cell types, and then uses these quantitative traits to uncover the underlying DNA loci.
Author: Yael Steuerman [aut, cre],
Irit Gat-Viks [aut]
Maintainer: Yael Steuerman <yaelsteu@mail.tau.ac.il>
Diff between ComICS versions 1.0.0 dated 2015-12-09 and 1.0.1 dated 2015-12-14
DESCRIPTION | 6 +++--- MD5 | 4 ++-- R/deconvolution.R | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
Title: Companion to Applied Regression
Description:
Functions and Datasets to Accompany J. Fox and S. Weisberg,
An R Companion to Applied Regression, Second Edition, Sage, 2011.
Author: John Fox [aut, cre],
Sanford Weisberg [aut],
Daniel Adler [ctb],
Douglas Bates [ctb],
Gabriel Baud-Bovy [ctb],
Steve Ellison [ctb],
David Firth [ctb],
Michael Friendly [ctb],
Gregor Gorjanc [ctb],
Spencer Graves [ctb],
Richard Heiberger [ctb],
Rafael Laboissiere [ctb],
Georges Monette [ctb],
Duncan Murdoch [ctb],
Henric Nilsson [ctb],
Derek Ogle [ctb],
Brian Ripley [ctb],
William Venables [ctb],
David Winsemius [ctb],
Achim Zeileis [ctb],
R-Core [ctb]
Maintainer: John Fox <jfox@mcmaster.ca>
Diff between car versions 2.1-0 dated 2015-09-03 and 2.1-1 dated 2015-12-14
DESCRIPTION | 20 - MD5 | 134 +++---- NAMESPACE | 9 NEWS | 20 + R/Anova.R | 134 ++++++- R/Ellipse.R | 3 R/influencePlot.R | 3 R/qqPlot.R | 4 R/scatter3d.R | 880 ++++++++++++++++++++++++------------------------ R/spreadLevelPlot.R | 38 -- R/utility-functions.R | 30 + build/vignette.rds |binary data/AMSsurvey.rda |binary data/Adler.rda |binary data/Angell.rda |binary data/Anscombe.rda |binary data/Baumann.rda |binary data/Bfox.rda |binary data/Blackmore.rda |binary data/Burt.rda |binary data/CanPop.rda |binary data/Chile.rda |binary data/Chirot.rda |binary data/Cowles.rda |binary data/Davis.rda |binary data/DavisThin.rda |binary data/Depredations.rda |binary data/Duncan.rda |binary data/Ericksen.rda |binary data/Florida.rda |binary data/Freedman.rda |binary data/Friendly.rda |binary data/Ginzberg.rda |binary data/Greene.rda |binary data/Guyer.rda |binary data/Hartnagel.rda |binary data/Highway1.rda |binary data/KosteckiDillon.rda |binary data/Leinhardt.rda |binary data/LoBD.rda |binary data/Mandel.rda |binary data/Migration.rda |binary data/Moore.rda |binary data/Mroz.rda |binary data/OBrienKaiser.rda |binary data/Ornstein.rda |binary data/Pottery.rda |binary data/Prestige.rda |binary data/Quartet.rda |binary data/Robey.rda |binary data/SLID.rda |binary data/Sahlins.rda |binary data/Salaries.rda |binary data/Soils.rda |binary data/States.rda |binary data/Transact.rda |binary data/UN.rda |binary data/USPop.rda |binary data/Vocab.rda |binary data/WeightLoss.rda |binary data/Womenlf.rda |binary data/Wong.rda |binary data/Wool.rda |binary inst/doc/embedding.pdf |binary man/Anova.Rd | 20 - man/car-package.Rd | 4 man/scatter3d.Rd | 6 man/spreadLevelPlot.Rd | 12 68 files changed, 744 insertions(+), 573 deletions(-)
Title: Client for the Captricity API
Description: Get text from images of text using Captricity Optical Character
Recognition (OCR) API. Captricity allows you to get text from handwritten
forms --- think surveys --- and other structured paper documents. And it can
output data in form a delimited file keeping field information intact. For more
information, read https://shreddr.captricity.com/developer/overview/.
Author: Gaurav Sood [aut, cre]
Maintainer: Gaurav Sood <gsood07@gmail.com>
Diff between captr versions 0.1.2 dated 2015-10-31 and 0.1.3 dated 2015-12-14
DESCRIPTION | 10 +++++----- MD5 | 46 +++++++++++++++++++++++++--------------------- NEWS | 8 ++++++++ R/batch_price.R | 13 ++++++------- R/captr.R | 10 ++++++++++ R/create_batch.R | 6 +++--- R/get_all.R | 11 +++++------ R/get_instance_set.R | 11 +++++------ R/get_template_id.R | 9 ++++----- R/list_instance_sets.R | 11 +++++------ R/set_batch_template.R | 15 +++++++-------- R/set_token.R | 46 +++++++++++++++++++++++++++++++++------------- R/submit_batch.R | 13 ++++++------- R/test_readiness.R | 11 +++++------ R/track_progress.R | 13 ++++++------- R/upload_image.R | 14 +++++++------- README.md | 42 ++++++++++++++++++++++++------------------ inst/doc/using_captr.R | 2 +- inst/doc/using_captr.Rmd | 2 +- inst/doc/using_captr.html | 6 +++--- man/captr_CHECKAUTH.Rd |only man/set_token.Rd | 22 +++++++++++++--------- tests |only vignettes/using_captr.Rmd | 2 +- 24 files changed, 183 insertions(+), 140 deletions(-)
Title: Temporal Exponential Random Graph Models by Bootstrapped
Pseudolikelihood
Description: Temporal Exponential Random Graph Models (TERGM) estimated by maximum pseudolikelihood with bootstrapped confidence intervals or Markov Chain Monte Carlo maximum likelihood. Goodness of fit assessment for ERGMs, TERGMs, and SAOMs. Micro-level interpretation of ERGMs and TERGMs.
Author: Philip Leifeld [aut, cre],
Skyler J. Cranmer [ctb],
Bruce A. Desmarais [ctb]
Maintainer: Philip Leifeld <philip.leifeld@eawag.ch>
Diff between btergm versions 1.5.9 dated 2015-09-24 and 1.6 dated 2015-12-14
btergm-1.5.9/btergm/R/gof.R |only btergm-1.5.9/btergm/man/gof.Rd |only btergm-1.5.9/btergm/man/plot.btergmgof.Rd |only btergm-1.6/btergm/DESCRIPTION | 23 +-- btergm-1.6/btergm/MD5 | 27 ++-- btergm-1.6/btergm/NAMESPACE | 64 ++++++++++ btergm-1.6/btergm/R/btergm.R | 11 + btergm-1.6/btergm/R/gofmethods.R |only btergm-1.6/btergm/R/gofplot.R |only btergm-1.6/btergm/R/gofstatistics.R |only btergm-1.6/btergm/R/interpretation.R | 3 btergm-1.6/btergm/R/mtergm.R | 182 +++++++++++++++++++++++++----- btergm-1.6/btergm/man/btergm-class.Rd | 36 ++++- btergm-1.6/btergm/man/btergm.Rd | 4 btergm-1.6/btergm/man/getformula.Rd | 3 btergm-1.6/btergm/man/gofmethods.Rd |only btergm-1.6/btergm/man/gofplot.Rd |only btergm-1.6/btergm/man/gofstatistics.Rd |only btergm-1.6/btergm/man/interpret.Rd | 9 + 19 files changed, 297 insertions(+), 65 deletions(-)
Title: Model-Based Estimation of Confounder-Adjusted Attributable
Fractions
Description: Estimates the attributable fraction in different sampling designs adjusted for measured confounders using logistic regression (cross-sectional and case-control designs), conditional logistic regression (matched case-control design) and Cox proportional hazard regression (cohort design with time-to-event outcome). The variance of the estimator is obtained by combining the delta method with the the sandwich formula.
Author: Elisabeth Dahlqwist and Arvid Sjolander
Maintainer: Elisabeth Dahlqwist <elisabeth.dahlqwist@ki.se>
Diff between AF versions 0.1 dated 2015-08-26 and 0.1.1 dated 2015-12-14
AF-0.1.1/AF/DESCRIPTION | 11 ++++++----- AF-0.1.1/AF/MD5 | 25 +++++++++++++++++-------- AF-0.1.1/AF/NAMESPACE | 21 +++++++++++++++++++-- AF-0.1.1/AF/R/AF20151130.R |only AF-0.1.1/AF/R/data-clslowbwt.R |only AF-0.1.1/AF/R/data-rott2.R |only AF-0.1.1/AF/R/data-singapore.R |only AF-0.1.1/AF/data |only AF-0.1.1/AF/man/AF.cc.Rd | 4 ++-- AF-0.1.1/AF/man/AF.ch.Rd | 8 ++++---- AF-0.1.1/AF/man/AF.cs.Rd | 10 +++++----- AF-0.1.1/AF/man/clslowbwt.Rd |only AF-0.1.1/AF/man/plot.AF.Rd | 4 ++-- AF-0.1.1/AF/man/rott2.Rd |only AF-0.1.1/AF/man/singapore.Rd |only AF-0.1.1/AF/man/summary.AF.Rd | 4 ++-- AF-0.1/AF/R/AF20150824.R |only 17 files changed, 57 insertions(+), 30 deletions(-)
Title: Standard Normal Homogeneity Test
Description: Implementation of robust and non-robust Standard Normal Homogeneity Test (SNHT) for changepoint detection. This test statistic is equal sided, as proposed in "Homogenization of Radiosonde Temperature Time Series Using Innovation Statistics" by Haimberger, L., 2007. However, the statistic contains an estimate of sigma^2 in the denominator instead of sigma, which seems to be a more appropriate value (based on the paper "Homogenization of Swedish temperature data. Part I: Homogeneity test for linear trends." by Alexandersson, H., and A. Moberg, 1997).
Author: Josh Browning [aut, cre],
Carina Schneider [aut]
Maintainer: Josh Browning <jbrownin@mines.edu>
Diff between snht versions 1.0.2 dated 2015-03-29 and 1.0.3 dated 2015-12-14
snht-1.0.2/snht/vignettes/figure |only snht-1.0.3/snht/DESCRIPTION | 21 - snht-1.0.3/snht/MD5 | 71 ++-- snht-1.0.3/snht/NAMESPACE | 23 - snht-1.0.3/snht/R/createCandidateMatrix.R | 80 ++-- snht-1.0.3/snht/R/getPairs.R | 44 +- snht-1.0.3/snht/R/getUniquePairs.R | 50 +-- snht-1.0.3/snht/R/pairwiseSNHT.R | 260 ++++++++-------- snht-1.0.3/snht/R/plotSNHT.R | 106 +++--- snht-1.0.3/snht/R/removeSeasonalPeriod.R | 62 +-- snht-1.0.3/snht/R/robustSNHT.R | 300 +++++++++--------- snht-1.0.3/snht/R/robustSNHTunequal.R | 208 ++++++------ snht-1.0.3/snht/R/snht-package.R |only snht-1.0.3/snht/R/snht.R | 257 ++++++++------- snht-1.0.3/snht/R/unconfoundCandidateMatrix.R | 241 +++++++------- snht-1.0.3/snht/build/vignette.rds |binary snht-1.0.3/snht/inst/doc/pairwiseSNHT.R |only snht-1.0.3/snht/inst/doc/pairwiseSNHT.Rnw |only snht-1.0.3/snht/inst/doc/pairwiseSNHT.pdf |only snht-1.0.3/snht/inst/doc/snht.R | 147 ++++----- snht-1.0.3/snht/inst/doc/snht.Rnw | 370 +++++++++++------------ snht-1.0.3/snht/inst/doc/snht.pdf |binary snht-1.0.3/snht/man/createCandidateMatrix.Rd | 74 ++-- snht-1.0.3/snht/man/getPairs.Rd | 48 +- snht-1.0.3/snht/man/getUniquePairs.Rd | 46 +- snht-1.0.3/snht/man/pairwiseSNHT.Rd | 158 ++++----- snht-1.0.3/snht/man/plotSNHT.Rd | 58 +-- snht-1.0.3/snht/man/removeSeasonalPeriod.Rd | 56 +-- snht-1.0.3/snht/man/robustSNHT.Rd | 160 ++++----- snht-1.0.3/snht/man/robustSNHTunequal.Rd | 142 ++++---- snht-1.0.3/snht/man/snht-package.Rd | 45 -- snht-1.0.3/snht/man/snht.Rd | 207 ++++++------ snht-1.0.3/snht/man/unconfoundCandidateMatrix.Rd | 89 ++--- snht-1.0.3/snht/vignettes/mybib.bib | 9 snht-1.0.3/snht/vignettes/pairwiseSNHT.Rnw |only snht-1.0.3/snht/vignettes/snht.Rnw | 370 +++++++++++------------ 36 files changed, 1870 insertions(+), 1832 deletions(-)
Title: Correlation and Regression Analyses for Randomized Response Data
Description: Univariate and multivariate methods to analyze
randomized response (RR) survey designs (e.g., Warner, S. L. (1965).
Randomized response: A survey technique for eliminating evasive answer
bias. Journal of the American Statistical Association, 60, 63–69).
Besides univariate estimates of true proportions, RR variables can be used
for correlations, as dependent variable in a logistic regression (with or
without random effects), as predictors in a linear regression, or as
dependent variable in a beta-binomial ANOVA. For simulation and bootstrap
purposes, RR data can be generated according to several models.
Author: Daniel W. Heck [aut, cre], Morten Moshagen [aut]
Maintainer: Daniel W. Heck <dheck@mail.uni-mannheim.de>
Diff between RRreg versions 0.5.0 dated 2015-11-12 and 0.6.0 dated 2015-12-14
RRreg-0.5.0/RRreg/R/RRanova.R |only RRreg-0.5.0/RRreg/inst/models |only RRreg-0.6.0/RRreg/DESCRIPTION | 10 - RRreg-0.6.0/RRreg/MD5 | 57 ++++---- RRreg-0.6.0/RRreg/NAMESPACE | 2 RRreg-0.6.0/RRreg/NEWS | 6 RRreg-0.6.0/RRreg/R/RRcor.R | 2 RRreg-0.6.0/RRreg/R/RRlog.R | 18 +- RRreg-0.6.0/RRreg/R/RRreg-package.R | 8 - RRreg-0.6.0/RRreg/R/RRsimu.R | 211 ++++++++++++++++++++------------ RRreg-0.6.0/RRreg/R/RRuni.R | 89 ++++++------- RRreg-0.6.0/RRreg/R/RRuni.models.R | 6 RRreg-0.6.0/RRreg/inst/CITATION | 16 -- RRreg-0.6.0/RRreg/inst/doc/RRreg.Rmd | 14 +- RRreg-0.6.0/RRreg/inst/doc/RRreg.html | 109 +++++++--------- RRreg-0.6.0/RRreg/man/RRcor.Rd | 4 RRreg-0.6.0/RRreg/man/RRgen.Rd | 8 - RRreg-0.6.0/RRreg/man/RRlin.Rd | 6 RRreg-0.6.0/RRreg/man/RRlog.Rd | 2 RRreg-0.6.0/RRreg/man/RRmixed.Rd | 6 RRreg-0.6.0/RRreg/man/RRreg-package.Rd | 6 RRreg-0.6.0/RRreg/man/RRsimu.Rd | 6 RRreg-0.6.0/RRreg/man/RRuni.Rd | 45 +++--- RRreg-0.6.0/RRreg/man/getPW.Rd | 2 RRreg-0.6.0/RRreg/man/minarets.Rd | 4 RRreg-0.6.0/RRreg/man/plot.RRlog.Rd | 5 RRreg-0.6.0/RRreg/man/plot.powerplot.Rd | 2 RRreg-0.6.0/RRreg/man/powerplot.Rd | 2 RRreg-0.6.0/RRreg/man/predict.RRlog.Rd | 2 RRreg-0.6.0/RRreg/vignettes/RRreg.Rmd | 14 +- 30 files changed, 362 insertions(+), 300 deletions(-)
Title: Preparing Experimental Data for Statistical Analysis
Description: Prepares data collected in an experimental design for statistical
analysis (e.g., analysis of variance ;ANOVA) by taking the individual data
files and preparing one table that contains several possibilities for dependent
variables. Most suitable when measuring reaction-times and/or accuracy, or any
other variable in an interval or ratio scale. Functions included: file_merge(),
read_data() and prep(). The file_merge() function vertically merges individual
data files (in a long format) in which each line is a single trial within the
experiment to one single dataset. The read_data() function reads a file in a
txt or csv format that contains a single dataset in a long format table and
creates a data frame from it. The prep() function aggregates the single dataset
according to any combination of between and within grouping variables (i.e.,
between-subjects and within-subjects independent variables, respectively), and
returns a data frame with a number of dependent measures for further analysis
for each experimental cell according to the combination of provided grouping
variables. Dependent measures for each experimental cell include among others
means before and after rejecting all values according to a flexible standard
deviation criterion/s, number of rejected values according to the flexible
standard deviation criterion/s, proportions of rejected values according to
the flexible standard deviation criterion/s, number of values before rejection,
means after rejecting values according to procedures described in Van Selst &
Jolicoeur (1994) (suitable when measuring reaction-times), standard deviations,
medians, means according to any percentile (e.g., 0.05, 0.25, 0.75, 0.95) and
harmonic means. The data frame prep() returns can also be exported as a txt file
to be used for statistical analysis in other statistical programs.
Author: Ayala S. Allon [aut, cre],
Roy Luria [aut],
Jim Grange [ctb],
Nachshon Meiran [ctb]
Maintainer: Ayala S. Allon <ayalaallon@gmail.com>
Diff between prepdat versions 1.0.4 dated 2015-11-22 and 1.0.5 dated 2015-12-14
DESCRIPTION | 55 +++++++++++++--------------- MD5 | 30 +++++++-------- NAMESPACE | 2 - NEWS.md | 23 ++++++----- R/hybrid_recursive_mc.R | 2 - R/modified_recursive_mc.R | 2 - R/non_recursive_mc.R | 2 - R/prep.R | 83 ++++++++++++++++++++++++++++++++++--------- README.md | 2 - man/file_merge.Rd | 2 - man/hybrid_recursive_mc.Rd | 4 +- man/modified_recursive_mc.Rd | 4 +- man/non_recursive_mc.Rd | 4 +- man/prep.Rd | 11 +++-- man/read_data.Rd | 2 - man/stroopdata.Rd | 2 - 16 files changed, 141 insertions(+), 89 deletions(-)
Title: Tools for Communication with Lightning-Viz Server
Description: The purpose of this package is to enable usage of lightningviz server to be accessible from R. The
server itself can be found at http://lightning-viz.org/ and is required to work with this package. Package
by itself cannot and will not create any visualizations.
Author: Ermlab
Maintainer: Kolodziejski Kamil <kolodziejski.kamil@hotmail.com>
Diff between LightningR versions 1.0.1 dated 2015-08-26 and 1.0.2 dated 2015-12-14
DESCRIPTION | 6 +- MD5 | 6 +- R/lightning.R | 136 ++++++++++++++++++++++++++++++++++++++++++++++--------- man/Lightning.Rd | 6 +- 4 files changed, 126 insertions(+), 28 deletions(-)
Title: A Button-Based GUI for Financial and Economic Data Analysis
Description: A GUI designed to support the analysis of financial-economic time
series data.
Author: Ho Tsung-wu
Maintainer: Ho Tsung-wu <tsungwu@mail.shu.edu.tw>
Diff between iClick versions 1.0 dated 2015-12-09 and 1.1 dated 2015-12-14
DESCRIPTION | 13 +++++++------ MD5 | 28 ++++++++++++++-------------- NAMESPACE | 6 ++++-- R/iClick_GARCH.R | 5 +++-- R/iClick_VisOneReturns.R | 5 ++--- man/boxPlotX.Rd | 2 +- man/cumulatedPlotX.Rd | 2 +- man/drawdownPlotX.Rd | 2 +- man/drawupPlotX.Rd | 2 +- man/drawups.Rd | 2 +- man/iClick.ARIMA.Rd | 21 +++++++++++---------- man/iClick.GARCH.Rd | 29 ++++++++++++++++------------- man/iClick.VisOneReturns.Rd | 16 ++++++++++------ man/qqnormPlotX.Rd | 2 +- man/seriesPlotX.Rd | 2 +- 15 files changed, 74 insertions(+), 63 deletions(-)
Title: Functions for Drawing Gapped Cluster Heatmap with ggplot2
Description: The gap encodes the distance between clusters and improves
interpretation of cluster heatmaps. The gaps can be of the same
distance based on a height threshold to cut the dendrogram. Another
option is to vary the size of gaps based on the distance between
clusters.
Author: Ryo Sakai
Maintainer: Ryo Sakai <ryo@vda-lab.be>
Diff between gapmap versions 0.0.3 dated 2015-11-16 and 0.0.4 dated 2015-12-14
DESCRIPTION | 10 +++++----- MD5 | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)
Title: D3 JavaScript Scatterplot from R
Description: Creates 'D3' 'JavaScript' scatterplots from 'R' with interactive
features : panning, zooming, tooltips, etc.
Author: Julien Barnier [aut, cre]
Maintainer: Julien Barnier <julien.barnier@ens-lyon.fr>
Diff between scatterD3 versions 0.5 dated 2015-11-27 and 0.5.1 dated 2015-12-14
DESCRIPTION | 8 MD5 | 18 - NEWS | 11 + R/scatterD3.R | 2 README.md | 15 + inst/doc/introduction.R | 3 inst/doc/introduction.Rmd | 7 inst/doc/introduction.html | 49 ++--- inst/htmlwidgets/scatterD3.js | 409 +++++++++++++++++++++++------------------- vignettes/introduction.Rmd | 7 10 files changed, 300 insertions(+), 229 deletions(-)
Title: Random Generation of Contingency Tables
Description: Contains functions for random generation of R x C and 2 x 2 x K contingency tables. In addition to the generation of contingency tables over predetermined intraclass-correlated clusters, it is possible to generate contingency tables without intraclass correlations under product multinomial, multinomial, and Poisson sampling plans. It also consists of a function for generation of random data from a given discrete probability distribution function.
Author: Haydar Demirhan
Maintainer: Haydar Demirhan <haydarde@hacettepe.edu.tr>
Diff between rTableICC versions 1.0.2 dated 2015-03-23 and 1.0.3 dated 2015-12-14
DESCRIPTION | 10 +++++----- MD5 | 22 +++++++++++----------- NAMESPACE | 5 +++-- R/rTable.2x2xK.default.R | 2 +- R/rTable.RxC.default.R | 2 +- R/rTableICC.2x2xK.default.R | 2 +- R/rTableICC.RxC.default.R | 2 +- man/rTable.2x2xK.Rd | 6 +++--- man/rTable.RxC.Rd | 8 ++++---- man/rTableICC-package.Rd | 12 ++++++------ man/rTableICC.2x2xK.Rd | 8 ++++---- man/rTableICC.RxC.Rd | 8 ++++---- 12 files changed, 44 insertions(+), 43 deletions(-)
Title: Functions for Plotting HPO Terms
Description: Collection of functions for manipulating sets of HPO terms and
plotting them with a various options.
Author: Daniel Greene <dg333@cam.ac.uk>
Maintainer: Daniel Greene <dg333@cam.ac.uk>
Diff between hpoPlot versions 2.2 dated 2015-08-26 and 2.4 dated 2015-12-14
hpoPlot-2.2/hpoPlot/man/get.grey.borders.Rd |only hpoPlot-2.2/hpoPlot/man/get.hpo.terms.Rd |only hpoPlot-2.2/hpoPlot/man/get.no.borders.Rd |only hpoPlot-2.2/hpoPlot/man/get.standard.sizes.Rd |only hpoPlot-2.2/hpoPlot/man/get.white.nodes.Rd |only hpoPlot-2.4/hpoPlot/DESCRIPTION | 12 hpoPlot-2.4/hpoPlot/MD5 | 123 ++++------ hpoPlot-2.4/hpoPlot/NAMESPACE | 7 hpoPlot-2.4/hpoPlot/R/data.R | 92 +++---- hpoPlot-2.4/hpoPlot/R/graphs.R | 66 +---- hpoPlot-2.4/hpoPlot/R/sets.R | 10 hpoPlot-2.4/hpoPlot/build/vignette.rds |binary hpoPlot-2.4/hpoPlot/data/hpo.terms.RData |binary hpoPlot-2.4/hpoPlot/data/mpo.terms.RData |binary hpoPlot-2.4/hpoPlot/data/mpo.to.hpo.RData |binary hpoPlot-2.4/hpoPlot/inst/doc/hpoPlot-guide.R | 2 hpoPlot-2.4/hpoPlot/inst/doc/hpoPlot-guide.Rmd | 4 hpoPlot-2.4/hpoPlot/inst/doc/hpoPlot-guide.html | 6 hpoPlot-2.4/hpoPlot/man/apply.term.filters.Rd | 4 hpoPlot-2.4/hpoPlot/man/calibrate.sizes.Rd | 2 hpoPlot-2.4/hpoPlot/man/clean.terms.Rd | 2 hpoPlot-2.4/hpoPlot/man/exclude.branch.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.ancestors.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.case.based.colours.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.case.based.labels.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.case.term.matrix.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.code.node.labels.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.descendants.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.frequency.based.colours.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.frequency.based.labels.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.frequency.based.sizes.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.full.labels.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.hpo.graph.Rd | 12 hpoPlot-2.4/hpoPlot/man/get.informative.node.labels.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.mpo.to.hpo.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.node.friendly.long.names.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.ontology.Rd | 6 hpoPlot-2.4/hpoPlot/man/get.pop.frequency.based.colours.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.shortened.names.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.significance.based.sizes.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.simple.node.labels.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.term.adjacency.matrix.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.term.descendancy.matrix.Rd | 9 hpoPlot-2.4/hpoPlot/man/get.term.frequencies.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.term.info.content.Rd | 2 hpoPlot-2.4/hpoPlot/man/get.term.pseudo.adjacency.matrix.Rd | 2 hpoPlot-2.4/hpoPlot/man/hpo.plot.Rd | 16 - hpoPlot-2.4/hpoPlot/man/hpo.terms.Rd | 4 hpoPlot-2.4/hpoPlot/man/hpoPlot-package.Rd | 7 hpoPlot-2.4/hpoPlot/man/intersection.with.branches.Rd | 2 hpoPlot-2.4/hpoPlot/man/mpo.terms.Rd | 4 hpoPlot-2.4/hpoPlot/man/mpo.to.hpo.Rd | 4 hpoPlot-2.4/hpoPlot/man/n.most.frequent.terms.Rd | 6 hpoPlot-2.4/hpoPlot/man/p.values.for.occurrence.of.term.in.group.Rd | 2 hpoPlot-2.4/hpoPlot/man/prune.branch.Rd | 2 hpoPlot-2.4/hpoPlot/man/remove.links.Rd | 2 hpoPlot-2.4/hpoPlot/man/remove.non.pa.terms.Rd | 2 hpoPlot-2.4/hpoPlot/man/remove.terms.with.less.than.n.occurrences.Rd | 6 hpoPlot-2.4/hpoPlot/man/remove.uninformative.for.plot.Rd | 6 hpoPlot-2.4/hpoPlot/man/remove.uninformative.terms.Rd | 2 hpoPlot-2.4/hpoPlot/man/setDimNames.Rd | 2 hpoPlot-2.4/hpoPlot/man/simpleCap.Rd | 2 hpoPlot-2.4/hpoPlot/man/swap.out.alt.ids.Rd | 2 hpoPlot-2.4/hpoPlot/man/term.set.list.from.character.Rd | 2 hpoPlot-2.4/hpoPlot/vignettes/hpoPlot-guide.Rmd | 4 65 files changed, 225 insertions(+), 253 deletions(-)
Title: Modular Leaf Ordering Methods for Dendrogram Nodes
Description: An implementation of functions to optimize ordering of nodes in
a dendrogram, without affecting the meaning of the dendrogram. A dendrogram can
be sorted based on the average distance of subtrees, or based on the smallest
distance value. These sorting methods improve readability and interpretability
of tree structure, especially for tasks such as comparison of different distance
measures or linkage types and identification of tight clusters and outliers. As
a result, it also introduces more meaningful reordering for a coupled heatmap
visualization.
Author: Ryo Sakai
Maintainer: Ryo Sakai <ryo@vda-lab.be>
Diff between dendsort versions 0.3.2 dated 2014-09-29 and 0.3.3 dated 2015-12-14
DESCRIPTION | 30 ++++++++++++++++-------------- MD5 | 32 ++++++++++++++++---------------- NAMESPACE | 14 +++++++++++++- R/dendsort-package.R | 3 ++- R/dendsort.R | 14 ++++---------- R/sort_smallest.R | 3 --- build/vignette.rds |binary man/cal_length.Rd | 4 +++- man/cal_node_limit.Rd | 4 +++- man/cal_total_length.Rd | 4 +++- man/dendsort-package.Rd | 11 ++++++----- man/dendsort.Rd | 18 ++++++++++-------- man/sample_tcga.Rd | 3 ++- man/sort_average.Rd | 14 ++++++++------ man/sort_average_r.Rd | 14 ++++++++------ man/sort_smallest.Rd | 12 +++++++----- man/sort_smallest_r.Rd | 10 ++++++---- 17 files changed, 107 insertions(+), 83 deletions(-)
Title: Rmetrics - Financial Time Series Objects
Description: Environment for teaching
"Financial Engineering and Computational Finance".
Managing financial time series objects.
Author: Rmetrics Core Team,
Diethelm Wuertz [aut],
Tobias Setz [cre],
Yohan Chalabi [ctb]
Maintainer: Tobias Setz <tobias.setz@rmetrics.org>
Diff between timeSeries versions 3022.101.1 dated 2015-12-11 and 3022.101.2 dated 2015-12-14
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- R/methods-is.R | 18 ++++++++---------- 3 files changed, 14 insertions(+), 16 deletions(-)
Title: Threshold Estimation
Description: Point and interval estimations of optimum thresholds for continuous diagnostic tests (two- and three- state settings).
Author: Sara Perez-Jaume, Natalia Pallares, Konstantina Skaltsa
Maintainer: Sara Perez-Jaume <spjaume@gmail.com>
Diff between ThresholdROC versions 2.2 dated 2015-11-12 and 2.3 dated 2015-12-14
DESCRIPTION | 8 ++++---- MD5 | 14 +++++++++----- data |only man/AD.Rd |only man/ThresholdROC-package.Rd | 7 +++---- man/chemo.Rd |only man/diagnostic.Rd | 2 +- man/thres2.Rd | 12 ++++++------ man/thres3.Rd | 6 +++--- 9 files changed, 26 insertions(+), 23 deletions(-)
Title: An Rcmdr Plug-in for Kaplan-Meier Plots and Other Plots by Using
the ggplot2 Package
Description: A GUI front-end for ggplot2 allows Kaplan-Meier plot, histogram,
Q-Q plot, box plot, errorbar plot, scatter plot, line chart, pie chart,
bar chart, contour plot, and distribution plot.
Author: Triad sou. and Kengo NAGASHIMA
Maintainer: Triad sou. <triadsou@gmail.com>
Diff between RcmdrPlugin.KMggplot2 versions 0.2-0 dated 2013-01-23 and 0.2-1 dated 2015-12-14
RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/package.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-box.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-contour.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-discretebar.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-dist.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-hist.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-km.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-line.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-pie.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-qq.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-scatter.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/R/plot-scattermat.R |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-box-windowBox.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-box.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-contour-windowContour.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-contour.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-discretebar-windowDiscretebar.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-discretebar.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistBeta.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistBinom.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistCauchy.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistChisq.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistExp.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistF.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistGamma.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistGeom.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistHyper.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistLnorm.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistLogis.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistNbinom.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistNorm.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistPois.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistT.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistUnif.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist-windowDistWeibull.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-dist.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-hist-windowHist.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-hist.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-km-windowKM.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-km.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-line-windowLine.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-line.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-pie-windowPie.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-pie.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-qq-windowQQ.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-qq.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-scatter-windowScatter.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-scatter.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-scattermat-windowScattermat.Rd |only RcmdrPlugin.KMggplot2-0.2-0/RcmdrPlugin.KMggplot2/man/plot-scattermat.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/DESCRIPTION | 41 - RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/MD5 | 253 +++--- RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/NAMESPACE | 69 + RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/NEWS | 15 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/aaa-package.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/data-aaa.R | 12 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/guiparts-aaa.R | 13 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/guiparts-textfields.R | 3 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/guiparts-toolbox.R | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/guiparts-variableboxes.R | 3 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-aaa.R | 139 +++ RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-factorise.R | 141 ++- RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gbox.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gcont.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gdiscbar.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gdist.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-ghist.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gkm.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gline.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gpie.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gqq.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gscat.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/plot-gscatmat.R |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/theme-natrisk.R | 4 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/theme-natrisk21.R | 5 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/theme-natriskbg.R | 5 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/theme-simple.R | 7 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/theme-wsj2.R | 10 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/R/util-ggsaveKmg2.R | 37 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/inst/po/ja/LC_MESSAGES/R-RcmdrPlugin.KMggplot2.mo |binary RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/inst/po/sl |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/data-dataContour.Rd | 11 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/data-dataKm.Rd | 11 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/data-dataLine.Rd | 11 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-checkboxes-front.Rd | 24 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-checkboxes.Rd | 38 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-gparts_base-back.Rd | 13 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-gparts_base.Rd | 29 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-radioboxes-front.Rd | 24 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-radioboxes.Rd | 37 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-textfield-front.Rd | 21 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-textfield.Rd | 34 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-textfields-front.Rd | 19 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-textfields.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-toolbox-front.Rd | 38 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-toolbox.Rd | 61 - RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-variableboxes-front.Rd | 19 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/guiparts-variableboxes.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/package-RcmdrPlugin.KMggplot2.Rd | 19 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-factorize-windowFactorize.Rd | 7 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-factorize.Rd | 106 +- RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gbox-windowBox.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gbox.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gcont-windowContour.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gcont.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdiscbar-windowDiscretebar.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdiscbar.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistBeta.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistBinom.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistCauchy.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistChisq.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistExp.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistF.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistGamma.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistGeom.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistHyper.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistLnorm.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistLogis.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistNbinom.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistNorm.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistPois.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistT.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistUnif.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist-windowDistWeibull.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gdist.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-ghist-windowHist.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-ghist.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gkm-windowKM.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gkm.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gline-windowLine.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gline.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gpie-windowPie.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gpie.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gqq-windowQQ.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gqq.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gscat-windowScatter.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gscat.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gscatmat-windowScattermat.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-gscatmat.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-checkError.Rd | 35 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-checkTheme.Rd | 34 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-checkVariable.Rd | 35 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-commandDoIt.Rd |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getCoord.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getFacet.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getGeom.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getGgplot.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getHelp.Rd | 34 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getMain.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getMessage.Rd | 33 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getOpts.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getParms.Rd | 33 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getPlot.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getScale.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getTheme.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getWindowTitle.Rd | 34 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getXlab.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getYlab.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-getZlab.Rd | 36 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-plotWindow.Rd | 28 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-registRmlist.Rd | 32 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-removeRmlist.Rd | 29 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-savePlot.Rd | 31 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-setBack.Rd | 28 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-setDataframe.Rd | 31 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base-setFront.Rd | 28 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/plot-plot_base.Rd | 140 ++- RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/theme-natrisk.Rd | 16 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/theme-natrisk21.Rd | 16 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/theme-natriskbg.Rd | 16 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/theme-simple.Rd | 12 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/theme-wsj2.Rd | 13 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/util-gettextKmg2.Rd | 11 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/util-ggsaveKmg2.Rd | 43 - RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/util-nonFactors.Rd | 9 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/man/util-nonFactorsP.Rd | 17 RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/po/R-RcmdrPlugin.KMggplot2-ja.po | 390 +++++----- RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/po/R-RcmdrPlugin.KMggplot2-sl.po |only RcmdrPlugin.KMggplot2-0.2-1/RcmdrPlugin.KMggplot2/po/R-RcmdrPlugin.KMggplot2.pot | 385 ++++----- 179 files changed, 1894 insertions(+), 1438 deletions(-)
More information about RcmdrPlugin.KMggplot2 at CRAN
Permanent link
Title: Utilities for Official Spanish Microdata
Description: The MicroDatosEs package provides utilities for reading and processing microdata from Spanish official statistics with R.
Author: Carlos J. Gil Bellosta [aut, cre],
Carlos Neira [ctb],
Diego Paniagua Sánchez [ctb],
José Luis Cañadas Reche [ctb]
Maintainer: Carlos J. Gil Bellosta <cgb@datanalytics.com>
Diff between MicroDatosEs versions 0.6.3.1 dated 2014-08-11 and 0.7.1 dated 2015-12-14
MicroDatosEs-0.6.3.1/MicroDatosEs/inst/extdata/sampleCenso.txt |only MicroDatosEs-0.7.1/MicroDatosEs/DESCRIPTION | 14 MicroDatosEs-0.7.1/MicroDatosEs/MD5 | 38 + MicroDatosEs-0.7.1/MicroDatosEs/NAMESPACE | 7 MicroDatosEs-0.7.1/MicroDatosEs/R/ees2010.R | 2 MicroDatosEs-0.7.1/MicroDatosEs/R/epa2005.R | 2 MicroDatosEs-0.7.1/MicroDatosEs/R/epf.2011.gastos.R |only MicroDatosEs-0.7.1/MicroDatosEs/R/epf.2011.hogares.R |only MicroDatosEs-0.7.1/MicroDatosEs/R/epf.2011.miembros.R |only MicroDatosEs-0.7.1/MicroDatosEs/R/read.fwf.microdata.R | 4 MicroDatosEs-0.7.1/MicroDatosEs/inst/extdata/sampleCenso2010.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/extdata/sample_gastos_a2011.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/extdata/sample_hogares_a2011.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/extdata/sample_miembros_a2011.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/censo_2010_mdat1.txt | 240 +++++----- MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/censo_2010_mdat2.txt | 22 MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_gastos_mdat1.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_gastos_mdat2.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_gastos_mdat3.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_hogares_mdat1.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_hogares_mdat2.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_hogares_mdat3.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_miembros_mdat1.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_miembros_mdat2.txt |only MicroDatosEs-0.7.1/MicroDatosEs/inst/metadata/epf_2011_miembros_mdat3.txt |only MicroDatosEs-0.7.1/MicroDatosEs/man/censo2010.Rd | 4 MicroDatosEs-0.7.1/MicroDatosEs/man/ees2010.Rd | 2 MicroDatosEs-0.7.1/MicroDatosEs/man/epf.2011.gastos.Rd |only MicroDatosEs-0.7.1/MicroDatosEs/man/epf.2011.hogares.Rd |only MicroDatosEs-0.7.1/MicroDatosEs/man/epf.2011.miembros.Rd |only 30 files changed, 190 insertions(+), 145 deletions(-)
Title: Mining Association Rules and Frequent Itemsets
Description: Provides the infrastructure for representing,
manipulating and analyzing transaction data and patterns (frequent
itemsets and association rules). Also provides interfaces to
C implementations of the association mining algorithms Apriori and Eclat
by C. Borgelt.
Author: Michael Hahsler [aut, cre, cph],
Christian Buchta [aut, cph],
Bettina Gruen [aut, cph],
Kurt Hornik [aut, cph],
Christian Borgelt [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Diff between arules versions 1.3-0 dated 2015-11-14 and 1.3-1 dated 2015-12-14
DESCRIPTION | 12 MD5 | 48 +-- NAMESPACE | 9 R/AllClasses.R | 565 ++++++++++++++++++------------------- R/AllGenerics.R | 6 R/aggregate.R | 143 +++++---- R/associations.R | 3 R/is.maximal.R | 13 R/is.redundant.R |only R/is.significant.R |only R/itemMatrix.R | 17 - R/parameter.R | 92 +++--- R/transactions.R | 2 inst/CITATION | 28 + inst/NEWS | 8 inst/doc/arules.pdf |binary man/APappearance-class.Rd | 7 man/ASparameter-class.Rd | 3 man/affinity.Rd | 2 man/aggregate.Rd | 93 ++++-- man/apriori.Rd | 6 man/is.maximal.Rd | 19 - man/is.redundant.Rd |only man/is.significant.Rd |only man/random.transactions.Rd | 4 src/warm.c | 2 tests/testthat/test-transactions.R | 3 27 files changed, 630 insertions(+), 455 deletions(-)