Fri, 18 Mar 2016

Package tmap updated to version 1.4 with previous version 1.2 dated 2015-12-11

Title: Thematic Maps
Description: Thematic maps are geographical maps in which spatial data distributions are visualized. This package offers a flexible, layer-based, and easy to use approach to create thematic maps, such as choropleths and bubble maps.
Author: Martijn Tennekes [aut, cre], Joel Gombin [ctb], Kent Russell [ctb], Richard Zijdeman [ctb]
Maintainer: Martijn Tennekes <mtennekes@gmail.com>

Diff between tmap versions 1.2 dated 2015-12-11 and 1.4 dated 2016-03-18

 tmap-1.2/tmap/R/itmap.R                   |only
 tmap-1.2/tmap/R/leaflet_functions.R       |only
 tmap-1.2/tmap/R/tm_misc.R                 |only
 tmap-1.2/tmap/man/itmap.Rd                |only
 tmap-1.4/tmap/DESCRIPTION                 |   20 
 tmap-1.4/tmap/MD5                         |  201 +++---
 tmap-1.4/tmap/NAMESPACE                   |   41 -
 tmap-1.4/tmap/NEWS                        |   19 
 tmap-1.4/tmap/R/animation_tmap.R          |    5 
 tmap-1.4/tmap/R/append_data.R             |   14 
 tmap-1.4/tmap/R/bb.R                      |   39 -
 tmap-1.4/tmap/R/cat2pal.R                 |   43 -
 tmap-1.4/tmap/R/col2hex.R                 |only
 tmap-1.4/tmap/R/geocode_OSM.R             |only
 tmap-1.4/tmap/R/get_asp_ratio.R           |   24 
 tmap-1.4/tmap/R/get_proj4_code.R          |    9 
 tmap-1.4/tmap/R/get_raster_data.R         |   52 +
 tmap-1.4/tmap/R/get_sp_coordinates.R      |only
 tmap-1.4/tmap/R/gridplot.R                |  130 +++-
 tmap-1.4/tmap/R/kde2D.R                   |    2 
 tmap-1.4/tmap/R/line_functions.R          |only
 tmap-1.4/tmap/R/map2scale.R               |    6 
 tmap-1.4/tmap/R/map_coloring.R            |   22 
 tmap-1.4/tmap/R/meta_plot.R               |  171 +++--
 tmap-1.4/tmap/R/num2pal.R                 |   77 +-
 tmap-1.4/tmap/R/onLoad.R                  |    2 
 tmap-1.4/tmap/R/pkg.R                     |   23 
 tmap-1.4/tmap/R/plot_all.R                |  180 ++---
 tmap-1.4/tmap/R/plot_map.R                |   62 -
 tmap-1.4/tmap/R/plot_misc_functions.R     |  162 +++-
 tmap-1.4/tmap/R/preprocess_gt.R           |only
 tmap-1.4/tmap/R/preprocess_shapes.R       |only
 tmap-1.4/tmap/R/print_tmap.R              |  447 ++++++++-----
 tmap-1.4/tmap/R/process_bubbles.R         |   36 -
 tmap-1.4/tmap/R/process_col_vector.R      |   17 
 tmap-1.4/tmap/R/process_color.R           |   72 ++
 tmap-1.4/tmap/R/process_data.R            |   14 
 tmap-1.4/tmap/R/process_facet_layout.R    |only
 tmap-1.4/tmap/R/process_fill.R            |   19 
 tmap-1.4/tmap/R/process_layers.R          |   83 +-
 tmap-1.4/tmap/R/process_lines.R           |   93 +-
 tmap-1.4/tmap/R/process_meta.R            |   92 ++
 tmap-1.4/tmap/R/process_raster.R          |   86 --
 tmap-1.4/tmap/R/process_shapes.R          |  132 +---
 tmap-1.4/tmap/R/process_text.R            |   45 +
 tmap-1.4/tmap/R/process_tm.R              |  166 ++---
 tmap-1.4/tmap/R/qtm.R                     |   75 +-
 tmap-1.4/tmap/R/read_GPX.R                |    4 
 tmap-1.4/tmap/R/read_osm.R                |   19 
 tmap-1.4/tmap/R/read_shape.R              |   10 
 tmap-1.4/tmap/R/sample_dots.R             |   70 +-
 tmap-1.4/tmap/R/save_tmap.R               |  180 ++++-
 tmap-1.4/tmap/R/set_projection.R          |   92 ++
 tmap-1.4/tmap/R/smooth_map.R              |    5 
 tmap-1.4/tmap/R/split_shps.R              |   11 
 tmap-1.4/tmap/R/split_tm.R                |    2 
 tmap-1.4/tmap/R/tm_layers.R               |   79 +-
 tmap-1.4/tmap/R/tm_layout.R               |   64 +
 tmap-1.4/tmap/R/tm_misc_elements.R        |   39 -
 tmap-1.4/tmap/R/tm_shape.R                |    8 
 tmap-1.4/tmap/R/tm_view.R                 |only
 tmap-1.4/tmap/R/tmap_mode.R               |only
 tmap-1.4/tmap/R/to_raster.R               |   23 
 tmap-1.4/tmap/R/view_tmap.R               |only
 tmap-1.4/tmap/build/vignette.rds          |binary
 tmap-1.4/tmap/data/Europe.rda             |binary
 tmap-1.4/tmap/data/NLD_muni.rda           |binary
 tmap-1.4/tmap/data/NLD_prov.rda           |binary
 tmap-1.4/tmap/data/World.rda              |binary
 tmap-1.4/tmap/inst/doc/tmap-modes.R       |only
 tmap-1.4/tmap/inst/doc/tmap-modes.Rmd     |only
 tmap-1.4/tmap/inst/doc/tmap-modes.html    |only
 tmap-1.4/tmap/inst/doc/tmap-nutshell.R    |  142 ++--
 tmap-1.4/tmap/inst/doc/tmap-nutshell.Rmd  |  336 +++++++---
 tmap-1.4/tmap/inst/doc/tmap-nutshell.html |  974 ++++++++++++++----------------
 tmap-1.4/tmap/man/animation_tmap.Rd       |   30 
 tmap-1.4/tmap/man/bb.Rd                   |   30 
 tmap-1.4/tmap/man/calc_densities.Rd       |   10 
 tmap-1.4/tmap/man/double_line.Rd          |only
 tmap-1.4/tmap/man/geocode_OSM.Rd          |only
 tmap-1.4/tmap/man/get_asp_ratio.Rd        |   13 
 tmap-1.4/tmap/man/get_proj4.Rd            |    5 
 tmap-1.4/tmap/man/land.Rd                 |    2 
 tmap-1.4/tmap/man/map_coloring.Rd         |   10 
 tmap-1.4/tmap/man/poly_to_raster.Rd       |    8 
 tmap-1.4/tmap/man/polygons.Rd             |   26 
 tmap-1.4/tmap/man/print.tmap.Rd           |   21 
 tmap-1.4/tmap/man/qtm.Rd                  |   31 
 tmap-1.4/tmap/man/read_GPX.Rd             |   51 -
 tmap-1.4/tmap/man/read_osm.Rd             |   75 +-
 tmap-1.4/tmap/man/sample_dots.Rd          |  128 ++-
 tmap-1.4/tmap/man/save_tmap.Rd            |   56 +
 tmap-1.4/tmap/man/set_projection.Rd       |    5 
 tmap-1.4/tmap/man/smooth_map.Rd           |   99 +++
 tmap-1.4/tmap/man/tm_bubbles.Rd           |   32 
 tmap-1.4/tmap/man/tm_compass.Rd           |   12 
 tmap-1.4/tmap/man/tm_credits.Rd           |    7 
 tmap-1.4/tmap/man/tm_facets.Rd            |   85 ++
 tmap-1.4/tmap/man/tm_grid.Rd              |    8 
 tmap-1.4/tmap/man/tm_layout.Rd            |  114 ++-
 tmap-1.4/tmap/man/tm_lines.Rd             |   57 +
 tmap-1.4/tmap/man/tm_raster.Rd            |   48 -
 tmap-1.4/tmap/man/tm_scale_bar.Rd         |    9 
 tmap-1.4/tmap/man/tm_shape.Rd             |   17 
 tmap-1.4/tmap/man/tm_text.Rd              |   28 
 tmap-1.4/tmap/man/tm_view.Rd              |only
 tmap-1.4/tmap/man/tmap-element.Rd         |    2 
 tmap-1.4/tmap/man/tmap-package.Rd         |   21 
 tmap-1.4/tmap/man/tmap_leaflet.Rd         |only
 tmap-1.4/tmap/man/tmap_mode.Rd            |only
 tmap-1.4/tmap/man/tmap_style.Rd           |only
 tmap-1.4/tmap/vignettes/images            |only
 tmap-1.4/tmap/vignettes/tmap-modes.Rmd    |only
 tmap-1.4/tmap/vignettes/tmap-nutshell.Rmd |  159 +++-
 114 files changed, 3626 insertions(+), 2312 deletions(-)

More information about tmap at CRAN
Permanent link

Package Surrogate updated to version 0.1-69 with previous version 0.1-68 dated 2016-02-21

Title: Evaluation of Surrogate Endpoints in Clinical Trials
Description: In a clinical trial, it frequently occurs that the most credible outcome to evaluate the effectiveness of a new therapy (the true endpoint) is difficult to measure. In such a situation, it can be an effective strategy to replace the true endpoint by a biomarker that is easier to measure and that allows for a prediction of the treatment effect on the true endpoint (a surrogate endpoint). The package 'Surrogate' allows for an evaluation of the appropriateness of a candidate surrogate endpoint based on the meta-analytic, information-theoretic, and causal-inference frameworks. Part of this software has been developed using funding provided from the European Union's 7th Framework Programme for research, technological development and demonstration under Grant Agreement no 602552.
Author: Wim Van der Elst, Paul Meyvisch, Ariel Alonso, Hannah M. Ensor, Christopher J. Weir & Geert Molenberghs
Maintainer: Wim Van der Elst <Wim.vanderelst@gmail.com>

Diff between Surrogate versions 0.1-68 dated 2016-02-21 and 0.1-69 dated 2016-03-18

 DESCRIPTION                |    8 
 MD5                        |    6 
 NEWS                       |    2 
 R/ICA.BinBin.Grid.Sample.R | 2992 ++++++++++++++++++++++-----------------------
 4 files changed, 1499 insertions(+), 1509 deletions(-)

More information about Surrogate at CRAN
Permanent link

Package SpatialPosition updated to version 1.1 with previous version 1.0 dated 2015-12-04

Title: Spatial Position Models
Description: Computes spatial position models: Stewart potentials, Reilly catchment areas, Huff catchment areas.
Author: Timothée Giraud [cre, aut], Hadrien Commenges [aut], Joël Boulier [ctb]
Maintainer: Timothée Giraud <timothee.giraud@ums-riate.fr>

Diff between SpatialPosition versions 1.0 dated 2015-12-04 and 1.1 dated 2016-03-18

 DESCRIPTION                   |   12 ++--
 MD5                           |   48 +++++++++-------
 NAMESPACE                     |    2 
 NEWS                          |   14 ++++
 R/contourStewart.R            |  120 ++++++------------------------------------
 R/gridandmat.R                |   10 ++-
 R/package.R                   |   11 ++-
 R/quickStewart.R              |only
 R/rasterToContourPoly.R       |only
 R/stewart.R                   |    7 +-
 README.md                     |    5 +
 build/vignette.rds            |binary
 inst/doc/SpatialPosition.R    |    2 
 inst/doc/SpatialPosition.Rmd  |    2 
 inst/doc/SpatialPosition.html |   27 ++++-----
 inst/doc/StewartExample.R     |   15 ++---
 inst/doc/StewartExample.Rmd   |   15 ++---
 inst/doc/StewartExample.html  |   42 +++++++-------
 man/SpatialPosition.Rd        |   11 ++-
 man/contourStewart.Rd         |   21 +++++--
 man/plotStewart.Rd            |    2 
 man/quickStewart.Rd           |only
 man/rasterStewart.Rd          |    2 
 man/rasterToContourPoly.Rd    |only
 man/stewart.Rd                |    3 -
 vignettes/SpatialPosition.Rmd |    2 
 vignettes/StewartExample.Rmd  |   15 ++---
 27 files changed, 173 insertions(+), 215 deletions(-)

More information about SpatialPosition at CRAN
Permanent link

Package Momocs updated to version 1.0.0 with previous version 0.2-6 dated 2014-03-07

Title: Morphometrics using R
Description: A complete toolkit for morphometrics, from data extraction to multivariate analyses. Most common 2D morphometrics approaches are included: outlines, open outlines, configurations of landmarks, traditional morphometrics, and facilities for data preparation, manipulation and visualization with a consistent grammar throughout. Momocs allows reproducible, complex morphometric analyses, paves the way for a pure open-source workflow in R, and other morphometrics approaches should be easy to plug in, or develop from, on top of this canvas.
Author: Vincent Bonhomme [aut, cre], Julien Claude [aut]
Maintainer: Vincent Bonhomme <bonhomme.vincent@gmail.com>

Diff between Momocs versions 0.2-6 dated 2014-03-07 and 1.0.0 dated 2016-03-18

 Momocs-0.2-6/Momocs/ChangeLog                          |only
 Momocs-0.2-6/Momocs/R/Coe.R                            |only
 Momocs-0.2-6/Momocs/R/Coo.R                            |only
 Momocs-0.2-6/Momocs/R/global.R                         |only
 Momocs-0.2-6/Momocs/man/A.mshape.Rd                    |only
 Momocs-0.2-6/Momocs/man/A.plot.Rd                      |only
 Momocs-0.2-6/Momocs/man/A.points.Rd                    |only
 Momocs-0.2-6/Momocs/man/A.segments.Rd                  |only
 Momocs-0.2-6/Momocs/man/Abstract-Momocs.Rd             |only
 Momocs-0.2-6/Momocs/man/Class-Coe.Rd                   |only
 Momocs-0.2-6/Momocs/man/Class-Coo.Rd                   |only
 Momocs-0.2-6/Momocs/man/Coe2nef.Rd                     |only
 Momocs-0.2-6/Momocs/man/Coo2chc.Rd                     |only
 Momocs-0.2-6/Momocs/man/PC.contrib.Rd                  |only
 Momocs-0.2-6/Momocs/man/baseline-methods.Rd            |only
 Momocs-0.2-6/Momocs/man/chc2Coo.Rd                     |only
 Momocs-0.2-6/Momocs/man/clust.Rd                       |only
 Momocs-0.2-6/Momocs/man/coeff.sel.Rd                   |only
 Momocs-0.2-6/Momocs/man/coeff.split.Rd                 |only
 Momocs-0.2-6/Momocs/man/color-palettes.Rd              |only
 Momocs-0.2-6/Momocs/man/coo-oscillo.Rd                 |only
 Momocs-0.2-6/Momocs/man/coo-plot.Rd                    |only
 Momocs-0.2-6/Momocs/man/coo.align.Rd                   |only
 Momocs-0.2-6/Momocs/man/coo.baseline.Rd                |only
 Momocs-0.2-6/Momocs/man/coo.center.Rd                  |only
 Momocs-0.2-6/Momocs/man/coo.centpos.Rd                 |only
 Momocs-0.2-6/Momocs/man/coo.centsize.Rd                |only
 Momocs-0.2-6/Momocs/man/coo.close.Rd                   |only
 Momocs-0.2-6/Momocs/man/coo.draw.Rd                    |only
 Momocs-0.2-6/Momocs/man/coo.force2close.Rd             |only
 Momocs-0.2-6/Momocs/man/coo.ldk.Rd                     |only
 Momocs-0.2-6/Momocs/man/coo.list.panel.Rd              |only
 Momocs-0.2-6/Momocs/man/coo.perim.Rd                   |only
 Momocs-0.2-6/Momocs/man/coo.perim.int.Rd               |only
 Momocs-0.2-6/Momocs/man/coo.rotate.Rd                  |only
 Momocs-0.2-6/Momocs/man/coo.rotate.center.Rd           |only
 Momocs-0.2-6/Momocs/man/coo.sample.Rd                  |only
 Momocs-0.2-6/Momocs/man/coo.sample.int.Rd              |only
 Momocs-0.2-6/Momocs/man/coo.sample.rr.Rd               |only
 Momocs-0.2-6/Momocs/man/coo.scale.Rd                   |only
 Momocs-0.2-6/Momocs/man/coo.slide.Rd                   |only
 Momocs-0.2-6/Momocs/man/coo.smooth.Rd                  |only
 Momocs-0.2-6/Momocs/man/coo.template.Rd                |only
 Momocs-0.2-6/Momocs/man/coo.trans.Rd                   |only
 Momocs-0.2-6/Momocs/man/coo.unclose.Rd                 |only
 Momocs-0.2-6/Momocs/man/cooLandmarks.Rd                |only
 Momocs-0.2-6/Momocs/man/dataset-bot.Rd                 |only
 Momocs-0.2-6/Momocs/man/dataset-hearts.Rd              |only
 Momocs-0.2-6/Momocs/man/dataset-mosquito.Rd            |only
 Momocs-0.2-6/Momocs/man/dataset-trilo.Rd               |only
 Momocs-0.2-6/Momocs/man/defLandmarks.Rd                |only
 Momocs-0.2-6/Momocs/man/dev.plot.Rd                    |only
 Momocs-0.2-6/Momocs/man/dev.segments.Rd                |only
 Momocs-0.2-6/Momocs/man/diapo-methods.Rd               |only
 Momocs-0.2-6/Momocs/man/dudi.plot.Rd                   |only
 Momocs-0.2-6/Momocs/man/eFourier-methods.Rd            |only
 Momocs-0.2-6/Momocs/man/edm.nearest.Rd                 |only
 Momocs-0.2-6/Momocs/man/ef.amplify.Rd                  |only
 Momocs-0.2-6/Momocs/man/efourier.i.Rd                  |only
 Momocs-0.2-6/Momocs/man/efourier.norm.Rd               |only
 Momocs-0.2-6/Momocs/man/efourier.shape.Rd              |only
 Momocs-0.2-6/Momocs/man/ellipse.par.Rd                 |only
 Momocs-0.2-6/Momocs/man/ellpar.Rd                      |only
 Momocs-0.2-6/Momocs/man/harm.pow.Rd                    |only
 Momocs-0.2-6/Momocs/man/hcontrib.Rd                    |only
 Momocs-0.2-6/Momocs/man/hpow.Rd                        |only
 Momocs-0.2-6/Momocs/man/hqual.Rd                       |only
 Momocs-0.2-6/Momocs/man/hquant.Rd                      |only
 Momocs-0.2-6/Momocs/man/import.jpg.Rd                  |only
 Momocs-0.2-6/Momocs/man/import.txt.Rd                  |only
 Momocs-0.2-6/Momocs/man/is.closed.Rd                   |only
 Momocs-0.2-6/Momocs/man/manova.Coe.Rd                  |only
 Momocs-0.2-6/Momocs/man/meanShapes.Rd                  |only
 Momocs-0.2-6/Momocs/man/morpho.space.Rd                |only
 Momocs-0.2-6/Momocs/man/panel-methods.Rd               |only
 Momocs-0.2-6/Momocs/man/pca.Rd                         |only
 Momocs-0.2-6/Momocs/man/pca2shp.Rd                     |only
 Momocs-0.2-6/Momocs/man/procGPAlign-methods.Rd         |only
 Momocs-0.2-6/Momocs/man/rFourier-methods.Rd            |only
 Momocs-0.2-6/Momocs/man/rfourier.i.Rd                  |only
 Momocs-0.2-6/Momocs/man/rfourier.shape.Rd              |only
 Momocs-0.2-6/Momocs/man/smooth.qual.Rd                 |only
 Momocs-0.2-6/Momocs/man/stack-methods.Rd               |only
 Momocs-0.2-6/Momocs/man/tFourier-methods.Rd            |only
 Momocs-0.2-6/Momocs/man/tfourier.i.Rd                  |only
 Momocs-0.2-6/Momocs/man/tfourier.shape.Rd              |only
 Momocs-0.2-6/Momocs/man/tps.arr.Rd                     |only
 Momocs-0.2-6/Momocs/man/tps.grid.Rd                    |only
 Momocs-0.2-6/Momocs/man/tps.iso.Rd                     |only
 Momocs-0.2-6/Momocs/man/vecs.param.Rd                  |only
 Momocs-1.0.0/Momocs/DESCRIPTION                        |   53 -
 Momocs-1.0.0/Momocs/MD5                                |  421 +++++++--
 Momocs-1.0.0/Momocs/NAMESPACE                          |  747 +++++++++++++++--
 Momocs-1.0.0/Momocs/R/Momocs-package.R                 |only
 Momocs-1.0.0/Momocs/R/babel-bridges.R                  |only
 Momocs-1.0.0/Momocs/R/babel-export.R                   |only
 Momocs-1.0.0/Momocs/R/babel-import.R                   |only
 Momocs-1.0.0/Momocs/R/cl-def-CooCoe.R                  |only
 Momocs-1.0.0/Momocs/R/cl-def-Ldk.R                     |only
 Momocs-1.0.0/Momocs/R/cl-def-Opn.R                     |only
 Momocs-1.0.0/Momocs/R/cl-def-Out.R                     |only
 Momocs-1.0.0/Momocs/R/cl-def-TraCoe.R                  |only
 Momocs-1.0.0/Momocs/R/cl-farming.R                     |only
 Momocs-1.0.0/Momocs/R/cl-handling.R                    |only
 Momocs-1.0.0/Momocs/R/cl-utilities.R                   |only
 Momocs-1.0.0/Momocs/R/cl-validate.R                    |only
 Momocs-1.0.0/Momocs/R/coo-ldk-utilities.R              |only
 Momocs-1.0.0/Momocs/R/coo-shapedescriptors.R           |only
 Momocs-1.0.0/Momocs/R/coo-utilities.R                  |only
 Momocs-1.0.0/Momocs/R/core-ldk-procrustes.R            |only
 Momocs-1.0.0/Momocs/R/core-opn-bezier.R                |only
 Momocs-1.0.0/Momocs/R/core-opn-dct.R                   |only
 Momocs-1.0.0/Momocs/R/core-opn-polynomials.R           |only
 Momocs-1.0.0/Momocs/R/core-out-efourier.R              |only
 Momocs-1.0.0/Momocs/R/core-out-rfourier.R              |only
 Momocs-1.0.0/Momocs/R/core-out-tfourier.R              |only
 Momocs-1.0.0/Momocs/R/core-outopn-calibrate.R          |only
 Momocs-1.0.0/Momocs/R/core-premodern.R                 |only
 Momocs-1.0.0/Momocs/R/gr-Coe.R                         |only
 Momocs-1.0.0/Momocs/R/gr-Coo.R                         |only
 Momocs-1.0.0/Momocs/R/gr-LDA.R                         |only
 Momocs-1.0.0/Momocs/R/gr-PCA.R                         |only
 Momocs-1.0.0/Momocs/R/gr-PCA2.R                        |only
 Momocs-1.0.0/Momocs/R/gr-TPS.R                         |only
 Momocs-1.0.0/Momocs/R/gr-domesticplotters.R            |only
 Momocs-1.0.0/Momocs/R/gr-layers.R                      |only
 Momocs-1.0.0/Momocs/R/gr-misc.R                        |only
 Momocs-1.0.0/Momocs/R/gr-morphospaces.R                |only
 Momocs-1.0.0/Momocs/R/gr-morphospaces2.R               |only
 Momocs-1.0.0/Momocs/R/gr-themes.R                      |only
 Momocs-1.0.0/Momocs/R/mult-KMEANS.R                    |only
 Momocs-1.0.0/Momocs/R/mult-LDA.R                       |only
 Momocs-1.0.0/Momocs/R/mult-Manova.R                    |only
 Momocs-1.0.0/Momocs/R/mult-PCA.R                       |only
 Momocs-1.0.0/Momocs/R/mult-clust.R                     |only
 Momocs-1.0.0/Momocs/R/mult-mshapes.R                   |only
 Momocs-1.0.0/Momocs/R/pkg-datasets.R                   |only
 Momocs-1.0.0/Momocs/R/pkg-misc.R                       |only
 Momocs-1.0.0/Momocs/build                              |only
 Momocs-1.0.0/Momocs/data/bot.rda                       |binary
 Momocs-1.0.0/Momocs/data/chaff.rda                     |only
 Momocs-1.0.0/Momocs/data/charring.rda                  |only
 Momocs-1.0.0/Momocs/data/flower.rda                    |only
 Momocs-1.0.0/Momocs/data/hearts.rda                    |binary
 Momocs-1.0.0/Momocs/data/molars.rda                    |only
 Momocs-1.0.0/Momocs/data/mosquito.rda                  |binary
 Momocs-1.0.0/Momocs/data/oak.rda                       |only
 Momocs-1.0.0/Momocs/data/olea.rda                      |only
 Momocs-1.0.0/Momocs/data/shapes.rda                    |only
 Momocs-1.0.0/Momocs/data/trilo.rda                     |binary
 Momocs-1.0.0/Momocs/data/wings.rda                     |only
 Momocs-1.0.0/Momocs/inst/CITATION                      |   44 -
 Momocs-1.0.0/Momocs/inst/NEWS.Rd                       |only
 Momocs-1.0.0/Momocs/inst/doc                           |only
 Momocs-1.0.0/Momocs/man/CLUST.Rd                       |only
 Momocs-1.0.0/Momocs/man/Coe.Rd                         |only
 Momocs-1.0.0/Momocs/man/Coo.Rd                         |only
 Momocs-1.0.0/Momocs/man/KMEANS.Rd                      |only
 Momocs-1.0.0/Momocs/man/LDA.Rd                         |only
 Momocs-1.0.0/Momocs/man/Ldk.Rd                         |only
 Momocs-1.0.0/Momocs/man/MANOVA.Rd                      |only
 Momocs-1.0.0/Momocs/man/MANOVA_PW.Rd                   |only
 Momocs-1.0.0/Momocs/man/Momocs.Rd                      |only
 Momocs-1.0.0/Momocs/man/Momocs_help.Rd                 |only
 Momocs-1.0.0/Momocs/man/Momocs_lastversion.Rd          |only
 Momocs-1.0.0/Momocs/man/Momocs_version.Rd              |only
 Momocs-1.0.0/Momocs/man/Ntable.Rd                      |only
 Momocs-1.0.0/Momocs/man/Opn.Rd                         |only
 Momocs-1.0.0/Momocs/man/OpnCoe.Rd                      |only
 Momocs-1.0.0/Momocs/man/Out.Rd                         |only
 Momocs-1.0.0/Momocs/man/OutCoe.Rd                      |only
 Momocs-1.0.0/Momocs/man/PCA.Rd                         |only
 Momocs-1.0.0/Momocs/man/PCcontrib.Rd                   |only
 Momocs-1.0.0/Momocs/man/Ptolemy.Rd                     |   94 +-
 Momocs-1.0.0/Momocs/man/TraCoe.Rd                      |only
 Momocs-1.0.0/Momocs/man/a2l.Rd                         |   71 -
 Momocs-1.0.0/Momocs/man/a2m.Rd                         |only
 Momocs-1.0.0/Momocs/man/arrange.Rd                     |only
 Momocs-1.0.0/Momocs/man/as.Out.Rd                      |only
 Momocs-1.0.0/Momocs/man/as_df.Rd                       |only
 Momocs-1.0.0/Momocs/man/at_least.Rd                    |only
 Momocs-1.0.0/Momocs/man/bezier.Rd                      |only
 Momocs-1.0.0/Momocs/man/bezier_i.Rd                    |only
 Momocs-1.0.0/Momocs/man/bind_db.Rd                     |only
 Momocs-1.0.0/Momocs/man/boxplot.OutCoe.Rd              |only
 Momocs-1.0.0/Momocs/man/boxplot.PCA.Rd                 |only
 Momocs-1.0.0/Momocs/man/breed.Rd                       |only
 Momocs-1.0.0/Momocs/man/calibrate_deviations.Rd        |only
 Momocs-1.0.0/Momocs/man/calibrate_harmonicpower.Rd     |only
 Momocs-1.0.0/Momocs/man/calibrate_r2.Rd                |only
 Momocs-1.0.0/Momocs/man/calibrate_reconstructions.Rd   |only
 Momocs-1.0.0/Momocs/man/chc2Out.Rd                     |only
 Momocs-1.0.0/Momocs/man/chc2pix.Rd                     |   92 --
 Momocs-1.0.0/Momocs/man/chop.Rd                        |only
 Momocs-1.0.0/Momocs/man/classify.Rd                    |only
 Momocs-1.0.0/Momocs/man/coeff_sel.Rd                   |only
 Momocs-1.0.0/Momocs/man/coeff_split.Rd                 |only
 Momocs-1.0.0/Momocs/man/color_palettes.Rd              |only
 Momocs-1.0.0/Momocs/man/colors_transp.Rd               |only
 Momocs-1.0.0/Momocs/man/combine.Rd                     |only
 Momocs-1.0.0/Momocs/man/conf_ell.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_align.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_aligncalliper.Rd           |only
 Momocs-1.0.0/Momocs/man/coo_alignminradius.Rd          |only
 Momocs-1.0.0/Momocs/man/coo_alignxax.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_area.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_arrows.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_baseline.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_bookstein.Rd               |only
 Momocs-1.0.0/Momocs/man/coo_calliper.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_centdist.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_center.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_centpos.Rd                 |only
 Momocs-1.0.0/Momocs/man/coo_centsize.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_check.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_chull.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_circularity.Rd             |only
 Momocs-1.0.0/Momocs/man/coo_circularityharalick.Rd     |only
 Momocs-1.0.0/Momocs/man/coo_circularitynorm.Rd         |only
 Momocs-1.0.0/Momocs/man/coo_close.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_convexity.Rd               |only
 Momocs-1.0.0/Momocs/man/coo_down.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_draw.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_dxy.Rd                     |only
 Momocs-1.0.0/Momocs/man/coo_eccentricityboundingbox.Rd |only
 Momocs-1.0.0/Momocs/man/coo_eccentricityeigen.Rd       |only
 Momocs-1.0.0/Momocs/man/coo_elongation.Rd              |only
 Momocs-1.0.0/Momocs/man/coo_extract.Rd                 |only
 Momocs-1.0.0/Momocs/man/coo_flip.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_force2close.Rd             |only
 Momocs-1.0.0/Momocs/man/coo_interpolate.Rd             |only
 Momocs-1.0.0/Momocs/man/coo_jitter.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_ldk.Rd                     |only
 Momocs-1.0.0/Momocs/man/coo_left.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_length.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_listpanel.Rd               |only
 Momocs-1.0.0/Momocs/man/coo_lolli.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_lw.Rd                      |only
 Momocs-1.0.0/Momocs/man/coo_nb.Rd                      |only
 Momocs-1.0.0/Momocs/man/coo_oscillo.Rd                 |only
 Momocs-1.0.0/Momocs/man/coo_perim.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_perimcum.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_perimpts.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_plot.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_rectangularity.Rd          |only
 Momocs-1.0.0/Momocs/man/coo_rectilinearity.Rd          |only
 Momocs-1.0.0/Momocs/man/coo_rev.Rd                     |only
 Momocs-1.0.0/Momocs/man/coo_right.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_rotate.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_rotatecenter.Rd            |only
 Momocs-1.0.0/Momocs/man/coo_ruban.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_sample.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_samplerr.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_scale.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_scalexy.Rd                 |only
 Momocs-1.0.0/Momocs/man/coo_shear.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_slice.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_slide.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_slidedirection.Rd          |only
 Momocs-1.0.0/Momocs/man/coo_slidegap.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_smooth.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_smoothcurve.Rd             |only
 Momocs-1.0.0/Momocs/man/coo_solidity.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_tangle.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_template.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_theta3.Rd                  |only
 Momocs-1.0.0/Momocs/man/coo_thetapts.Rd                |only
 Momocs-1.0.0/Momocs/man/coo_trans.Rd                   |only
 Momocs-1.0.0/Momocs/man/coo_trim.Rd                    |only
 Momocs-1.0.0/Momocs/man/coo_up.Rd                      |only
 Momocs-1.0.0/Momocs/man/coo_width.Rd                   |only
 Momocs-1.0.0/Momocs/man/d.Rd                           |only
 Momocs-1.0.0/Momocs/man/data_bot.Rd                    |only
 Momocs-1.0.0/Momocs/man/data_chaff.Rd                  |only
 Momocs-1.0.0/Momocs/man/data_charring.Rd               |only
 Momocs-1.0.0/Momocs/man/data_flower.Rd                 |only
 Momocs-1.0.0/Momocs/man/data_hearts.Rd                 |only
 Momocs-1.0.0/Momocs/man/data_molars.Rd                 |only
 Momocs-1.0.0/Momocs/man/data_mosquito.Rd               |only
 Momocs-1.0.0/Momocs/man/data_oak.Rd                    |only
 Momocs-1.0.0/Momocs/man/data_olea.Rd                   |only
 Momocs-1.0.0/Momocs/man/data_shapes.Rd                 |only
 Momocs-1.0.0/Momocs/man/data_trilo.Rd                  |only
 Momocs-1.0.0/Momocs/man/data_wings.Rd                  |only
 Momocs-1.0.0/Momocs/man/def_ldk.Rd                     |only
 Momocs-1.0.0/Momocs/man/def_links.Rd                   |only
 Momocs-1.0.0/Momocs/man/def_slidings.Rd                |only
 Momocs-1.0.0/Momocs/man/dfourier.Rd                    |only
 Momocs-1.0.0/Momocs/man/dfourier_i.Rd                  |only
 Momocs-1.0.0/Momocs/man/dfourier_shape.Rd              |only
 Momocs-1.0.0/Momocs/man/dissolve.Rd                    |only
 Momocs-1.0.0/Momocs/man/ed.Rd                          |   55 -
 Momocs-1.0.0/Momocs/man/edi.Rd                         |   58 -
 Momocs-1.0.0/Momocs/man/edm.Rd                         |   67 -
 Momocs-1.0.0/Momocs/man/edm_nearest.Rd                 |only
 Momocs-1.0.0/Momocs/man/efourier.Rd                    |  190 ++--
 Momocs-1.0.0/Momocs/man/efourier_i.Rd                  |only
 Momocs-1.0.0/Momocs/man/efourier_norm.Rd               |only
 Momocs-1.0.0/Momocs/man/efourier_shape.Rd              |only
 Momocs-1.0.0/Momocs/man/export.Rd                      |only
 Momocs-1.0.0/Momocs/man/fProcrustes.Rd                 |only
 Momocs-1.0.0/Momocs/man/fgProcrustes.Rd                |only
 Momocs-1.0.0/Momocs/man/fgsProcrustes.Rd               |only
 Momocs-1.0.0/Momocs/man/filter.Rd                      |only
 Momocs-1.0.0/Momocs/man/get_chull_area.Rd              |only
 Momocs-1.0.0/Momocs/man/get_ldk.Rd                     |only
 Momocs-1.0.0/Momocs/man/get_pairs.Rd                   |only
 Momocs-1.0.0/Momocs/man/get_slidings.Rd                |only
 Momocs-1.0.0/Momocs/man/harm.contrib.Rd                |only
 Momocs-1.0.0/Momocs/man/harm_pow.Rd                    |only
 Momocs-1.0.0/Momocs/man/hist.OutCoe.Rd                 |only
 Momocs-1.0.0/Momocs/man/img_plot.Rd                    |only
 Momocs-1.0.0/Momocs/man/import_Conte.Rd                |only
 Momocs-1.0.0/Momocs/man/import_StereoMorph.Rd          |only
 Momocs-1.0.0/Momocs/man/import_jpg.Rd                  |only
 Momocs-1.0.0/Momocs/man/import_jpg1.Rd                 |only
 Momocs-1.0.0/Momocs/man/import_tps.Rd                  |only
 Momocs-1.0.0/Momocs/man/import_txt.Rd                  |only
 Momocs-1.0.0/Momocs/man/is.Rd                          |only
 Momocs-1.0.0/Momocs/man/is_closed.Rd                   |only
 Momocs-1.0.0/Momocs/man/l2a.Rd                         |   75 -
 Momocs-1.0.0/Momocs/man/l2m.Rd                         |   67 -
 Momocs-1.0.0/Momocs/man/ldk_check.Rd                   |only
 Momocs-1.0.0/Momocs/man/ldk_chull.Rd                   |only
 Momocs-1.0.0/Momocs/man/ldk_confell.Rd                 |only
 Momocs-1.0.0/Momocs/man/ldk_contour.Rd                 |only
 Momocs-1.0.0/Momocs/man/ldk_labels.Rd                  |only
 Momocs-1.0.0/Momocs/man/ldk_links.Rd                   |only
 Momocs-1.0.0/Momocs/man/lf_structure.Rd                |only
 Momocs-1.0.0/Momocs/man/links_all.Rd                   |only
 Momocs-1.0.0/Momocs/man/links_delaunay.Rd              |only
 Momocs-1.0.0/Momocs/man/m2a.Rd                         |only
 Momocs-1.0.0/Momocs/man/m2d.Rd                         |only
 Momocs-1.0.0/Momocs/man/m2l.Rd                         |   64 -
 Momocs-1.0.0/Momocs/man/m2ll.Rd                        |only
 Momocs-1.0.0/Momocs/man/measure.Rd                     |only
 Momocs-1.0.0/Momocs/man/mshapes.Rd                     |only
 Momocs-1.0.0/Momocs/man/mutate.Rd                      |only
 Momocs-1.0.0/Momocs/man/nef2Coe.Rd                     |   93 --
 Momocs-1.0.0/Momocs/man/npoly.Rd                       |only
 Momocs-1.0.0/Momocs/man/ntsrow2Coo.Rd                  |only
 Momocs-1.0.0/Momocs/man/opoly.Rd                       |only
 Momocs-1.0.0/Momocs/man/pProcrustes.Rd                 |only
 Momocs-1.0.0/Momocs/man/panel.Coo.Rd                   |only
 Momocs-1.0.0/Momocs/man/panel2.Rd                      |only
 Momocs-1.0.0/Momocs/man/perm.Rd                        |only
 Momocs-1.0.0/Momocs/man/pix2chc.Rd                     |   91 --
 Momocs-1.0.0/Momocs/man/plot.Coo.Rd                    |only
 Momocs-1.0.0/Momocs/man/plot.LDA.Rd                    |only
 Momocs-1.0.0/Momocs/man/plot.PCA.Rd                    |only
 Momocs-1.0.0/Momocs/man/plot2.PCA.Rd                   |only
 Momocs-1.0.0/Momocs/man/plot3.PCA.Rd                   |only
 Momocs-1.0.0/Momocs/man/plot_CV.Rd                     |only
 Momocs-1.0.0/Momocs/man/plot_CV2.Rd                    |only
 Momocs-1.0.0/Momocs/man/plot_devsegments.Rd            |only
 Momocs-1.0.0/Momocs/man/poly_i.Rd                      |only
 Momocs-1.0.0/Momocs/man/pos.shapes.Rd                  |only
 Momocs-1.0.0/Momocs/man/reLDA.Rd                       |only
 Momocs-1.0.0/Momocs/man/rePCA.Rd                       |only
 Momocs-1.0.0/Momocs/man/reexports.Rd                   |only
 Momocs-1.0.0/Momocs/man/rename.Rd                      |only
 Momocs-1.0.0/Momocs/man/rescale.Rd                     |only
 Momocs-1.0.0/Momocs/man/rfourier.Rd                    |  140 +--
 Momocs-1.0.0/Momocs/man/rfourier_i.Rd                  |only
 Momocs-1.0.0/Momocs/man/rfourier_shape.Rd              |only
 Momocs-1.0.0/Momocs/man/rm_asym.Rd                     |only
 Momocs-1.0.0/Momocs/man/rm_harm.Rd                     |only
 Momocs-1.0.0/Momocs/man/rm_uncomplete.Rd               |only
 Momocs-1.0.0/Momocs/man/rw_rule.Rd                     |only
 Momocs-1.0.0/Momocs/man/sample_frac.Rd                 |only
 Momocs-1.0.0/Momocs/man/sample_n.Rd                    |only
 Momocs-1.0.0/Momocs/man/scree.Rd                       |only
 Momocs-1.0.0/Momocs/man/select.Rd                      |only
 Momocs-1.0.0/Momocs/man/slice.Rd                       |only
 Momocs-1.0.0/Momocs/man/slidings_scheme.Rd             |only
 Momocs-1.0.0/Momocs/man/stack.Coo.Rd                   |only
 Momocs-1.0.0/Momocs/man/stack2.Rd                      |only
 Momocs-1.0.0/Momocs/man/subset.Rd                      |only
 Momocs-1.0.0/Momocs/man/symmetry.Rd                    |only
 Momocs-1.0.0/Momocs/man/table.Rd                       |only
 Momocs-1.0.0/Momocs/man/tfourier.Rd                    |  156 +--
 Momocs-1.0.0/Momocs/man/tfourier_i.Rd                  |only
 Momocs-1.0.0/Momocs/man/tfourier_shape.Rd              |only
 Momocs-1.0.0/Momocs/man/tie_jpg_txt.Rd                 |only
 Momocs-1.0.0/Momocs/man/tps2coo.Rd                     |only
 Momocs-1.0.0/Momocs/man/tps2d.Rd                       |   66 -
 Momocs-1.0.0/Momocs/man/tps_arr.Rd                     |only
 Momocs-1.0.0/Momocs/man/tps_grid.Rd                    |only
 Momocs-1.0.0/Momocs/man/tps_iso.Rd                     |only
 Momocs-1.0.0/Momocs/man/tps_raw.Rd                     |only
 Momocs-1.0.0/Momocs/man/transmute.Rd                   |only
 Momocs-1.0.0/Momocs/man/truss.Rd                       |only
 Momocs-1.0.0/Momocs/man/validate.Rd                    |only
 Momocs-1.0.0/Momocs/man/vecs_param.Rd                  |only
 Momocs-1.0.0/Momocs/man/which_out.Rd                   |only
 Momocs-1.0.0/Momocs/tests                              |only
 Momocs-1.0.0/Momocs/vignettes                          |only
 397 files changed, 1701 insertions(+), 943 deletions(-)

More information about Momocs at CRAN
Permanent link

Package traits updated to version 0.2.0 with previous version 0.1.2 dated 2015-09-12

Title: Species Trait Data from Around the Web
Description: Species trait data from many different sources, including sequence data from 'NCBI', plant trait data from 'BETYdb', invasive species data from the Global Invasive Species Database and 'EOL', 'Traitbank' data from 'EOL', Coral traits data from http://coraltraits.org, 'nativity' status ('Flora Europaea' or 'ITIS'), and 'Birdlife' International.
Author: Scott Chamberlain [aut, cre], Zachary Foster [aut], Ignasi Bartomeus [aut], David LeBauer [aut], David Harris [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>

Diff between traits versions 0.1.2 dated 2015-09-12 and 0.2.0 dated 2016-03-18

 DESCRIPTION                  |   14 +++--
 LICENSE                      |    2 
 MD5                          |   74 +++++++++++++++---------------
 NAMESPACE                    |   19 ++++---
 R/betydb.R                   |   31 +++++-------
 R/birdlife.R                 |   22 +++++---
 R/coral.R                    |    8 +--
 R/deprecated.R               |only
 R/eol_invasive.R             |    7 +-
 R/fe_native.R                |   92 +++++++++++++++++++------------------
 R/g_invasive.R               |   20 ++++----
 R/is_native.R                |   59 ++++++++++++-----------
 R/leda.R                     |  105 ++++++++++++++++++++++++++----------------
 R/ncbi_byid.R                |  106 ++++++++++++++++++++++++++++++-------------
 R/ncbi_byname.R              |   61 ++++++++++++------------
 R/ncbi_searcher.R            |   34 ++++++-------
 R/taxa_search.R              |only
 R/traitbank.R                |    2 
 R/traits-package.r           |    6 ++
 R/zzz.R                      |   15 ++++++
 README.md                    |   56 +++++++++++-----------
 build/vignette.rds           |binary
 man/betydb.Rd                |    6 +-
 man/birdlife_habitat.Rd      |    2 
 man/birdlife_threats.Rd      |    2 
 man/coral.Rd                 |    2 
 man/eol_invasive_.Rd         |    2 
 man/fe_native.Rd             |    3 -
 man/g_invasive.Rd            |    3 -
 man/is_native.Rd             |   20 ++++----
 man/leda.Rd                  |   36 ++++++++++++--
 man/ncbi_byid.Rd             |   28 ++++++-----
 man/ncbi_byname.Rd           |    6 +-
 man/ncbi_searcher.Rd         |    6 +-
 man/plantatt.Rd              |    2 
 man/taxa_search.Rd           |only
 man/traitbank.Rd             |    2 
 man/traits-deprecated.Rd     |only
 man/traits-package.Rd        |    3 -
 tests/testthat/test-betydb.R |    8 +--
 40 files changed, 505 insertions(+), 359 deletions(-)

More information about traits at CRAN
Permanent link

New package selection with initial version 1.0
Package: selection
Title: Correcting Biased Estimates Under Selection
Description: A collection of functions for correcting biased estimates under selection (range restriction).
Version: 1.0
Date: 2016-03-16
Author: Dustin Fife
Maintainer: Dustin Fife <fife.dustin@gmail.com>
License: GPL-2
Depends: norm, fifer
RoxygenNote: 5.0.1
Packaged: 2016-03-18 14:43:56 UTC; fifed
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2016-03-18 16:11:08

More information about selection at CRAN
Permanent link

Package QRM updated to version 0.4-13 with previous version 0.4-10 dated 2014-05-16

Title: Provides R-Language Code to Examine Quantitative Risk Management Concepts
Description: Accompanying package to the book Quantitative Risk Management: Concepts, Techniques and Tools by Alexander J. McNeil, Rüdiger Frey, and Paul Embrechts.
Author: Bernhard Pfaff [aut, cre], Marius Hofert [ctb], Alexander McNeil [aut] (S-Plus original (QRMlib)), Scott Ulmann [trl] (First R port as package QRMlib)
Maintainer: Bernhard Pfaff <bernhard@pfaffikus.de>

Diff between QRM versions 0.4-10 dated 2014-05-16 and 0.4-13 dated 2016-03-18

 DESCRIPTION              |   20 +++---
 MD5                      |   74 +++++++++++------------
 NAMESPACE                |   13 +++-
 R/GIG.R                  |   25 +++----
 R/Student.R              |    4 -
 R/game.R                 |  101 +++++++++++++++++++++-----------
 data/DJ.RData            |binary
 data/DJ.df.RData         |binary
 data/FXGBP.RData         |binary
 data/FXGBP.df.RData      |binary
 data/cac40.RData         |binary
 data/cac40.df.RData      |binary
 data/danish.RData        |binary
 data/danish.df.RData     |binary
 data/dji.RData           |binary
 data/dji.df.RData        |binary
 data/ftse100.RData       |binary
 data/ftse100.df.RData    |binary
 data/hsi.RData           |binary
 data/hsi.df.RData        |binary
 data/nasdaq.RData        |binary
 data/nasdaq.df.RData     |binary
 data/nikkei.RData        |binary
 data/nikkei.df.RData     |binary
 data/smi.RData           |binary
 data/smi.df.RData        |binary
 data/sp500.RData         |binary
 data/sp500.df.RData      |binary
 data/spdata.RData        |binary
 data/spdata.df.RData     |binary
 data/spdata.raw.RData    |binary
 data/spdata.raw.df.RData |binary
 data/xdax.RData          |binary
 data/xdax.df.RData       |binary
 demo/game.R              |  148 ++++++++++++++++++++++++++++++-----------------
 man/CopulaStudent.Rd     |    2 
 man/game-aux.Rd          |   41 ++++++-------
 man/game.Rd              |    7 +-
 38 files changed, 262 insertions(+), 173 deletions(-)

More information about QRM at CRAN
Permanent link

Package Pasha updated to version 0.99.21 with previous version 0.99.18 dated 2015-10-16

Title: Preprocessing of Aligned Sequences from HTS Analyses
Description: Pipeline and additional tools designed to handle aligned data from chromatin NGS experiments (less adapted for typical RNAseq applications). Specifically, starting from aligned reads after sequencing, the pipeline function aims at removing artefacts from datasets, estimate in-silico the fragments size, and generate WIG files with corrected values. The package also provides several tools for WIG files manipulations, scaling, merging and subtract (e.g. input).
Author: Romain Fenouil, Nicolas Descostes, Lionel Spinelli, Frederic Koch, Muhammad Ahmad Maqbool, Touati Benoukraf, Pierre Cauchy, Charl<c3><a8>ne Innocenti, Pierre Ferrier, Jean-Christophe Andrau
Maintainer: Romain Fenouil <romain.fenouil@mssm.edu>

Diff between Pasha versions 0.99.18 dated 2015-10-16 and 0.99.21 dated 2016-03-18

 DESCRIPTION                                       |   13 -
 MD5                                               |   22 +-
 NAMESPACE                                         |    3 
 NEWS                                              |    2 
 R/pipelineChipSeq.R                               |  222 ++++++++++++++++++----
 R/test_functional.R                               |    9 
 inst/doc/Pasha.Rnw                                |  180 ++++++++++-------
 inst/doc/Pasha.pdf                                |binary
 inst/extdata/resultsFromFunctionalTestsWIG.tar.gz |binary
 man/processPipeline.Rd                            |   48 +++-
 tests/test_Pasha.Rout.save                        |   27 +-
 vignettes/Pasha.Rnw                               |  180 ++++++++++-------
 12 files changed, 471 insertions(+), 235 deletions(-)

More information about Pasha at CRAN
Permanent link

Package ggtern updated to version 2.1.0 with previous version 2.0.1 dated 2016-01-16

Title: An Extension to 'ggplot2', for the Creation of Ternary Diagrams
Description: Extends the functionality of 'ggplot2', providing the capability to plot ternary diagrams for (subset of) the 'ggplot2' geometries. Additionally, 'ggtern' has implemented several NEW geometries which are unavailable to the standard 'ggplot2' release. For further examples and documentation, please proceed to the 'ggtern' website.
Author: Nicholas Hamilton [aut, cre]
Maintainer: Nicholas Hamilton <nick@ggtern.com>

Diff between ggtern versions 2.0.1 dated 2016-01-16 and 2.1.0 dated 2016-03-18

 ggtern-2.0.1/ggtern/R/scales-.R                  |only
 ggtern-2.1.0/ggtern/DESCRIPTION                  |   32 ++++----
 ggtern-2.1.0/ggtern/MD5                          |   80 +++++++++++-----------
 ggtern-2.1.0/ggtern/NAMESPACE                    |   30 ++++++--
 ggtern-2.1.0/ggtern/NEWS                         |   23 ++++++
 ggtern-2.1.0/ggtern/R/aes.R                      |   12 ++-
 ggtern-2.1.0/ggtern/R/coord-tern.R               |   23 ++++--
 ggtern-2.1.0/ggtern/R/doc-theme-convenience.R    |   23 +++---
 ggtern-2.1.0/ggtern/R/geom-Xisoprop.R            |    6 -
 ggtern-2.1.0/ggtern/R/geom-Xline.R               |   60 ++++++++--------
 ggtern-2.1.0/ggtern/R/geom-crosshair-tern.R      |only
 ggtern-2.1.0/ggtern/R/geom-errorbarX.R           |    6 +
 ggtern-2.1.0/ggtern/R/geom-interpolate-tern.R    |   18 ++---
 ggtern-2.1.0/ggtern/R/gg-internal.R              |    2 
 ggtern-2.1.0/ggtern/R/ggtern-constructor.R       |    4 -
 ggtern-2.1.0/ggtern/R/legend-draw-tern.R         |only
 ggtern-2.1.0/ggtern/R/onLoad.R                   |    4 -
 ggtern-2.1.0/ggtern/R/plot-build.R               |   54 +++++----------
 ggtern-2.1.0/ggtern/R/plot-construction.R        |    1 
 ggtern-2.1.0/ggtern/R/plot.R                     |    2 
 ggtern-2.1.0/ggtern/R/stat-confidence-tern.R     |    6 +
 ggtern-2.1.0/ggtern/R/stat-density-tern.R        |    3 
 ggtern-2.1.0/ggtern/R/stat-interpolate-methods.R |only
 ggtern-2.1.0/ggtern/R/stat-interpolate-tern.R    |   82 +++++++++++++++--------
 ggtern-2.1.0/ggtern/R/strip-unapproved.R         |   16 +++-
 ggtern-2.1.0/ggtern/R/theme-defaults.R           |    8 +-
 ggtern-2.1.0/ggtern/R/theme-elements.R           |    4 -
 ggtern-2.1.0/ggtern/R/utilities.R                |    7 +
 ggtern-2.1.0/ggtern/README.md                    |    8 +-
 ggtern-2.1.0/ggtern/TODO                         |    6 -
 ggtern-2.1.0/ggtern/build/partial.rdb            |binary
 ggtern-2.1.0/ggtern/man/convenience_functions.Rd |   23 +++---
 ggtern-2.1.0/ggtern/man/draw_key_tern.Rd         |only
 ggtern-2.1.0/ggtern/man/geom_Xisoprop.Rd         |   38 +++++-----
 ggtern-2.1.0/ggtern/man/geom_Xline.Rd            |   38 +++++-----
 ggtern-2.1.0/ggtern/man/geom_confidence_tern.Rd  |   34 +++++----
 ggtern-2.1.0/ggtern/man/geom_crosshair_tern.Rd   |only
 ggtern-2.1.0/ggtern/man/geom_density_tern.Rd     |   34 +++++----
 ggtern-2.1.0/ggtern/man/geom_errorbarX.Rd        |   41 +++++------
 ggtern-2.1.0/ggtern/man/geom_interpolate_tern.Rd |   54 ++++++++-------
 ggtern-2.1.0/ggtern/man/geom_smooth_tern.Rd      |   34 +++++----
 ggtern-2.1.0/ggtern/man/ggtern_themes.Rd         |    7 +
 ggtern-2.1.0/ggtern/man/stat_density_tern.Rd     |   34 +++++----
 ggtern-2.1.0/ggtern/man/undocumented.Rd          |   13 ---
 44 files changed, 496 insertions(+), 374 deletions(-)

More information about ggtern at CRAN
Permanent link

Package ecb updated to version 0.2 with previous version 0.1 dated 2015-12-11

Title: Programmatic Access to the European Central Bank's Statistical Data Warehouse (SDW)
Description: Provides an interface to the European Central Bank's Statistical Data Warehouse API, allowing for programmatic retrieval of a vast quantity of statistical data.
Author: Eric Persson [aut, cre]
Maintainer: Eric Persson <expersso5@gmail.com>

Diff between ecb versions 0.1 dated 2015-12-11 and 0.2 dated 2016-03-18

 ecb-0.1/ecb/README.md                 |only
 ecb-0.2/ecb/DESCRIPTION               |   11 ++-
 ecb-0.2/ecb/MD5                       |   30 +++++-----
 ecb-0.2/ecb/NAMESPACE                 |    2 
 ecb-0.2/ecb/R/main.R                  |    7 +-
 ecb-0.2/ecb/build/vignette.rds        |binary
 ecb-0.2/ecb/inst/doc/ecb_sdw.R        |   33 +++++------
 ecb-0.2/ecb/inst/doc/ecb_sdw.Rmd      |   10 ++-
 ecb-0.2/ecb/inst/doc/ecb_sdw.html     |   99 ++++++++++++++++++----------------
 ecb-0.2/ecb/man/convert_dates.Rd      |    2 
 ecb-0.2/ecb/man/get_data.Rd           |    4 -
 ecb-0.2/ecb/man/get_dataflows.Rd      |    2 
 ecb-0.2/ecb/man/get_description.Rd    |    2 
 ecb-0.2/ecb/man/get_dimensions.Rd     |    2 
 ecb-0.2/ecb/tests                     |only
 ecb-0.2/ecb/vignettes/ecb_sdw.Rmd     |   10 ++-
 ecb-0.2/ecb/vignettes/hicp_plot-1.png |only
 17 files changed, 115 insertions(+), 99 deletions(-)

More information about ecb at CRAN
Permanent link

Package backports updated to version 1.0.2 with previous version 1.0.1 dated 2016-03-10

Title: Reimplementations of Functions Introduced Since R-3.0.0
Description: Provides implementations of functions which have been introduced in R since version 3.0.0. The backports are conditionally exported which results in R resolving the function names to the version shipped with R (if available) and uses the implemented backports as fallback. This way package developers can make use of the new functions without worrying about the minimum required R version.
Author: Michel Lang <michellang@gmail.com>
Maintainer: Michel Lang <michellang@gmail.com>

Diff between backports versions 1.0.1 dated 2016-03-10 and 1.0.2 dated 2016-03-18

 DESCRIPTION |    6 +++---
 MD5         |    6 +++---
 NEWS.md     |    4 ++++
 R/file.x.r  |    6 +++---
 4 files changed, 13 insertions(+), 9 deletions(-)

More information about backports at CRAN
Permanent link

Package WrightMap updated to version 1.2 with previous version 1.1 dated 2014-03-31

Title: IRT Item-Person Map with 'ConQuest' Integration
Description: A powerful yet simple graphical tool available in the field of psychometrics is the Wright Map (also known as item maps or item-person maps), which presents the location of both respondents and items on the same scale. Wright Maps are commonly used to present the results of dichotomous or polytomous item response models. The 'WrightMap' package provides functions to create these plots from item parameters and person estimates stored as R objects. Although the package can be used in conjunction with any software used to estimate the IRT model (e.g. 'eRm' or 'IRToys' in 'R', or 'Stata', 'Mplus', etc.), 'WrightMap' features special integration with 'ConQuest' to facilitate reading and plotting its output directly.The 'wrightMap' function creates Wright Maps based on person estimates and item parameters produced by an item response analysis. The 'CQmodel' function reads output files created using 'ConQuest' software and creates a set of data frames for easy data manipulation, bundled in a 'CQmodel' object. The 'wrightMap' function can take a 'CQmodel' object as input or it can be used to create Wright Maps directly from data frames of person and item parameters.
Author: David Torres Irribarra & Rebecca Freund
Maintainer: David Torres Irribarra <dti@berkeley.edu>

Diff between WrightMap versions 1.1 dated 2014-03-31 and 1.2 dated 2016-03-18

 WrightMap-1.1/WrightMap/R/FitPlot.R                 |only
 WrightMap-1.1/WrightMap/R/wrightMap.CQmodel.R       |only
 WrightMap-1.1/WrightMap/R/wrightMap.character.R     |only
 WrightMap-1.1/WrightMap/R/wrightMap.default.R       |only
 WrightMap-1.2/WrightMap/DESCRIPTION                 |   12 -
 WrightMap-1.2/WrightMap/MD5                         |   63 ++++--
 WrightMap-1.2/WrightMap/NAMESPACE                   |   34 +++
 WrightMap-1.2/WrightMap/NEWS                        |only
 WrightMap-1.2/WrightMap/R/CQmodel.R                 |  152 ++++++++++----
 WrightMap-1.2/WrightMap/R/cutLines.R                |only
 WrightMap-1.2/WrightMap/R/difplot.CQmodel.R         |only
 WrightMap-1.2/WrightMap/R/difplot.R                 |only
 WrightMap-1.2/WrightMap/R/difplot.character.R       |only
 WrightMap-1.2/WrightMap/R/difplot.default.R         |only
 WrightMap-1.2/WrightMap/R/fitgraph.CQmodel.R        |   29 +-
 WrightMap-1.2/WrightMap/R/fitgraph.default.R        |    6 
 WrightMap-1.2/WrightMap/R/fitgraph.numeric.R        |only
 WrightMap-1.2/WrightMap/R/itemClassic.R             |only
 WrightMap-1.2/WrightMap/R/itemData.CQmodel.R        |only
 WrightMap-1.2/WrightMap/R/itemData.R                |only
 WrightMap-1.2/WrightMap/R/itemData.character.R      |only
 WrightMap-1.2/WrightMap/R/itemData.default.R        |only
 WrightMap-1.2/WrightMap/R/itemHist.R                |only
 WrightMap-1.2/WrightMap/R/itemModern.R              |only
 WrightMap-1.2/WrightMap/R/make.deltas.CQmodel.R     |   84 ++++----
 WrightMap-1.2/WrightMap/R/make.thresholds.CQmodel.R |    6 
 WrightMap-1.2/WrightMap/R/make.thresholds.default.R |  189 ++++++++++--------
 WrightMap-1.2/WrightMap/R/make.thresholds.matrix.R  |only
 WrightMap-1.2/WrightMap/R/personData.CQmodel.R      |only
 WrightMap-1.2/WrightMap/R/personData.R              |only
 WrightMap-1.2/WrightMap/R/personData.character.R    |only
 WrightMap-1.2/WrightMap/R/personData.default.R      |only
 WrightMap-1.2/WrightMap/R/personDens.R              |only
 WrightMap-1.2/WrightMap/R/personHist.R              |only
 WrightMap-1.2/WrightMap/R/plotCI.R                  |only
 WrightMap-1.2/WrightMap/R/ppPlot.R                  |only
 WrightMap-1.2/WrightMap/R/wrightMap.R               |   73 ++++++
 WrightMap-1.2/WrightMap/README.md                   |    6 
 WrightMap-1.2/WrightMap/inst/extdata/ex6a.shw       |only
 WrightMap-1.2/WrightMap/man/CQmodel.Rd              |    7 
 WrightMap-1.2/WrightMap/man/WrightMap-package.Rd    |   85 +++-----
 WrightMap-1.2/WrightMap/man/fitgraph.Rd             |   25 +-
 WrightMap-1.2/WrightMap/man/item.person.data.Rd     |only
 WrightMap-1.2/WrightMap/man/item.side.Rd            |only
 WrightMap-1.2/WrightMap/man/make.thresholds.Rd      |   22 +-
 WrightMap-1.2/WrightMap/man/person.side.Rd          |only
 WrightMap-1.2/WrightMap/man/plotCI.Rd               |only
 WrightMap-1.2/WrightMap/man/ppPlot.Rd               |only
 WrightMap-1.2/WrightMap/man/wrightMap.Rd            |  209 +++-----------------
 49 files changed, 563 insertions(+), 439 deletions(-)

More information about WrightMap at CRAN
Permanent link

Package whoapi updated to version 0.1.1 with previous version 0.1.0 dated 2015-06-25

Title: A 'Whoapi' API Client
Description: Retrieve data from the 'Whoapi' (https://whoapi.com) store of domain information, including a domain's geographic location, registration status and search prominence.
Author: Oliver Keyes
Maintainer: Oliver Keyes <ironholds@gmail.com>

Diff between whoapi versions 0.1.0 dated 2015-06-25 and 0.1.1 dated 2016-03-18

 DESCRIPTION                    |   14 ++++++++------
 MD5                            |   36 ++++++++++++++++++------------------
 NAMESPACE                      |    2 +-
 R/domain_info.R                |    8 ++++++--
 R/domain_metadata.R            |   12 ++++++++----
 build/vignette.rds             |binary
 inst/doc/Whoapi.html           |   13 +++++++++----
 man/certificate_info.Rd        |    4 +++-
 man/domain_location.Rd         |    4 +++-
 man/domain_metadata.Rd         |    4 +++-
 man/domain_rank.Rd             |    4 +++-
 man/domain_search.Rd           |    4 +++-
 man/is_blacklisted.Rd          |    2 +-
 man/is_taken.Rd                |    5 ++++-
 man/whoapi.Rd                  |    2 +-
 man/whoapi_token.Rd            |    2 +-
 man/whois_info.Rd              |    4 +++-
 tests/testthat/test_info.R     |   32 ++++++++++++++++++++------------
 tests/testthat/test_metadata.R |   33 ++++++++++++++++++++-------------
 19 files changed, 115 insertions(+), 70 deletions(-)

More information about whoapi at CRAN
Permanent link

Package plantecophys updated to version 1.0-2 with previous version 1.0 dated 2015-11-19

Title: Modelling and Analysis of Leaf Gas Exchange Data
Description: Coupled leaf gas exchange model, A-Ci curve simulation and fitting, leaf energy balance using Penman-Monteith, Cowan-Farquhar optimization, unit conversions.
Author: Remko Duursma [aut, cre]
Maintainer: Remko Duursma <remkoduursma@gmail.com>

Diff between plantecophys versions 1.0 dated 2015-11-19 and 1.0-2 dated 2016-03-18

 plantecophys-1.0-2/plantecophys/DESCRIPTION           |    7 +-
 plantecophys-1.0-2/plantecophys/MD5                   |   52 ++++--------------
 plantecophys-1.0-2/plantecophys/NAMESPACE             |    2 
 plantecophys-1.0-2/plantecophys/R/LeafEnergyBalance.R |    2 
 plantecophys-1.0-2/plantecophys/R/fitBB.R             |    4 -
 plantecophys-1.0-2/plantecophys/R/fitaci.R            |    1 
 plantecophys-1.0-2/plantecophys/R/fitacis.R           |   22 +++++--
 plantecophys-1.0-2/plantecophys/man/AciC4.Rd          |    4 -
 plantecophys-1.0-2/plantecophys/man/Conversions.Rd    |   10 +--
 plantecophys-1.0-2/plantecophys/man/FARAO.Rd          |    2 
 plantecophys-1.0-2/plantecophys/man/Photosyn.Rd       |   48 ++++++++--------
 plantecophys-1.0-2/plantecophys/man/PhotosynEB.Rd     |    4 -
 plantecophys-1.0-2/plantecophys/man/acidata1.Rd       |    2 
 plantecophys-1.0-2/plantecophys/man/fitBB.Rd          |   11 ++-
 plantecophys-1.0-2/plantecophys/man/fitaci.Rd         |   23 ++++---
 plantecophys-1.0/plantecophys/inst/web                |only
 16 files changed, 91 insertions(+), 103 deletions(-)

More information about plantecophys at CRAN
Permanent link

New package hyphenatr with initial version 0.3.0
Package: hyphenatr
Encoding: UTF-8
Title: Tools to Hyphenate Strings Using the 'Hunspell' Hyphenation Library
Version: 0.3.0
Authors@R: c( person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")), person("Raph", "Levien", comment="original libhnj", role = c("aut", "cph")), person("Rene", "Engelhard", comment="libhnj maintainer", role = c("aut", "cph")), person("Chris", "Halls", comment="libhnj maintainer", role = c("aut", "cph")), person("Peter", "Novodvorsky", comment="libhnj OOo integration", role = c("aut", "cph")), person("László", "Németh", role = c("aut", "cph"), comment="libhnj non-standard and compound hyphenation with Unicode support"), person("Nanning", "Buitenhuis", comment="libhnj substrings.c", role = c("aut", "cph")), person("Edwin", "de Jonge", role="ctb", comment="Language testing"), person("Gergely", "Daróczi", role="ctb", comment="Language testing") )
Description: Identifying hyphenation points in strings can be useful for both text processing and display functions. The 'Hunspell' hyphenation library <https://github.com/hunspell/hyphen> provides tools to perform hyphenation using custom language rule dictionaries. Many hyphenation rules dictionaries are included. Words can be hyphenated directly or split into hyphenated component strings for further processing.
Depends: R (>= 3.1.0)
NeedsCompilation: yes
Copyright: file inst/COPYRIGHTS
License: GPL-3 + file LICENSE
LazyData: true
Suggests: testthat
Imports: Rcpp, stringi
RoxygenNote: 5.0.1
LinkingTo: Rcpp
Packaged: 2016-03-18 00:37:30 UTC; bob
Author: Bob Rudis [aut, cre], Raph Levien [aut, cph] (original libhnj), Rene Engelhard [aut, cph] (libhnj maintainer), Chris Halls [aut, cph] (libhnj maintainer), Peter Novodvorsky [aut, cph] (libhnj OOo integration), László Németh [aut, cph] (libhnj non-standard and compound hyphenation with Unicode support), Nanning Buitenhuis [aut, cph] (libhnj substrings.c), Edwin de Jonge [ctb] (Language testing), Gergely Daróczi [ctb] (Language testing)
Maintainer: Bob Rudis <bob@rudis.net>
Repository: CRAN
Date/Publication: 2016-03-18 07:21:39

More information about hyphenatr at CRAN
Permanent link

Package googlesheets updated to version 0.2.0 with previous version 0.1.0 dated 2015-07-05

Title: Manage Google Spreadsheets from R
Description: Interact with Google Sheets from R.
Author: Jennifer Bryan [aut, cre], Joanna Zhao [aut]
Maintainer: Jennifer Bryan <jenny@stat.ubc.ca>

Diff between googlesheets versions 0.1.0 dated 2015-07-05 and 0.2.0 dated 2016-03-18

 googlesheets-0.1.0/googlesheets/R/http_requests.R                                            |only
 googlesheets-0.1.0/googlesheets/R/permissions.R                                              |only
 googlesheets-0.1.0/googlesheets/inst/mini-gap.csv                                            |only
 googlesheets-0.1.0/googlesheets/inst/mini-gap.ods                                            |only
 googlesheets-0.1.0/googlesheets/inst/mini-gap.tsv                                            |only
 googlesheets-0.1.0/googlesheets/inst/mini-gap.txt                                            |only
 googlesheets-0.1.0/googlesheets/inst/mini-gap.xlsx                                           |only
 googlesheets-0.1.0/googlesheets/man/gdrive_GET.Rd                                            |only
 googlesheets-0.1.0/googlesheets/man/gdrive_POST.Rd                                           |only
 googlesheets-0.1.0/googlesheets/man/gdrive_PUT.Rd                                            |only
 googlesheets-0.1.0/googlesheets/man/get_google_token.Rd                                      |only
 googlesheets-0.1.0/googlesheets/man/gs_auth_suspend.Rd                                       |only
 googlesheets-0.1.0/googlesheets/man/gs_user.Rd                                               |only
 googlesheets-0.1.0/googlesheets/man/gsheets_DELETE.Rd                                        |only
 googlesheets-0.1.0/googlesheets/man/gsheets_GET.Rd                                           |only
 googlesheets-0.1.0/googlesheets/man/gsheets_POST.Rd                                          |only
 googlesheets-0.1.0/googlesheets/man/gsheets_PUT.Rd                                           |only
 googlesheets-0.1.0/googlesheets/man/token_exists.Rd                                          |only
 googlesheets-0.1.0/googlesheets/tests/testthat/for_reference/gap_sheet5_get_via_cf.rds       |only
 googlesheets-0.1.0/googlesheets/tests/testthat/for_reference/gap_sheet5_get_via_lf.rds       |only
 googlesheets-0.1.0/googlesheets/tests/testthat/for_reference/gap_sheet5_gs_read_cellfeed.rds |only
 googlesheets-0.1.0/googlesheets/tests/testthat/for_reference/gap_sheet5_gs_read_listfeed.rds |only
 googlesheets-0.1.0/googlesheets/tests/testthat/for_reference/iris_pvt_get_via_lf.rds         |only
 googlesheets-0.1.0/googlesheets/tests/testthat/for_reference/iris_pvt_gs_read_cellfeed.rds   |only
 googlesheets-0.1.0/googlesheets/tests/testthat/for_reference/iris_pvt_gs_read_listfeed.rds   |only
 googlesheets-0.1.0/googlesheets/tests/testthat/test-gs-create-delete-copy.R                  |only
 googlesheets-0.1.0/googlesheets/tests/testthat/test-gs-download.R                            |only
 googlesheets-0.2.0/googlesheets/DESCRIPTION                                                  |   16 
 googlesheets-0.2.0/googlesheets/LICENSE                                                      |    2 
 googlesheets-0.2.0/googlesheets/MD5                                                          |  259 -
 googlesheets-0.2.0/googlesheets/NAMESPACE                                                    |   14 
 googlesheets-0.2.0/googlesheets/NEWS.md                                                      |only
 googlesheets-0.2.0/googlesheets/R/gd_metadata.R                                              |only
 googlesheets-0.2.0/googlesheets/R/gd_permissions.R                                           |only
 googlesheets-0.2.0/googlesheets/R/gd_user.R                                                  |only
 googlesheets-0.2.0/googlesheets/R/googlesheet.R                                              |   38 
 googlesheets-0.2.0/googlesheets/R/googlesheets.R                                             |    1 
 googlesheets-0.2.0/googlesheets/R/gs_add_row.R                                               |   51 
 googlesheets-0.2.0/googlesheets/R/gs_auth.R                                                  |  310 -
 googlesheets-0.2.0/googlesheets/R/gs_browse.R                                                |only
 googlesheets-0.2.0/googlesheets/R/gs_copy.R                                                  |   50 
 googlesheets-0.2.0/googlesheets/R/gs_delete.R                                                |   35 
 googlesheets-0.2.0/googlesheets/R/gs_download.R                                              |   68 
 googlesheets-0.2.0/googlesheets/R/gs_edit_cells.R                                            |   73 
 googlesheets-0.2.0/googlesheets/R/gs_example-sheet-setup.R                                   |  123 
 googlesheets-0.2.0/googlesheets/R/gs_inspect.R                                               |   11 
 googlesheets-0.2.0/googlesheets/R/gs_ls.R                                                    |   10 
 googlesheets-0.2.0/googlesheets/R/gs_new.R                                                   |   39 
 googlesheets-0.2.0/googlesheets/R/gs_old-sheets.R                                            |    2 
 googlesheets-0.2.0/googlesheets/R/gs_read.R                                                  |   54 
 googlesheets-0.2.0/googlesheets/R/gs_read_cellfeed.R                                         |   97 
 googlesheets-0.2.0/googlesheets/R/gs_read_csv.R                                              |  109 
 googlesheets-0.2.0/googlesheets/R/gs_read_listfeed.R                                         |  206 -
 googlesheets-0.2.0/googlesheets/R/gs_register.R                                              |   42 
 googlesheets-0.2.0/googlesheets/R/gs_rename.R                                                |only
 googlesheets-0.2.0/googlesheets/R/gs_reshape_cellfeed.R                                      |  138 
 googlesheets-0.2.0/googlesheets/R/gs_simplify_cellfeed.R                                     |  100 
 googlesheets-0.2.0/googlesheets/R/gs_upload.R                                                |   68 
 googlesheets-0.2.0/googlesheets/R/gs_webapp.R                                                |    3 
 googlesheets-0.2.0/googlesheets/R/gs_ws.R                                                    |  111 
 googlesheets-0.2.0/googlesheets/R/httr-helpers.R                                             |only
 googlesheets-0.2.0/googlesheets/R/utils.R                                                    |  109 
 googlesheets-0.2.0/googlesheets/R/zzz.R                                                      |   11 
 googlesheets-0.2.0/googlesheets/README.md                                                    |  113 
 googlesheets-0.2.0/googlesheets/build/vignette.rds                                           |binary
 googlesheets-0.2.0/googlesheets/inst/doc/basic-usage.R                                       |  284 +
 googlesheets-0.2.0/googlesheets/inst/doc/basic-usage.Rmd                                     |  309 +
 googlesheets-0.2.0/googlesheets/inst/doc/basic-usage.html                                    | 1679 +++++-----
 googlesheets-0.2.0/googlesheets/inst/doc/formulas-and-formatted-numbers.R                    |only
 googlesheets-0.2.0/googlesheets/inst/doc/formulas-and-formatted-numbers.Rmd                  |only
 googlesheets-0.2.0/googlesheets/inst/doc/formulas-and-formatted-numbers.html                 |only
 googlesheets-0.2.0/googlesheets/inst/doc/managing-auth-tokens.R                              |only
 googlesheets-0.2.0/googlesheets/inst/doc/managing-auth-tokens.Rmd                            |only
 googlesheets-0.2.0/googlesheets/inst/doc/managing-auth-tokens.html                           |only
 googlesheets-0.2.0/googlesheets/inst/mini-gap                                                |only
 googlesheets-0.2.0/googlesheets/man/cell-specification.Rd                                    |    3 
 googlesheets-0.2.0/googlesheets/man/construct_url_from_key.Rd                                |    2 
 googlesheets-0.2.0/googlesheets/man/construct_ws_feed_from_key.Rd                            |    6 
 googlesheets-0.2.0/googlesheets/man/example-sheets.Rd                                        |   83 
 googlesheets-0.2.0/googlesheets/man/extract_key_from_url.Rd                                  |    3 
 googlesheets-0.2.0/googlesheets/man/gd_user.Rd                                               |only
 googlesheets-0.2.0/googlesheets/man/google_token.Rd                                          |only
 googlesheets-0.2.0/googlesheets/man/google_user.Rd                                           |    4 
 googlesheets-0.2.0/googlesheets/man/googlesheet.Rd                                           |   10 
 googlesheets-0.2.0/googlesheets/man/googlesheets.Rd                                          |    2 
 googlesheets-0.2.0/googlesheets/man/gs_add_row.Rd                                            |   10 
 googlesheets-0.2.0/googlesheets/man/gs_auth.Rd                                               |   70 
 googlesheets-0.2.0/googlesheets/man/gs_browse.Rd                                             |only
 googlesheets-0.2.0/googlesheets/man/gs_copy.Rd                                               |    3 
 googlesheets-0.2.0/googlesheets/man/gs_deauth.Rd                                             |only
 googlesheets-0.2.0/googlesheets/man/gs_delete.Rd                                             |    6 
 googlesheets-0.2.0/googlesheets/man/gs_download.Rd                                           |   13 
 googlesheets-0.2.0/googlesheets/man/gs_edit_cells.Rd                                         |    3 
 googlesheets-0.2.0/googlesheets/man/gs_grepdel.Rd                                            |    3 
 googlesheets-0.2.0/googlesheets/man/gs_inspect.Rd                                            |    4 
 googlesheets-0.2.0/googlesheets/man/gs_ls.Rd                                                 |    5 
 googlesheets-0.2.0/googlesheets/man/gs_new.Rd                                                |    3 
 googlesheets-0.2.0/googlesheets/man/gs_perm_add.Rd                                           |    5 
 googlesheets-0.2.0/googlesheets/man/gs_perm_delete.Rd                                        |    5 
 googlesheets-0.2.0/googlesheets/man/gs_perm_edit.Rd                                          |    5 
 googlesheets-0.2.0/googlesheets/man/gs_perm_ls.Rd                                            |    7 
 googlesheets-0.2.0/googlesheets/man/gs_read.Rd                                               |   91 
 googlesheets-0.2.0/googlesheets/man/gs_read_cellfeed.Rd                                      |   70 
 googlesheets-0.2.0/googlesheets/man/gs_read_csv.Rd                                           |   68 
 googlesheets-0.2.0/googlesheets/man/gs_read_listfeed.Rd                                      |  136 
 googlesheets-0.2.0/googlesheets/man/gs_rename.Rd                                             |only
 googlesheets-0.2.0/googlesheets/man/gs_reshape_cellfeed.Rd                                   |   70 
 googlesheets-0.2.0/googlesheets/man/gs_simplify_cellfeed.Rd                                  |   70 
 googlesheets-0.2.0/googlesheets/man/gs_upload.Rd                                             |    5 
 googlesheets-0.2.0/googlesheets/man/gs_webapp_auth_url.Rd                                    |   10 
 googlesheets-0.2.0/googlesheets/man/gs_webapp_get_token.Rd                                   |    2 
 googlesheets-0.2.0/googlesheets/man/gs_ws.Rd                                                 |    2 
 googlesheets-0.2.0/googlesheets/man/gs_ws_delete.Rd                                          |    6 
 googlesheets-0.2.0/googlesheets/man/gs_ws_ls.Rd                                              |    2 
 googlesheets-0.2.0/googlesheets/man/gs_ws_modify.Rd                                          |    2 
 googlesheets-0.2.0/googlesheets/man/gs_ws_new.Rd                                             |    3 
 googlesheets-0.2.0/googlesheets/man/gs_ws_rename.Rd                                          |    3 
 googlesheets-0.2.0/googlesheets/man/gs_ws_resize.Rd                                          |    5 
 googlesheets-0.2.0/googlesheets/man/is_legit_token.Rd                                        |    6 
 googlesheets-0.2.0/googlesheets/man/print.googlesheet.Rd                                     |    3 
 googlesheets-0.2.0/googlesheets/man/token_available.Rd                                       |only
 googlesheets-0.2.0/googlesheets/tests/testthat/for_reference/ff.rds                          |only
 googlesheets-0.2.0/googlesheets/tests/testthat/for_reference/ff_cellfeed.rds                 |only
 googlesheets-0.2.0/googlesheets/tests/testthat/for_reference/gap_oceania_listfeed_query.rds  |only
 googlesheets-0.2.0/googlesheets/tests/testthat/for_reference/iris_pvt.rds                    |only
 googlesheets-0.2.0/googlesheets/tests/testthat/for_reference/pts_special_chars.rds           |binary
 googlesheets-0.2.0/googlesheets/tests/testthat/helper01_setup-sheets.R                       |   24 
 googlesheets-0.2.0/googlesheets/tests/testthat/helper02_unique-slug.R                        |    2 
 googlesheets-0.2.0/googlesheets/tests/testthat/helper04_activate-test-token.R                |only
 googlesheets-0.2.0/googlesheets/tests/testthat/test-auth.R                                   |   57 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-cell-edit.R                              |   54 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-consume-data-private.R                   |   34 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-gs-create-delete-copy-rename.R           |only
 googlesheets-0.2.0/googlesheets/tests/testthat/test-gs-ls.R                                  |    4 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-gs-permissions.R                         |    4 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-gs-register.R                            |   48 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-gs-upload.R                              |    7 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-gs-yy-download.R                         |only
 googlesheets-0.2.0/googlesheets/tests/testthat/test-inspect.R                                |    7 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-interactive.R                            |only
 googlesheets-0.2.0/googlesheets/tests/testthat/test-utils.R                                  |   29 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-ws-edits.R                               |   10 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-yy-axe-oauth-token.R                     |    8 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-yy-consume-data-public-selective.R       |  100 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-yy-consume-data-public-tricky.R          |  123 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-yy-consume-data-public-whole-sheets.R    |   73 
 googlesheets-0.2.0/googlesheets/tests/testthat/test-zz-clean-up.R                            |   10 
 googlesheets-0.2.0/googlesheets/vignettes/basic-usage.Rmd                                    |  309 +
 googlesheets-0.2.0/googlesheets/vignettes/formulas-and-formatted-numbers.Rmd                 |only
 googlesheets-0.2.0/googlesheets/vignettes/img                                                |only
 googlesheets-0.2.0/googlesheets/vignettes/managing-auth-tokens.Rmd                           |only
 151 files changed, 3943 insertions(+), 2304 deletions(-)

More information about googlesheets at CRAN
Permanent link

Package AlignStat updated to version 1.1.3 with previous version 1.1.1 dated 2016-03-16

Title: Comparison of Alternative Multiple Sequence Alignments
Description: Methods for comparing two alternative multiple sequence alignments (MSAs) to determine whether they align homologous residues in the same columns as one another. It then classifies similarities and differences into conserved gaps, conserved sequence, merges, splits or shifts of one MSA relative to the other. Summarising these categories for each MSA column yields information on which sequence regions are agreed upon my both MSAs, and which differ. Several plotting functions enable easily visualisation of the comparison data for analysis.
Author: Thomas Shafee, Ira Cooke
Maintainer: Thomas Shafee <thomas.shafee@gmail.com>

Diff between AlignStat versions 1.1.1 dated 2016-03-16 and 1.1.3 dated 2016-03-18

 DESCRIPTION                   |    6 ++--
 MD5                           |   14 +++++------
 R/Plots.R                     |   52 ++++++++++++++++++++----------------------
 R/compare_alignments.R        |   14 ++++++++---
 README.md                     |   27 +++++++++++++--------
 data/comparison_alignment.rda |binary
 data/reference_alignment.rda  |binary
 tests/testthat/test-align.R   |   48 +++++++++++++++++++-------------------
 8 files changed, 86 insertions(+), 75 deletions(-)

More information about AlignStat at CRAN
Permanent link


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