Thu, 26 Apr 2018

Package tempR updated to version 0.9.9.13 with previous version 0.9.9.12 dated 2017-10-17

Title: Temporal Sensory Data Analysis
Description: Analysis and visualization of data from temporal sensory methods, including for temporal check-all-that-apply (TCATA) and temporal dominance of sensations (TDS).
Author: J. C. Castura [aut, cre]
Maintainer: J. C. Castura <jcastura@compusense.com>

Diff between tempR versions 0.9.9.12 dated 2017-10-17 and 0.9.9.13 dated 2018-04-26

 DESCRIPTION            |    8 +++----
 MD5                    |   12 +++++------
 R/tcata.R              |   50 ++++++++++++++++++++++++++++++-------------------
 R/tds.R                |    6 ++---
 inst/CITATION          |    2 -
 man/tcata.diff.plot.Rd |    9 +++++++-
 man/tcata.line.plot.Rd |   18 ++++++++++++-----
 7 files changed, 66 insertions(+), 39 deletions(-)

More information about tempR at CRAN
Permanent link

Package TableMonster updated to version 1.7 with previous version 1.2 dated 2015-02-05

Title: Table Monster
Description: Provides a user friendly interface to generation of booktab style tables using 'xtable'.
Author: Grant Izmirlian Jr <izmirlig@mail.nih.gov>
Maintainer: Grant Izmirlian Jr <izmirlig@mail.nih.gov>

Diff between TableMonster versions 1.2 dated 2015-02-05 and 1.7 dated 2018-04-26

 DESCRIPTION               |   13 -
 MD5                       |   18 +
 NAMESPACE                 |    4 
 R/TableMonster.R          |  450 ++++++++++++++++++++++++++++++++++------------
 man/print.TableMonster.Rd |   70 ++++---
 man/tmCaption.Rd          |only
 man/tmCaptionAssn.Rd      |only
 man/tmCtypes.Rd           |only
 man/tmCtypesAssn.Rd       |only
 man/tmDigits.Rd           |only
 man/tmDigitsAssn.Rd       |only
 man/tmHeadings.Rd         |only
 man/tmHeadingsAssn.Rd     |only
 man/tmTotals.Rd           |only
 man/tmTotalsAssn.Rd       |only
 15 files changed, 403 insertions(+), 152 deletions(-)

More information about TableMonster at CRAN
Permanent link

Package PlasmaMutationDetector updated to version 1.7.0 with previous version 1.6.10 dated 2018-01-26

Title: Tumor Mutation Detection in Plasma
Description: Aims at detecting single nucleotide variation (SNV) and insertion/deletion (INDEL) in circulating tumor DNA (ctDNA), used as a surrogate marker for tumor, at each base position of an Next Generation Sequencing (NGS) analysis. Mutations are assessed by comparing the minor-allele frequency at each position to the measured PER in control samples.
Author: Yves Rozenholc, Nicolas Pécuchet, Pierre Laurent-Puig
Maintainer: Yves Rozenholc <yves.rozenholc@parisdescartes.fr>

Diff between PlasmaMutationDetector versions 1.6.10 dated 2018-01-26 and 1.7.0 dated 2018-04-26

 DESCRIPTION                       |    8 
 MD5                               |   10 
 R/functions.R                     |  409 +++++++++++++++++++++-----------------
 data/background_error_rate.txt.gz |binary
 man/DetectPlasmaMutation.Rd       |   13 -
 man/LoadBackgroundErrorRate.Rd    |only
 man/UpperPart.Rd                  |only
 7 files changed, 253 insertions(+), 187 deletions(-)

More information about PlasmaMutationDetector at CRAN
Permanent link

Package kdtools updated to version 0.3.1 with previous version 0.3.0 dated 2018-04-09

Title: Tools for Working with Multidimensional Data
Description: Provides various tools for working with multidimensional data in R and C++, including extremely fast nearest-neighbor- and range- queries without the overhead of linked tree nodes.
Author: Timothy Keitt [aut, cre]
Maintainer: Timothy Keitt <tkeitt@gmail.com>

Diff between kdtools versions 0.3.0 dated 2018-04-09 and 0.3.1 dated 2018-04-26

 DESCRIPTION            |    6 +-
 MD5                    |   10 ++--
 NEWS.md                |    4 +
 inst/doc/kdtools.html  |   80 ++++++++++++++++-----------------
 inst/doc/methods.html  |  116 ++++++++++++++++++++++++-------------------------
 inst/include/kdtools.h |   16 ++++--
 6 files changed, 120 insertions(+), 112 deletions(-)

More information about kdtools at CRAN
Permanent link

Package mrgsolve updated to version 0.8.11 with previous version 0.8.10 dated 2017-11-01

Title: Simulate from ODE-Based Population PK/PD and Systems Pharmacology Models
Description: Facilitates simulation from hierarchical, ordinary differential equation (ODE) based models typically employed in drug development. A model specification file is created consisting of R and C++ code that is parsed, compiled, and dynamically loaded into the R session. Input data are passed in and simulated data are returned as R objects. A dosing event engine allows interventions (bolus and infusion) to be managed separately from the model code. Differential equations are solved with the 'DLSODA' routine in 'ODEPACK' (<https://computation.llnl.gov/casc/odepack/>).
Author: Kyle T Baron [aut, cre], Alan C Hindmarsh [ctb], Linda R Petzold [ctb], Bill Gillespie [ctb], Charles Margossian [ctb], Devin Pastoor [ctb], Metrum Research Group LLC [cph]
Maintainer: Kyle T Baron <kyleb@metrumrg.com>

Diff between mrgsolve versions 0.8.10 dated 2017-11-01 and 0.8.11 dated 2018-04-26

 mrgsolve-0.8.10/mrgsolve/R/altname.R                          |only
 mrgsolve-0.8.10/mrgsolve/R/complog.R                          |only
 mrgsolve-0.8.10/mrgsolve/R/covset.R                           |only
 mrgsolve-0.8.10/mrgsolve/R/example.R                          |only
 mrgsolve-0.8.10/mrgsolve/R/library.R                          |only
 mrgsolve-0.8.10/mrgsolve/R/simtime.R                          |only
 mrgsolve-0.8.10/mrgsolve/inst/models/modpk1.cpp               |only
 mrgsolve-0.8.10/mrgsolve/inst/models/modpk1po.cpp             |only
 mrgsolve-0.8.10/mrgsolve/inst/models/modpk2.cpp               |only
 mrgsolve-0.8.10/mrgsolve/inst/models/modpk2po.cpp             |only
 mrgsolve-0.8.10/mrgsolve/man/mrgsolve_example.Rd              |only
 mrgsolve-0.8.10/mrgsolve/man/mrgsolve_template.Rd             |only
 mrgsolve-0.8.10/mrgsolve/man/pk_model.Rd                      |only
 mrgsolve-0.8.11/mrgsolve/DESCRIPTION                          |   26 
 mrgsolve-0.8.11/mrgsolve/MD5                                  |  382 ++---
 mrgsolve-0.8.11/mrgsolve/NAMESPACE                            |   82 -
 mrgsolve-0.8.11/mrgsolve/R/Aaaa.R                             |   36 
 mrgsolve-0.8.11/mrgsolve/R/annot.R                            |    2 
 mrgsolve-0.8.11/mrgsolve/R/chain.R                            |   67 
 mrgsolve-0.8.11/mrgsolve/R/class_build.R                      |   56 
 mrgsolve-0.8.11/mrgsolve/R/class_derived.R                    |    2 
 mrgsolve-0.8.11/mrgsolve/R/class_ev.R                         |  101 +
 mrgsolve-0.8.11/mrgsolve/R/class_matlist.R                    |    8 
 mrgsolve-0.8.11/mrgsolve/R/class_modlist.R                    |    2 
 mrgsolve-0.8.11/mrgsolve/R/class_mrgmod.R                     |  200 +-
 mrgsolve-0.8.11/mrgsolve/R/class_mrgsims.R                    |   32 
 mrgsolve-0.8.11/mrgsolve/R/class_numericlist.R                |   56 
 mrgsolve-0.8.11/mrgsolve/R/class_tgrid.R                      |  181 ++
 mrgsolve-0.8.11/mrgsolve/R/compile.R                          |   66 
 mrgsolve-0.8.11/mrgsolve/R/data_set.R                         |  310 ++++
 mrgsolve-0.8.11/mrgsolve/R/datasets.R                         |    2 
 mrgsolve-0.8.11/mrgsolve/R/env.R                              |   23 
 mrgsolve-0.8.11/mrgsolve/R/events.R                           |  598 +++-----
 mrgsolve-0.8.11/mrgsolve/R/funset.R                           |    6 
 mrgsolve-0.8.11/mrgsolve/R/generics.R                         |   73 -
 mrgsolve-0.8.11/mrgsolve/R/idata_set.R                        |   36 
 mrgsolve-0.8.11/mrgsolve/R/init.R                             |  198 +-
 mrgsolve-0.8.11/mrgsolve/R/inven.R                            |    7 
 mrgsolve-0.8.11/mrgsolve/R/knobs.R                            |    2 
 mrgsolve-0.8.11/mrgsolve/R/matlist.R                          |   26 
 mrgsolve-0.8.11/mrgsolve/R/matrix.R                           |   42 
 mrgsolve-0.8.11/mrgsolve/R/mcache.R                           |   45 
 mrgsolve-0.8.11/mrgsolve/R/mcode.R                            |only
 mrgsolve-0.8.11/mrgsolve/R/model_include.R                    |    2 
 mrgsolve-0.8.11/mrgsolve/R/modlib.R                           |  142 --
 mrgsolve-0.8.11/mrgsolve/R/modspec.R                          |  143 +-
 mrgsolve-0.8.11/mrgsolve/R/mread.R                            |  195 +-
 mrgsolve-0.8.11/mrgsolve/R/mrgindata.R                        |   86 -
 mrgsolve-0.8.11/mrgsolve/R/mrgsims.R                          |  186 +-
 mrgsolve-0.8.11/mrgsolve/R/mrgsolve.R                         |  682 +++++++---
 mrgsolve-0.8.11/mrgsolve/R/nmxml.R                            |  212 ++-
 mrgsolve-0.8.11/mrgsolve/R/package.R                          |  119 +
 mrgsolve-0.8.11/mrgsolve/R/param.R                            |  121 +
 mrgsolve-0.8.11/mrgsolve/R/print.R                            |   27 
 mrgsolve-0.8.11/mrgsolve/R/qsim.R                             |  203 ++
 mrgsolve-0.8.11/mrgsolve/R/realize_addl.R                     |only
 mrgsolve-0.8.11/mrgsolve/R/relabel.R                          |only
 mrgsolve-0.8.11/mrgsolve/R/render.R                           |   26 
 mrgsolve-0.8.11/mrgsolve/R/update.R                           |  292 ++--
 mrgsolve-0.8.11/mrgsolve/R/utils.R                            |  159 +-
 mrgsolve-0.8.11/mrgsolve/inst/base/modelheader.h              |    2 
 mrgsolve-0.8.11/mrgsolve/inst/base/mrgsolv.h                  |    9 
 mrgsolve-0.8.11/mrgsolve/inst/include/dataobject.h            |    2 
 mrgsolve-0.8.11/mrgsolve/inst/include/datarecord.h            |   11 
 mrgsolve-0.8.11/mrgsolve/inst/include/modelheader.h           |    2 
 mrgsolve-0.8.11/mrgsolve/inst/include/mrgsolv.h               |    9 
 mrgsolve-0.8.11/mrgsolve/inst/include/odeproblem.h            |   22 
 mrgsolve-0.8.11/mrgsolve/inst/models/MODLIST                  |    4 
 mrgsolve-0.8.11/mrgsolve/inst/project/housemodel.RDS          |binary
 mrgsolve-0.8.11/mrgsolve/man/BLOCK_PARSE.Rd                   |    6 
 mrgsolve-0.8.11/mrgsolve/man/PKMODEL.Rd                       |   13 
 mrgsolve-0.8.11/mrgsolve/man/Req.Rd                           |   18 
 mrgsolve-0.8.11/mrgsolve/man/aboutsolver.Rd                   |    4 
 mrgsolve-0.8.11/mrgsolve/man/as.ev.Rd                         |only
 mrgsolve-0.8.11/mrgsolve/man/as.list-mrgsims-method.Rd        |only
 mrgsolve-0.8.11/mrgsolve/man/as.list_mrgmod.Rd                |   13 
 mrgsolve-0.8.11/mrgsolve/man/as_bmat.Rd                       |    7 
 mrgsolve-0.8.11/mrgsolve/man/as_data_set.Rd                   |    6 
 mrgsolve-0.8.11/mrgsolve/man/as_deslist.Rd                    |    4 
 mrgsolve-0.8.11/mrgsolve/man/blocks.Rd                        |    4 
 mrgsolve-0.8.11/mrgsolve/man/bmat.Rd                          |   13 
 mrgsolve-0.8.11/mrgsolve/man/cama.Rd                          |    4 
 mrgsolve-0.8.11/mrgsolve/man/carry_out.Rd                     |    5 
 mrgsolve-0.8.11/mrgsolve/man/chain.Rd                         |    8 
 mrgsolve-0.8.11/mrgsolve/man/cmtn.Rd                          |    4 
 mrgsolve-0.8.11/mrgsolve/man/code.Rd                          |    4 
 mrgsolve-0.8.11/mrgsolve/man/cvec.Rd                          |   14 
 mrgsolve-0.8.11/mrgsolve/man/data_qsim.Rd                     |only
 mrgsolve-0.8.11/mrgsolve/man/data_set.Rd                      |   20 
 mrgsolve-0.8.11/mrgsolve/man/design.Rd                        |   18 
 mrgsolve-0.8.11/mrgsolve/man/do_mrgsim.Rd                     |only
 mrgsolve-0.8.11/mrgsolve/man/env_eval.Rd                      |    2 
 mrgsolve-0.8.11/mrgsolve/man/env_get.Rd                       |    7 
 mrgsolve-0.8.11/mrgsolve/man/env_ls.Rd                        |    2 
 mrgsolve-0.8.11/mrgsolve/man/env_update.Rd                    |    4 
 mrgsolve-0.8.11/mrgsolve/man/ev.Rd                            |only
 mrgsolve-0.8.11/mrgsolve/man/ev_assign.Rd                     |    6 
 mrgsolve-0.8.11/mrgsolve/man/ev_days.Rd                       |    4 
 mrgsolve-0.8.11/mrgsolve/man/ev_dplyr.Rd                      |only
 mrgsolve-0.8.11/mrgsolve/man/ev_methods.Rd                    |only
 mrgsolve-0.8.11/mrgsolve/man/ev_ops.Rd                        |    4 
 mrgsolve-0.8.11/mrgsolve/man/ev_rep.Rd                        |    8 
 mrgsolve-0.8.11/mrgsolve/man/ev_repeat.Rd                     |    7 
 mrgsolve-0.8.11/mrgsolve/man/ev_seq.Rd                        |   12 
 mrgsolve-0.8.11/mrgsolve/man/events.Rd                        |  108 -
 mrgsolve-0.8.11/mrgsolve/man/expand.idata.Rd                  |    4 
 mrgsolve-0.8.11/mrgsolve/man/house.Rd                         |    4 
 mrgsolve-0.8.11/mrgsolve/man/idata_set.Rd                     |   18 
 mrgsolve-0.8.11/mrgsolve/man/init.Rd                          |   25 
 mrgsolve-0.8.11/mrgsolve/man/inventory.Rd                     |    3 
 mrgsolve-0.8.11/mrgsolve/man/is.mrgmod.Rd                     |    2 
 mrgsolve-0.8.11/mrgsolve/man/lctran.Rd                        |   14 
 mrgsolve-0.8.11/mrgsolve/man/loadso.Rd                        |    4 
 mrgsolve-0.8.11/mrgsolve/man/lower2matrix.Rd                  |    4 
 mrgsolve-0.8.11/mrgsolve/man/matlist-class.Rd                 |    4 
 mrgsolve-0.8.11/mrgsolve/man/matlist.Rd                       |    4 
 mrgsolve-0.8.11/mrgsolve/man/mcRNG.Rd                         |    4 
 mrgsolve-0.8.11/mrgsolve/man/mcode.Rd                         |   19 
 mrgsolve-0.8.11/mrgsolve/man/merge.Rd                         |   10 
 mrgsolve-0.8.11/mrgsolve/man/mod.Rd                           |    4 
 mrgsolve-0.8.11/mrgsolve/man/modMATRIX.Rd                     |   18 
 mrgsolve-0.8.11/mrgsolve/man/modlib.Rd                        |    8 
 mrgsolve-0.8.11/mrgsolve/man/modlib_details.Rd                |   31 
 mrgsolve-0.8.11/mrgsolve/man/modlib_pk.Rd                     |   31 
 mrgsolve-0.8.11/mrgsolve/man/modlib_pkpd.Rd                   |   20 
 mrgsolve-0.8.11/mrgsolve/man/modlib_tmdd.Rd                   |    4 
 mrgsolve-0.8.11/mrgsolve/man/modlib_viral.Rd                  |    7 
 mrgsolve-0.8.11/mrgsolve/man/mread.Rd                         |   86 -
 mrgsolve-0.8.11/mrgsolve/man/mrgmod-class.Rd                  |   45 
 mrgsolve-0.8.11/mrgsolve/man/mrgsim.Rd                        |  121 +
 mrgsolve-0.8.11/mrgsolve/man/mrgsim_variants.Rd               |only
 mrgsolve-0.8.11/mrgsolve/man/mrgsims-class.Rd                 |    8 
 mrgsolve-0.8.11/mrgsolve/man/mrgsims.Rd                       |   35 
 mrgsolve-0.8.11/mrgsolve/man/mrgsims_dplyr.Rd                 |   53 
 mrgsolve-0.8.11/mrgsolve/man/mrgsolve_package.Rd              |   25 
 mrgsolve-0.8.11/mrgsolve/man/mvgauss.Rd                       |    4 
 mrgsolve-0.8.11/mrgsolve/man/names-mrgmod-method.Rd           |only
 mrgsolve-0.8.11/mrgsolve/man/nmxml.Rd                         |   24 
 mrgsolve-0.8.11/mrgsolve/man/numeric2diag.Rd                  |    4 
 mrgsolve-0.8.11/mrgsolve/man/numericlist-class.Rd             |    8 
 mrgsolve-0.8.11/mrgsolve/man/numericlist.Rd                   |    8 
 mrgsolve-0.8.11/mrgsolve/man/obsaug.Rd                        |    4 
 mrgsolve-0.8.11/mrgsolve/man/obsonly.Rd                       |    4 
 mrgsolve-0.8.11/mrgsolve/man/omega.Rd                         |   11 
 mrgsolve-0.8.11/mrgsolve/man/param.Rd                         |   54 
 mrgsolve-0.8.11/mrgsolve/man/plot_mrgsims.Rd                  |    7 
 mrgsolve-0.8.11/mrgsolve/man/plot_sims.Rd                     |only
 mrgsolve-0.8.11/mrgsolve/man/qsim.Rd                          |   26 
 mrgsolve-0.8.11/mrgsolve/man/read_nmext.Rd                    |only
 mrgsolve-0.8.11/mrgsolve/man/realize_addl.Rd                  |   44 
 mrgsolve-0.8.11/mrgsolve/man/recmatrix.Rd                     |    2 
 mrgsolve-0.8.11/mrgsolve/man/relocate.Rd                      |    4 
 mrgsolve-0.8.11/mrgsolve/man/render.Rd                        |    4 
 mrgsolve-0.8.11/mrgsolve/man/reserved.Rd                      |    3 
 mrgsolve-0.8.11/mrgsolve/man/revar.Rd                         |    4 
 mrgsolve-0.8.11/mrgsolve/man/see.Rd                           |    4 
 mrgsolve-0.8.11/mrgsolve/man/show-mrgmod-method.Rd            |    4 
 mrgsolve-0.8.11/mrgsolve/man/sigma.Rd                         |    2 
 mrgsolve-0.8.11/mrgsolve/man/simargs.Rd                       |   20 
 mrgsolve-0.8.11/mrgsolve/man/soloc.Rd                         |    7 
 mrgsolve-0.8.11/mrgsolve/man/solversettings.Rd                |only
 mrgsolve-0.8.11/mrgsolve/man/stime.Rd                         |   11 
 mrgsolve-0.8.11/mrgsolve/man/tgrid.Rd                         |   23 
 mrgsolve-0.8.11/mrgsolve/man/tgrid_ops.Rd                     |    6 
 mrgsolve-0.8.11/mrgsolve/man/touch_funs.Rd                    |    4 
 mrgsolve-0.8.11/mrgsolve/man/tscale.Rd                        |    4 
 mrgsolve-0.8.11/mrgsolve/man/update.Rd                        |   68 
 mrgsolve-0.8.11/mrgsolve/man/valid_data.Rd                    |   21 
 mrgsolve-0.8.11/mrgsolve/src/dataobject.cpp                   |   71 -
 mrgsolve-0.8.11/mrgsolve/src/datarecord.cpp                   |   60 
 mrgsolve-0.8.11/mrgsolve/src/devtran.cpp                      |  280 ++--
 mrgsolve-0.8.11/mrgsolve/src/mrgsolve_init.cpp                |   12 
 mrgsolve-0.8.11/mrgsolve/src/odeproblem.cpp                   |   65 
 mrgsolve-0.8.11/mrgsolve/src/quick.cpp                        |  140 ++
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-annot.R          |    4 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-as_data_set.R    |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-as_list_mrgmod.R |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-cache.R          |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-carry-out.R      |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-carry_out.R      |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-data_set.R       |    6 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-deslist.R        |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-dplyr-generics.R |   16 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-env.R            |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-ev.R             |   81 -
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-ev_assign.R      |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-ev_days.R        |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-evid4.R          |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-fixed-cmtn.R     |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-idata_set.R      |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-infusion.R       |    5 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-inventory-too.R  |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-inventory.R      |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-iv-po.R          |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-knobs.R          |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-matlist.R        |   15 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-matrix.R         |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-modspec.R        |   20 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-mrgindata.R      |   17 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-mrgsim.R         |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-nmxml.R          |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-obsonly-obsaug.R |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-opts.R           |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-rcpp_globals.R   |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-realize.R        |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-records.R        |   20 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-relabel.R        |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-rename.R         |   16 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-rng.R            |   41 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-tad.R            |    2 
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-update.R         |only
 mrgsolve-0.8.11/mrgsolve/tests/testthat/test-utils.R          |   61 
 212 files changed, 4725 insertions(+), 2889 deletions(-)

More information about mrgsolve at CRAN
Permanent link

Package PMCMRplus updated to version 1.0.1 with previous version 1.0.0 dated 2018-01-17

Title: Calculate Pairwise Multiple Comparisons of Mean Rank Sums Extended
Description: For one-way layout experiments the one-way ANOVA can be performed as an omnibus test. All-pairs multiple comparisons tests (Tukey-Kramer test, Scheffe test, LSD-test) and many-to-one tests (Dunnett test) for normally distributed residuals and equal within variance are available. Furthermore, all-pairs tests (Games-Howell test, Tamhane's T2 test, Dunnett T3 test, Ury-Wiggins-Hochberg test) and many-to-one (Tamhane-Dunnett Test) for normally distributed residuals and heterogeneous variances are provided. Van der Waerden's normal scores test for omnibus, all-pairs and many-to-one tests is provided for non-normally distributed residuals and homogeneous variances. The Kruskal-Wallis, BWS and Anderson-Darling omnibus test and all-pairs tests (Nemenyi test, Dunn test, Conover test, Dwass-Steele-Critchlow- Fligner test) as well as many-to-one (Nemenyi test, Dunn test, U-test) are given for the analysis of variance by ranks. Non-parametric trend tests (Jonckheere test, Cuzick test, Johnson-Mehrotra test, Spearman test) are included. In addition, a Friedman-test for one-way ANOVA with repeated measures on ranks (CRBD) and Skillings-Mack test for unbalanced CRBD is provided with consequent all-pairs tests (Nemenyi test, Siegel test, Miller test, Conover test, Exact test) and many-to-one tests (Nemenyi test, Demsar test, Exact test). A trend can be tested with Pages's test. Durbin's test for a two-way balanced incomplete block design (BIBD) is given in this package as well as Gore's test for CRBD with multiple observations per cell is given. Outlier tests, Mandel's k- and h statistic as well as functions for Type I error and Power analysis as well as generic summary, print and plot methods are provided.
Author: Thorsten Pohlert
Maintainer: Thorsten Pohlert <thorsten.pohlert@gmx.de>

Diff between PMCMRplus versions 1.0.0 dated 2018-01-17 and 1.0.1 dated 2018-04-26

 .Rinstignore                      |    6 +++-
 DESCRIPTION                       |    9 ++++---
 MD5                               |   41 +++++++++++++++++----------------
 R/cuzickTest.R                    |   29 ++++++++++++-----------
 R/dunnettTest.R                   |   38 +++++++++++++++++--------------
 R/jonckheere.test.R               |   46 +++++++++++++++++++-------------------
 R/mandelhTest.R                   |   24 +++++++++----------
 R/mandelkTest.R                   |   20 ++++++++--------
 build/vignette.rds                |binary
 inst/NEWS.Rd                      |only
 inst/doc/QuickReferenceGuide.Rmd  |    2 -
 inst/doc/QuickReferenceGuide.html |    6 ++--
 man/bwsTrendTest.Rd               |    2 -
 man/chackoTest.Rd                 |    2 -
 man/cuzickTest.Rd                 |    2 -
 man/dunnettTest.Rd                |    6 ++++
 man/johnsonTest.Rd                |    2 -
 man/jonckheereTest.Rd             |   10 ++++----
 man/leTest.Rd                     |    2 -
 man/mandelhTest.Rd                |    4 +--
 man/mandelkTest.Rd                |    4 +--
 man/spearmanTest.Rd               |    2 -
 vignettes/QuickReferenceGuide.Rmd |    2 -
 23 files changed, 136 insertions(+), 123 deletions(-)

More information about PMCMRplus at CRAN
Permanent link

Package graphkernels updated to version 1.5 with previous version 1.4 dated 2017-09-08

Title: Graph Kernels
Description: A fast C++ implementation for computing various graph kernels including (1) simple kernels between vertex and/or edge label histograms, (2) graphlet kernels, (3) random walk kernels (popular baselines), and (4) the Weisfeiler-Lehman graph kernel (state-of-the-art).
Author: Mahito Sugiyama
Maintainer: Mahito Sugiyama <mahito@nii.ac.jp>

Diff between graphkernels versions 1.4 dated 2017-09-08 and 1.5 dated 2018-04-26

 DESCRIPTION      |    8 ++++----
 MD5              |    4 ++--
 R/graphKernels.R |   10 ++++++++++
 3 files changed, 16 insertions(+), 6 deletions(-)

More information about graphkernels at CRAN
Permanent link

Package jomo updated to version 2.6-2 with previous version 2.6-1 dated 2018-03-31

Title: Multilevel Joint Modelling Multiple Imputation
Description: Similarly to Schafer's package 'pan', 'jomo' is a package for multilevel joint modelling multiple imputation (Carpenter and Kenward, 2013) <doi: 10.1002/9781119942283>. Novel aspects of 'jomo' are the possibility of handling binary and categorical data through latent normal variables, the option to use cluster-specific covariance matrices and to impute compatibly with the substantive model.
Author: Matteo Quartagno, James Carpenter
Maintainer: Matteo Quartagno <matteo.quartagno@lshtm.ac.uk>

Diff between jomo versions 2.6-1 dated 2018-03-31 and 2.6-2 dated 2018-04-26

 DESCRIPTION                 |    8 +++----
 MD5                         |   46 ++++++++++++++++++++++----------------------
 R/jomo.coxph.MCMCchain.R    |    4 +--
 R/jomo.coxph.R              |    4 +--
 R/jomo.glm.MCMCchain.R      |    4 +--
 R/jomo.glm.R                |    4 +--
 R/jomo.glmer.MCMCchain.R    |   12 +++++------
 R/jomo.glmer.R              |   12 +++++------
 R/jomo.lm.MCMCchain.R       |    4 +--
 R/jomo.lm.R                 |    4 +--
 R/jomo.lmer.MCMCchain.R     |   12 +++++------
 R/jomo.lmer.R               |   12 +++++------
 man/jomo.glmer.MCMCchain.Rd |    4 +--
 man/jomo.glmer.Rd           |    3 --
 man/jomo.lmer.MCMCchain.Rd  |    3 --
 man/jomo.lmer.Rd            |    3 --
 src/MCMCjomo2glmerbin.c     |    6 ++---
 src/MCMCjomo2glmerbinhr.c   |    6 ++---
 src/MCMCjomo2lmer.c         |    6 ++---
 src/MCMCjomo2lmerhr.c       |    6 ++---
 src/jomo2glmerbin.c         |    6 ++---
 src/jomo2glmerbinhr.c       |    6 ++---
 src/jomo2lmer.c             |    6 ++---
 src/jomo2lmerhr.c           |    6 ++---
 24 files changed, 92 insertions(+), 95 deletions(-)

More information about jomo at CRAN
Permanent link

Package ITNr updated to version 0.2.0 with previous version 0.1.0 dated 2018-02-08

Title: Analysis of the International Trade Network
Description: Functions to clean and process international trade data into an international trade network (ITN) are provided. It then provides a set a functions to undertake analysis and plots of the ITN (extract the backbone, centrality, blockmodels, clustering). Examining the key players in the ITN and regional trade patterns.
Author: Matthew Smith
Maintainer: Matthew Smith <matt_smith.90@hotmail.co.uk>

Diff between ITNr versions 0.1.0 dated 2018-02-08 and 0.2.0 dated 2018-04-26

 DESCRIPTION                          |   13 +++--
 MD5                                  |   91 +++++++++++++++++++----------------
 NAMESPACE                            |    4 +
 R/Comtradrclean_function.R           |   36 ++++++++-----
 R/ELEnet16_data.R                    |    3 -
 R/ELEnetList_data.R                  |    3 -
 R/ITN_map_plot_function.R            |only
 R/ITNadjust_function.R               |    3 -
 R/ITNblock_plot_function.R           |    7 +-
 R/ITNblockse_function.R              |    8 ++-
 R/ITNcentrality_binary_function.R    |only
 R/ITNcentrality_function.R           |    4 -
 R/ITNcluster_function.R              |    1 
 R/ITNcorr_function.R                 |    1 
 R/ITNdegdist_function.R              |    5 +
 R/ITNdynamic_function.R              |    3 -
 R/ITNhistdegdist_function.R          |   10 ++-
 R/ITNimvex_function.R                |   10 +++
 R/ITNplotset_function.R              |    5 +
 R/ITNproperties_function.R           |    7 ++
 R/RegionalBrokerage_function.R       |    1 
 R/WITSclean_function.R               |    6 --
 R/cap_lat_lon_data.R                 |only
 R/core_periphery_weighted_function.R |only
 R/getBackbone_function.R             |    8 +--
 R/isEmpty_function.R                 |only
 R/region_circle_plot_function.R      |    5 +
 data/cap_lat_lon.RData               |only
 man/Comtradrclean.Rd                 |   24 ++++++---
 man/ELEnet16.Rd                      |    5 +
 man/ELEnetList.Rd                    |    5 +
 man/ITN_map_plot.Rd                  |only
 man/ITNadjust.Rd                     |    2 
 man/ITNblock_plot.Rd                 |    7 +-
 man/ITNblock_se.Rd                   |    5 +
 man/ITNcentrality.Rd                 |    4 -
 man/ITNcentrality_binary.Rd          |only
 man/ITNcluster.Rd                    |    1 
 man/ITNcorr.Rd                       |    1 
 man/ITNdegdist.Rd                    |    5 +
 man/ITNdynamic.Rd                    |    3 -
 man/ITNhistdegdist.Rd                |    4 +
 man/ITNimvex.Rd                      |   10 +++
 man/ITNplotset.Rd                    |    5 +
 man/ITNproperties.Rd                 |    7 ++
 man/RegionalBrokerage.Rd             |    3 +
 man/WITSclean.Rd                     |    1 
 man/cap_lat_lon.Rd                   |only
 man/core_periphery_weighted.Rd       |only
 man/get.backbone.Rd                  |    7 +-
 man/isEmpty.Rd                       |only
 man/region_circle_plot.Rd            |    4 +
 52 files changed, 224 insertions(+), 113 deletions(-)

More information about ITNr at CRAN
Permanent link

Package FENmlm updated to version 2.1.1 with previous version 2.1.0 dated 2018-02-12

Title: Fixed Effects Nonlinear Maximum Likelihood Models
Description: Efficient estimation of multiple fixed-effects maximum likelihood models with, possibly, non-linear in parameters right hand sides. Standard-errors can easily be clustered. It also includes tools to seamlessly export (to Latex) the results of various estimations.
Author: Laurent Berge
Maintainer: Laurent Berge <laurent.berge@uni.lu>

Diff between FENmlm versions 2.1.0 dated 2018-02-12 and 2.1.1 dated 2018-04-26

 DESCRIPTION                    |   10 -
 MD5                            |   34 ++--
 NAMESPACE                      |    1 
 R/ML_Families.R                |   41 ++---
 R/MiscFuns.R                   |  302 ++++++++++++++++++++++++++++++++++-------
 R/femlm.R                      |  106 +++++++++-----
 build                          |only
 inst/NEWS.Rd                   |   31 ++++
 inst/doc                       |only
 man/FENmlm-package.Rd          |    8 -
 man/femlm.Rd                   |    4 
 man/getFE.Rd                   |   32 ++--
 man/plot.femlm.allClusters.Rd  |only
 man/plot.femlm.cluster.Rd      |only
 man/print.femlm.allClusters.Rd |only
 man/res2table.Rd               |    2 
 man/res2tex.Rd                 |    2 
 man/summary.femlm.Rd           |    2 
 src/Rcpp_get_derivative.cpp    |   35 +++-
 vignettes                      |only
 20 files changed, 457 insertions(+), 153 deletions(-)

More information about FENmlm at CRAN
Permanent link

Package detpack updated to version 1.1.1 with previous version 1.1.0 dated 2018-03-29

Title: Density Estimation and Random Number Generation with Distribution Element Trees
Description: Density estimation for possibly large data sets and conditional/unconditional random number generation or bootstrapping with distribution element trees. The function 'det.construct' translates a dataset into a distribution element tree. To evaluate the probability density based on a previously computed tree at arbitrary query points, the function 'det.query' is available. The functions 'det1' and 'det2' provide density estimation and plotting for one- and two-dimensional datasets. Conditional/unconditional smooth bootstrapping from an available distribution element tree can be performed by 'det.rnd'. For more details on distribution element trees, see: Meyer, D.W. (2016) <arXiv:1610.00345> or Meyer, D.W., Statistics and Computing (2017) <doi:10.1007/s11222-017-9751-9> and Meyer, D.W. (2017) <arXiv:1711.04632>.
Author: Daniel Meyer
Maintainer: Daniel Meyer <meyerda@ethz.ch>

Diff between detpack versions 1.1.0 dated 2018-03-29 and 1.1.1 dated 2018-04-26

 DESCRIPTION        |    6 +++---
 MD5                |   12 ++++++------
 NEWS               |    5 +++++
 R/det2.R           |   42 +++++++++++++++++++++++-------------------
 R/detquery.R       |    2 +-
 man/contourRect.Rd |    5 ++++-
 man/det2.Rd        |   15 +++++++++++----
 7 files changed, 53 insertions(+), 34 deletions(-)

More information about detpack at CRAN
Permanent link

Package IndepTest updated to version 0.1.1 with previous version 0.1.0 dated 2017-11-28

Title: Nonparametric Independence Tests Based on Entropy Estimation
Description: Implementations of the weighted Kozachenko-Leonenko entropy estimator and independence tests based on this estimator, (Kozachenko and Leonenko (1987) <http://mi.mathnet.ru/eng/ppi797>). Also includes a goodness-of-fit test for a linear model which is an independence test between covariates and errors.
Author: Thomas B. Berrett <t.berrett@statslab.cam.ac.uk> [aut], Daniel J. Grose <dan.grose@lancaster.ac.uk> [cre,ctb], Richard J. Samworth <r.samworth@statslab.cam.ac.uk> [aut]
Maintainer: Daniel Grose <dan.grose@lancaster.ac.uk>

Diff between IndepTest versions 0.1.0 dated 2017-11-28 and 0.1.1 dated 2018-04-26

 IndepTest-0.1.0/IndepTest/R/MINTav.R            |only
 IndepTest-0.1.0/IndepTest/man/MINTav.Rd         |only
 IndepTest-0.1.1/IndepTest/DESCRIPTION           |    8 +++----
 IndepTest-0.1.1/IndepTest/MD5                   |   20 ++++++++---------
 IndepTest-0.1.1/IndepTest/R/KLentropy.R         |   27 ++++++++++++++----------
 IndepTest-0.1.1/IndepTest/R/L2OptW.R            |    2 -
 IndepTest-0.1.1/IndepTest/R/MINTregression.R    |    4 ++-
 IndepTest-0.1.1/IndepTest/build/partial.rdb     |binary
 IndepTest-0.1.1/IndepTest/inst/REFERENCES.bib   |    4 +--
 IndepTest-0.1.1/IndepTest/man/KLentropy.Rd      |   18 ++++++++--------
 IndepTest-0.1.1/IndepTest/man/L2OptW.Rd         |    2 -
 IndepTest-0.1.1/IndepTest/man/MINTregression.Rd |    2 +
 12 files changed, 48 insertions(+), 39 deletions(-)

More information about IndepTest at CRAN
Permanent link

Package shades updated to version 1.2.0 with previous version 1.1.0 dated 2018-02-06

Title: Simple Colour Manipulation
Description: Functions for easily manipulating colours, creating colour scales and calculating colour distances.
Author: Jon Clayden
Maintainer: Jon Clayden <code@clayden.org>

Diff between shades versions 1.1.0 dated 2018-02-06 and 1.2.0 dated 2018-04-26

 DESCRIPTION                         |    8 +--
 MD5                                 |   23 ++++-----
 NAMESPACE                           |    3 +
 NEWS                                |   17 ++++++
 R/properties.R                      |   91 +++++++++++++++++++++++++++++-------
 R/shade.R                           |   72 ++++++++++++++++++++++------
 man/properties.Rd                   |   29 ++++++++++-
 man/shade.Rd                        |    5 +
 tests/testthat/test-05-shade.R      |    6 --
 tests/testthat/test-15-properties.R |   15 +++++
 tests/testthat/test-40-alpha.R      |only
 tools/figures/ggplot-1.png          |binary
 tools/figures/ggplot-2.png          |binary
 13 files changed, 216 insertions(+), 53 deletions(-)

More information about shades at CRAN
Permanent link

Package breathteststan updated to version 0.4.1 with previous version 0.4.0 dated 2017-11-05

Title: Stan-Based Fit to Gastric Emptying Curves
Description: Stan-based curve-fitting function for use with package 'breathtestcore' by the same author. Stan functions are refactored here for easier testing.
Author: Dieter Menne [aut, cre], Menne Biomed Consulting Tuebingen [cph], Benjamin Misselwitz [fnd], Mark Fox [fnd], University Hospital of Zurich, Dep. Gastroenterology [fnd, dtc]
Maintainer: Dieter Menne <dieter.menne@menne-biomed.de>

Diff between breathteststan versions 0.4.0 dated 2017-11-05 and 0.4.1 dated 2018-04-26

 DESCRIPTION                                             |   10 
 MD5                                                     |   32 
 NAMESPACE                                               |    3 
 R/as_matrix_coef_diff_by_group_stan.R                   |    2 
 R/coef_diff_by_group.R                                  |   10 
 R/stan_fit.R                                            |   33 
 R/stan_group_fit.R                                      |   17 
 README.md                                               |   16 
 man/as.matrix.coef_diff_by_group_stan.Rd                |    2 
 man/coef_diff_by_group.Rd                               |    2 
 man/stan_fit.Rd                                         |   12 
 man/stan_group_fit.Rd                                   |    6 
 src/include/models.hpp                                  | 1574 ++++++++--------
 tests/testthat/test_as_matrix_coef_diff_by_group_stan.R |    3 
 tests/testthat/test_coef_by_group.R                     |   11 
 tests/testthat/test_stan_group_fit_3.R                  |    8 
 tools/make_cpp.R                                        |   25 
 17 files changed, 917 insertions(+), 849 deletions(-)

More information about breathteststan at CRAN
Permanent link

Package svDialogs updated to version 1.0.0 with previous version 0.9-57 dated 2014-12-20

Title: 'SciViews' - Standard Dialog Boxes for Windows, MacOS and Linuxes
Description: Rapidly construct standard dialog boxes for your GUI, including message boxes, input boxes, list, file or directory selection, ... In case R cannot display GUI dialog boxes, a simpler command line version of these interactive elements is also provided as fallback solution.
Author: Philippe Grosjean [aut, cre]
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>

Diff between svDialogs versions 0.9-57 dated 2014-12-20 and 1.0.0 dated 2018-04-26

 svDialogs-0.9-57/svDialogs/NEWS                      |only
 svDialogs-0.9-57/svDialogs/R/dlgDir.R                |only
 svDialogs-0.9-57/svDialogs/R/dlgForm.R               |only
 svDialogs-0.9-57/svDialogs/R/dlgInput.R              |only
 svDialogs-0.9-57/svDialogs/R/dlgList.R               |only
 svDialogs-0.9-57/svDialogs/R/dlgMessage.R            |only
 svDialogs-0.9-57/svDialogs/R/dlgOpen.R               |only
 svDialogs-0.9-57/svDialogs/R/dlgSave.R               |only
 svDialogs-0.9-57/svDialogs/R/flexibleDlg.R           |only
 svDialogs-0.9-57/svDialogs/R/guiDlg.R                |only
 svDialogs-0.9-57/svDialogs/R/guiSetStyle.tcltk.R     |only
 svDialogs-0.9-57/svDialogs/inst/NEWS.Rd              |only
 svDialogs-0.9-57/svDialogs/man/dlgDir.Rd             |only
 svDialogs-0.9-57/svDialogs/man/dlgForm.Rd            |only
 svDialogs-0.9-57/svDialogs/man/dlgInput.Rd           |only
 svDialogs-0.9-57/svDialogs/man/dlgList.Rd            |only
 svDialogs-0.9-57/svDialogs/man/dlgMessage.Rd         |only
 svDialogs-0.9-57/svDialogs/man/dlgOpen.Rd            |only
 svDialogs-0.9-57/svDialogs/man/dlgSave.Rd            |only
 svDialogs-1.0.0/svDialogs/DESCRIPTION                |   31 
 svDialogs-1.0.0/svDialogs/MD5                        |   61 
 svDialogs-1.0.0/svDialogs/NAMESPACE                  |  117 
 svDialogs-1.0.0/svDialogs/R/dlg_dir.R                |only
 svDialogs-1.0.0/svDialogs/R/dlg_form.R               |only
 svDialogs-1.0.0/svDialogs/R/dlg_input.R              |only
 svDialogs-1.0.0/svDialogs/R/dlg_list.R               |only
 svDialogs-1.0.0/svDialogs/R/dlg_message.R            |only
 svDialogs-1.0.0/svDialogs/R/dlg_open.R               |only
 svDialogs-1.0.0/svDialogs/R/dlg_save.R               |only
 svDialogs-1.0.0/svDialogs/R/menu.R                   | 2418 +++++++++----------
 svDialogs-1.0.0/svDialogs/R/svDialogs-internal.R     |  166 -
 svDialogs-1.0.0/svDialogs/R/svDialogs-package.R      |only
 svDialogs-1.0.0/svDialogs/TODO                       |   39 
 svDialogs-1.0.0/svDialogs/build                      |only
 svDialogs-1.0.0/svDialogs/inst/CITATION              |    4 
 svDialogs-1.0.0/svDialogs/inst/doc                   |only
 svDialogs-1.0.0/svDialogs/inst/gui/RCtxMenuLinux.txt |    6 
 svDialogs-1.0.0/svDialogs/inst/gui/RMenuLinux.txt    |  207 -
 svDialogs-1.0.0/svDialogs/man/dlg_dir.Rd             |only
 svDialogs-1.0.0/svDialogs/man/dlg_form.Rd            |only
 svDialogs-1.0.0/svDialogs/man/dlg_input.Rd           |only
 svDialogs-1.0.0/svDialogs/man/dlg_list.Rd            |only
 svDialogs-1.0.0/svDialogs/man/dlg_message.Rd         |only
 svDialogs-1.0.0/svDialogs/man/dlg_open.Rd            |only
 svDialogs-1.0.0/svDialogs/man/dlg_save.Rd            |only
 svDialogs-1.0.0/svDialogs/man/menu.Rd                |  225 -
 svDialogs-1.0.0/svDialogs/man/svDialogs-package.Rd   |   52 
 svDialogs-1.0.0/svDialogs/tests                      |only
 svDialogs-1.0.0/svDialogs/vignettes                  |only
 49 files changed, 1741 insertions(+), 1585 deletions(-)

More information about svDialogs at CRAN
Permanent link

Package SpatialFloor updated to version 1.1.0 with previous version 1.0.3 dated 2017-11-27

Title: Spatial Floor Simulation (Isotropic)
Description: Spatial floor simulation with exponential/Gaussian variance-covariance function (isotropic), with specification of distance function, nugget, sill, range. The methodology follows Nole A.C. Cressie (2015) <doi:10.1002/9781119115151>. The original release is 2017-08-29.
Author: Le Zheng <le.zheng@advantaseeds.com>, Jose Alfaro <JFA170001@utdallas.edu>, Martin Grondona <martin.grondona@advantaseeds.com>, Maria Arrieta <maria.arrieta@advantaseeds.com>
Maintainer: Le Zheng <le.zheng@advantaseeds.com>

Diff between SpatialFloor versions 1.0.3 dated 2017-11-27 and 1.1.0 dated 2018-04-26

 DESCRIPTION                          |   12 +-
 MD5                                  |   30 +++--
 NAMESPACE                            |    4 
 R/check_layout_generation.R          |   51 +++++----
 R/density_check.R                    |   52 +++++-----
 R/diagSet_check_by_density.R         |   80 +++++++--------
 R/diag_pattern.R                     |   44 ++++----
 R/diagonal_check_by_density.R        |   42 ++++----
 R/internal.functions.diagonal.R      |  128 ++++++++++++------------
 R/iso_simulation_by_heritabilitiy.R  |  182 ++++++++++++++++++-----------------
 R/iso_simulation_p_rep.R             |only
 R/p_rep_check_by_density.R           |only
 R/random_check_by_density.R          |   34 +++---
 R/spatial_dist.R                     |    2 
 man/check_layout_generation.Rd       |    9 +
 man/iso_simulation_by_heriability.Rd |   28 ++---
 man/iso_simulation_p_rep.Rd          |only
 man/p_rep_check_by_density.Rd        |only
 18 files changed, 362 insertions(+), 336 deletions(-)

More information about SpatialFloor at CRAN
Permanent link

Package divest updated to version 0.6.0 with previous version 0.5.0 dated 2018-02-07

Title: Get Images Out of DICOM Format Quickly
Description: Provides tools to convert DICOM-format files to NIfTI-1 format.
Author: Jon Clayden [aut, cre], Chris Rorden [aut], Martin J Fiedler [cph], Cong Xu [cph], Pascal Gloor [cph]
Maintainer: Jon Clayden <code@clayden.org>

Diff between divest versions 0.5.0 dated 2018-02-07 and 0.6.0 dated 2018-04-26

 DESCRIPTION                      |    8 
 MD5                              |   18 
 NEWS                             |    9 
 src/dcm2niix/nii_dicom.cpp       | 1046 ++++++++++++++++++++++++++++++++-------
 src/dcm2niix/nii_dicom.h         |   31 -
 src/dcm2niix/nii_dicom_batch.cpp |  468 ++++++++++++++---
 src/dcm2niix/nii_dicom_batch.h   |    3 
 src/dcm2niix/nii_foreign.cpp     |   12 
 src/ujpeg/ujpeg.cpp              |   40 -
 tests/testthat/test-05-read.R    |    6 
 10 files changed, 1341 insertions(+), 300 deletions(-)

More information about divest at CRAN
Permanent link

Package googlePolylines updated to version 0.6.0 with previous version 0.4.0 dated 2018-01-25

Title: Encoding Coordinates into 'Google' Polylines
Description: Encodes simple feature ('sf') objects and coordinates, and decodes polylines using the 'Google' polyline encoding algorithm (<https://developers.google.com/maps/documentation/utilities/polylinealgorithm>).
Author: David Cooley [aut, cre], Paulo Barcelos [ctb] (Author of c++ decode_polyline)
Maintainer: David Cooley <dcooley@symbolix.com.au>

Diff between googlePolylines versions 0.4.0 dated 2018-01-25 and 0.6.0 dated 2018-04-26

 DESCRIPTION                                    |   17 
 MD5                                            |   50 +-
 NAMESPACE                                      |    6 
 R/Decode.R                                     |   48 +-
 R/Encode.R                                     |    3 
 R/RcppExports.R                                |    4 
 R/Utils_sf.R                                   |   20 -
 R/scratch.R                                    |only
 R/sfencoded.R                                  |   35 +
 README.md                                      |    2 
 build/vignette.rds                             |binary
 inst/doc/sfencode.R                            |   23 +
 inst/doc/sfencode.Rmd                          |   44 +-
 inst/doc/sfencode.html                         |  491 +++++++++++++++++++------
 inst/include/googlePolylines.h                 |    5 
 man/decode.Rd                                  |only
 src/RcppExports.cpp                            |   12 
 src/googlePolylines.cpp                        |   39 -
 src/wkt.cpp                                    |    9 
 tests/testthat/test-Decode.R                   |   40 --
 tests/testthat/test-Encode.R                   |  171 ++------
 tests/testthat/test-Utils.R                    |   23 -
 tests/testthat/test-Utils_sf.R                 |  184 +--------
 tests/testthat/test-googlePolylinels-package.R |    8 
 tests/testthat/test-sfencoded.R                |  128 +++---
 tests/testthat/test-wkt.R                      |  136 +-----
 vignettes/sfencode.Rmd                         |   44 +-
 27 files changed, 830 insertions(+), 712 deletions(-)

More information about googlePolylines at CRAN
Permanent link

New package ggpol with initial version 0.0.1
Package: ggpol
Title: Visualizing Social Science Data with 'ggplot2'
Version: 0.0.1
Authors@R: person("Frederik", "Tiedemann", email = "fj.tiedemann@googlemail.com", role = c("aut", "cre"))
Description: A 'ggplot2' extension for implementing parliament charts and several other useful visualizations.
URL: https://github.com/erocoar/ggpol
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: ggplot2 (>= 2.2.1), R (>= 3.4.0)
Imports: grid, gtable, grDevices, plyr
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
Collate: 'facet_share.R' 'geom_arcbar.R' 'geom_boxjitter.R' 'geom_circle.R' 'geom_parliament.R' 'geom_tshighlight.R' 'ggproto-classes.R' 'stat-arcbar.R' 'stat-boxjitter.R' 'stat-circle.R' 'stat-parliament.R' 'utilities.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-04-26 11:40:34 UTC; Frederik
Author: Frederik Tiedemann [aut, cre]
Maintainer: Frederik Tiedemann <fj.tiedemann@googlemail.com>
Repository: CRAN
Date/Publication: 2018-04-26 13:00:57 UTC

More information about ggpol at CRAN
Permanent link

Package climatol updated to version 3.1 with previous version 3.0 dated 2016-08-29

Title: Climate Tools (Series Homogenization and Derived Products)
Description: Functions for the quality control, homogenization and missing data infilling of climatological series and to obtain climatological summaries and grids from the results. Also functions to draw wind-roses and Walter&Lieth climate diagrams.
Author: Jose A. Guijarro <jguijarrop@aemet.es>
Maintainer: Jose A. Guijarro <jguijarrop@aemet.es>

Diff between climatol versions 3.0 dated 2016-08-29 and 3.1 dated 2018-04-26

 DESCRIPTION              |   14 
 MD5                      |   46 +
 NAMESPACE                |    3 
 NEWS                     |   11 
 R/depurdat.R             | 1170 ++++++++++++++++++++++++++++++++---------------
 R/diagwl.R               |    2 
 data/Ptest.rda           |binary
 data/Ttest.rda           |binary
 data/dailies.rda         |only
 data/datalist            |    3 
 data/datcli.rda          |binary
 data/rclimdex.rda        |only
 data/tmax.rda            |only
 data/windfr.rda          |binary
 man/Ptest.Rd             |    2 
 man/climatol-internal.Rd |    3 
 man/climatol2rclimdex.Rd |only
 man/dahgrid.Rd           |   44 -
 man/dahstat.Rd           |   58 +-
 man/dailies.Rd           |only
 man/daily2climatol.Rd    |only
 man/datsubset.Rd         |only
 man/dd2m.Rd              |   15 
 man/homogen.Rd           |  169 +++---
 man/homogsplit.Rd        |   67 +-
 man/outrename.Rd         |   21 
 man/rclimdex.Rd          |only
 man/rclimdex2climatol.Rd |only
 man/tmax.Rd              |only
 29 files changed, 1073 insertions(+), 555 deletions(-)

More information about climatol at CRAN
Permanent link

New package MixfMRI with initial version 0.1-0
Package: MixfMRI
Version: 0.1-0
Date: 2018-04-25
Title: Mixture fMRI Clustering Analysis
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email = "wccsnow@gmail.com"), person("Ranjan", "Maitra", role = "aut"), person("Dan", "Nettleton", role = "ctb"))
Depends: R (>= 3.4.0)
Imports: MASS, Matrix, RColorBrewer, fftw, MixSim, EMCluster
Enhances: pbdMPI (>= 0.3-4), AnalyzeFMRI, oro.nifti
LazyLoad: yes
LazyData: yes
Description: Utilizing model-based clustering (unsupervised) for functional magnetic resonance imaging (fMRI) data. The developed methods (Chen and Maitra (2018, manuscript)) include 2D and 3D clustering analyses (for p-values with voxel locations) and segmentation analyses (for p-values alone) for fMRI data where p-values indicate significant level of activation responding to stimulate of interesting. The analyses are mainly identifying active voxel/signal associated with normal brain behaviors. Analysis pipelines (R scripts) utilizing this package (see examples in 'inst/workflow/') is also implemented with high performance techniques.
License: Mozilla Public License 2.0
BugReports: https://github.com/snoweye/MixfMRI/issues
URL: https://github.com/snoweye/MixfMRI
NeedsCompilation: yes
Maintainer: Wei-Chen Chen <wccsnow@gmail.com>
Packaged: 2018-04-26 00:32:11 UTC; snoweye
Author: Wei-Chen Chen [aut, cre], Ranjan Maitra [aut], Dan Nettleton [ctb]
Repository: CRAN
Date/Publication: 2018-04-26 11:38:14 UTC

More information about MixfMRI at CRAN
Permanent link

Package FHDI updated to version 1.2.5 with previous version 1.2.4 dated 2018-04-21

Title: Fractional Hot Deck and Fully Efficient Fractional Imputation
Description: Impute general multivariate missing data with the fractional hot deck imputation based on Jaekwang Kim (2011) <doi:10.1093/biomet/asq073>.
Author: Jongho Im [aut], Inho Cho [aut, cre], Jaekwang Kim [aut]
Maintainer: Inho Cho <icho@iastate.edu>

Diff between FHDI versions 1.2.4 dated 2018-04-21 and 1.2.5 dated 2018-04-26

 DESCRIPTION          |    8 
 MD5                  |   16 -
 R/FHDI_CellMake.R    |   48 ++++
 R/FHDI_CellProb.R    |    9 
 R/FHDI_Driver.R      |   47 ++++
 man/FHDI-package.Rd  |    2 
 man/FHDI_CellMake.Rd |    4 
 man/FHDI_Driver.Rd   |    5 
 src/FHDI.cc          |  493 ++++++++++++++++++++++++++++++++++++++++++++-------
 9 files changed, 548 insertions(+), 84 deletions(-)

More information about FHDI at CRAN
Permanent link

New package efts with initial version 0.9-0
Package: efts
Type: Package
Title: High-Level Functions to Read and Write Ensemble Forecast Time Series in netCDF
Description: The binary file format 'netCDF' is developed primarily for climate, ocean and meteorological data, and 'efts' is a package to read and write Ensemble Forecast Time Series data in 'netCDF'. 'netCDF' has traditionally been used to store time slices of gridded data, rather than complete time series of point data. 'efts' facilitates data handling stored in 'netCDF' files that follow a convention devised in the domain of ensemble hydrologic forecasting, but possibly applicable in other domains. 'efts' uses reference class objects to provide a high level interface to read and write such data, wrapping lower level operations performed using 'ncdf4'.
Version: 0.9-0
Date: 2018-04-22
Authors@R: c( person("Jean-Michel", "Perraud", email="jean-michel.perraud@csiro.au", role = c("aut","cre")), person("David", "Robertson", role = c("aut")), person("James", "Bennett", role = c("aut")) )
URL: https://github.com/jmp75/efts
BugReports: https://github.com/jmp75/efts/issues
VignetteBuilder: knitr
Depends: R (>= 3.1)
Imports: methods, stringr (>= 1.2), lubridate (>= 1.7), magrittr, xts (>= 0.10), plyr, ncdf4 (>= 1.16), udunits2
Suggests: testthat, zoo, knitr
License: GPL-2
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-04-26 01:14:00 UTC; per202
Author: Jean-Michel Perraud [aut, cre], David Robertson [aut], James Bennett [aut]
Maintainer: Jean-Michel Perraud <jean-michel.perraud@csiro.au>
Repository: CRAN
Date/Publication: 2018-04-26 11:30:39 UTC

More information about efts at CRAN
Permanent link

New package BLSM with initial version 0.1.0
Package: BLSM
Title: Bayesian Latent Space Model
Version: 0.1.0
Date: 2018-04-25
Authors@R: c( person("Alberto", "Donizetti", email = "albe.donizetti@gmail.com", role = c("aut", "cre")), person("Francesca", "Ieva", email = "francesca.ieva@polimi.it", role = "ctb"))
Description: Provides a Bayesian latent space model for complex networks, either weighted or unweighted. Given an observed input graph, the estimates for the latent coordinates of the nodes are obtained through a Bayesian MCMC algorithm. The overall likelihood of the graph depends on a fundamental probability equation, which is defined so that ties are more likely to exist between nodes whose latent space coordinates are close. The package is mainly based on the model by Hoff, Raftery and Handcock (2002) <doi:10.1198/016214502388618906> and contains some extra features (e.g., removal of the Procrustean step, weights implemented as coefficients of the latent distances, 3D plots). The original code related to the above model was retrieved from <https://www.stat.washington.edu/people/pdhoff/Code/hoff_raftery_handcock_2002_jasa/>. Users can inspect the MCMC simulation, create and customize insightful graphical representations or apply clustering techniques.
Depends: R (>= 3.3.0)
Imports: Rcpp (>= 0.12.4)
Suggests: rgl (>= 0.98.1)
LinkingTo: Rcpp, RcppEigen
License: GPL (>= 2)
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-04-25 17:42:52 UTC; a.donizetti
Author: Alberto Donizetti [aut, cre], Francesca Ieva [ctb]
Maintainer: Alberto Donizetti <albe.donizetti@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-26 11:04:13 UTC

More information about BLSM at CRAN
Permanent link

New package timechange with initial version 0.0.1
Package: timechange
Title: Efficient Changing of Date-Times
Version: 0.0.1
Authors@R: c(person("Vitalie", "Spinu", email = "spinuvit@gmail.com", role = c("aut", "cre")), person("Google Inc.", role = c("ctb", "cph")))
Description: Efficient routines for manipulation of date-time objects while accounting for time-zones and daylight saving times. The package includes utilities for updating of date-time components (year, month, day etc.), modification of time-zones, rounding of date-times, period addition and subtraction etc. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details.
Depends: R (>= 3.3)
License: GPL-3
Encoding: UTF-8
Imports: Rcpp (>= 0.12)
LinkingTo: Rcpp
Suggests: testthat, knitr
LazyData: true
SystemRequirements: A system with zoneinfo data (e.g. /usr/share/zoneinfo) as well as a recent-enough C++11 compiler (such as g++-4.8 or later). On Windows the zoneinfo included with R is used.
BugReports: https://github.com/vspinu/timechange/issues
URL: https://github.com/vspinu/timechange/
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-04-20 10:15:40 UTC; vspinu
Author: Vitalie Spinu [aut, cre], Google Inc. [ctb, cph]
Maintainer: Vitalie Spinu <spinuvit@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-26 10:30:14 UTC

More information about timechange at CRAN
Permanent link

New package table1 with initial version 1.0
Package: table1
Type: Package
Version: 1.0
Date: 2018-04-25
Title: Tables of Descriptive Statistics in HTML
Authors@R: person("Benjamin", "Rich", role=c("aut", "cre"), email="mail@benjaminrich.net")
Description: Create HTML tables of descriptive statistics, as one would expect to see as the first table (i.e. "Table 1") in a medical/epidemiological journal article.
License: GPL-3
Depends: Formula
Imports: stats
Suggests: knitr,boot
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-04-25 18:23:05 UTC; brich
Author: Benjamin Rich [aut, cre]
Maintainer: Benjamin Rich <mail@benjaminrich.net>
Repository: CRAN
Date/Publication: 2018-04-26 10:51:14 UTC

More information about table1 at CRAN
Permanent link

New package pooling with initial version 1.1.1
Package: pooling
Type: Package
Title: Fit Poolwise Regression Models
Version: 1.1.1
Date: 2018-04-25
Author: Dane R. Van Domelen
Maintainer: Dane R. Van Domelen <vandomed@gmail.com>
Description: Functions for calculating power and fitting regression models in studies where a biomarker is measured in "pooled" samples rather than for each individual. Approaches for handling measurement error follow the framework of Schisterman et al. (2010) <doi:10.1002/sim.3823>.
License: GPL-3
LazyData: true
RoxygenNote: 6.0.1
Imports: cubature, dplyr, dvmisc, ggplot2, ggrepel, mvtnorm, pracma, stats
NeedsCompilation: no
Packaged: 2018-04-25 17:43:22 UTC; Dane
Repository: CRAN
Date/Publication: 2018-04-26 10:49:06 UTC

More information about pooling at CRAN
Permanent link

Package pillar updated to version 1.2.2 with previous version 1.2.1 dated 2018-02-27

Title: Coloured Formatting for Columns
Description: Provides a 'pillar' generic designed for formatting columns of data using the full range of colours provided by modern terminals.
Author: Kirill Müller [aut, cre], Hadley Wickham [aut], RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>

Diff between pillar versions 1.2.1 dated 2018-02-27 and 1.2.2 dated 2018-04-26

 DESCRIPTION                                          |    6 
 MD5                                                  |  284 ++++++++----
 NAMESPACE                                            |    4 
 NEWS.md                                              |    8 
 R/capital.R                                          |    4 
 R/dim.R                                              |    2 
 R/extent.R                                           |    5 
 R/multi.R                                            |    7 
 R/rowid-title.R                                      |    7 
 R/shaft.R                                            |   10 
 R/sigfig.R                                           |   40 +
 R/spark-line.R                                       |    4 
 R/strrep.R                                           |    7 
 R/styles.R                                           |    7 
 R/tick.R                                             |    2 
 R/title.R                                            |   23 -
 R/type.R                                             |   57 ++
 R/utils.R                                            |    4 
 man/format_type_sum.Rd                               |only
 man/new_pillar_title.Rd                              |only
 man/new_pillar_type.Rd                               |only
 tests/testthat/bw-out                                |only
 tests/testthat/helper-output.R                       |    7 
 tests/testthat/out-native/basic-signif-5.txt         |   24 -
 tests/testthat/out-native/basic-signif-7.txt         |   18 
 tests/testthat/out-native/basic-slightly-nonint.txt  |only
 tests/testthat/out-native/basic.txt                  |   24 -
 tests/testthat/out-native/numeric-22.txt             |    8 
 tests/testthat/out-native/style-bold-false.txt       |   20 
 tests/testthat/out-native/style-neg-false.txt        |   20 
 tests/testthat/out-native/style-regular.txt          |   20 
 tests/testthat/out-native/style-subtle-false.txt     |   20 
 tests/testthat/out-native/style-subtle-neg-false.txt |   20 
 tests/testthat/out-native/style-subtle-num-true.txt  |   20 
 tests/testthat/out-native/tibble-all--30.txt         |    6 
 tests/testthat/out-native/tibble-all--300-20.txt     |    6 
 tests/testthat/out-native/tibble-all--300-30.txt     |    6 
 tests/testthat/out-native/tibble-all--300-40.txt     |    6 
 tests/testthat/out-native/tibble-all--300-50.txt     |    6 
 tests/testthat/out-native/tibble-all--300-60.txt     |    6 
 tests/testthat/out-native/tibble-all--300-70.txt     |    6 
 tests/testthat/out-native/tibble-all--300.txt        |    6 
 tests/testthat/out-native/tibble-iris-3-20.txt       |    6 
 tests/testthat/out-native/tibble-iris-5-30.txt       |   10 
 tests/testthat/out-native/tibble-mtcars-8-30.txt     |   16 
 tests/testthat/out-native/tibble-non-syntactic.txt   |    2 
 tests/testthat/out-native/time-digits-secs.txt       |only
 tests/testthat/out-native/title-crayon.txt           |   22 
 tests/testthat/out-native/title-fifteen.txt          |   18 
 tests/testthat/out-native/title-longer.txt           |   18 
 tests/testthat/out-native/title-none.txt             |   20 
 tests/testthat/out-native/title-short.txt            |   22 
 tests/testthat/out-native/title-too-long.txt         |   18 
 tests/testthat/out/basic-signif-5.txt                |   24 -
 tests/testthat/out/basic-signif-7.txt                |   18 
 tests/testthat/out/basic-slightly-nonint.txt         |only
 tests/testthat/out/basic.txt                         |   24 -
 tests/testthat/out/numeric-22.txt                    |    8 
 tests/testthat/out/style-bold-false.txt              |   20 
 tests/testthat/out/style-neg-false.txt               |   20 
 tests/testthat/out/style-regular.txt                 |   20 
 tests/testthat/out/style-subtle-false.txt            |   20 
 tests/testthat/out/style-subtle-neg-false.txt        |   20 
 tests/testthat/out/style-subtle-num-true.txt         |   20 
 tests/testthat/out/tibble-all--30.txt                |    6 
 tests/testthat/out/tibble-all--300-20.txt            |    6 
 tests/testthat/out/tibble-all--300-30.txt            |    6 
 tests/testthat/out/tibble-all--300-40.txt            |    6 
 tests/testthat/out/tibble-all--300-50.txt            |    6 
 tests/testthat/out/tibble-all--300-60.txt            |    6 
 tests/testthat/out/tibble-all--300-70.txt            |    6 
 tests/testthat/out/tibble-all--300.txt               |    6 
 tests/testthat/out/tibble-iris-3-20.txt              |    6 
 tests/testthat/out/tibble-iris-5-30.txt              |   10 
 tests/testthat/out/tibble-mtcars-8-30.txt            |   16 
 tests/testthat/out/tibble-non-syntactic.txt          |    2 
 tests/testthat/out/time-digits-secs.txt              |only
 tests/testthat/out/title-crayon.txt                  |   22 
 tests/testthat/out/title-fifteen.txt                 |   18 
 tests/testthat/out/title-longer.txt                  |   18 
 tests/testthat/out/title-none.txt                    |   20 
 tests/testthat/out/title-short.txt                   |   22 
 tests/testthat/out/title-too-long.txt                |   18 
 tests/testthat/test-format_character.R               |  159 +++---
 tests/testthat/test-format_decimal.R                 |   41 +
 tests/testthat/test-format_multi.R                   |  436 +++++++++----------
 tests/testthat/test-format_numeric.R                 |    2 
 tests/testthat/test-format_scientific.R              |    6 
 tests/testthat/test-format_time.R                    |    4 
 tests/testthat/test-new-pillar-title.R               |only
 tests/testthat/test-new-pillar-type.R                |only
 tests/testthat/test-title.R                          |   17 
 92 files changed, 1106 insertions(+), 835 deletions(-)

More information about pillar at CRAN
Permanent link

Package WordR updated to version 0.3.0 with previous version 0.2.3 dated 2018-03-14

Title: Rendering Word Documents with R Inline Code
Description: Serves for rendering MS Word documents with R inline code and inserting tables and plots.
Author: Tomas Hovorka
Maintainer: Tomas Hovorka <tomashovorka@seznam.cz>

Diff between WordR versions 0.2.3 dated 2018-03-14 and 0.3.0 dated 2018-04-26

 DESCRIPTION                |   10 +++++-----
 MD5                        |   28 +++++++++++++++-------------
 NEWS.md                    |    6 ++++++
 R/addFlexTables.R          |   25 ++++++++++++++++---------
 R/addPlots.R               |   44 +++++++++++++++++++++++++++-----------------
 R/body_add_flextables.R    |only
 R/renderInlineCode.R       |    3 +--
 inst/doc/WordR.Rmd         |   12 +++++-------
 inst/doc/WordR.html        |   18 +++++++++---------
 inst/examples/examples.R   |   23 +++++++++++++----------
 man/addFlexTables.Rd       |   24 +++++++++++++++---------
 man/addPlots.Rd            |   19 ++++++++++++++-----
 man/body_add_flextables.Rd |only
 man/renderInlineCode.Rd    |    1 -
 tests/testthat/tests.R     |   21 ++++++++++++---------
 vignettes/WordR.Rmd        |   12 +++++-------
 16 files changed, 143 insertions(+), 103 deletions(-)

More information about WordR at CRAN
Permanent link

Package leaflet.minicharts updated to version 0.5.3 with previous version 0.5.2 dated 2017-12-06

Title: Mini Charts for Interactive Maps
Description: Add and modify small charts on an interactive map created with package 'leaflet'. These charts can be used to represent at same time multiple variables on a single map.
Author: Jalal-Edine ZAWAM [aut, cre], Francois Guillem [aut], RTE [cph]
Maintainer: Jalal-Edine ZAWAM <jalal-edine.zawam@rte-france.com>

Diff between leaflet.minicharts versions 0.5.2 dated 2017-12-06 and 0.5.3 dated 2018-04-26

 DESCRIPTION                    |    6 +--
 MD5                            |   12 +++----
 NEWS                           |    3 +
 README.md                      |    2 -
 build/vignette.rds             |binary
 inst/doc/introduction.html     |   64 +++++++++++++++++++----------------------
 inst/leaflet.minicharts.min.js |   23 ++++++++------
 7 files changed, 57 insertions(+), 53 deletions(-)

More information about leaflet.minicharts at CRAN
Permanent link


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