Title: Embedded Conic Solver in R
Description: R interface to the Embedded COnic Solver (ECOS) for convex
problems. Conic and equality constraints can be specified in addition
to mixed integer problems.
Author: Anqi Fu [aut],
Balasubramanian Narasimhan [aut, cre]
Maintainer: Balasubramanian Narasimhan <naras@stat.Stanford.EDU>
Diff between ECOSolveR versions 0.1 dated 2015-11-25 and 0.1-1 dated 2015-11-25
ECOSolveR |only 1 file changed
Title: Trajectory Miner: a Toolbox for Exploring and Rendering
Sequences
Description: Toolbox for the manipulation, description and rendering of sequences, and more generally the mining of sequence data in the field of social sciences. Although the toolbox is primarily intended for analyzing state or event sequences that describe life courses such as family formation histories or professional careers, its features also apply to many other kinds of categorical sequence data. It accepts many different sequence representations as input and provides tools for converting sequences from one format to another. It offers several functions for describing and rendering sequences, for computing distances between sequences with different metrics (among which optimal matching), original dissimilarity-based analysis tools, and simple functions for extracting the most frequent subsequences and identifying the most discriminating ones among them. A user's guide can be found on the TraMineR web page.
Author: Alexis Gabadinho [aut, cph],
Matthias Studer [aut, cph],
Nicolas Muller [aut],
Reto Buergin [aut],
Gilbert Ritschard [aut, cre, cph]
Maintainer: Gilbert Ritschard <gilbert.ritschard@unige.ch>
Diff between TraMineR versions 1.8-10 dated 2015-07-14 and 1.8-11 dated 2015-11-25
DESCRIPTION | 14 +- MD5 | 52 ++++----- NAMESPACE | 197 +++++++++++++++++------------------ NEWS | 22 +++ R/TraMineR-seqdist.R | 12 +- R/plot.stslist.meant.R | 92 +++++++++------- R/seqdist.R | 22 +++ R/seqmeant.R | 34 ++++-- R/seqplot.R | 42 +++---- R/stslist.meant-methods.R | 2 build/vignette.rds |binary data/ex1.rda |binary data/ex2.rda |binary data/famform.rda |binary inst/CITATION | 15 ++ inst/doc/TraMineR-state-sequence.pdf |binary man/TraMineR-package.Rd | 8 - man/TraMineRInternal.Rd | 2 man/dissrep.Rd | 2 man/ex1.Rd | 2 man/ex2.Rd | 2 man/plot.stslist.meant.Rd | 7 + man/seqdist.Rd | 16 +- man/seqmeant.Rd | 12 +- man/seqplot.Rd | 2 man/seqrecode.Rd | 4 man/seqtreedisplay.Rd | 4 27 files changed, 326 insertions(+), 239 deletions(-)
Title: Survey Planning Tools
Description: Tools for sample survey planning, including sample size calculation, estimation of expected precision for the estimates of totals, and calculation of optimal sample size allocation.
Author: Juris Breidaks [aut, cre],
Martins Liberts [aut],
Janis Jukams [aut]
Maintainer: Juris Breidaks <rcsb@csb.gov.lv>
Diff between surveyplanning versions 0.2 dated 2015-11-03 and 0.6 dated 2015-11-25
DESCRIPTION | 10 ++-- MD5 | 18 ++++--- NAMESPACE | 1 R/dom_optimal_allocation.R |only R/expsize.R | 2 R/expvar.R | 100 +++++++++++++++++++++++++++--------------- R/optsize.R | 2 README | 2 man/dom_optimal_allocation.Rd |only man/expvar.Rd | 25 ++++++++-- man/surveyplanning-package.Rd | 6 +- 11 files changed, 108 insertions(+), 58 deletions(-)
More information about surveyplanning at CRAN
Permanent link
Title: Sparse Group Partial Least Square Methods
Description: The Sparse Group Partial Least Square package (sgPLS) provides sparse, group, and sparse group versions of partial least square regression models.
Author: Benoit Liquet and Pierre Lafaye de Micheaux
Maintainer: Benoit Liquet <b.liquet@uq.edu.au>
Diff between sgPLS versions 1.3 dated 2015-08-27 and 1.4 dated 2015-11-25
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- R/plotcim.R | 5 +++-- man/perf.Rd | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-)
Title: Geostatistical Modelling of Spatially Referenced Prevalence Data
Description: It provides functions for both likelihood-based
and Bayesian analysis of spatially referenced prevalence data, and is
also an extension of the 'geoR' package.
Author: Emanuele Giorgi, Peter J. Diggle
Maintainer: Emanuele Giorgi <e.giorgi@lancaster.ac.uk>
Diff between PrevMap versions 1.3 dated 2015-11-20 and 1.3.1 dated 2015-11-25
DESCRIPTION | 8 ++-- MD5 | 4 +- NAMESPACE | 100 ++++++++++++++++++++++++++++++------------------------------ 3 files changed, 57 insertions(+), 55 deletions(-)
Title: An API Client for Wikimedia Traffic Data
Description: Pageview data from the 'Wikimedia' sites, such as 'Wikipedia' (https://www.wikipedia.org/), from entire projects to per-article
levels of granularity, through the new RESTful API and data source (https://wikimedia.org/api/rest_v1/?doc).
Author: Oliver Keyes
Maintainer: Oliver Keyes <ironholds@gmail.com>
Diff between pageviews versions 0.1.0 dated 2015-11-19 and 0.1.1 dated 2015-11-25
DESCRIPTION | 8 ++++---- MD5 | 9 +++++---- NEWS |only R/query.R | 23 ++++++++++++++++++----- README.md | 8 ++++++-- inst/doc/Accessing_Wikimedia_pageviews.html | 4 ++-- 6 files changed, 35 insertions(+), 17 deletions(-)
Title: Connect MonetDB to R
Description: Allows to pull data from MonetDB into R. Includes a DBI implementation and a dplyr backend.
Author: Hannes Muehleisen [aut, cre], Anthony Damico [aut], Thomas Lumley [ctb]
Maintainer: Hannes Muehleisen <hannes@cwi.nl>
Diff between MonetDB.R versions 0.9.7 dated 2015-03-29 and 1.0.0 dated 2015-11-25
DESCRIPTION | 19 - MD5 | 23 +- NAMESPACE | 7 NEWS | 28 ++ R/control.R | 56 +---- R/dbapply.R |only R/dbi.R | 533 ++++++++++++++++++++++++++++++++++-------------- R/dplyr.R | 28 +- R/mapi.R | 24 +- man/MonetDB.R.Rd | 7 man/MonetDBLite.Rd |only man/dbApply.Rd |only man/monetdb.read.csv.Rd | 12 - man/src_monetdb.Rd | 6 14 files changed, 509 insertions(+), 234 deletions(-)
Title: A Robust, High Performance JSON Parser and Generator for R
Description: A fast JSON parser and generator optimized for statistical data
and the web. Started out as a fork of 'RJSONIO', but has been completely
rewritten in recent versions. The package offers flexible, robust, high
performance tools for working with JSON in R and is particularly powerful
for building pipelines and interacting with a web API. The implementation is
based on the mapping described in the vignette (Ooms, 2014). In addition to
converting JSON data from/to R objects, 'jsonlite' contains functions to
stream, validate, and prettify JSON data. The unit tests included with the
package verify that all edge cases are encoded and decoded consistently for
use with dynamic data in systems and applications.
Author: Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Diff between jsonlite versions 0.9.17 dated 2015-09-06 and 0.9.18 dated 2015-11-25
DESCRIPTION | 6 ++--- MD5 | 18 ++++++++-------- NEWS | 6 +++++ R/asJSON.int64.R | 8 +++---- R/fromJSON.R | 4 ++- R/onLoad.R | 12 +++-------- R/stream.R | 49 +++++++++++++++++++++------------------------- R/toJSON.R | 10 ++------- inst/doc/json-mapping.pdf |binary man/stream_in.Rd | 46 +++++++++++++++++++------------------------ 10 files changed, 76 insertions(+), 83 deletions(-)
Title: Utilities for Graphical Rendering
Description: Useful tools for writing vector graphics devices.
Author: David Gohel [aut, cre],
Hadley Wickham [aut],
Jeroen Ooms [ctb],
Yixuan Qiu [ctb],
RStudio [cph]
Maintainer: David Gohel <david.gohel@ardata.fr>
Diff between gdtools versions 0.0.5 dated 2015-11-12 and 0.0.6 dated 2015-11-25
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS | 4 ++++ configure | 11 +++++++++++ 4 files changed, 21 insertions(+), 6 deletions(-)
Title: Bayesian Analysis of a Vector Autoregressive Model with
Stochastic Volatility and Time-Varying Parameters
Description: R/C++ implementation of the model proposed by Primiceri ("Time Varying Structural Vector Autoregressions and Monetary Policy", Review of Economic Studies, 2005), with functionality for computing posterior predictive distributions and impulse responses.
Author: Fabian Krueger
Maintainer: Fabian Krueger <Fabian.Krueger83@gmail.com>
Diff between bvarsv versions 1.0 dated 2014-08-28 and 1.1 dated 2015-11-25
DESCRIPTION | 10 - MD5 | 25 ++- NAMESPACE | 4 R/RcppExports.R | 134 ++++++++++---------- R/bvarsv.R | 293 +++++++++++++++++++++++++++++++++++++-------- README.md |only data/usmacro.RData |binary data/usmacro.update.RData |only man/bvar.sv.tvp.Rd | 19 +- man/bvarsv-package.Rd | 10 - man/helpers.Rd | 15 ++ man/impulse.responses.Rd |only man/sim.var1.sv.tvp.Rd | 102 +++++++-------- man/usmacro.Rd | 27 +++- src/RcppExports.cpp | 298 ++++++++++++++++++---------------------------- 15 files changed, 550 insertions(+), 387 deletions(-)
Title: R API for Mixpanel
Description: Provides an interface to many endpoints of Mixpanel's Data Export API. The R functions allow for event and profile data export as well as for segmentation, retention and addiction analysis. Results are always parsed into convenient R objects.
Author: Meinhard Ploner
Maintainer: Meinhard Ploner <meinhard.ploner@prosiebensat1digital.de>
Diff between RMixpanel versions 0.1-1 dated 2015-11-24 and 0.1-2 dated 2015-11-25
RMixpanel-0.1-1/RMixpanel/R/mixpanelGetEventsForUsers.R |only RMixpanel-0.1-1/RMixpanel/man/mixpanelGetEventsForUsers.Rd |only RMixpanel-0.1-2/RMixpanel/DESCRIPTION | 12 +- RMixpanel-0.1-2/RMixpanel/MD5 | 40 +++---- RMixpanel-0.1-2/RMixpanel/NAMESPACE | 2 RMixpanel-0.1-2/RMixpanel/R/mixpanelGetEventsForProfiles.R |only RMixpanel-0.1-2/RMixpanel/README.md | 10 + RMixpanel-0.1-2/RMixpanel/build/partial.rdb |binary RMixpanel-0.1-2/RMixpanel/man/RMixpanel-package.Rd | 12 -- RMixpanel-0.1-2/RMixpanel/man/createDateSequence.Rd | 8 - RMixpanel-0.1-2/RMixpanel/man/eventsJson2RMatrix.Rd | 14 -- RMixpanel-0.1-2/RMixpanel/man/merge.matrix.Rd | 25 +--- RMixpanel-0.1-2/RMixpanel/man/mixpanelCreateAccount.Rd | 2 RMixpanel-0.1-2/RMixpanel/man/mixpanelGetAddiction.Rd | 34 ++---- RMixpanel-0.1-2/RMixpanel/man/mixpanelGetData.Rd | 2 RMixpanel-0.1-2/RMixpanel/man/mixpanelGetEvents.Rd | 8 - RMixpanel-0.1-2/RMixpanel/man/mixpanelGetEventsForProfiles.Rd |only RMixpanel-0.1-2/RMixpanel/man/mixpanelGetEventsFromFiles.Rd | 56 ++-------- RMixpanel-0.1-2/RMixpanel/man/mixpanelGetProfiles.Rd | 2 RMixpanel-0.1-2/RMixpanel/man/mixpanelGetProfilesCount.Rd | 2 RMixpanel-0.1-2/RMixpanel/man/mixpanelGetRetention.Rd | 34 ++---- RMixpanel-0.1-2/RMixpanel/man/mixpanelGetSegmentation.Rd | 18 +-- RMixpanel-0.1-2/RMixpanel/man/profilesJson2RMatrix.Rd | 2 23 files changed, 116 insertions(+), 167 deletions(-)
Title: Accurate Timing Functions
Description: Provides infrastructure to accurately measure and compare
the execution time of R expressions.
Author: Olaf Mersmann [aut, cre],
Claudia Beleites [ctb],
Rainer Hurling [ctb],
Ari Friedman [ctb]
Maintainer: Olaf Mersmann <olafm@p-value.net>
Diff between microbenchmark versions 1.4-2 dated 2014-09-28 and 1.4-2.1 dated 2015-11-25
DESCRIPTION | 11 ++++++----- MD5 | 4 ++-- NAMESPACE | 1 + 3 files changed, 9 insertions(+), 7 deletions(-)
More information about microbenchmark at CRAN
Permanent link
Title: Interface to the Global 'Biodiversity' Information Facility
'API'
Description: A programmatic interface to the Web Service methods
provided by the Global Biodiversity Information Facility ('GBIF').
'GBIF' is a database of species occurrence records from sources all
over the globe. 'rgbif' includes functions for searching for
taxonomic names, retrieving information on data providers,
getting species occurrence records, and getting counts of
occurrence records.
Author: Scott Chamberlain [aut, cre],
Karthik Ram [aut],
Vijay Barve [aut],
Dan Mcglinn [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Diff between rgbif versions 0.8.9 dated 2015-10-07 and 0.9.0 dated 2015-11-25
DESCRIPTION | 9 - MD5 | 225 +++++++++++++++++------------------ NAMESPACE | 40 +++++- R/count_facet.r | 2 R/elevation.r | 2 R/enumeration.R | 10 - R/gbif_citation.R |only R/gbifmap.r | 24 ++- R/name_usage.r | 3 R/oai-pmh.R |only R/occ_download.R | 3 R/occ_download_cancel.R | 2 R/occ_download_get.r | 2 R/occ_download_import.R | 4 R/occ_download_list.R | 21 +-- R/occ_download_meta.R | 9 - R/occ_issues.r | 21 ++- R/occ_metadata.r | 24 ++- R/occ_search.r | 98 +++++++++------ R/parsenames.R | 4 R/read_wkt.R | 2 R/rgb_country_codes.r | 4 R/rgbif-package.r | 18 ++ R/tbl_df_utils.R | 4 R/zzz.r | 23 +++ README.md | 1 inst/doc/issues_vignette.Rmd | 237 +++++++++++++++++-------------------- inst/doc/issues_vignette.html | 237 +++++++++++++++++-------------------- inst/doc/rgbif_vignette.html | 121 +++++++++--------- inst/vign/figure/gbifmap1-1.png |binary inst/vign/issues_vignette.md | 237 +++++++++++++++++-------------------- inst/vign/rgbif_vignette.md | 119 +++++++++--------- man/blanktheme.Rd | 2 man/check_wkt.Rd | 2 man/commas_to_periods.Rd | 2 man/count_facet.Rd | 2 man/create_gist.Rd | 2 man/dataset_metrics.Rd | 2 man/dataset_search.Rd | 4 man/dataset_suggest.Rd | 2 man/datasetparser.Rd | 2 man/datasets.Rd | 2 man/density_spplist.Rd | 2 man/densitylist.Rd | 2 man/downloads.Rd | 2 man/elevation.Rd | 2 man/enumeration.Rd | 2 man/gbif_bbox2wkt.Rd | 2 man/gbif_capwords.Rd | 2 man/gbif_citation.Rd |only man/gbif_issues.Rd | 2 man/gbif_names.Rd | 2 man/gbif_oai.Rd |only man/gbif_photos.Rd | 2 man/gbifdata.Rd | 2 man/gbifmap.Rd | 11 + man/gbifmap_dens.Rd | 2 man/gbifmap_list.Rd | 2 man/gbifparser.Rd | 2 man/gbifparser_verbatim.Rd | 2 man/get_credentials.Rd | 2 man/gist.Rd | 2 man/installations.Rd | 6 man/isocodes.Rd | 2 man/name_backbone.Rd | 2 man/name_lookup.Rd | 8 - man/name_suggest.Rd | 2 man/name_usage.Rd | 2 man/namelkupparser.Rd | 2 man/networks.Rd | 6 man/nodes.Rd | 6 man/occ_count.Rd | 2 man/occ_download.Rd | 2 man/occ_download_cancel.Rd | 2 man/occ_download_get.Rd | 2 man/occ_download_import.Rd | 6 man/occ_download_list.Rd | 2 man/occ_download_meta.Rd | 2 man/occ_fields.Rd | 2 man/occ_get.Rd | 2 man/occ_issues.Rd | 5 man/occ_issues_lookup.Rd | 2 man/occ_metadata.Rd | 13 +- man/occ_search.Rd | 16 +- man/occurrencecount.Rd | 2 man/occurrencedensity.Rd | 2 man/occurrenceget.Rd | 2 man/occurrencelist.Rd | 2 man/occurrencelist_all.Rd | 2 man/occurrencelist_many.Rd | 2 man/organizations.Rd | 2 man/parsenames.Rd | 2 man/parseresults.Rd | 2 man/pipe.Rd | 2 man/providers.Rd | 2 man/read_wkt.Rd | 2 man/resources.Rd | 2 man/rgb_country_codes.Rd | 2 man/rgbif-defunct.Rd | 2 man/rgbif-package.Rd | 2 man/stylegeojson.Rd | 2 man/suggestfields.Rd | 2 man/taxoncount.Rd | 2 man/taxonget.Rd | 2 man/taxonsearch.Rd | 2 man/taxrank.Rd | 2 man/togeojson.Rd | 2 man/type_sum.Rd | 2 man/typestatus.Rd | 2 tests/testthat/test-enumeration.r | 4 tests/testthat/test-name_usage.r | 4 tests/testthat/test-oai.R |only tests/testthat/test-occ_metadata.r | 15 +- tests/testthat/test-occ_search.r | 6 vignettes/issues_vignette.Rmd | 237 +++++++++++++++++-------------------- vignettes/rgbif_vignette.Rmd | 119 +++++++++--------- 116 files changed, 1095 insertions(+), 1007 deletions(-)
Title: Finding the Optimal Cluster Number Using Progeny Clustering
Description: Implementing the Progeny Clustering algorithm, the progenyClust package assesses the clustering stability and identifies the optimal clustering number for a given data matrix. It uses kmeans clustering as default, but can be customized to work with other clustering algorithms and different parameter settings. The package includes one main function progenyClust(), plot and summary methods for progenyClust object, and two example datasets (test and cell) for testing.
Author: C.W. Hu
Maintainer: C.W. Hu <wendyhu001@gmail.com>
Diff between progenyClust versions 1.0 dated 2015-11-09 and 1.1 dated 2015-11-25
progenyClust-1.0/progenyClust/data/example.rda |only progenyClust-1.0/progenyClust/man/example.Rd |only progenyClust-1.1/progenyClust/DESCRIPTION | 10 +++++----- progenyClust-1.1/progenyClust/MD5 | 12 +++++++----- progenyClust-1.1/progenyClust/data/cell.rda |only progenyClust-1.1/progenyClust/data/test.rda |only progenyClust-1.1/progenyClust/man/cell.Rd |only progenyClust-1.1/progenyClust/man/progenyClust-package.Rd | 6 +++--- progenyClust-1.1/progenyClust/man/progenyClust.Rd | 4 ++-- progenyClust-1.1/progenyClust/man/test.Rd |only 10 files changed, 17 insertions(+), 15 deletions(-)
Title: Create Interactive Web Graphics via Plotly's JavaScript Graphing
Library
Description: Easily translate ggplot2 graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a plotly account, plotly graphs (and the data behind them) can be viewed and modified in a web browser.
Author: Carson Sievert [aut, cre],
Chris Parmer [aut, cph],
Toby Hocking [aut],
Scott Chamberlain [aut],
Karthik Ram [aut],
Marianne Corvellec [aut],
Pedro Despouy [aut]
Maintainer: Carson Sievert <cpsievert1@gmail.com>
Diff between plotly versions 2.0.2 dated 2015-11-17 and 2.0.3 dated 2015-11-25
plotly-2.0.2/plotly/vignettes/intro.html |only plotly-2.0.3/plotly/DESCRIPTION | 7 ++++--- plotly-2.0.3/plotly/MD5 | 21 ++++++++++++--------- plotly-2.0.3/plotly/NEWS | 4 ++++ plotly-2.0.3/plotly/R/plotly.R | 2 +- plotly-2.0.3/plotly/R/print.R | 5 +++-- plotly-2.0.3/plotly/README.md | 8 +++++++- plotly-2.0.3/plotly/build |only plotly-2.0.3/plotly/inst/doc |only plotly-2.0.3/plotly/man/knit_print.plotly.Rd | 4 +++- plotly-2.0.3/plotly/man/plot_ly.Rd | 2 +- plotly-2.0.3/plotly/vignettes/intro.Rmd | 11 ++++++++--- 12 files changed, 43 insertions(+), 21 deletions(-)
Title: Penalized Ordinal Regression
Description: Fits ordinal regression models with elastic net penalty.
Supported models include cumulative logit, probit, cauchit, and complementary log-log.
The algorithm uses Fisher Scoring with Coordinate Descent updates.
Author: Mike Wurm [aut, cre]
Maintainer: Mike Wurm <wurm@wisc.edu>
Diff between ordinalNet versions 1.1 dated 2015-11-22 and 1.2 dated 2015-11-25
DESCRIPTION | 11 ++++++----- MD5 | 6 +++--- R/ordinalNet.R | 2 +- man/predict.ordinalNetFit.Rd | 1 - 4 files changed, 10 insertions(+), 10 deletions(-)
Title: Betting Odds Conversion
Description: Conversion between the most common odds types for sports betting. Hong Kong odds, US odds, Decimal odds, Indonesian odds, Malaysian odds, and raw Probability are covered in this package.
Author: Marco Blume
Maintainer: Marco Blume <marco.blume@pinnaclesports.com>
Diff between odds.converter versions 1.2 dated 2015-09-25 and 1.3 dated 2015-11-25
DESCRIPTION | 8 +++---- MD5 | 10 ++++---- NEWS | 9 ++++++++ R/odds.fv.R | 64 ++++++++++++++++++++++++++++++++++++++++----------------- README.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++- man/odds.fv.Rd | 14 ++++++------ 6 files changed, 122 insertions(+), 36 deletions(-)
More information about odds.converter at CRAN
Permanent link
Title: Distributed Data Structures in R
Description: Provides distributed data structures and simplifies
distributed computing in R.
Author: Edward Ma, Indrajit Roy, Michael Lawrence
Maintainer: Edward Ma <ema@hpe.com>
Diff between ddR versions 0.1.1 dated 2015-11-12 and 0.1.2 dated 2015-11-25
DESCRIPTION | 6 +++--- MD5 | 16 ++++++++-------- NEWS.md | 4 ++++ R/pdriver.R | 2 +- build/vignette.rds |binary inst/doc/README.Rmd | 2 +- inst/doc/user_guide.Rmd | 2 +- vignettes/README.Rmd | 2 +- vignettes/user_guide.Rmd | 2 +- 9 files changed, 20 insertions(+), 16 deletions(-)