Wed, 27 Aug 2014

New package trajectories with initial version 0.1-0
Package: trajectories
Version: 0.1-0
Date: 2014-08-27
Title: Classes and methods for trajectory data
Authors@R: c(person("Edzer", "Pebesma", role = c("cre", "aut"), email = "edzer.pebesma@uni-muenster.de"), person("Benedikt", "Klus", role = "aut"))
Depends: R (>= 2.14.0)
Imports: methods, lattice, sp (>= 1.0-14), spacetime (>= 1.0-0), rgdal, rgeos
Suggests: rgl, OpenStreetMap, RCurl, rjson, adehabitatLT
LazyData: no
Description: Classes and methods for trajectory data, with nested classes for individual trips, and collections for different entities. Methods include selection, generalization, aggregation, intersection, and plotting.
License: GPL (>= 2)
URL: http://github.com/edzer/trajectories
Collate: Class-Tracks.R Tracks-methods.R stplot.R
Packaged: 2014-08-27 21:05:41 UTC; edzer
Author: Edzer Pebesma [cre, aut], Benedikt Klus [aut]
Maintainer: Edzer Pebesma
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-28 00:05:09

More information about trajectories at CRAN
Permanent link

Package Runuran updated to version 0.21.0 with previous version 0.20.0 dated 2012-09-10

Title: R interface to the UNU.RAN random variate generators
Description: Interface to the UNU.RAN library for Universal Non-Uniform RANdom variate generators. Thus it allows to build non-uniform random number generators from quite arbitrary distributions. In particular, it provides an algorithm for fast numerical inversion for distribution with given density function. In addition, the package contains densities, distribution functions and quantiles from a couple of distributions.
Author: Josef Leydold and Wolfgang H\"ormann
Maintainer: Josef Leydold

Diff between Runuran versions 0.20.0 dated 2012-09-10 and 0.21.0 dated 2014-08-27

 Runuran-0.20.0/Runuran/inst/doc/arvag.bib                                       |only
 Runuran-0.20.0/Runuran/inst/doc/inputs                                          |only
 Runuran-0.20.0/Runuran/scripts                                                  |only
 Runuran-0.21.0/Runuran/DESCRIPTION                                              |   24 
 Runuran-0.21.0/Runuran/MD5                                                      |  739 +++++-----
 Runuran-0.21.0/Runuran/NAMESPACE                                                |    2 
 Runuran-0.21.0/Runuran/NEWS                                                     |   20 
 Runuran-0.21.0/Runuran/R/Runuran.R                                              |   32 
 Runuran-0.21.0/Runuran/build                                                    |only
 Runuran-0.21.0/Runuran/configure                                                |  206 +-
 Runuran-0.21.0/Runuran/inst/doc/Runuran.R                                       |only
 Runuran-0.21.0/Runuran/inst/doc/Runuran.Rnw                                     |   23 
 Runuran-0.21.0/Runuran/inst/doc/Runuran.pdf                                     |binary
 Runuran-0.21.0/Runuran/inst/include/unuran.h                                    |    2 
 Runuran-0.21.0/Runuran/man/Runuran-package.Rd                                   |    8 
 Runuran-0.21.0/Runuran/man/dari.new.Rd                                          |    2 
 Runuran-0.21.0/Runuran/man/pinv.new.Rd                                          |    2 
 Runuran-0.21.0/Runuran/man/unuran.packed-methods.Rd                             |    2 
 Runuran-0.21.0/Runuran/man/up.Rd                                                |    4 
 Runuran-0.21.0/Runuran/man/use.aux.urng-method.Rd                               |only
 Runuran-0.21.0/Runuran/src/Makevars.in                                          |    2 
 Runuran-0.21.0/Runuran/src/Runuran.c                                            |  139 +
 Runuran-0.21.0/Runuran/src/Runuran.h                                            |   15 
 Runuran-0.21.0/Runuran/src/Runuran_distr.c                                      |   10 
 Runuran-0.21.0/Runuran/src/Runuran_pinv.c                                       |   26 
 Runuran-0.21.0/Runuran/src/performance.c                                        |   16 
 Runuran-0.21.0/Runuran/src/scripts                                              |only
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cemp.c                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cemp.h                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/condi.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/condi.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cont.c                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cont.h                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/corder.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/corder.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cvec.c                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cvec.h                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cvemp.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cvemp.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cxtrans.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/cxtrans.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/deprecated_distr.h                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/discr.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/discr.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/distr.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/distr.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/distr_info.c                        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/distr_source.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/distr_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/matr.c                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distr/matr.h                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_F.c                       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_beta.c                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_beta_gen.c                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_burr.c                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_cauchy.c                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_chi.c                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_chi_gen.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_chisquare.c               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_exponential.c             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_exponential_gen.c         |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_extremeI.c                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_extremeII.c               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_gamma.c                   |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_gamma_gen.c               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_ghyp.c                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_gig.c                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_gig2.c                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_gig_gen.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_hyperbolic.c              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_ig.c                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_laplace.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_logistic.c                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_lognormal.c               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_lomax.c                   |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_meixner.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_normal.c                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_normal_gen.c              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_pareto.c                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_powerexponential.c        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_powerexponential_gen.c    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_rayleigh.c                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_slash.c                   |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_slash_gen.c               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_student.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_student_gen.c             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_triangular.c              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_uniform.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_vg.c                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/c_weibull.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_binomial.c                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_binomial_gen.c            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_geometric.c               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_hypergeometric.c          |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_hypergeometric_gen.c      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_logarithmic.c             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_logarithmic_gen.c         |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_negativebinomial.c        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_poisson.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_poisson_gen.c             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_zipf.c                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/d_zipf_gen.c                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/m_correlation.c             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/unur_distributions.h        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/unur_distributions_source.h |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/unur_stddistr.h             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/vc_copula.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/vc_multicauchy.c            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/vc_multiexponential.c       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/vc_multinormal.c            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/vc_multinormal_gen.c        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/distributions/vc_multistudent.c           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/arou.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/arou.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/arou_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ars.c                             |    4 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ars.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ars_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/auto.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/auto.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/auto_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/cext.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/cext.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/cext_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/cstd.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/cstd.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/cstd_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dari.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dari.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dari_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dau.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dau.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dau_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/deprecated_methods.h              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/deprecated_tdrgw.h                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/deprecated_vmt.h                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/deprecated_vmt_struct.h           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dext.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dext.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dext_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dgt.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dgt.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dgt_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dsrou.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dsrou.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dsrou_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dss.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dss.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dss_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dstd.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dstd.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/dstd_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/empk.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/empk.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/empk_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/empl.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/empl.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/empl_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/gibbs.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/gibbs.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/gibbs_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hinv.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hinv.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hinv_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hist.c                            |    4 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hist.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hist_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hitro.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hitro.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hitro_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hrb.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hrb.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hrb_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hrd.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hrd.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hrd_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hri.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hri.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/hri_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/itdr.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/itdr.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/itdr_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mcorr.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mcorr.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mcorr_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mixt.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mixt.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mixt_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvstd.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvstd.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvstd_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr_debug.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr_info.ch                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr_init.ch                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr_newset.ch                   |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr_sample.ch                   |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/mvtdr_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_debug.ch                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_info.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_init.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_newset.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_newton.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_regula.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_sample.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ninv_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/norta.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/norta.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/norta_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/nrou.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/nrou.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/nrou_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_debug.ch                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_info.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_init.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_newset.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_newton.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_prep.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_sample.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/pinv_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/srou.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/srou.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/srou_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ssr.c                             |    4 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ssr.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/ssr_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl_debug.ch                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl_info.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl_init.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl_newset.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl_sample.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tabl_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_debug.ch                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_gw_debug.ch                   |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_gw_init.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_gw_sample.ch                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_ia_sample.ch                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_info.ch                       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_init.ch                       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_newset.ch                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_ps_debug.ch                   |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_ps_init.ch                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_ps_sample.ch                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_sample.ch                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/tdr_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/unif.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/unif.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/unif_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/unur_methods.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/unur_methods_source.h             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/utdr.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/utdr.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/utdr_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/vempk.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/vempk.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/vempk_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/vnrou.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/vnrou.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/vnrou_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/x_gen.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/x_gen.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/x_gen_source.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/methods/x_gen_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser.c                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_debug.ch               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_deriv.ch               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_eval.ch                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_init.ch                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_parser.ch              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_scanner.ch             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_source.h               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_stringgen.ch           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_struct.h               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/functparser_symbols.h              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/parser.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/parser.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/parser_source.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/stringparser.c                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/parser/stringparser_lists.ch              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/specfunct/bessel_asympt.c                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/specfunct/cgamma.c                        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/specfunct/hypot.c                         |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/specfunct/log1p.c                         |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/specfunct/unur_specfunct_source.h         |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/tests/countpdf.c                          |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/tests/counturn.c                          |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/tests/inverror.c                          |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/tests/unuran_tests.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/mrg31k3p.c                        |only
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/urng_builtin.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/urng_fvoid.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/urng_gsl.h                        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/urng_gslqrng.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/urng_prng.h                       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/urng_randomshift.h                |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/uniform/urng_rngstreams.h                 |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/unur_cookies.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/unur_source.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/unur_struct.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/unur_typedefs.h                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/unuran.h                                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/urng/urng.c                               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/urng/urng.h                               |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/urng/urng_default.c                       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/urng/urng_set.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/urng/urng_source.h                        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/urng/urng_struct.h                        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/urng/urng_unuran.c                        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/debug.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/debug.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/debug_source.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/eigensystem.c                       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/error.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/error.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/error_source.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/fmax.c                              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/fmax_source.h                       |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/hooke.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/hooke_source.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/lobatto.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/lobatto_source.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/lobatto_struct.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/matrix.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/matrix_source.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/mrou_rectangle.c                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/mrou_rectangle_source.h             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/mrou_rectangle_struct.h             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/slist.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/slist.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/slist_struct.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/stream.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/stream.h                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/stream_source.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/string.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/string_source.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/string_struct.h                     |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/umalloc.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/umalloc_source.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/umath.c                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/umath.h                             |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/umath_source.h                      |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/unur_errno.h                        |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/unur_fp.c                           |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/unur_fp_const_source.h              |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/unur_fp_source.h                    |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/unur_math_source.h                  |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/vector.c                            |    2 
 Runuran-0.21.0/Runuran/src/unuran-src/utils/vector_source.h                     |    2 
 Runuran-0.21.0/Runuran/src/verify.c                                             |    2 
 Runuran-0.21.0/Runuran/tests/test_auxurng.R                                     |only
 Runuran-0.21.0/Runuran/vignettes                                                |only
 360 files changed, 1060 insertions(+), 880 deletions(-)

More information about Runuran at CRAN
Permanent link

New package replicationInterval with initial version 0.1
Package: replicationInterval
Type: Package
Title: Replication Interval Functions
Version: 0.1
Date: 2014-08-27
Author: David Stanley
Maintainer: David Stanley
Description: A common problem faced by journal reviewers and authors is the question of whether the results of a replication study are consistent with the original published study. One solution to this problem is to examine the effect size from the published study and generate the range of effect sizes that could reasonably be obtained (due to random sampling) in a replication attempt (i.e., calculate a replication interval). If a replication effect size falls outside the replication interval then that value could not have occurred to due the effects of sampling error alone. Alternatively, if a replication effect size falls within the replication interval then the replication results could have reasonably occurred due to the effects of sampling error alone. This package has functions that calculate the replication interval for two different types of effect sizes (i.e., correlation, Cohen's d).
Imports: MBESS
License: Unlimited
Packaged: 2014-08-27 20:23:22 UTC; stanley
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 23:32:23

More information about replicationInterval at CRAN
Permanent link

Package gWidgets updated to version 0.0-54 with previous version 0.0-53 dated 2014-07-20

Title: gWidgets API for building toolkit-independent, interactive GUIs
Description: gWidgets provides a toolkit-independent API for building interactive GUIs. At least one of the 'gWidgetsXXX packages', such as gWidgetstcltk, needs to be installed. Some icons are on loan from the scigraphica project http://scigraphica.sourceforge.net.
Author: John Verzani. Based on the iwidgets code of Simon Urbanek and suggestions by Simon Urbanek, Philippe Grosjean and Michael Lawrence
Maintainer: John Verzani

Diff between gWidgets versions 0.0-53 dated 2014-07-20 and 0.0-54 dated 2014-08-27

 DESCRIPTION                |    6 +++---
 MD5                        |   12 ++++++------
 NEWS                       |   12 ++++++++++++
 R/gcommandline.R           |    4 ++--
 R/gvariables.R             |   17 +++++++++--------
 inst/doc/addingToolkit.pdf |binary
 inst/doc/gWidgets.pdf      |binary
 7 files changed, 32 insertions(+), 19 deletions(-)

More information about gWidgets at CRAN
Permanent link

New package dotenv with initial version 1.0
Package: dotenv
Title: Load environment variables from .env
Version: 1.0
Authors@R: "Gabor Csardi [aut, cre]"
Description: Load configuration from a .env file, that is in the current working directory, into environment variables.
License: MIT + file LICENSE
LazyData: true
Imports: magrittr, falsy
URL: https://github.com/gaborcsardi/dotenv
BugReports: https://github.com/gaborcsardi/dotenv/issues
Packaged: 2014-08-27 19:55:50 UTC; gaborcsardi
Author: "Gabor Csardi" [aut, cre]
Maintainer: "Gabor Csardi"
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 23:42:52

More information about dotenv at CRAN
Permanent link

Package bfast updated to version 1.5.7 with previous version 1.4.4 dated 2013-03-27

Title: Breaks For Additive Season and Trend (BFAST)
Description: BFAST integrates the decomposition of time series into trend, seasonal, and remainder components with methods for detecting and characterizing abrupt changes within the trend and seasonal components. BFAST can be used to analyze different types of satellite image time series and can be applied to other disciplines dealing with seasonal or non-seasonal time series, such as hydrology, climatology, and econometrics. The algorithm can be extended to label detected changes with information on the parameters of the fitted piecewise linear models. BFAST monitoring functionality is added based on a paper that has been submitted to Remote Sensing of Environment. BFAST monitor provides functionality to detect disturbance in near real-time based on BFAST-type models. BFAST approach is flexible approach that handles missing data without interpolation. Furthermore now different models can be used to fit the time series data and detect structural changes (breaks).
Author: Jan Verbesselt [aut, cre], Achim Zeileis [aut], Rob Hyndman [ctb]
Maintainer: Jan Verbesselt

Diff between bfast versions 1.4.4 dated 2013-03-27 and 1.5.7 dated 2014-08-27

 DESCRIPTION            |   57 ++++++++++++----------------
 MD5                    |   44 ++++++++++++---------
 NAMESPACE              |   44 ++++++++++++++-------
 NEWS                   |   12 +++++
 R/bfast.R              |   57 ++++++++++++++--------------
 R/bfast01.R            |only
 R/bfast01classify.R    |only
 R/bfastts.R            |   13 ++++--
 R/plot.bfast.R         |    1 
 R/seasonal.R           |   48 ++++++++++++-----------
 data/harvest.rda       |binary
 data/ndvi.rda          |only
 data/simts.rda         |binary
 data/som.rda           |binary
 data/somaliadat.rda    |binary
 man/bfast-package.Rd   |   14 ++----
 man/bfast.Rd           |   99 ++++++++++++++++++++++++++++++++-----------------
 man/bfast01.Rd         |only
 man/bfast01classify.Rd |only
 man/bfastmonitor.Rd    |   32 +++++++--------
 man/bfastpp.Rd         |    1 
 man/bfastts.Rd         |   23 +++--------
 man/dates.Rd           |    4 -
 man/ndvi.Rd            |only
 man/plot.bfast.Rd      |    3 -
 man/som.Rd             |    4 +
 26 files changed, 255 insertions(+), 201 deletions(-)

More information about bfast at CRAN
Permanent link

New package lmeVarComp with initial version 1.0
Package: lmeVarComp
Type: Package
Title: Testing for a subset of variance components in linear mixed models
Version: 1.0
Date: 2014-08-27
Author: Yichi Zhang
Maintainer: Yichi Zhang
Description: Test zero variance components in linear mixed models and test additivity in nonparametric regression using the restricted likelihood ratio test and the generalized F-test.
License: GPL (>= 2)
Suggests: RLRsim, varComp
ByteCompile: yes
NeedsCompilation: yes
Packaged: 2014-08-27 17:33:32 UTC; yzhang52
Repository: CRAN
Date/Publication: 2014-08-27 21:17:18

More information about lmeVarComp at CRAN
Permanent link

Package gsubfn updated to version 0.6-6 with previous version 0.6-5 dated 2012-10-22

Title: Utilities for strings and function arguments.
Description: gsubfn is like gsub but can take a replacement function or certain other objects instead of the replacement string. Matches and back references are input to the replacement function and replaced by the function output. gsubfn can be used to split strings based on content rather than delimiters and for quasi-perl-style string interpolation. The package also has facilities for translating formulas to functions and allowing such formulas in function calls instead of functions. This can be used with R functions such as apply, sapply, lapply, optim, integrate, xyplot, Filter and any other function that expects another function as an input argument or functions like cat or sql calls that may involve strings where substitution is desirable.
Author: G. Grothendieck
Maintainer: G. Grothendieck

Diff between gsubfn versions 0.6-5 dated 2012-10-22 and 0.6-6 dated 2014-08-27

 gsubfn-0.6-5/gsubfn/COPYRIGHTS                                     |only
 gsubfn-0.6-5/gsubfn/inst/doc/gsubfn-23.03.2012--8.55.13.11.bck.pdf |only
 gsubfn-0.6-6/gsubfn/DESCRIPTION                                    |   33 ++++------
 gsubfn-0.6-6/gsubfn/MD5                                            |   27 ++++----
 gsubfn-0.6-6/gsubfn/NAMESPACE                                      |    4 -
 gsubfn-0.6-6/gsubfn/R/fn.R                                         |    4 -
 gsubfn-0.6-6/gsubfn/R/gsubfn.R                                     |   13 ++-
 gsubfn-0.6-6/gsubfn/R/read.pattern.R                               |only
 gsubfn-0.6-6/gsubfn/R/strapplyc.R                                  |    7 +-
 gsubfn-0.6-6/gsubfn/R/zzz.R                                        |    3 
 gsubfn-0.6-6/gsubfn/build                                          |only
 gsubfn-0.6-6/gsubfn/inst/NEWS                                      |    8 ++
 gsubfn-0.6-6/gsubfn/inst/doc/gsubfn.R                              |only
 gsubfn-0.6-6/gsubfn/inst/doc/gsubfn.Rnw                            |    5 +
 gsubfn-0.6-6/gsubfn/inst/doc/gsubfn.pdf                            |binary
 gsubfn-0.6-6/gsubfn/man/read.pattern.Rd                            |only
 gsubfn-0.6-6/gsubfn/man/strapply.Rd                                |   23 +++---
 gsubfn-0.6-6/gsubfn/vignettes                                      |only
 18 files changed, 71 insertions(+), 56 deletions(-)

More information about gsubfn at CRAN
Permanent link

Package ptinpoly updated to version 2.4 with previous version 2.1 dated 2014-04-30

Title: Point-In-Polyhedron Test (2D and 3D)
Description: Function 'pip3d' tests whether a point in 3D space is within, exactly on, or outside an enclosed surface defined by a triangular mesh. Function 'pip2d' tests whether a point in 2D space is within, exactly on, or outside a polygon.
Author: Jose M. Maisog, Yuan Wang, George Luta, Jianfei Liu
Maintainer: Jose M. Maisog

Diff between ptinpoly versions 2.1 dated 2014-04-30 and 2.4 dated 2014-08-27

 DESCRIPTION           |   19 ++++++------
 MD5                   |   28 +++++++++---------
 NAMESPACE             |    4 +-
 R/blocks2vf.R         |   24 +++++++++++++++-
 data/comb.rda         |binary
 data/faces.rda        |binary
 data/fractal.rda      |binary
 data/queries.rda      |binary
 data/spiral.rda       |binary
 data/verts.rda        |binary
 man/pip2d.Rd          |    6 ++--
 man/pip3d.Rd          |   11 ++++---
 src/kodtree.cc        |   27 ++++++++++--------
 src/kodtree.h         |    2 -
 src/pinpolyhedronA.cc |   74 +++++++++++++++++++++++++++++++++-----------------
 15 files changed, 123 insertions(+), 72 deletions(-)

More information about ptinpoly at CRAN
Permanent link

Package R.filesets updated to version 2.6.0 with previous version 2.4.0 dated 2014-02-28

Title: Easy handling of and access to files organized in structured directories
Description: A file set refers to a set of files located in one or more directories on the file system. This package provides classes and methods to locate, setup, subset, navigate and iterate such sets. The API is designed such that these classes can be extended via inheritance to provide a richer API for special file formats. Moreover, a specific name format is defined such that filenames and directories can be considered to have full names which consists of a name followed by comma-separated tags. This adds additional flexibility to identify file sets and individual files. NOTE: This package's API should be considered to be in an beta stage. Its main purpose is currently to support the aroma.* packages, where it is one of the main core components; if you decide to build on top of this package, please contact the author first.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson

Diff between R.filesets versions 2.4.0 dated 2014-02-28 and 2.6.0 dated 2014-08-27

 DESCRIPTION                                         |   16 +-
 MD5                                                 |   54 ++++---
 NAMESPACE                                           |    3 
 NEWS                                                |   75 ++++++++++
 R/ChecksumFileSet.R                                 |    6 
 R/FullNameInterface.appendFullNameTranslatorByNnn.R |    2 
 R/GenericDataFile.R                                 |   30 +++-
 R/GenericDataFileSet.PARALLEL.R                     |only
 R/GenericDataFileSet.R                              |  145 ++++++++++++--------
 R/GenericDataFileSet.getChecksum.R                  |    2 
 R/GenericTabularFileSet.R                           |    2 
 R/TabularTextFile.R                                 |   81 +++++++----
 inst/exData/dataSetA,original/1.2(a).txt            |only
 inst/exData/dataSetA,original/11.2(a).txt           |only
 inst/exData/dataSetA,original/fileF.txt             |only
 inst/exData/dataSetA,original/fileFF.txt            |only
 inst/exData/dataSetB/fileG,EOL.txt                  |only
 inst/exData/dataSetB/fileG,noEOL.txt                |only
 man/ChecksumFileSet.Rd                              |    3 
 man/GenericTabularFileSet.Rd                        |    2 
 man/Non-documented_objects.Rd                       |    3 
 man/RdsFileSet.Rd                                   |    2 
 man/TabularTextFileSet.Rd                           |    2 
 man/append.GenericDataFileSet.Rd                    |    4 
 man/dsApply.GenericDataFileSet.Rd                   |only
 man/indexOf.GenericDataFileSet.Rd                   |    5 
 man/linkTo.GenericDataFile.Rd                       |    8 -
 man/sortBy.GenericDataFileSet.Rd                    |    6 
 tests/GenericDataFile.R                             |   62 ++++++--
 tests/GenericDataFileSet,dsApply.R                  |only
 tests/GenericDataFileSet,sortBy.R                   |only
 tests/GenericDataFileSet.R                          |   79 ++++++++++
 tests/TabularTextFile.R                             |only
 tests/TabularTextFileSet.R                          |only
 34 files changed, 454 insertions(+), 138 deletions(-)

More information about R.filesets at CRAN
Permanent link

New package shopifyr with initial version 0.28
Package: shopifyr
Type: Package
Title: An R Interface to the Shopify API
Version: 0.28
Date: 2014-07-28
Author: Charlie Friedemann
Maintainer: Charlie Friedemann
Description: An interface to the API of the E-commerce service Shopify (http://docs.shopify.com/api)
URL: https://github.com/charliebone/shopifyr/
License: GPL-3
Depends: R (>= 3.0), RCurl
Imports: R6 (>= 2.0), RJSONIO
Collate: 'Announcement.R' 'ApplicationCharge.R' 'Article.R' 'Asset.R' 'Blog.R' 'CarrierService.R' 'Checkout.R' 'Collect.R' 'Comment.R' 'Country.R' 'CustomCollection.R' 'Customer.R' 'CustomerGroup.R' 'Event.R' 'Fulfillment.R' 'FulfillmentService.R' 'Location.R' 'MetaField.R' 'Order.R' 'OrderRisks.R' 'Page.R' 'Product.R' 'ProductImage.R' 'ProductVariant.R' 'Province.R' 'RecurringApplicationCharge.R' 'Redirect.R' 'Refund.R' 'ScriptTag.R' 'Shop.R' 'private.R' 'Webhook.R' 'Transaction.R' 'Theme.R' 'SmartCollection.R' 'ShopifyShop.R' 'shopfyr-package.R'
Packaged: 2014-08-27 15:24:00 UTC; Charlie
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 18:04:04

More information about shopifyr at CRAN
Permanent link

Package pscl updated to version 1.4.6 with previous version 1.04.4 dated 2012-06-13

Title: Political Science Computational Laboratory, Stanford University
Description: Bayesian analysis of item-response theory (IRT) models, roll call analysis; computing highest density regions; maximum likelihood estimation of zero-inflated and hurdle models for count data; goodness-of-fit measures for GLMs; data sets used in writing and teaching at the Political Science Computational Laboratory; seats-votes curves.
Author: Simon Jackman, with contributions from Alex Tahk, Achim Zeileis, Christina Maimone and Jim Fearon
Maintainer: Simon Jackman

Diff between pscl versions 1.04.4 dated 2012-06-13 and 1.4.6 dated 2014-08-27

 pscl-1.04.4/pscl/COPYRIGHTS                    |only
 pscl-1.04.4/pscl/inst/doc/DebTrivedi.rda       |only
 pscl-1.04.4/pscl/inst/doc/countreg.bib         |only
 pscl-1.4.6/pscl/DESCRIPTION                    |   31 ++++------
 pscl-1.4.6/pscl/MD5                            |   77 +++++++++++++------------
 pscl-1.4.6/pscl/NAMESPACE                      |    1 
 pscl-1.4.6/pscl/NEWS                           |   13 +++-
 pscl-1.4.6/pscl/R/ideal.r                      |    5 -
 pscl-1.4.6/pscl/R/odTest.R                     |    2 
 pscl-1.4.6/pscl/R/readKH.r                     |    4 -
 pscl-1.4.6/pscl/R/sysdata.rda                  |only
 pscl-1.4.6/pscl/R/vuong.R                      |   40 ++++++++----
 pscl-1.4.6/pscl/R/zeroinfl.R                   |   18 ++---
 pscl-1.4.6/pscl/build                          |only
 pscl-1.4.6/pscl/data/absentee.rda              |binary
 pscl-1.4.6/pscl/data/presidentialElections.rda |binary
 pscl-1.4.6/pscl/inst/COPYRIGHTS                |only
 pscl-1.4.6/pscl/inst/doc/countreg.R            |only
 pscl-1.4.6/pscl/inst/doc/countreg.pdf          |binary
 pscl-1.4.6/pscl/inst/extdata                   |only
 pscl-1.4.6/pscl/man/admit.Rd                   |    1 
 pscl-1.4.6/pscl/man/constrain.items.Rd         |   19 +-----
 pscl-1.4.6/pscl/man/constrain.legis.Rd         |   23 ++-----
 pscl-1.4.6/pscl/man/extractRollCallObject.Rd   |    9 --
 pscl-1.4.6/pscl/man/hitmiss.Rd                 |    1 
 pscl-1.4.6/pscl/man/hurdletest.Rd              |    2 
 pscl-1.4.6/pscl/man/ideal.Rd                   |   54 +++++------------
 pscl-1.4.6/pscl/man/idealToMCMC.Rd             |    9 --
 pscl-1.4.6/pscl/man/iraqVote.Rd                |    9 --
 pscl-1.4.6/pscl/man/odTest.Rd                  |    1 
 pscl-1.4.6/pscl/man/pR2.Rd                     |    1 
 pscl-1.4.6/pscl/man/plot.predict.ideal.Rd      |    9 --
 pscl-1.4.6/pscl/man/politicalInformation.Rd    |    1 
 pscl-1.4.6/pscl/man/postProcess.Rd             |   31 ++--------
 pscl-1.4.6/pscl/man/presidentialElections.Rd   |   17 ++---
 pscl-1.4.6/pscl/man/readKH.Rd                  |    6 -
 pscl-1.4.6/pscl/man/vuong.Rd                   |    3 
 pscl-1.4.6/pscl/src/IDEAL.c                    |    3 
 pscl-1.4.6/pscl/src/dtnorm.c                   |    1 
 pscl-1.4.6/pscl/src/rigamma.c                  |   12 ---
 pscl-1.4.6/pscl/src/updatex.c                  |    1 
 pscl-1.4.6/pscl/vignettes                      |only
 42 files changed, 164 insertions(+), 240 deletions(-)

More information about pscl at CRAN
Permanent link

Package MultiSV updated to version 0.0-67 with previous version 0.0-62 dated 2014-07-02

Title: MultiSV: an R package for identification of structural variations in multiple populations based on whole genome resequencing
Description: MultiSV is an R package for identification of structural variations in multiple populations based on whole genome resequencing. It fits linear mixed model and identifies structural variations in multiple populations using whole genome sequencing data. It could also be manipulated to use on RNA-seq data for differential gene expression (implementation in future releases). Main steps for analysis include generating read depth in bins using ComputeBinCounts. conversion of bins to MultiSV format using Bin2MultiSV. Finally, identification of structural variations using CallMultiSV.
Author: Khurram Maqbool
Maintainer: Khurram Maqbool

Diff between MultiSV versions 0.0-62 dated 2014-07-02 and 0.0-67 dated 2014-08-27

 MultiSV-0.0-62/MultiSV/R/MultiSV.Data.R          |only
 MultiSV-0.0-67/MultiSV/DESCRIPTION               |   27 ++++++++------
 MultiSV-0.0-67/MultiSV/MD5                       |   17 ++++----
 MultiSV-0.0-67/MultiSV/R/MultiSVMn.R             |   44 -----------------------
 MultiSV-0.0-67/MultiSV/data/MultiSV.Data.rda     |binary
 MultiSV-0.0-67/MultiSV/inst/CITATION             |    2 -
 MultiSV-0.0-67/MultiSV/inst/extdata/MultiSV.conf |   14 +++----
 MultiSV-0.0-67/MultiSV/man/CallMultiSV.Rd        |    8 +++-
 MultiSV-0.0-67/MultiSV/man/ComputeBinCounts.Rd   |    4 +-
 MultiSV-0.0-67/MultiSV/man/MultiSVData.Rd        |    7 ++-
 10 files changed, 46 insertions(+), 77 deletions(-)

More information about MultiSV at CRAN
Permanent link

Package fwsim updated to version 0.3.2 with previous version 0.3.1 dated 2014-04-25

Title: Fisher-Wright Population Simulation
Description: Simulates a population under the Fisher-Wright model (fixed or stochastic population size) with a one-step neutral mutation process (stepwise mutation model, logistic mutation model and exponential mutation model supported). The stochastic population sizes are random Poisson distributed and different kinds of population growth are supported. For the stepwise mutation model, it is possible to specify locus and direction specific mutation rate (in terms of upwards and downwards mutation rate). Intermediate generations can be saved in order to study e.g. drift.
Author: Mikkel Meyer Andersen and Poul Svante Eriksen
Maintainer: Mikkel Meyer Andersen

Diff between fwsim versions 0.3.1 dated 2014-04-25 and 0.3.2 dated 2014-08-27

 DESCRIPTION            |   10 +--
 MD5                    |   20 ++++---
 NAMESPACE              |    1 
 NEWS                   |    3 +
 R/RcppExports.R        |    4 +
 R/fwsim.R              |  128 +++++++++++++++++++++++++++++++++++++++++++++++++
 R/print.R              |    6 +-
 R/summary.R            |   36 +++++++++----
 man/fwsim.Rd           |   11 +++-
 src/RcppExports.cpp    |   22 ++++++++
 src/fwpopsim_fixed.cpp |only
 src/fwpopsim_fixed.h   |only
 12 files changed, 214 insertions(+), 27 deletions(-)

More information about fwsim at CRAN
Permanent link

New package falsy with initial version 1.0
Package: falsy
Title: Define truthy and falsy values
Version: 1.0
Authors@R: "Gabor Csardi [aut, cre]"
Description: A value is falsy if it is NULL, FALSE, the empty string, zero, or an empty vector or list. Other values are truthy. The new %&&% and %||% operators work with falsy and truthy values and can be used for concise conditional execution.
License: MIT + file LICENSE
Suggests: testthat
URL: https://github.com/gaborcsardi/falsy
BugReports: https://github.com/gaborcsardi/falsy/issues
Packaged: 2014-08-27 16:10:35 UTC; gaborcsardi
Author: "Gabor Csardi" [aut, cre]
Maintainer: "Gabor Csardi"
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 18:52:29

More information about falsy at CRAN
Permanent link

New package decompr with initial version 1.1
Package: decompr
Type: Package
Title: Export Decomposition (Wang-Wei-Zhu and source)
Version: 1.1
Date: 2014-08-27
Author: Bastiaan Quast
Maintainer: Bastiaan Quast
Description: The R package 'decompr' implements two export decomposition algorithms. Firstly, the Wang-Wei-Zhu (Wang, Wei, and Zhu 2013) algorithm splits bilateral gross exports into 16 value added components. Secondly, the Source decomposition algorithm derives the value added origin of exports by country and industry, which is also based on Wang, Wei, and Zhu (2013).
Depends: R (>= 2.10)
License: GPL-3
Packaged: 2014-08-27 13:03:19 UTC; quast2
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 18:09:17

More information about decompr at CRAN
Permanent link

New package Crossover with initial version 0.1-10
Package: Crossover
Type: Package
Title: Crossover Designs
Version: 0.1-10
Author: Kornelius Rohmeyer
Maintainer: Kornelius Rohmeyer
Description: Package Crossover provides different crossover designs from combinatorial or search algorithms as well as from literature and a GUI to access them.
Depends: R (>= 3.0.2), rJava (>= 0.8-3), CommonJavaJars (>= 1.0.5), JavaGD, ggplot2
Imports: MASS, crossdes (>= 1.1-1), xtable, methods, Matrix, multcomp, stats4, digest
Suggests: knitr, RUnit, nlme
SystemRequirements: Java (>= 5.0)
LinkingTo: Rcpp (>= 0.10.3), RcppArmadillo (>= 0.2.0)
License: GPL-2
VignetteBuilder: knitr
URL: https://github.com/kornl/Crossover/wiki
BugReports: https://github.com/kornl/Crossover/issues
Packaged: 2014-08-27 14:36:10 UTC; kornel
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-27 17:28:51

More information about Crossover at CRAN
Permanent link

Package WhopGenome updated to version 0.8.9 with previous version 0.8.2 dated 2013-12-03

Title: High-speed processing of whole-genome VCF-format variation data, FASTA-format sequence data and several alignments formats.
Description: WhopGenome's provides very fast access to whole genome, population scale variation data from VCF files and sequence data from FASTA-formatted files. It also reads in alignments from FASTA, Phylip, MAF and other file formats. Provides easy-to-use interfaces to genome annotation from UCSC and Bioconductor and gene ontology data from AmiGO and is capable to read, modify and write PLINK .PED-format pedigree files.
Author: Ulrich Wittelsbuerger
Maintainer: Ulrich Wittelsbuerger

Diff between WhopGenome versions 0.8.2 dated 2013-12-03 and 0.8.9 dated 2014-08-27

 WhopGenome-0.8.2/WhopGenome/man/whop.addfilter.Rd                          |only
 WhopGenome-0.8.9/WhopGenome/DESCRIPTION                                    |   11 
 WhopGenome-0.8.9/WhopGenome/MD5                                            |  185 +
 WhopGenome-0.8.9/WhopGenome/NAMESPACE                                      |   51 
 WhopGenome-0.8.9/WhopGenome/NEWS                                           |only
 WhopGenome-0.8.9/WhopGenome/R/fai.R                                        |    2 
 WhopGenome-0.8.9/WhopGenome/R/filter.R                                     |  281 ++
 WhopGenome-0.8.9/WhopGenome/R/read_simple.R                                |   44 
 WhopGenome-0.8.9/WhopGenome/inst                                           |only
 WhopGenome-0.8.9/WhopGenome/man/VCF_read_snp_diplo_bial_int_altpresence.Rd |   15 
 WhopGenome-0.8.9/WhopGenome/man/VCF_snpmat_diplo_bial_geno_filtered.Rd     |only
 WhopGenome-0.8.9/WhopGenome/man/bgzf_compress.Rd                           |   14 
 WhopGenome-0.8.9/WhopGenome/man/fai_build.Rd                               |   14 
 WhopGenome-0.8.9/WhopGenome/man/fai_close.Rd                               |   13 
 WhopGenome-0.8.9/WhopGenome/man/fai_open.Rd                                |   11 
 WhopGenome-0.8.9/WhopGenome/man/fai_query3.Rd                              |   17 
 WhopGenome-0.8.9/WhopGenome/man/fai_query5.Rd                              |   15 
 WhopGenome-0.8.9/WhopGenome/man/fai_reopen.Rd                              |   16 
 WhopGenome-0.8.9/WhopGenome/man/tabix_build.Rd                             |   44 
 WhopGenome-0.8.9/WhopGenome/man/tabix_close.Rd                             |   17 
 WhopGenome-0.8.9/WhopGenome/man/tabix_getregion.Rd                         |   15 
 WhopGenome-0.8.9/WhopGenome/man/tabix_open.Rd                              |   17 
 WhopGenome-0.8.9/WhopGenome/man/tabix_read.Rd                              |   17 
 WhopGenome-0.8.9/WhopGenome/man/tabix_reopen.Rd                            |   19 
 WhopGenome-0.8.9/WhopGenome/man/tabix_restartregion.Rd                     |   22 
 WhopGenome-0.8.9/WhopGenome/man/tabix_setregion.Rd                         |   15 
 WhopGenome-0.8.9/WhopGenome/man/vcf_addfilter.Rd                           |only
 WhopGenome-0.8.9/WhopGenome/man/vcf_buildindex.Rd                          |    8 
 WhopGenome-0.8.9/WhopGenome/man/vcf_clearfilters.Rd                        |   28 
 WhopGenome-0.8.9/WhopGenome/man/vcf_close.Rd                               |   13 
 WhopGenome-0.8.9/WhopGenome/man/vcf_countSNPs.Rd                           |   10 
 WhopGenome-0.8.9/WhopGenome/man/vcf_describefilters.Rd                     |   28 
 WhopGenome-0.8.9/WhopGenome/man/vcf_getChrom.Rd                            |   20 
 WhopGenome-0.8.9/WhopGenome/man/vcf_getcontignames.Rd                      |    5 
 WhopGenome-0.8.9/WhopGenome/man/vcf_getfieldnames.Rd                       |    4 
 WhopGenome-0.8.9/WhopGenome/man/vcf_getheaderline.Rd                       |    5 
 WhopGenome-0.8.9/WhopGenome/man/vcf_getnumcontigs.Rd                       |    5 
 WhopGenome-0.8.9/WhopGenome/man/vcf_getregion.Rd                           |    4 
 WhopGenome-0.8.9/WhopGenome/man/vcf_isINDEL.Rd                             |    6 
 WhopGenome-0.8.9/WhopGenome/man/vcf_isSNP.Rd                               |    6 
 WhopGenome-0.8.9/WhopGenome/man/vcf_open.Rd                                |    3 
 WhopGenome-0.8.9/WhopGenome/man/vcf_parseNextSNP.Rd                        |    7 
 WhopGenome-0.8.9/WhopGenome/man/vcf_readLineDF.Rd                          |    4 
 WhopGenome-0.8.9/WhopGenome/man/vcf_readLineRaw.Rd                         |    5 
 WhopGenome-0.8.9/WhopGenome/man/vcf_readLineVec.Rd                         |    4 
 WhopGenome-0.8.9/WhopGenome/man/vcf_reopen.Rd                              |    8 
 WhopGenome-0.8.9/WhopGenome/man/vcf_restartregion.Rd                       |   14 
 WhopGenome-0.8.9/WhopGenome/man/vcf_rule.disable.Rd                        |only
 WhopGenome-0.8.9/WhopGenome/man/vcf_rule.setaction.Rd                      |only
 WhopGenome-0.8.9/WhopGenome/man/vcf_rule.setcolumn.Rd                      |only
 WhopGenome-0.8.9/WhopGenome/man/vcf_rule.setcomparison.Rd                  |only
 WhopGenome-0.8.9/WhopGenome/man/vcf_rule.setfield.Rd                       |only
 WhopGenome-0.8.9/WhopGenome/man/vcf_rule.setrefvalues.Rd                   |only
 WhopGenome-0.8.9/WhopGenome/man/vcf_selectsamples.Rd                       |    8 
 WhopGenome-0.8.9/WhopGenome/man/vcf_setregion.Rd                           |   12 
 WhopGenome-0.8.9/WhopGenome/man/vcf_valid.Rd                               |    4 
 WhopGenome-0.8.9/WhopGenome/man/whop.ped.males.Rd                          |    4 
 WhopGenome-0.8.9/WhopGenome/man/whop.ucsc.query.Rd                         |    9 
 WhopGenome-0.8.9/WhopGenome/src/Makevars                                   |    9 
 WhopGenome-0.8.9/WhopGenome/src/Makevars.win                               |    3 
 WhopGenome-0.8.9/WhopGenome/src/functor_common.h                           |   77 
 WhopGenome-0.8.9/WhopGenome/src/rdnapp_MAF.h                               |    3 
 WhopGenome-0.8.9/WhopGenome/src/readdnapp.cpp                              |    8 
 WhopGenome-0.8.9/WhopGenome/src/t_info.cpp                                 |    2 
 WhopGenome-0.8.9/WhopGenome/src/t_main.cpp                                 |    7 
 WhopGenome-0.8.9/WhopGenome/src/t_read.cpp                                 |   32 
 WhopGenome-0.8.9/WhopGenome/src/tabix/bedidx.c                             |   29 
 WhopGenome-0.8.9/WhopGenome/src/tabix/bgzf.c                               |  131 -
 WhopGenome-0.8.9/WhopGenome/src/tabix/bgzf.h                               |    9 
 WhopGenome-0.8.9/WhopGenome/src/tabix/faidx.c                              |   44 
 WhopGenome-0.8.9/WhopGenome/src/tabix/index.c                              |  177 -
 WhopGenome-0.8.9/WhopGenome/src/tabix/knetfile.c                           |   78 
 WhopGenome-0.8.9/WhopGenome/src/tabix/knetfile.h                           |   11 
 WhopGenome-0.8.9/WhopGenome/src/tabix/kseq.h                               |    6 
 WhopGenome-0.8.9/WhopGenome/src/tabix/kstring.c                            |   16 
 WhopGenome-0.8.9/WhopGenome/src/tabix/kstring.h                            |    2 
 WhopGenome-0.8.9/WhopGenome/src/tabix/razf.c                               |   24 
 WhopGenome-0.8.9/WhopGenome/src/tabix/razf.h                               |    6 
 WhopGenome-0.8.9/WhopGenome/src/tabix/tabix.h                              |    4 
 WhopGenome-0.8.9/WhopGenome/src/w_codemat.cpp                              |  252 +-
 WhopGenome-0.8.9/WhopGenome/src/w_common.h                                 |  166 +
 WhopGenome-0.8.9/WhopGenome/src/w_filtering.cpp                            | 1025 +++++++---
 WhopGenome-0.8.9/WhopGenome/src/w_main.cpp                                 |  375 +++
 WhopGenome-0.8.9/WhopGenome/src/w_read.cpp                                 |   12 
 WhopGenome-0.8.9/WhopGenome/src/w_rsupport.cpp                             |   35 
 WhopGenome-0.8.9/WhopGenome/src/w_rsupport.h                               |    5 
 WhopGenome-0.8.9/WhopGenome/src/w_snpmat_diplo.cpp                         |only
 WhopGenome-0.8.9/WhopGenome/src/w_snpmat_fnc.cpp                           |  846 --------
 WhopGenome-0.8.9/WhopGenome/src/w_snpmat_int.cpp                           |only
 WhopGenome-0.8.9/WhopGenome/src/w_snpmat_str.cpp                           |only
 WhopGenome-0.8.9/WhopGenome/src/w_tabix.h                                  |   62 
 WhopGenome-0.8.9/WhopGenome/src/w_tools.h                                  |    5 
 WhopGenome-0.8.9/WhopGenome/src/w_vcf.cpp                                  |   29 
 WhopGenome-0.8.9/WhopGenome/src/w_vcf.h                                    |  270 ++
 WhopGenome-0.8.9/WhopGenome/src/zlib/gzguts.h                              |    2 
 WhopGenome-0.8.9/WhopGenome/vignettes                                      |only
 96 files changed, 3198 insertions(+), 1643 deletions(-)

More information about WhopGenome at CRAN
Permanent link

New package statebins with initial version 1.0
Package: statebins
Type: Package
Title: statebins is an alternative to choropleth maps for USA States
Version: 1.0
Date: 2014-08-26
Author: Bob Rudis (@hrbrmstr)
Maintainer: Bob Rudis
Description: statebins is an alternative to choropleth maps for USA States and is based on work by the Washington Post graphics department in their report on "The states most threatened by trade". statebins preserves as much of the geographic placement of the states as possible but has the look and feel of a traditional heatmap. Functions are provided that allow for use of both a binned, discrete scale and continuous scale depending on what is needed for the underlying data.
URL: http://github.com/hrbrmstr/statebins
BugReports: https://github.com/hrbrmstr/statebins/issues
License: MIT + file LICENSE
Suggests: testthat
Depends: R (>= 3.0.0), ggplot2, grid, scales, gridExtra, RColorBrewer
Packaged: 2014-08-27 13:24:41 UTC; bob
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 16:35:46

More information about statebins at CRAN
Permanent link

Package mediation updated to version 4.4.2 with previous version 4.4.1 dated 2014-08-13

Title: Causal Mediation Analysis
Description: mediation allows both parametric and nonparametric causal mediation analysis. It implements the methods and suggestions in Imai, Keele and Yamamoto (2010), Imai, Keele and Tingley (2010), Imai, Tingley and Yamamoto (2013), Imai and Yamamoto (2013) and Yamamoto (2013). In addition to the estimation of causal mediation effects, the software also allows researchers to conduct sensitivity analysis for certain parametric models.
Author: Dustin Tingley , Teppei Yamamoto , Kentaro Hirose , Luke Keele , Kosuke Imai
Maintainer: Teppei Yamamoto

Diff between mediation versions 4.4.1 dated 2014-08-13 and 4.4.2 dated 2014-08-27

 ChangeLog                  |    1 
 DESCRIPTION                |   18 +++----
 MD5                        |   32 ++++++------
 NAMESPACE                  |    5 +-
 R/ivmediate.R              |   29 ++++++-----
 R/mediate.R                |   61 ++++++++++++------------
 R/mediations.R             |    6 +-
 R/medsens.R                |    8 +--
 inst/doc/mediation-old.pdf |binary
 inst/doc/mediation.R       |  111 +++++++++++++++++----------------------------
 inst/doc/mediation.Rnw     |   27 ----------
 inst/doc/mediation.pdf     |binary
 man/mediate.Rd             |    2 
 man/plot.mediate.mer.Rd    |    2 
 man/summary.mediate.mer.Rd |    2 
 vignettes/mediation.Rnw    |   27 ----------
 vignettes/v59i05.bib       |    2 
 17 files changed, 133 insertions(+), 200 deletions(-)

More information about mediation at CRAN
Permanent link

Package SemiParSampleSel updated to version 1.1-1 with previous version 1.1 dated 2014-03-11

Title: Semiparametric Sample Selection Modelling with Continuous Response
Description: Routine for fitting continuous response copula sample selection models with semiparametric predictors, including linear and nonlinear effects.
Author: Giampiero Marra, Rosalba Radice and Malgorzata Wojtys
Maintainer: Giampiero Marra

Diff between SemiParSampleSel versions 1.1 dated 2014-03-11 and 1.1-1 dated 2014-08-27

 ChangeLog                       |    4 ++++
 DESCRIPTION                     |    6 +++---
 MD5                             |   12 ++++++------
 NAMESPACE                       |    5 ++---
 R/bitsgHs.r                     |    5 ++---
 man/SemiParSampleSel-package.Rd |    2 +-
 man/SemiParSampleSel.Rd         |    4 ++--
 7 files changed, 20 insertions(+), 18 deletions(-)

More information about SemiParSampleSel at CRAN
Permanent link

Package GMD updated to version 0.3.3 with previous version 0.3.1.1 dated 2012-02-06

Title: Generalized Minimum Distance of distributions
Description: GMD is a package for non-parametric distance measurement between two discrete frequency distributions.
Author: Xiaobei Zhao [aut, cre, cph], Albin Sandelin [aut]
Maintainer: Xiaobei Zhao

Diff between GMD versions 0.3.1.1 dated 2012-02-06 and 0.3.3 dated 2014-08-27

 GMD-0.3.1.1/GMD/R/zzz.R                                   |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-case-cage-01.pdf         |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-case-cage-02.pdf         |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-case-chipseq-01.pdf      |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-case-chipseq-02.pdf      |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-case-iris-01.pdf         |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-case-nottem-01.pdf       |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-GMD-01.pdf       |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-css-01.pdf       |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-gclust-01.pdf    |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-gdist-01.pdf     |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-ghist-01.pdf     |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-ghist-01b.pdf    |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-ghist-02.pdf     |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-heatmap3a-01.pdf |only
 GMD-0.3.1.1/GMD/inst/doc/GMD-fig-example-heatmap3b-01.pdf |only
 GMD-0.3.1.1/GMD/inst/doc/GMD.bib                          |only
 GMD-0.3.1.1/GMD/inst/doc/bioinfo.sty                      |only
 GMD-0.3.1.1/GMD/inst/doc/case-cage.R                      |only
 GMD-0.3.1.1/GMD/inst/doc/case-chipseq.R                   |only
 GMD-0.3.1.1/GMD/inst/doc/case-iris.R                      |only
 GMD-0.3.1.1/GMD/inst/doc/case-nottem.R                    |only
 GMD-0.3.1.1/GMD/inst/doc/example-GMD.R                    |only
 GMD-0.3.1.1/GMD/inst/doc/example-css.R                    |only
 GMD-0.3.1.1/GMD/inst/doc/example-gdist.R                  |only
 GMD-0.3.1.1/GMD/inst/doc/example-ghist.R                  |only
 GMD-0.3.1.1/GMD/inst/doc/example-heatmap3a.R              |only
 GMD-0.3.1.1/GMD/inst/doc/example-heatmap3b.R              |only
 GMD-0.3.1.1/GMD/inst/doc/hello-GMD.R                      |only
 GMD-0.3.1.1/GMD/inst/doc/vignette.sty                     |only
 GMD-0.3.1.1/GMD/man/invalid.Rd                            |only
 GMD-0.3.1.1/GMD/tests                                     |only
 GMD-0.3.3/GMD/.Rinstignore                                |    7 
 GMD-0.3.3/GMD/DESCRIPTION                                 |   43 -
 GMD-0.3.3/GMD/MD5                                         |  143 ++-
 GMD-0.3.3/GMD/NAMESPACE                                   |   38 -
 GMD-0.3.3/GMD/NEWS                                        |   36 
 GMD-0.3.3/GMD/R/GMD-internal.R                            |   89 --
 GMD-0.3.3/GMD/R/GMD-package.R                             |    6 
 GMD-0.3.3/GMD/R/css.R                                     |   45 -
 GMD-0.3.3/GMD/R/gdist.R                                   |   23 
 GMD-0.3.3/GMD/R/ghist.R                                   |  123 +--
 GMD-0.3.3/GMD/R/gmdm.R                                    |   26 
 GMD-0.3.3/GMD/R/gmdp.R                                    |   38 -
 GMD-0.3.3/GMD/R/heatmap3.R                                |  265 ++++---
 GMD-0.3.3/GMD/R/imports.R                                 |only
 GMD-0.3.3/GMD/R/util.R                                    |only
 GMD-0.3.3/GMD/build                                       |only
 GMD-0.3.3/GMD/inst/CITATION                               |   21 
 GMD-0.3.3/GMD/inst/doc/GMD-data-processing.R              |only
 GMD-0.3.3/GMD/inst/doc/GMD-data-processing.Rnw            |only
 GMD-0.3.3/GMD/inst/doc/GMD-data-processing.pdf            |only
 GMD-0.3.3/GMD/inst/doc/GMD-vignette.R                     |only
 GMD-0.3.3/GMD/inst/doc/GMD-vignette.Rnw                   |  285 ++++---
 GMD-0.3.3/GMD/inst/doc/GMD-vignette.pdf                   |binary
 GMD-0.3.3/GMD/inst/extdata                                |only
 GMD-0.3.3/GMD/inst/tests                                  |only
 GMD-0.3.3/GMD/man/GMD-package.Rd                          |  106 +-
 GMD-0.3.3/GMD/man/bedgraph.to.depth.Rd                    |only
 GMD-0.3.3/GMD/man/cage.Rd                                 |   25 
 GMD-0.3.3/GMD/man/chipseq.Rd                              |   30 
 GMD-0.3.3/GMD/man/css.Rd                                  |   94 +-
 GMD-0.3.3/GMD/man/elbow.Rd                                |  128 +--
 GMD-0.3.3/GMD/man/equalize.list.Rd                        |    9 
 GMD-0.3.3/GMD/man/gdist.Rd                                |   67 -
 GMD-0.3.3/GMD/man/get.sep.Rd                              |   15 
 GMD-0.3.3/GMD/man/ghist.Rd                                |   70 -
 GMD-0.3.3/GMD/man/gmdm.Rd                                 |   90 +-
 GMD-0.3.3/GMD/man/gmdp.Rd                                 |   95 +-
 GMD-0.3.3/GMD/man/heatmap.3.Rd                            |  520 +++++---------
 GMD-0.3.3/GMD/man/legend.Rd                               |  198 ++---
 GMD-0.3.3/GMD/man/mhist.summary.Rd                        |   66 -
 GMD-0.3.3/GMD/man/plot.gmdm.Rd                            |   66 -
 GMD-0.3.3/GMD/man/plot.gmdp.Rd                            |   52 -
 GMD-0.3.3/GMD/man/plot.mhist.Rd                           |  167 +---
 GMD-0.3.3/GMD/man/ts2df.Rd                                |   24 
 GMD-0.3.3/GMD/vignettes                                   |only
 77 files changed, 1448 insertions(+), 1562 deletions(-)

More information about GMD at CRAN
Permanent link

New package SelvarMix with initial version 1.0
Package: SelvarMix
Type: Package
Title: Regularization for variable selection in model-based clustering and discriminant analysis.
Version: 1.0
Date: 2014-04-03
Author: Mohammed Sedki, Gilles Celeux, Cathy Maugis-Rabusseau
Maintainer: Mohammed Sedki
Description: Regularization for variable selection in model-based clustering and discriminant analysis
License: GPL (>= 3)
Imports: Rcpp (>= 0.11.1), glasso, parallel, Rmixmod
LinkingTo: Rcpp, RcppArmadillo
Packaged: 2014-08-27 08:54:54 UTC; sedki
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-27 11:13:29

More information about SelvarMix at CRAN
Permanent link

New package rsdmx with initial version 0.3
Package: rsdmx
Version: 0.3
Date: 2014-08-27
Title: A package to read SDMX data and metadata
Authors@R: c( person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com"), person("Matthieu", "Stigler", role = c("ctb")))
Maintainer: Emmanuel Blondel
Depends: R (>= 2.15)
Imports: methods, XML (>= 3.96-1.1), RCurl, plyr
Suggests: testthat
Description: The package hosts a set of classes and methods to parse/read SDMX data and metadata.
License: GPL (>= 2)
URL: https://github.com/opensdmx/rsdmx
BugReports: https://github.com/opensdmx/rsdmx/issues
LazyLoad: yes
Collate: Class-SDMXSchema.R Class-SDMXType.R Class-SDMXStructureType.R Class-SDMXHeader.R Class-SDMX.R Class-SDMXGenericData.R Class-SDMXCompactData.R Class-SDMXMessageGroup.R Class-SDMXConcept.R Class-SDMXConceptScheme.R Class-SDMXConcepts.R Class-SDMXCode.R Class-SDMXCodelist.R Class-SDMXCodelists.R Class-SDMXDimension.R Class-SDMXTimeDimension.R Class-SDMXPrimaryMeasure.R Class-SDMXAttribute.R Class-SDMXComponents.R Class-SDMXDataStructure.R Class-SDMXDataStructures.R Class-SDMXDataStructureDefinition.R SDMXSchema-methods.R SDMXType-methods.R SDMXStructureType-methods.R SDMXHeader-methods.R SDMX-methods.R SDMXGenericData-methods.R SDMXCompactData-methods.R SDMXMessageGroup-methods.R SDMXConcept-methods.R SDMXConceptScheme-methods.R SDMXConcepts-methods.R SDMXCode-methods.R SDMXCodelist-methods.R SDMXCodelists-methods.R SDMXDimension-methods.R SDMXTimeDimension-methods.R SDMXPrimaryMeasure-methods.R SDMXAttribute-methods.R SDMXComponents-methods.R SDMXDataStructure-methods.R SDMXDataStructures-methods.R SDMXDataStructureDefinition-methods.R readSDMX.R
Packaged: 2014-08-27 08:54:13 UTC; Utilisateur
Author: Emmanuel Blondel [aut, cre], Matthieu Stigler [ctb]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-27 11:13:31

More information about rsdmx at CRAN
Permanent link

Package arm updated to version 1.7-07 with previous version 1.7-05 dated 2014-08-01

Title: Data Analysis Using Regression and Multilevel/Hierarchical Models
Description: R functions for processing lm, glm, svy.glm, merMod and polr outputs.
Author: Andrew Gelman [aut], Yu-Sung Su [aut, cre], Masanao Yajima [ctb], Jennifer Hill [ctb], Maria Grazia Pittau [ctb], Jouni Kerman [ctb], Tian Zheng [ctb], Vicent Dorie [ctb]
Maintainer: Yu-Sung Su

Diff between arm versions 1.7-05 dated 2014-08-01 and 1.7-07 dated 2014-08-27

 CHANGELOG                 |   14 +++
 DESCRIPTION               |    8 +-
 MD5                       |   18 ++--
 NAMESPACE                 |   14 ++-
 R/AllGeneric.R            |   10 --
 R/bayesglm.R              |   42 ++++------
 R/discrete.histogram.R    |  181 ++++++++++++++++++++++------------------------
 R/readColumns.R           |only
 R/sim.R                   |   26 +++---
 man/discrete.histogram.Rd |    9 +-
 man/readColumns.Rd        |only
 11 files changed, 161 insertions(+), 161 deletions(-)

More information about arm at CRAN
Permanent link

Package RHive updated to version 2.0-0.1 with previous version 2.0-0.0 dated 2014-04-16

Title: R and Hive
Description: RHive is an R extension facilitating distributed computing via HIVE query. It provides an easy to use HQL like SQL and R objects and functions in HQL.
Author: NexR
Maintainer: Johan Ahn

Diff between RHive versions 2.0-0.0 dated 2014-04-16 and 2.0-0.1 dated 2014-08-27

 RHive-2.0-0.0/RHive/R/test.R                |only
 RHive-2.0-0.0/RHive/inst/javasrc            |only
 RHive-2.0-0.0/RHive/inst/unitTests          |only
 RHive-2.0-0.1/RHive/DESCRIPTION             |   10 +---
 RHive-2.0-0.1/RHive/MD5                     |   61 ++++++++++------------------
 RHive-2.0-0.1/RHive/R/rhive.R               |    2 
 RHive-2.0-0.1/RHive/inst/java/rhive_udf.jar |binary
 RHive-2.0-0.1/RHive/java                    |only
 8 files changed, 27 insertions(+), 46 deletions(-)

More information about RHive at CRAN
Permanent link

Package pamr updated to version 1.55 with previous version 1.54.1 dated 2013-07-25

Title: Pam: prediction analysis for microarrays
Description: Some functions for sample classification in microarrays
Author: T. Hastie, R. Tibshirani, Balasubramanian Narasimhan, Gil Chu
Maintainer: Rob Tibshirani

Diff between pamr versions 1.54.1 dated 2013-07-25 and 1.55 dated 2014-08-27

 pamr-1.54.1/pamr/doc                |only
 pamr-1.55/pamr/DESCRIPTION          |   11 ++++-------
 pamr-1.55/pamr/MD5                  |   18 +++++++-----------
 pamr-1.55/pamr/NAMESPACE            |    3 +--
 pamr-1.55/pamr/R/pamr.makeclasses.R |    2 +-
 pamr-1.55/pamr/R/pamr.plotfdr.R     |   26 ++++++++++++++------------
 pamr-1.55/pamr/R/pamr.plotstrata.R  |    2 +-
 pamr-1.55/pamr/R/pamr.survfuns.R    |    8 ++++----
 pamr-1.55/pamr/R/pamr.xlfuns.R      |   27 +++++++++++++++++++--------
 9 files changed, 51 insertions(+), 46 deletions(-)

More information about pamr at CRAN
Permanent link

Package blkergm updated to version 1.1 with previous version 1.0 dated 2013-10-19

Title: Fitting block ERGM given the block structure on social networks
Description: This package is an extension to the "ergm" package which implements the block ergms.
Author: Xiaolin Yang [aut, cre], Stephen E. Fienberg [aut], Alessandro Rinaldo [aut], Han Liu [aut], Michael Rosenblum [aut]
Maintainer: Xiaolin Yang

Diff between blkergm versions 1.0 dated 2013-10-19 and 1.1 dated 2014-08-27

 blkergm-1.0/blkergm/src/MCMC.h              |only
 blkergm-1.0/blkergm/src/MHproposal.h        |only
 blkergm-1.0/blkergm/src/changestat.h        |only
 blkergm-1.0/blkergm/src/edgelist.h          |only
 blkergm-1.0/blkergm/src/edgetree.c          |only
 blkergm-1.0/blkergm/src/edgetree.h          |only
 blkergm-1.0/blkergm/src/model.c             |only
 blkergm-1.0/blkergm/src/model.h             |only
 blkergm-1.1/blkergm/DESCRIPTION             |   30 
 blkergm-1.1/blkergm/MD5                     |   21 
 blkergm-1.1/blkergm/NAMESPACE               |    2 
 blkergm-1.1/blkergm/R/InitErgmTerm.users.R  |   42 
 blkergm-1.1/blkergm/R/zzz.R                 |only
 blkergm-1.1/blkergm/src/changestats.users.c | 1995 ++++++++++++++--------------
 blkergm-1.1/blkergm/src/changestats.users.h |   10 
 blkergm-1.1/blkergm/src/include_stubs.c     |only
 blkergm-1.1/blkergm/tests                   |only
 17 files changed, 1054 insertions(+), 1046 deletions(-)

More information about blkergm at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.