Mon, 19 Jun 2017

Package sciplot updated to version 1.1-1 with previous version 1.1-0 dated 2012-11-20

Title: Scientific Graphing Functions for Factorial Designs
Description: A collection of functions that creates graphs with error bars for data collected from one-way or higher factorial designs.
Author: Manuel Morales <mmorales@williams.edu>, with code developed by the R Development Core Team and with general advice from the R-help listserv community, especially Duncan Murdoch.
Maintainer: Manuel Morales <Manuel.A.Morales@williams.edu>

Diff between sciplot versions 1.1-0 dated 2012-11-20 and 1.1-1 dated 2017-06-19

 CHANGELOG      |    7 ++++---
 DESCRIPTION    |   15 ++++++++-------
 MD5            |   12 ++++++------
 NAMESPACE      |   10 +++++-----
 R/bargraphCI.R |    8 ++++++++
 R/lineplotCI.R |    8 ++++++++
 README         |   10 +++++-----
 7 files changed, 44 insertions(+), 26 deletions(-)

More information about sciplot at CRAN
Permanent link

Package Rdroolsjars updated to version 1.0.1 with previous version 1.0.0 dated 2017-04-24

Title: Rdrools JARs
Description: External jars required for package 'Rdrools'.
Author: Ashwin Raaghav [cre, aut], SMS Chauhan [aut], Red Hat, Inc. [cph, ctb] (Drools and KIE libraries), Terence Parr [cph, ctb] (antlr library), The Apache Software Foundation [cph, ctb] (Apache commons library), Google Inc. [cph, ctb] (Google Protobuf library), The Codehaus [cph, ctb] (MVEL library), QOS.ch [cph, ctb] (SLF4J library), XStream Committers [cph, ctb] (XStream library), Joe Walnes [cph, ctb] (XStream core library), The Eclipse Foundation [cph, ctb] (ECJ library)
Maintainer: Ashwin Raaghav <Ashwin.Raaghav@mu-sigma.com>

Diff between Rdroolsjars versions 1.0.0 dated 2017-04-24 and 1.0.1 dated 2017-06-19

 DESCRIPTION |   14 +++++++-------
 MD5         |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

More information about Rdroolsjars at CRAN
Permanent link

Package iMediate updated to version 0.3 with previous version 0.2 dated 2017-03-18

Title: Methods for Mediation Analysis
Description: Implements likelihood based methods for mediation analysis.
Author: Dr. Kai Wang
Maintainer: Kai Wang <kai-wang@uiowa.edu>

Diff between iMediate versions 0.2 dated 2017-03-18 and 0.3 dated 2017-06-19

 DESCRIPTION             |    8 ++---
 MD5                     |   14 +++++-----
 NAMESPACE               |    2 -
 R/mdn.R                 |   67 +++++++++++++++++++++++++++++++++++-------------
 R/print.mdn.R           |   16 ++++++++++-
 man/iMediate-package.Rd |   10 +++----
 man/mdn.Rd              |   41 ++++++++++++++---------------
 man/print.mdn.Rd        |    8 ++---
 8 files changed, 104 insertions(+), 62 deletions(-)

More information about iMediate at CRAN
Permanent link

Package clipr updated to version 0.3.3 with previous version 0.3.2 dated 2017-01-09

Title: Read and Write from the System Clipboard
Description: Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards.
Author: Matthew Lincoln [aut, cre], Louis Maddox [ctb], Steve Simpson [ctb], Jennifer Bryan [ctb]
Maintainer: Matthew Lincoln <matthew.d.lincoln@gmail.com>

Diff between clipr versions 0.3.2 dated 2017-01-09 and 0.3.3 dated 2017-06-19

 DESCRIPTION                  |   14 +++---
 MD5                          |   28 ++++++------
 NEWS.md                      |   95 ++++++++++++++++++++++---------------------
 R/clipboard.R                |    2 
 R/clipr-package.R            |    2 
 R/linux_clipboard.R          |    4 -
 R/sys_type.R                 |    2 
 README.md                    |   52 ++++++++++++++---------
 man/clear_clip.Rd            |    1 
 man/clipr.Rd                 |    3 -
 man/clipr_available.Rd       |    3 -
 man/read_clip.Rd             |    1 
 man/read_clip_tbl.Rd         |    1 
 man/write_clip.Rd            |    3 -
 tests/testthat/test_render.R |    7 ++-
 15 files changed, 115 insertions(+), 103 deletions(-)

More information about clipr at CRAN
Permanent link

Package bupaR updated to version 0.2.0 with previous version 0.1.1 dated 2017-03-27

Title: Business Process Analytics in R
Description: Functionalities for process analysis in R. This packages implements an S3-class for event log objects, and related handler functions. Imports related packages for subsetting event data, computation of descriptive statistics, handling of Petri Net objects and visualization of process maps. See also packages 'edeaR','processmapR', 'eventdataR' and 'processmonitR'.
Author: Gert Janssenswillen
Maintainer: Gert Janssenswillen <gert.janssenswillen@uhasselt.be>

Diff between bupaR versions 0.1.1 dated 2017-03-27 and 0.2.0 dated 2017-06-19

 DESCRIPTION                   |   15 +++++----
 MD5                           |   64 ++++++++++++++++++++++--------------------
 NAMESPACE                     |    9 +++++
 R/bupar.R                     |    4 +-
 R/eventlog.R                  |   44 ++++++++++++++++++++++++++++
 R/sample_n.eventlog.R         |only
 R/slice.eventlog.R            |only
 R/utils.R                     |   29 +++++++++++++++++--
 man/activities.Rd             |    1 
 man/activity_id.Rd            |    1 
 man/activity_instance_id.Rd   |    1 
 man/bupaR.Rd                  |    1 
 man/case_id.Rd                |    1 
 man/cases.Rd                  |    1 
 man/durations.Rd              |    1 
 man/eventlog.Rd               |    4 +-
 man/lifecycle_id.Rd           |    1 
 man/mapping.Rd                |    1 
 man/n_activities.Rd           |    1 
 man/n_activity_instances.Rd   |    1 
 man/n_cases.Rd                |    1 
 man/n_events.Rd               |    1 
 man/n_resources.Rd            |    1 
 man/n_traces.Rd               |    1 
 man/print.eventlog.Rd         |    1 
 man/print.eventlog_mapping.Rd |    1 
 man/re_map.Rd                 |    1 
 man/reexports.Rd              |    8 ++++-
 man/resource_id.Rd            |    1 
 man/resources.Rd              |    1 
 man/sample_n.eventlog.Rd      |only
 man/slice.eventlog.Rd         |only
 man/summary.eventlog.Rd       |    1 
 man/timestamp.Rd              |    1 
 man/traces.Rd                 |    1 
 35 files changed, 135 insertions(+), 65 deletions(-)

More information about bupaR at CRAN
Permanent link

Package aws.signature updated to version 0.3.2 with previous version 0.2.9 dated 2017-04-28

Title: Amazon Web Services Request Signatures
Description: Generates version 2 and version 4 request signatures for Amazon Web Services ('AWS') <https://aws.amazon.com/> Application Programming Interfaces ('APIs').
Author: Thomas J. Leeper [aut, cre]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>

Diff between aws.signature versions 0.2.9 dated 2017-04-28 and 0.3.2 dated 2017-06-19

 DESCRIPTION                             |   12 ++---
 MD5                                     |   38 +++++++++--------
 NAMESPACE                               |    2 
 NEWS.md                                 |    8 +++
 R/aws.signature-package.R               |    4 +
 R/canonical_request.R                   |    8 +--
 R/locate_credentials.R                  |only
 R/read_credentials.R                    |    4 +
 R/string_to_sign.R                      |    5 --
 R/v2.R                                  |   21 ++++-----
 R/v4.R                                  |   70 ++++++++++++++++----------------
 README.md                               |   28 +++++++-----
 man/aws.signature-package.Rd            |    4 +
 man/credentials.Rd                      |only
 man/read_credentials.Rd                 |    5 +-
 man/signature_v2_auth.Rd                |   11 ++---
 man/signature_v4.Rd                     |   11 ++---
 man/signature_v4_auth.Rd                |   20 ++++-----
 man/string_to_sign.Rd                   |    4 -
 tests/testthat/tests-credentials_file.R |    7 ++-
 tests/testthat/tests.R                  |   19 ++++++++
 21 files changed, 163 insertions(+), 118 deletions(-)

More information about aws.signature at CRAN
Permanent link

Package AICcmodavg updated to version 2.1-1 with previous version 2.1-0 dated 2016-11-18

Title: Model Selection and Multimodel Inference Based on (Q)AIC(c)
Description: Functions to implement model selection and multimodel inference based on Akaike's information criterion (AIC) and the second-order AIC (AICc), as well as their quasi-likelihood counterparts (QAIC, QAICc) from various model object classes. The package implements classic model averaging for a given parameter of interest or predicted values, as well as a shrinkage version of model averaging parameter estimates or effect sizes. The package includes diagnostics and goodness-of-fit statistics for certain model types including those of 'unmarkedFit' classes estimating demographic parameters after accounting for imperfect detection probabilities. Some functions also allow the creation of model selection tables for Bayesian models of the 'bugs' and 'rjags' classes. Functions also implement model selection using BIC. Objects following model selection and multimodel inference can be formatted to LaTeX using 'xtable' methods included in the package.
Author: Marc J. Mazerolle <marc.mazerolle@sbf.ulaval.ca>.
Maintainer: Marc J. Mazerolle <marc.mazerolle@sbf.ulaval.ca>

Diff between AICcmodavg versions 2.1-0 dated 2016-11-18 and 2.1-1 dated 2017-06-19

 AICcmodavg-2.1-0/AICcmodavg/R/useBIC.r                |only
 AICcmodavg-2.1-1/AICcmodavg/DESCRIPTION               |    8 
 AICcmodavg-2.1-1/AICcmodavg/MD5                       |   34 
 AICcmodavg-2.1-1/AICcmodavg/NAMESPACE                 |   36 
 AICcmodavg-2.1-1/AICcmodavg/R/extractX.R              |only
 AICcmodavg-2.1-1/AICcmodavg/R/modavg.R                |  149 ++-
 AICcmodavg-2.1-1/AICcmodavg/R/modavgEffect.R          |  784 +++++++++---------
 AICcmodavg-2.1-1/AICcmodavg/R/modavgPred.R            |  114 +-
 AICcmodavg-2.1-1/AICcmodavg/R/modavgShrink.R          |  140 ++-
 AICcmodavg-2.1-1/AICcmodavg/R/useBIC.R                |only
 AICcmodavg-2.1-1/AICcmodavg/R/xtable.R                |    1 
 AICcmodavg-2.1-1/AICcmodavg/inst/NEWS                 |   24 
 AICcmodavg-2.1-1/AICcmodavg/man/AICcmodavg-package.Rd |    8 
 AICcmodavg-2.1-1/AICcmodavg/man/bictabCustom.Rd       |    2 
 AICcmodavg-2.1-1/AICcmodavg/man/checkParms.Rd         |    8 
 AICcmodavg-2.1-1/AICcmodavg/man/extractX.Rd           |only
 AICcmodavg-2.1-1/AICcmodavg/man/modavg.Rd             |   22 
 AICcmodavg-2.1-1/AICcmodavg/man/modavgEffect.Rd       |   22 
 AICcmodavg-2.1-1/AICcmodavg/man/modavgPred.Rd         |   20 
 AICcmodavg-2.1-1/AICcmodavg/man/modavgShrink.Rd       |   21 
 20 files changed, 815 insertions(+), 578 deletions(-)

More information about AICcmodavg at CRAN
Permanent link

New package WeightedROC with initial version 2017.06.08
Package: WeightedROC
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>
Author: Toby Dylan Hocking
Version: 2017.06.08
License: GPL-3
Title: Fast, Weighted ROC Curves
Description: Fast computation of Receiver Operating Characteristic (ROC) curves and Area Under the Curve (AUC) for weighted binary classification problems (weights are example-specific cost values).
Suggests: ROCR, pROC, microbenchmark, glmnet, ElemStatLearn, testthat, ggplot2
NeedsCompilation: no
Packaged: 2017-06-19 13:54:00 UTC; tdhock
Repository: CRAN
Date/Publication: 2017-06-19 22:49:23 UTC

More information about WeightedROC at CRAN
Permanent link

Package solvebio updated to version 0.4.0 with previous version 0.3.0 dated 2016-11-09

Title: The Official SolveBio API Client for R
Description: R language bindings for SolveBio's API. SolveBio is a biomedical knowledge hub that enables life science organizations to collect and harmonize the complex, disparate "multi-omic" data essential for today's R&D and BI needs. For more information, visit <https://www.solvebio.com>.
Author: David Caplan
Maintainer: David Caplan <dcaplan@solvebio.com>

Diff between solvebio versions 0.3.0 dated 2016-11-09 and 0.4.0 dated 2017-06-19

 DESCRIPTION                               |   13 +--
 MD5                                       |   48 +++++++++---
 NAMESPACE                                 |   19 +++++
 NEWS.md                                   |    7 +
 R/dataset.R                               |  113 ++++++++++++++++++++++++++++--
 R/dataset_commit.R                        |only
 R/dataset_export.R                        |only
 R/dataset_field.R                         |   38 ++++++++++
 R/dataset_import.R                        |only
 R/dataset_migration.R                     |only
 R/depository.R                            |   30 +++++++
 R/depository_version.R                    |   37 +++++++++
 R/solvebio.R                              |    6 +
 R/upload.R                                |only
 man/Dataset.count.Rd                      |    1 
 man/Dataset.create.Rd                     |only
 man/Dataset.data.Rd                       |    1 
 man/Dataset.facets.Rd                     |    1 
 man/Dataset.get_or_create_by_full_name.Rd |only
 man/Dataset.query.Rd                      |    1 
 man/DatasetCommit.all.Rd                  |only
 man/DatasetCommit.retrieve.Rd             |only
 man/DatasetExport.all.Rd                  |only
 man/DatasetExport.create.Rd               |only
 man/DatasetExport.retrieve.Rd             |only
 man/DatasetField.create.Rd                |only
 man/DatasetImport.all.Rd                  |only
 man/DatasetImport.create.Rd               |only
 man/DatasetImport.retrieve.Rd             |only
 man/DatasetMigration.all.Rd               |only
 man/DatasetMigration.create.Rd            |only
 man/DatasetMigration.retrieve.Rd          |only
 man/Depository.create.Rd                  |only
 man/DepositoryVersion.create.Rd           |only
 man/Upload.all.Rd                         |only
 man/Upload.create.Rd                      |only
 man/Upload.retrieve.Rd                    |only
 37 files changed, 286 insertions(+), 29 deletions(-)

More information about solvebio at CRAN
Permanent link

Package penaltyLearning updated to version 2017.06.14 with previous version 2017.05.08 dated 2017-06-07

Title: Penalty Learning
Description: Implementations of algorithms from Learning Sparse Penalties for Change-point Detection using Max Margin Interval Regression, by Hocking, Rigaill, Vert, Bach <http://proceedings.mlr.press/v28/hocking13.html> published in proceedings of ICML2013.
Author: Toby Dylan Hocking
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>

Diff between penaltyLearning versions 2017.05.08 dated 2017-06-07 and 2017.06.14 dated 2017-06-19

 penaltyLearning-2017.05.08/penaltyLearning/tests/testthat/R                 |only
 penaltyLearning-2017.06.14/penaltyLearning/DESCRIPTION                      |    6 
 penaltyLearning-2017.06.14/penaltyLearning/MD5                              |   23 -
 penaltyLearning-2017.06.14/penaltyLearning/NAMESPACE                        |    2 
 penaltyLearning-2017.06.14/penaltyLearning/NEWS                             |    9 
 penaltyLearning-2017.06.14/penaltyLearning/R/labelError.R                   |  187 +++++-----
 penaltyLearning-2017.06.14/penaltyLearning/R/targetIntervals.R              |  164 --------
 penaltyLearning-2017.06.14/penaltyLearning/inst/doc/Definition.pdf          |binary
 penaltyLearning-2017.06.14/penaltyLearning/man/labelError.Rd                |  157 ++++----
 penaltyLearning-2017.06.14/penaltyLearning/man/largestContinuousMinimumC.Rd |   54 --
 penaltyLearning-2017.06.14/penaltyLearning/man/largestContinuousMinimumR.Rd |   54 --
 penaltyLearning-2017.06.14/penaltyLearning/man/targetIntervals.Rd           |   54 --
 penaltyLearning-2017.06.14/penaltyLearning/vignettes/_region_.tex           |only
 penaltyLearning-2017.06.14/penaltyLearning/vignettes/auto                   |only
 14 files changed, 230 insertions(+), 480 deletions(-)

More information about penaltyLearning at CRAN
Permanent link

New package PeakError with initial version 2017.06.19
Package: PeakError
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>
Author: Toby Dylan Hocking
Version: 2017.06.19
License: GPL-3
Title: Compute the Annotation Error of Peak Calls
Description: Chromatin immunoprecipitation DNA sequencing results in genomic tracks that show enriched regions or peaks where proteins are bound. This package implements fast C code that computes the true and false positives with respect to a database of annotated regions.
Suggests: testthat, ggplot2
NeedsCompilation: yes
Packaged: 2017-06-19 14:36:40 UTC; tdhock
Repository: CRAN
Date/Publication: 2017-06-19 22:48:28 UTC

More information about PeakError at CRAN
Permanent link

Package nlsr updated to version 2017.6.18 with previous version 2017.2.19 dated 2017-02-24

Title: Functions for Nonlinear Least Squares Solutions
Description: Provides tools for working with nonlinear least squares problems. It is intended to eventually supersede the nls() function in the R distribution. For example, nls() specifically does NOT deal with small or zero residual problems. Its Gauss-Newton method frequently stops with 'singular gradient' messages.
Author: John C Nash [aut, cre], Duncan Murdoch [aut]
Maintainer: John C Nash <nashjc@uottawa.ca>

Diff between nlsr versions 2017.2.19 dated 2017-02-24 and 2017.6.18 dated 2017-06-19

 nlsr-2017.2.19/nlsr/inst/dev-files/2dm161212.txt     |only
 nlsr-2017.2.19/nlsr/inst/dev-files/DM2JN161222.txt   |only
 nlsr-2017.2.19/nlsr/inst/dev-files/nlsrtutorial.html |only
 nlsr-2017.6.18/nlsr/DESCRIPTION                      |    6 
 nlsr-2017.6.18/nlsr/MD5                              |   31 
 nlsr-2017.6.18/nlsr/NEWS                             |    4 
 nlsr-2017.6.18/nlsr/build/vignette.rds               |binary
 nlsr-2017.6.18/nlsr/inst/dev-files/testDerivB.R      |only
 nlsr-2017.6.18/nlsr/inst/dev-files/testDerivPkg.R    |only
 nlsr-2017.6.18/nlsr/inst/doc/FixedParameters.Rmd     |    2 
 nlsr-2017.6.18/nlsr/inst/doc/FixedParameters.html    |  530 --
 nlsr-2017.6.18/nlsr/inst/doc/nlsr-derivs.R           |   53 
 nlsr-2017.6.18/nlsr/inst/doc/nlsr-derivs.Rmd         |   57 
 nlsr-2017.6.18/nlsr/inst/doc/nlsr-derivs.html        | 3912 +++++--------------
 nlsr-2017.6.18/nlsr/inst/doc/nlsr-devdoc.Rmd         |    2 
 nlsr-2017.6.18/nlsr/inst/doc/nlsr-devdoc.html        | 3486 +++++-----------
 nlsr-2017.6.18/nlsr/vignettes/FixedParameters.Rmd    |    2 
 nlsr-2017.6.18/nlsr/vignettes/nlsr-derivs.Rmd        |   57 
 nlsr-2017.6.18/nlsr/vignettes/nlsr-devdoc.Rmd        |    2 
 19 files changed, 2603 insertions(+), 5541 deletions(-)

More information about nlsr at CRAN
Permanent link

Package gutenbergr updated to version 0.1.3 with previous version 0.1.2 dated 2016-06-24

Title: Download and Process Public Domain Works from Project Gutenberg
Description: Download and process public domain works in the Project Gutenberg collection <http://www.gutenberg.org/>. Includes metadata for all Project Gutenberg works, so that they can be searched and retrieved.
Author: David Robinson [aut, cre]
Maintainer: David Robinson <admiral.david@gmail.com>

Diff between gutenbergr versions 0.1.2 dated 2016-06-24 and 0.1.3 dated 2017-06-19

 DESCRIPTION                 |   16 -
 MD5                         |   34 ++--
 NEWS.md                     |    6 
 R/gutenberg_download.R      |    6 
 README.md                   |  149 ++++++-----------
 build/vignette.rds          |binary
 inst/doc/intro.Rmd          |    4 
 inst/doc/intro.html         |  368 ++++++++++++++++++++------------------------
 man/gutenberg_authors.Rd    |    1 
 man/gutenberg_download.Rd   |    1 
 man/gutenberg_get_mirror.Rd |    1 
 man/gutenberg_metadata.Rd   |    1 
 man/gutenberg_strip.Rd      |    1 
 man/gutenberg_subjects.Rd   |    1 
 man/gutenberg_works.Rd      |    1 
 man/read_zip_url.Rd         |    1 
 tests/testthat/test-utils.R |    6 
 vignettes/intro.Rmd         |    4 
 18 files changed, 274 insertions(+), 327 deletions(-)

More information about gutenbergr at CRAN
Permanent link

Package googleAnalyticsR updated to version 0.4.1 with previous version 0.4.0 dated 2017-04-01

Title: Google Analytics API into R
Description: R library for interacting with the Google Analytics Reporting API v3 and v4.
Author: Mark Edmondson [aut, cre], Artem Klevtsov [ctb], Johann deBoer [ctb], David Watkins [ctb], Olivia Brode-Roger [ctb]
Maintainer: Mark Edmondson <m@sunholo.com>

Diff between googleAnalyticsR versions 0.4.0 dated 2017-04-01 and 0.4.1 dated 2017-06-19

 DESCRIPTION                          |   26 +++++----
 MD5                                  |   70 ++++++++++++-------------
 NAMESPACE                            |   15 -----
 NEWS.md                              |   12 +++-
 R/aggregate.R                        |   25 +++-----
 R/anti_sample.R                      |   64 ++++++++++++++++++----
 R/bigQuery.R                         |   19 +++++-
 R/cohorts.R                          |    9 +--
 R/custom_dims_mets.R                 |    2 
 R/filters.R                          |    2 
 R/ga_v4_get.R                        |   66 ++++++++---------------
 R/ga_v4_objects.R                    |   35 ++++++------
 R/options.R                          |    2 
 R/parse_functions.R                  |   51 ++++++------------
 R/pivots.R                           |    5 +
 R/quotas_errors.R                    |only
 R/segments.R                         |   46 ++++++++--------
 R/shiny-modules.R                    |   98 +++++++++++++++++------------------
 R/utilities.R                        |   17 +++++-
 README.md                            |    5 +
 build/vignette.rds                   |binary
 inst/doc/googleAnalyticsR.html       |    8 +-
 man/allowed_metric_dim.Rd            |    2 
 man/chunkify.Rd                      |only
 man/date_ga4.Rd                      |    2 
 man/expect_null_or_type.Rd           |    2 
 man/fetch_google_analytics_4_slow.Rd |    2 
 man/filter_clause_ga4.Rd             |    2 
 man/google_analytics_bq.Rd           |    2 
 man/listNameToDFCol.Rd               |    4 -
 man/order_type.Rd                    |    2 
 man/segmentSequenceStep.Rd           |    2 
 man/segment_define.Rd                |    2 
 man/segment_element.Rd               |    2 
 man/segment_ga4.Rd                   |    2 
 man/segment_vector_sequence.Rd       |    2 
 man/segment_vector_simple.Rd         |    2 
 37 files changed, 315 insertions(+), 292 deletions(-)

More information about googleAnalyticsR at CRAN
Permanent link

Package fuzzyjoin updated to version 0.1.3 with previous version 0.1.2 dated 2016-09-19

Title: Join Tables Together on Inexact Matching
Description: Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching.
Author: David Robinson [aut, cre], Joran Elias [ctb]
Maintainer: David Robinson <admiral.david@gmail.com>

Diff between fuzzyjoin versions 0.1.2 dated 2016-09-19 and 0.1.3 dated 2017-06-19

 DESCRIPTION                           |   16 -
 MD5                                   |   46 ++--
 NAMESPACE                             |   14 +
 NEWS.md                               |    9 
 R/fuzzy_join.R                        |   29 +-
 R/genome_join.R                       |only
 R/interval_join.R                     |only
 R/regex_join.R                        |   29 +-
 R/utils.R                             |    3 
 README.md                             |  373 ++++++++++++++++------------------
 build/vignette.rds                    |binary
 inst/doc/stringdist_join.html         |  219 +++++++++----------
 man/difference_join.Rd                |    7 
 man/distance_join.Rd                  |    7 
 man/fuzzy_join.Rd                     |   13 -
 man/genome_join.Rd                    |only
 man/geo_join.Rd                       |    7 
 man/interval_join.Rd                  |only
 man/misspellings.Rd                   |    1 
 man/regex_join.Rd                     |   23 +-
 man/stringdist_join.Rd                |    7 
 tests/testthat/test_distance_join.R   |   50 ++++
 tests/testthat/test_fuzzy_join.R      |only
 tests/testthat/test_genome_join.R     |only
 tests/testthat/test_geo_join.R        |   42 ++-
 tests/testthat/test_interval_join.R   |only
 tests/testthat/test_regex_join.R      |only
 tests/testthat/test_stringdist_join.R |   33 +++
 28 files changed, 529 insertions(+), 399 deletions(-)

More information about fuzzyjoin at CRAN
Permanent link

New package convexjlr with initial version 0.5.0
Package: convexjlr
Type: Package
Title: Disciplined Convex Programming in R using Convex.jl
Version: 0.5.0
Authors@R: person("Changcheng Li", email = "cxl508@psu.edu", role = c("aut", "cre"))
Description: Package convexjlr provides a simple high-level wrapper for Julia package 'Convex.jl' (see <https://github.com/JuliaOpt/Convex.jl> for more information), which makes it easy to describe and solve convex optimization problems in R. The problems can be dealt with include: linear programs, second-order cone programs, semidefinite programs, exponential cone programs.
License: Apache License | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: XRJulia, magrittr
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown, plotrix
VignetteBuilder: knitr
SystemRequirements: Julia >= 0.5.0, Convex.jl, SCS.jl
URL: https://github.com/Non-Contradiction/Convexjl.R
NeedsCompilation: no
Packaged: 2017-06-19 18:20:54 UTC; lichangcheng
Author: Changcheng Li [aut, cre]
Maintainer: Changcheng Li <cxl508@psu.edu>
Repository: CRAN
Date/Publication: 2017-06-19 22:32:29 UTC

More information about convexjlr at CRAN
Permanent link

Package blscrapeR updated to version 2.1.5 with previous version 2.1.4 dated 2017-05-05

Title: An API Wrapper for the Bureau of Labor Statistics (BLS)
Description: Scrapes various data from <https://www.bls.gov/>. The U.S. Bureau of Labor Statistics is the statistical branch of the United States Department of Labor. The package has additional functions to help parse, analyze and visualize the data.
Author: Kris Eberwein [aut, cre]
Maintainer: Kris Eberwein <eberwein@knights.ucf.edu>

Diff between blscrapeR versions 2.1.4 dated 2017-05-05 and 2.1.5 dated 2017-06-19

 DESCRIPTION                               |    8 ++--
 MD5                                       |   57 +++++++++++++++---------------
 NEWS.md                                   |    4 ++
 R/bls_api.R                               |    4 +-
 R/maps.R                                  |   10 ++---
 R/qcew_api.R                              |    2 -
 R/quick_functions.R                       |   14 +++----
 R/set_bls_key.R                           |    2 -
 README.md                                 |   26 ++++++-------
 inst/doc/Employment_and_Unemployment.html |    6 +--
 inst/doc/Inflation_and_Prices.html        |    6 +--
 inst/doc/Mapping_BLS_Data.Rmd             |    8 ++--
 inst/doc/Mapping_BLS_Data.html            |    6 +--
 inst/doc/Pay_and_Benefits.html            |    6 +--
 inst/doc/QCEW_API.html                    |    6 +--
 inst/doc/qcew.html                        |    6 +--
 man/bls_api.Rd                            |    4 +-
 man/bls_map_county.Rd                     |    6 +--
 man/bls_map_state.Rd                      |    4 +-
 man/figures                               |only
 man/qcew_api.Rd                           |    2 -
 man/quick_employed_level.Rd               |    2 -
 man/quick_employed_rate.Rd                |    2 -
 man/quick_laborForce_level.Rd             |    2 -
 man/quick_laborForce_rate.Rd              |    2 -
 man/quick_nonfarm_employed.Rd             |    2 -
 man/quick_unemp_level.Rd                  |    2 -
 man/quick_unemp_rate.Rd                   |    2 -
 man/set_bls_key.Rd                        |    2 -
 vignettes/Mapping_BLS_Data.Rmd            |    8 ++--
 30 files changed, 108 insertions(+), 103 deletions(-)

More information about blscrapeR at CRAN
Permanent link

Package asbio updated to version 1.4-2 with previous version 1.3-4 dated 2016-07-19

Title: A Collection of Statistical Tools for Biologists
Description: Contains functions from: Aho, K. (2014) Foundational and Applied Statistics for Biologists using R. CRC/Taylor and Francis, Boca Raton, FL, ISBN: 978-1-4398-7338-0.
Author: Ken Aho
Maintainer: Ken Aho <kenaho1@gmail.com>

Diff between asbio versions 1.3-4 dated 2016-07-19 and 1.4-2 dated 2017-06-19

 DESCRIPTION               |    8 -
 MD5                       |  245 ++++++++++++++++++++++++----------------------
 R/anm.LV.r                |   35 ++++--
 R/qq.Plot.R               |    4 
 R/see.adddel.r            |   15 +-
 build/vignette.rds        |binary
 data/Rabino_CO2.rda       |only
 data/Rabino_del13C.rda    |only
 data/case0902.rda         |only
 data/case1202.rda         |only
 data/concrete.rda         |only
 data/facebook.rda         |only
 data/rmvm.rda             |only
 data/suess.rda            |only
 data/wine.rda             |only
 inst/doc/ranef.cov.pdf    |binary
 inst/doc/simpson.pdf      |binary
 man/Bayes.disc.rd         |    2 
 man/ConDis.matrix.rd      |    2 
 man/DH.test.rd            |    4 
 man/Fbird.rd              |    4 
 man/Glucose2.rd           |    8 -
 man/Kullback.rd           |    2 
 man/MCfunctions.rd        |    2 
 man/MS.test.Rd            |    4 
 man/PM2.5.Rd              |    2 
 man/R.hat.rd              |    2 
 man/Rabino_CO2.Rd         |only
 man/SM.temp.moist.Rd      |    4 
 man/Semiconductor.rd      |    8 -
 man/SexDeterm.Rd          |   13 --
 man/agrostis.rd           |    4 
 man/aids.rd               |    2 
 man/alfalfa.split.plot.Rd |    8 -
 man/anm.ExpDesign.rd      |    4 
 man/anm.LV.rd             |   30 ++---
 man/anm.ci.rd             |    4 
 man/anm.coin.Rd           |    4 
 man/anm.cont.pdf.rd       |    2 
 man/anm.die.rd            |    2 
 man/anm.geo.growth.rd     |    4 
 man/anm.loglik.rd         |    6 -
 man/anm.ls.rd             |    2 
 man/anm.ls.reg.rd         |    4 
 man/anm.mc.bvn.rd         |    4 
 man/anscombe.rd           |    4 
 man/ant.dew.rd            |    2 
 man/asthma.Rd             |   24 ++--
 man/auc.rd                |    4 
 man/bats.rd               |    4 
 man/bayes.lm.rd           |    2 
 man/bombus.rd             |    4 
 man/book.menu.rd          |    2 
 man/bplot.rd              |    2 
 man/bromus.rd             |    6 -
 man/bv.boxplot.Rd         |   18 +--
 man/bvn.plot.rd           |    2 
 man/case0902.Rd           |only
 man/case1202.Rd           |only
 man/chi.plot.Rd           |    2 
 man/ci.impt.Rd            |    4 
 man/ci.median.rd          |    2 
 man/ci.p.rd               |   12 +-
 man/ci.prat.ak.Rd         |    6 -
 man/ci.prat.rd            |    4 
 man/ci.strat.rd           |    2 
 man/cliff.env.Rd          |    4 
 man/concrete.Rd           |only
 man/dO2.rd                |    2 
 man/death.penalty.rd      |    2 
 man/deer.rd               |   12 +-
 man/depression.rd         |    2 
 man/drugs.rd              |    2 
 man/eff.rbd.rd            |    4 
 man/enzyme.rd             |    4 
 man/facebook.Rd           |only
 man/fly.sex.rd            |   10 -
 man/fruit.rd              |    2 
 man/g.test.rd             |    2 
 man/garments.rd           |    4 
 man/goats.rd              |    8 -
 man/grass.rd              |    8 -
 man/huber.NR.Rd           |    2 
 man/huber.mu.rd           |    4 
 man/huber.one.step.rd     |    2 
 man/illusions.rd          |    2 
 man/larrea.rd             |    2 
 man/loess.surf.rd         |    2 
 man/magnets.rd            |   10 -
 man/mcmc.norm.hier.rd     |    6 -
 man/modlevene.test.Rd     |    2 
 man/moose.sel.Rd          |    4 
 man/one.sample.t.rd       |    2 
 man/paik.rd               |    8 -
 man/pairw.fried.rd        |    2 
 man/pairw.oneway.Rd       |    2 
 man/panel.cor.res.Rd      |    2 
 man/perm.fact.test.rd     |    6 -
 man/plantTraits.rd        |   60 +++++------
 man/plot.pairw.rd         |    4 
 man/plotAncova.rd         |    4 
 man/power.z.test.Rd       |    4 
 man/prostate.rd           |    5 
 man/qq.Plot.Rd            |    6 -
 man/r.bw.rd               |    2 
 man/r.dist.rd             |    5 
 man/rat.Rd                |    4 
 man/refinery.rd           |    6 -
 man/rinvchisq.rd          |    2 
 man/rmvm.Rd               |only
 man/samp.dist.rd          |   10 -
 man/sc.twin.rd            |    4 
 man/see.HW.rd             |    2 
 man/see.accPrec.tck.rd    |    2 
 man/see.anova.tck.rd      |    2 
 man/see.lmu.tck.rd        |    2 
 man/see.logic.rd          |    2 
 man/see.power.rd          |    2 
 man/see.rEffect.tck.rd    |    6 -
 man/see.ttest.tck.Rd      |    2 
 man/shade.norm.Rd         |    2 
 man/simberloff.Rd         |    4 
 man/skew.kurt.rd          |    2 
 man/so2.us.cities.rd      |   16 +--
 man/suess.Rd              |only
 man/trag.rd               |    2 
 man/veneer.rd             |    4 
 man/webs.rd               |    2 
 man/whickham.rd           |    2 
 man/wine.Rd               |only
 man/world.co2.Rd          |   32 +++---
 man/world.pop.Rd          |   34 +++---
 132 files changed, 470 insertions(+), 440 deletions(-)

More information about asbio at CRAN
Permanent link

Package tidytext updated to version 0.1.3 with previous version 0.1.2 dated 2016-10-27

Title: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Description: Text mining for word processing and sentiment analysis using 'dplyr', 'ggplot2', and other tidy tools.
Author: Gabriela De Queiroz [ctb], Oliver Keyes [ctb], David Robinson [aut], Julia Silge [aut, cre]
Maintainer: Julia Silge <julia.silge@gmail.com>

Diff between tidytext versions 0.1.2 dated 2016-10-27 and 0.1.3 dated 2017-06-19

 tidytext-0.1.2/tidytext/R/pair_count.R                           |only
 tidytext-0.1.2/tidytext/man/pair_count.Rd                        |only
 tidytext-0.1.2/tidytext/tests/testthat/test-pair-count.R         |only
 tidytext-0.1.3/tidytext/DESCRIPTION                              |   17 
 tidytext-0.1.3/tidytext/LICENSE                                  |    1 
 tidytext-0.1.3/tidytext/MD5                                      |  103 +-
 tidytext-0.1.3/tidytext/NAMESPACE                                |    7 
 tidytext-0.1.3/tidytext/NEWS.md                                  |   11 
 tidytext-0.1.3/tidytext/R/bind_tf_idf.R                          |    4 
 tidytext-0.1.3/tidytext/R/corpus_tidiers.R                       |   17 
 tidytext-0.1.3/tidytext/R/dictionary_tidiers.R                   |    2 
 tidytext-0.1.3/tidytext/R/lda_tidiers.R                          |   78 +
 tidytext-0.1.3/tidytext/R/mallet_tidiers.R                       |only
 tidytext-0.1.3/tidytext/R/sentiments.R                           |   32 
 tidytext-0.1.3/tidytext/R/sparse_casters.R                       |    2 
 tidytext-0.1.3/tidytext/R/unnest_tokens.R                        |  198 +++--
 tidytext-0.1.3/tidytext/R/utils.R                                |    3 
 tidytext-0.1.3/tidytext/README.md                                |    9 
 tidytext-0.1.3/tidytext/build/vignette.rds                       |binary
 tidytext-0.1.3/tidytext/data/sentiments.rda                      |binary
 tidytext-0.1.3/tidytext/inst/doc/tf_idf.html                     |  118 +-
 tidytext-0.1.3/tidytext/inst/doc/tidying_casting.R               |   12 
 tidytext-0.1.3/tidytext/inst/doc/tidying_casting.Rmd             |   12 
 tidytext-0.1.3/tidytext/inst/doc/tidying_casting.html            |  378 ++++-----
 tidytext-0.1.3/tidytext/inst/doc/tidytext.html                   |  229 ++---
 tidytext-0.1.3/tidytext/inst/doc/topic_modeling.Rmd              |    2 
 tidytext-0.1.3/tidytext/inst/doc/topic_modeling.html             |  394 ++++------
 tidytext-0.1.3/tidytext/man/bind_tf_idf.Rd                       |    1 
 tidytext-0.1.3/tidytext/man/cast_sparse.Rd                       |    1 
 tidytext-0.1.3/tidytext/man/cast_sparse_.Rd                      |    1 
 tidytext-0.1.3/tidytext/man/corpus_tidiers.Rd                    |   11 
 tidytext-0.1.3/tidytext/man/dictionary_tidiers.Rd                |    1 
 tidytext-0.1.3/tidytext/man/document_term_casters.Rd             |   13 
 tidytext-0.1.3/tidytext/man/get_sentiments.Rd                    |    7 
 tidytext-0.1.3/tidytext/man/lda_tidiers.Rd                       |   83 +-
 tidytext-0.1.3/tidytext/man/mallet_tidiers.Rd                    |only
 tidytext-0.1.3/tidytext/man/parts_of_speech.Rd                   |    1 
 tidytext-0.1.3/tidytext/man/reexports.Rd                         |    9 
 tidytext-0.1.3/tidytext/man/sentiments.Rd                        |   24 
 tidytext-0.1.3/tidytext/man/stop_words.Rd                        |    1 
 tidytext-0.1.3/tidytext/man/tdm_tidiers.Rd                       |    1 
 tidytext-0.1.3/tidytext/man/tidy.Corpus.Rd                       |    1 
 tidytext-0.1.3/tidytext/man/tidy_triplet.Rd                      |    1 
 tidytext-0.1.3/tidytext/man/tidytext.Rd                          |    1 
 tidytext-0.1.3/tidytext/man/unnest_tokens.Rd                     |   31 
 tidytext-0.1.3/tidytext/tests/testthat/test-corpus-tidiers.R     |   43 +
 tidytext-0.1.3/tidytext/tests/testthat/test-dictionary-tidiers.R |    2 
 tidytext-0.1.3/tidytext/tests/testthat/test-lda-tidiers.R        |    4 
 tidytext-0.1.3/tidytext/tests/testthat/test-sparse-casters.R     |   17 
 tidytext-0.1.3/tidytext/tests/testthat/test-sparse-tidiers.R     |    4 
 tidytext-0.1.3/tidytext/tests/testthat/test-tf-idf.R             |   14 
 tidytext-0.1.3/tidytext/tests/testthat/test-unnest-tokens.R      |   84 ++
 tidytext-0.1.3/tidytext/tools                                    |only
 tidytext-0.1.3/tidytext/vignettes/tidying_casting.Rmd            |   12 
 tidytext-0.1.3/tidytext/vignettes/topic_modeling.Rmd             |    2 
 55 files changed, 1093 insertions(+), 906 deletions(-)

More information about tidytext at CRAN
Permanent link

New package pinyin with initial version 1.0.2
Package: pinyin
Version: 1.0.2
Date: 2017-06-19
Title: Convert Chinese Characters into Pinyin
Author: Peng Zhao
Maintainer: Peng Zhao <pzhao@pzhao.net>
Depends: R (>= 3.1.0)
Imports:
Suggests:
Description: Convert Chinese characters into Pinyin (the official romanization system for Standard Chinese in mainland China, Malaysia, Singapore, and Taiwan. See <https://en.wikipedia.org/wiki/Pinyin> for details).
License: GPL
URL: https://github.com/pzhaonet/pinyin
BugReports: https://github.com/pzhaonet/pinyin/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-19 12:32:32 UTC; c7701105
Repository: CRAN
Date/Publication: 2017-06-19 14:28:29 UTC

More information about pinyin at CRAN
Permanent link

New package namedCapture with initial version 2017.06.01
Package: namedCapture
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>
Author: Toby Dylan Hocking
Version: 2017.06.01
License: GPL-3
Title: Named Capture Regular Expressions
Description: User-friendly wrappers for named capture regular expressions.
Depends: R (>= 2.14)
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-06-16 19:57:57 UTC; tdhock
Repository: CRAN
Date/Publication: 2017-06-19 14:27:30 UTC

More information about namedCapture at CRAN
Permanent link

Package Rlabkey updated to version 2.1.135 with previous version 2.1.134 dated 2017-03-21

Title: Data Exchange Between R and LabKey Server
Description: The LabKey client library for R makes it easy for R users to load live data from a LabKey Server, <http://www.labkey.com/>, into the R environment for analysis, provided users have permissions to read the data. It also enables R users to insert, update, and delete records stored on a LabKey Server, provided they have appropriate permissions to do so.
Author: Peter Hussey
Maintainer: Cory Nathe <cnathe@labkey.com>

Diff between Rlabkey versions 2.1.134 dated 2017-03-21 and 2.1.135 dated 2017-06-19

 DESCRIPTION                   |    8 +--
 MD5                           |   44 ++++++++++-----------
 NEWS                          |    5 ++
 R/labkey.deleteRows.R         |    2 
 R/labkey.executeSql.R         |    2 
 R/labkey.getFolders.R         |    2 
 R/labkey.getQueryInfo.R       |    2 
 R/labkey.getQueryLists.R      |    2 
 R/labkey.getSchemas.R         |    2 
 R/labkey.importRows.R         |    2 
 R/labkey.insertRows.R         |    2 
 R/labkey.saveBatch.R          |    2 
 R/labkey.selectRows.R         |    2 
 R/labkey.updateRows.R         |    2 
 R/makeDF.R                    |   87 +++++++++++++++++++++++++-----------------
 R/schemaObjects.R             |    6 --
 build/vignette.rds            |binary
 inst/doc/RlabkeyExample.pdf   |binary
 man/Rlabkey-package.Rd        |    4 -
 man/labkey.deleteRows.Rd      |    2 
 man/labkey.executeSql.Rd      |    2 
 man/labkey.getQueryDetails.Rd |   36 ++++++++---------
 man/labkey.selectRows.Rd      |    2 
 23 files changed, 116 insertions(+), 102 deletions(-)

More information about Rlabkey at CRAN
Permanent link

Package Rdrools updated to version 1.0.1 with previous version 1.0.0 dated 2017-04-25

Title: A Rules Engine for R Based on 'Drools'
Description: An R interface for using the popular Java based Drools, which is a Business Rule Management System (See <https://www.drools.org> for more information). This package allows you to run a set of rules written in DRL format on the data using the Drools engine. Thanks to Mu Sigma for their continued support throughout the development of the package. Credits to Mu Sigma for their continued support through out the development of the package.
Author: Ashwin Raaghav [cre, aut], Zubin Dowlaty [aut], Arushi Khattri [aut]
Maintainer: Ashwin Raaghav <Ashwin.Raaghav@mu-sigma.com>

Diff between Rdrools versions 1.0.0 dated 2017-04-25 and 1.0.1 dated 2017-06-19

 DESCRIPTION                |   22 +++++++++++-----------
 MD5                        |    3 ++-
 inst/java/drools-1.0.1.jar |only
 3 files changed, 13 insertions(+), 12 deletions(-)

More information about Rdrools at CRAN
Permanent link

Package qte updated to version 1.2.0 with previous version 1.0.1 dated 2015-05-01

Title: Quantile Treatment Effects
Description: Provides several methods for computing the Quantile Treatment Effect (QTE) and Quantile Treatment Effect on the Treated (QTET). The main cases covered are (i) Treatment is randomly assigned, (ii) Treatment is as good as randomly assigned after conditioning on some covariates (also called conditional independence or selection on observables), (iii) Identification is based on a Difference in Differences assumption (several varieties are available in the package).
Author: Brantly Callaway [aut, cre]
Maintainer: Brantly Callaway <brantly.callaway@temple.edu>

Diff between qte versions 1.0.1 dated 2015-05-01 and 1.2.0 dated 2017-06-19

 qte-1.0.1/qte/man/makeBalancedPanel.Rd       |only
 qte-1.0.1/qte/man/simple.quantile.Rd         |only
 qte-1.2.0/qte/DESCRIPTION                    |   28 
 qte-1.2.0/qte/MD5                            |  113 +
 qte-1.2.0/qte/NAMESPACE                      |   21 
 qte-1.2.0/qte/NEWS.md                        |only
 qte-1.2.0/qte/R/DR.R                         |only
 qte-1.2.0/qte/R/QDiD.R                       |only
 qte-1.2.0/qte/R/QTEparams.R                  |only
 qte-1.2.0/qte/R/bootstrap.R                  |only
 qte-1.2.0/qte/R/bounds.R                     |only
 qte-1.2.0/qte/R/ciqte.R                      |only
 qte-1.2.0/qte/R/ciqtet.R                     |only
 qte-1.2.0/qte/R/ddid2.R                      |only
 qte-1.2.0/qte/R/helper-functions.R           |only
 qte-1.2.0/qte/R/imports.R                    |only
 qte-1.2.0/qte/R/qte.R                        | 1592 +++++----------------------
 qte-1.2.0/qte/R/setupData.R                  |only
 qte-1.2.0/qte/R/spatt.R                      |only
 qte-1.2.0/qte/README.md                      |only
 qte-1.2.0/qte/build                          |only
 qte-1.2.0/qte/inst                           |only
 qte-1.2.0/qte/man/BoundsObj.Rd               |    5 
 qte-1.2.0/qte/man/CiC.Rd                     |   30 
 qte-1.2.0/qte/man/DR.Rd                      |only
 qte-1.2.0/qte/man/MDiD.Rd                    |   28 
 qte-1.2.0/qte/man/QDiD.Rd                    |   42 
 qte-1.2.0/qte/man/QTE.Rd                     |   34 
 qte-1.2.0/qte/man/QTEparams.Rd               |only
 qte-1.2.0/qte/man/SE.Rd                      |    3 
 qte-1.2.0/qte/man/bootiter.Rd                |only
 qte-1.2.0/qte/man/bootstrap.Rd               |only
 qte-1.2.0/qte/man/bounds.Rd                  |   19 
 qte-1.2.0/qte/man/ci.qte.Rd                  |   41 
 qte-1.2.0/qte/man/ci.qtet.Rd                 |   37 
 qte-1.2.0/qte/man/compute.CiC.Rd             |   17 
 qte-1.2.0/qte/man/compute.MDiD.Rd            |   13 
 qte-1.2.0/qte/man/compute.QDiD.Rd            |   38 
 qte-1.2.0/qte/man/compute.ci.qte.Rd          |   23 
 qte-1.2.0/qte/man/compute.ci.qtet.Rd         |   23 
 qte-1.2.0/qte/man/compute.ddid2.Rd           |only
 qte-1.2.0/qte/man/compute.panel.qtet.Rd      |    5 
 qte-1.2.0/qte/man/compute.spatt.Rd           |only
 qte-1.2.0/qte/man/computeDiffSE.Rd           |    7 
 qte-1.2.0/qte/man/computeSE.Rd               |    5 
 qte-1.2.0/qte/man/ddid2.Rd                   |only
 qte-1.2.0/qte/man/diffQ.Rd                   |only
 qte-1.2.0/qte/man/getlb.Rd                   |    5 
 qte-1.2.0/qte/man/getub.Rd                   |    5 
 qte-1.2.0/qte/man/ggqte.Rd                   |only
 qte-1.2.0/qte/man/lalonde.Rd                 |   13 
 qte-1.2.0/qte/man/lalonde.exp.Rd             |    3 
 qte-1.2.0/qte/man/lalonde.exp.panel.Rd       |    3 
 qte-1.2.0/qte/man/lalonde.psid.Rd            |    3 
 qte-1.2.0/qte/man/lalonde.psid.panel.Rd      |    3 
 qte-1.2.0/qte/man/mp.spatt.Rd                |only
 qte-1.2.0/qte/man/panel.qtet.Rd              |   24 
 qte-1.2.0/qte/man/plot.BoundsObj.Rd          |    5 
 qte-1.2.0/qte/man/plot.QTE.Rd                |   18 
 qte-1.2.0/qte/man/print.matrix1.Rd           |    6 
 qte-1.2.0/qte/man/print.matrix2.Rd           |only
 qte-1.2.0/qte/man/print.summary.BoundsObj.Rd |    5 
 qte-1.2.0/qte/man/print.summary.QTE.Rd       |    3 
 qte-1.2.0/qte/man/qteToTexreg.Rd             |only
 qte-1.2.0/qte/man/qtes2mat.Rd                |only
 qte-1.2.0/qte/man/setupData.Rd               |only
 qte-1.2.0/qte/man/spatt.Rd                   |only
 qte-1.2.0/qte/man/summary.BoundsObj.Rd       |    8 
 qte-1.2.0/qte/man/summary.QTE.Rd             |    5 
 qte-1.2.0/qte/vignettes                      |only
 70 files changed, 687 insertions(+), 1546 deletions(-)

More information about qte at CRAN
Permanent link

Package PCovR updated to version 2.7 with previous version 2.6 dated 2015-05-05

Title: Principal Covariates Regression
Description: Analyzing regression data with many and/or highly collinear predictor variables, by simultaneously reducing the predictor variables to a limited number of components and regressing the criterion variables on these components. Several rotation options are provided in this package, as well as model selection options.
Author: Marlies Vervloet [aut, cre], Henk Kiers [aut], Eva Ceulemans [ctb]
Maintainer: Marlies Vervloet <marlies.vervloet@ppw.kuleuven.be>

Diff between PCovR versions 2.6 dated 2015-05-05 and 2.7 dated 2017-06-19

 DESCRIPTION          |   11 ++++++-----
 MD5                  |   12 ++++++------
 NAMESPACE            |    3 ++-
 R/pcovr.R            |    2 +-
 R/pcovr.default.R    |   28 +++++++++++++++++++++++++---
 man/PCovR-package.Rd |    4 ++--
 man/pcovr.Rd         |    8 +++-----
 7 files changed, 45 insertions(+), 23 deletions(-)

More information about PCovR at CRAN
Permanent link

Package MAVE updated to version 1.2.9 with previous version 1.2.8 dated 2017-06-15

Title: Methods for Dimension Reduction
Description: Functions for dimension reduction, using MAVE (Minimum Average Variance Estimation), OPG (Outer Product of Gradient) and KSIR (sliced inverse regression of kernel version). Methods for selecting the best dimension are also included.
Author: Hang Weiqiang<E0010758@u.nus.edu>, Xia Yingcun<staxyc@nus.edu.sg>
Maintainer: Hang Weiqiang<E0010758@u.nus.edu>

Diff between MAVE versions 1.2.8 dated 2017-06-15 and 1.2.9 dated 2017-06-19

 DESCRIPTION                                     |    8 ++++----
 MD5                                             |    6 +++---
 R/predict_mave.R                                |    2 +-
 inst/doc/Short_introduction_to_package_MAVE.pdf |binary
 4 files changed, 8 insertions(+), 8 deletions(-)

More information about MAVE at CRAN
Permanent link

Package XML updated to version 3.98-1.9 with previous version 3.98-1.8 dated 2017-06-15

Title: Tools for Parsing and Generating XML Within R and S-Plus
Description: Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an 'XPath' "interpreter".
Author: Duncan Temple Lang and the CRAN Team
Maintainer: ORPHANED

Diff between XML versions 3.98-1.8 dated 2017-06-15 and 3.98-1.9 dated 2017-06-19

 DESCRIPTION    |   11 +++++++----
 MD5            |    4 ++--
 src/DocParse.c |    7 +++----
 3 files changed, 12 insertions(+), 10 deletions(-)

More information about XML at CRAN
Permanent link

New package sfadv with initial version 1.0.1
Package: sfadv
Version: 1.0.1
Date: 2017-06-19
Title: Advanced Methods for Stochastic Frontier Analysis
Authors@R: c(person("Yann", "Desjeux", , "yann.desjeux@inra.fr", c("aut", "cre")), person("Laure", "Latruffe", role = "aut"), person("Alain", "Carpentier", role = "ctb"))
Maintainer: Yann Desjeux <yann.desjeux@inra.fr>
Description: Stochastic frontier analysis with advanced methods. In particular, it applies the approach proposed by Latruffe et al. (2017) <DOI:10.1093/ajae/aaw077> to estimate a stochastic frontier with technical inefficiency effects when one input is endogenous.
Depends: R (>= 2.10)
Imports: gmm, minpack.lm
License: GPL-3
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2017-06-19 10:55:04 UTC; ydesjeux
Author: Yann Desjeux [aut, cre], Laure Latruffe [aut], Alain Carpentier [ctb]
Repository: CRAN
Date/Publication: 2017-06-19 11:45:43 UTC

More information about sfadv at CRAN
Permanent link

Package seacarb updated to version 3.2 with previous version 3.1.2 dated 2017-04-30

Title: Seawater Carbonate Chemistry
Description: Calculates parameters of the seawater carbonate system and assists the design of ocean acidification perturbation experiments.
Author: Jean-Pierre Gattuso [aut, cre, cph], Jean-Marie Epitalon [aut], Heloise Lavigne [aut], James Orr [aut], Bernard Gentili [ctb], Mathilde Hagens [ctb], Andreas Hofmann [ctb], Aurélien Proye [ctb], Karline Soetaert [ctb], James Rae [ctb]
Maintainer: Jean-Pierre Gattuso <gattuso@obs-vlfr.fr>

Diff between seacarb versions 3.1.2 dated 2017-04-30 and 3.2 dated 2017-06-19

 ChangeLog        |   13 +++++
 DESCRIPTION      |   10 ++--
 MD5              |   22 ++++++----
 R/K2si.R         |only
 R/Pcorrect.R     |   10 ++--
 R/buffergen.R    |only
 R/carbfull.R     |only
 R/sysdata.rda    |binary
 man/K2si.Rd      |only
 man/Pcoeffs.Rd   |  120 +++++++++++++++++++++++++++----------------------------
 man/Pcorrect.Rd  |    3 -
 man/buffergen.Rd |only
 man/carbfull.Rd  |only
 man/kconv.Rd     |    7 ++-
 man/oa.Rd        |    2 
 15 files changed, 105 insertions(+), 82 deletions(-)

More information about seacarb at CRAN
Permanent link

Package RSQLite updated to version 2.0 with previous version 1.1-2 dated 2017-01-08

Title: 'SQLite' Interface for R
Description: Embeds the 'SQLite' database engine in R and provides an interface compliant with the 'DBI' package. The source for the 'SQLite' engine (version 3.8.8.2) is included.
Author: Kirill Müller [aut, cre], Hadley Wickham [aut], David A. James [aut], Seth Falcon [aut], SQLite Authors [ctb] (for the included SQLite sources), Liam Healy [ctb] (for the included SQLite sources), R Consortium [cph], RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>

Diff between RSQLite versions 1.1-2 dated 2017-01-08 and 2.0 dated 2017-06-19

 RSQLite-1.1-2/RSQLite/R/dummy.R                                              |only
 RSQLite-1.1-2/RSQLite/man/dbDataType-SQLiteDriver-method.Rd                  |only
 RSQLite-1.1-2/RSQLite/man/dbExistsTable-SQLiteConnection-character-method.Rd |only
 RSQLite-1.1-2/RSQLite/man/dbListFields-SQLiteConnection-character-method.Rd  |only
 RSQLite-1.1-2/RSQLite/man/dbRemoveTable-SQLiteConnection-character-method.Rd |only
 RSQLite-1.1-2/RSQLite/man/dummy-methods.Rd                                   |only
 RSQLite-1.1-2/RSQLite/man/reexports.Rd                                       |only
 RSQLite-1.1-2/RSQLite/man/sqlite-meta.Rd                                     |only
 RSQLite-1.1-2/RSQLite/man/sqlite-query.Rd                                    |only
 RSQLite-1.1-2/RSQLite/src/SqliteUtils.h                                      |only
 RSQLite-1.1-2/RSQLite/src/sqlite3                                            |only
 RSQLite-2.0/RSQLite/DESCRIPTION                                              |   15 
 RSQLite-2.0/RSQLite/MD5                                                      |  149 +++---
 RSQLite-2.0/RSQLite/NAMESPACE                                                |   11 
 RSQLite-2.0/RSQLite/NEWS.md                                                  |   52 ++
 RSQLite-2.0/RSQLite/R/RcppExports.R                                          |   36 -
 RSQLite-2.0/RSQLite/R/SQLiteConnection.R                                     |   35 +
 RSQLite-2.0/RSQLite/R/SQLiteDriver.R                                         |   30 +
 RSQLite-2.0/RSQLite/R/SQLiteResult.R                                         |   14 
 RSQLite-2.0/RSQLite/R/connect.R                                              |   31 +
 RSQLite-2.0/RSQLite/R/copy.R                                                 |    2 
 RSQLite-2.0/RSQLite/R/deprecated.R                                           |    4 
 RSQLite-2.0/RSQLite/R/export.R                                               |only
 RSQLite-2.0/RSQLite/R/query.R                                                |  208 ++------
 RSQLite-2.0/RSQLite/R/rownames.R                                             |    4 
 RSQLite-2.0/RSQLite/R/table.R                                                |  212 +++-----
 RSQLite-2.0/RSQLite/R/transactions.R                                         |   30 -
 RSQLite-2.0/RSQLite/README.md                                                |   89 ++-
 RSQLite-2.0/RSQLite/build/vignette.rds                                       |binary
 RSQLite-2.0/RSQLite/inst/doc/RSQLite.html                                    |   38 -
 RSQLite-2.0/RSQLite/man/SQLite.Rd                                            |    9 
 RSQLite-2.0/RSQLite/man/SQLiteConnection-class.Rd                            |   46 +
 RSQLite-2.0/RSQLite/man/SQLiteDriver-class.Rd                                |   12 
 RSQLite-2.0/RSQLite/man/SQLiteResult-class.Rd                                |   41 +
 RSQLite-2.0/RSQLite/man/dbReadTable-SQLiteConnection-character-method.Rd     |   21 
 RSQLite-2.0/RSQLite/man/dbWriteTable.Rd                                      |   18 
 RSQLite-2.0/RSQLite/man/sqlite-transaction.Rd                                |   21 
 RSQLite-2.0/RSQLite/man/sqliteBuildTableDefinition.Rd                        |    2 
 RSQLite-2.0/RSQLite/man/sqliteCopyDatabase.Rd                                |    2 
 RSQLite-2.0/RSQLite/src/ColumnDataType.h                                     |only
 RSQLite-2.0/RSQLite/src/ColumnStorage.cpp                                    |only
 RSQLite-2.0/RSQLite/src/ColumnStorage.h                                      |only
 RSQLite-2.0/RSQLite/src/Makevars                                             |   14 
 RSQLite-2.0/RSQLite/src/RSQLite.h                                            |   16 
 RSQLite-2.0/RSQLite/src/RSQLite_types.h                                      |    8 
 RSQLite-2.0/RSQLite/src/RcppExports.cpp                                      |   35 +
 RSQLite-2.0/RSQLite/src/SqliteColumn.cpp                                     |only
 RSQLite-2.0/RSQLite/src/SqliteColumn.h                                       |only
 RSQLite-2.0/RSQLite/src/SqliteColumnDataSource.cpp                           |only
 RSQLite-2.0/RSQLite/src/SqliteColumnDataSource.h                             |only
 RSQLite-2.0/RSQLite/src/SqliteConnection.cpp                                 |   26 -
 RSQLite-2.0/RSQLite/src/SqliteConnection.h                                   |   12 
 RSQLite-2.0/RSQLite/src/SqliteDataFrame.cpp                                  |  237 +---------
 RSQLite-2.0/RSQLite/src/SqliteDataFrame.h                                    |   38 -
 RSQLite-2.0/RSQLite/src/SqliteResult.cpp                                     |    6 
 RSQLite-2.0/RSQLite/src/SqliteResult.h                                       |    2 
 RSQLite-2.0/RSQLite/src/SqliteResultImpl.cpp                                 |  125 ++---
 RSQLite-2.0/RSQLite/src/SqliteResultImpl.h                                   |   16 
 RSQLite-2.0/RSQLite/src/connection.cpp                                       |   13 
 RSQLite-2.0/RSQLite/src/import-file.c                                        |    2 
 RSQLite-2.0/RSQLite/src/integer64.h                                          |only
 RSQLite-2.0/RSQLite/src/pch.h                                                |only
 RSQLite-2.0/RSQLite/src/result.cpp                                           |    6 
 RSQLite-2.0/RSQLite/src/rsqlite.cpp                                          |    2 
 RSQLite-2.0/RSQLite/src/sqlite3.h                                            |   13 
 RSQLite-2.0/RSQLite/src/utils.cpp                                            |only
 RSQLite-2.0/RSQLite/src/utils.h                                              |only
 RSQLite-2.0/RSQLite/src/vendor                                               |only
 RSQLite-2.0/RSQLite/tests/testthat/helper-DBItest.R                          |    9 
 RSQLite-2.0/RSQLite/tests/testthat/test-DBItest.R                            |   49 --
 RSQLite-2.0/RSQLite/tests/testthat/test-affinity.R                           |  128 +++--
 RSQLite-2.0/RSQLite/tests/testthat/test-basic-types.R                        |   64 ++
 RSQLite-2.0/RSQLite/tests/testthat/test-blob.R                               |   23 
 RSQLite-2.0/RSQLite/tests/testthat/test-column-info.R                        |only
 RSQLite-2.0/RSQLite/tests/testthat/test-dbClearResult.R                      |    4 
 RSQLite-2.0/RSQLite/tests/testthat/test-dbConnect.R                          |   14 
 RSQLite-2.0/RSQLite/tests/testthat/test-dbSendQuery.R                        |   35 -
 RSQLite-2.0/RSQLite/tests/testthat/test-dbWriteTable.R                       |   54 +-
 RSQLite-2.0/RSQLite/tests/testthat/test-dbWriteTableAutoincrement.R          |    2 
 RSQLite-2.0/RSQLite/tests/testthat/test-field-types.R                        |   12 
 RSQLite-2.0/RSQLite/tests/testthat/test-json.R                               |    2 
 RSQLite-2.0/RSQLite/tests/testthat/test-readonly.R                           |only
 RSQLite-2.0/RSQLite/tests/testthat/test-sd.R                                 |only
 RSQLite-2.0/RSQLite/tests/testthat/test-sqliteCopyDatabase.R                 |   21 
 RSQLite-2.0/RSQLite/tests/testthat/test-sqliteQuickColumn.R                  |    6 
 85 files changed, 1095 insertions(+), 1031 deletions(-)

More information about RSQLite at CRAN
Permanent link

Package ReinforcementLearning updated to version 1.0.1 with previous version 1.0.0 dated 2017-04-18

Title: Model-Free Reinforcement Learning
Description: Performs model-free reinforcement learning in R. This implementation enables the learning of an optimal policy based on sample sequences consisting of states, actions and rewards. In addition, it supplies multiple predefined reinforcement learning algorithms, such as experience replay.
Author: Nicolas Proellochs [aut, cre], Stefan Feuerriegel [aut]
Maintainer: Nicolas Proellochs <nicolas.proellochs@is.uni-freiburg.de>

Diff between ReinforcementLearning versions 1.0.0 dated 2017-04-18 and 1.0.1 dated 2017-06-19

 DESCRIPTION                         |    8 ++++----
 MD5                                 |   16 ++++++++--------
 NEWS.md                             |    8 ++++++--
 R/ReinforcementLearning.R           |    5 +++--
 README.md                           |   14 ++++++--------
 build/vignette.rds                  |binary
 inst/doc/ReinforcementLearning.Rmd  |    2 +-
 inst/doc/ReinforcementLearning.html |    8 ++++----
 vignettes/ReinforcementLearning.Rmd |    2 +-
 9 files changed, 33 insertions(+), 30 deletions(-)

More information about ReinforcementLearning at CRAN
Permanent link

New package mindr with initial version 1.0.4
Package: mindr
Version: 1.0.4
Date: 2017-06-19
Title: Convert Files Between Markdown or Rmarkdown Files and Mindmaps
Author: Peng Zhao
Maintainer: Peng Zhao <pzhao@pzhao.net>
Depends: R (>= 3.0.0)
Imports:
Suggests:
Description: Convert Markdown ('.md') or Rmarkdown ('.Rmd') files into FreeMind mindmap ('.mm') files, and vice versa. FreeMind mindmap ('.mm') files can be opened by or imported to common mindmap software such as 'FreeMind' (<http://freemind.sourceforge.net/wiki/index.php/Main_Page>) and 'XMind' (<http://www.xmind.net>).
License: GPL
URL: https://github.com/pzhaonet/mindr
BugReports: https://github.com/pzhaonet/mindr/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-19 10:14:13 UTC; c7701105
Repository: CRAN
Date/Publication: 2017-06-19 10:29:58 UTC

More information about mindr at CRAN
Permanent link

Package ggeffects updated to version 0.1.2 with previous version 0.1.1 dated 2017-05-17

Title: Create Tidy Data Frames of Marginal Effects for 'ggplot' from Model Outputs
Description: Compute marginal effects at the mean or average marginal effects from statistical models and returns the result as tidy data frames. These data frames are ready to use with the 'ggplot2'-package. Marginal effects can be calculated for many different models. Interaction terms, splines and polynomial terms are also supported. The two main functions are 'ggpredict()' and 'ggaverage()', however, there are some convenient wrapper-functions especially for polynomials or interactions. There is a generic 'plot()'-method to plot the results using 'ggplot2'.
Author: Daniel Lüdecke <d.luedecke@uke.de>
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>

Diff between ggeffects versions 0.1.1 dated 2017-05-17 and 0.1.2 dated 2017-06-19

 DESCRIPTION                   |   15 -
 MD5                           |   40 +-
 NAMESPACE                     |    6 
 NEWS.md                       |    6 
 R/efc.R                       |    2 
 R/getter.R                    |  206 +++++++-------
 R/ggalleffects.R              |  595 +++++++++++++++++++++---------------------
 R/ggeffect.R                  |    4 
 R/gginteraction.R             |    4 
 R/ggpoly.R                    |    4 
 R/ggpredict.R                 |    9 
 R/predictions.R               |   37 +-
 R/utils_expand_data_to_grid.R |  294 ++++++++++----------
 R/utils_handle_labels.R       |   19 -
 R/utils_link_inverse.R        |   34 +-
 R/utils_model_frame.R         |   22 -
 inst/doc/marginaleffects.Rmd  |    2 
 inst/doc/marginaleffects.html |   52 +--
 man/efc.Rd                    |    2 
 man/get_title.Rd              |    2 
 vignettes/marginaleffects.Rmd |    2 
 21 files changed, 685 insertions(+), 672 deletions(-)

More information about ggeffects at CRAN
Permanent link

New package xesreadR with initial version 0.1.0
Package: xesreadR
Type: Package
Title: Read and Write XES Files
Version: 0.1.0
Date: 2017-06-18
Author: Gert Janssenswillen
Maintainer: Gert Janssenswillen <gert.janssenswillen@uhasselt.be>
Description: Read and write XES Files to create event log objects used by the 'bupaR' framework. XES (Extensible Event Stream) is the IEEE standard for storing and sharing event data (see <http://standards.ieee.org/findstds/standard/1849-2016.html> for more info).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R(>= 3.0.0)
Imports: bupaR, dplyr, XML, xml2, data.table, tidyr
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: http://www.bupar.net
NeedsCompilation: no
Packaged: 2017-06-19 06:47:02 UTC; lucp8407
Repository: CRAN
Date/Publication: 2017-06-19 09:11:33 UTC

More information about xesreadR at CRAN
Permanent link

Package unvotes updated to version 0.2.0 with previous version 0.1.0 dated 2016-07-08

Title: United Nations General Assembly Voting Data
Description: Historical voting data of the United Nations General Assembly. This includes votes for each country in each roll call, as well as descriptions and topic classifications for each vote.
Author: David Robinson [aut, cre]
Maintainer: David Robinson <admiral.david@gmail.com>

Diff between unvotes versions 0.1.0 dated 2016-07-08 and 0.2.0 dated 2017-06-19

 unvotes-0.1.0/unvotes/data/datalist                |only
 unvotes-0.2.0/unvotes/DESCRIPTION                  |    8 
 unvotes-0.2.0/unvotes/MD5                          |   33 +--
 unvotes-0.2.0/unvotes/NEWS.md                      |    7 
 unvotes-0.2.0/unvotes/R/data.R                     |    5 
 unvotes-0.2.0/unvotes/README.md                    |  141 +++++++++-----
 unvotes-0.2.0/unvotes/build/vignette.rds           |binary
 unvotes-0.2.0/unvotes/data/un_roll_call_issues.rda |binary
 unvotes-0.2.0/unvotes/data/un_roll_calls.rda       |binary
 unvotes-0.2.0/unvotes/data/un_votes.rda            |binary
 unvotes-0.2.0/unvotes/inst/doc/unvotes.R           |    4 
 unvotes-0.2.0/unvotes/inst/doc/unvotes.Rmd         |    4 
 unvotes-0.2.0/unvotes/inst/doc/unvotes.html        |  206 ++++++++++-----------
 unvotes-0.2.0/unvotes/man/un_roll_call_issues.Rd   |    1 
 unvotes-0.2.0/unvotes/man/un_roll_calls.Rd         |    1 
 unvotes-0.2.0/unvotes/man/un_votes.Rd              |    6 
 unvotes-0.2.0/unvotes/tools                        |only
 unvotes-0.2.0/unvotes/vignettes/unvotes.Rmd        |    4 
 18 files changed, 234 insertions(+), 186 deletions(-)

More information about unvotes at CRAN
Permanent link

Package DBItest updated to version 1.5 with previous version 1.4 dated 2016-12-03

Title: Testing 'DBI' Back Ends
Description: A helper that tests 'DBI' back ends for conformity to the interface.
Author: Kirill Müller [aut, cre], RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>

Diff between DBItest versions 1.4 dated 2016-12-03 and 1.5 dated 2017-06-19

 DBItest-1.4/DBItest/R/spec-compliance-read-only.R                  |only
 DBItest-1.4/DBItest/R/spec-connection-connect.R                    |only
 DBItest-1.4/DBItest/R/spec-meta-bind-multi-row.R                   |only
 DBItest-1.4/DBItest/R/spec-meta-is-valid-connection.R              |only
 DBItest-1.4/DBItest/R/spec-meta-is-valid-result.R                  |only
 DBItest-1.4/DBItest/R/spec-sql-read-write-roundtrip.R              |only
 DBItest-1.4/DBItest/R/spec-sql-read-write-table.R                  |only
 DBItest-1.4/DBItest/R/spec-stress-driver.R                         |only
 DBItest-1.4/DBItest/R/spec-transaction-begin-commit.R              |only
 DBItest-1.4/DBItest/R/spec-transaction-begin-rollback.R            |only
 DBItest-1.5/DBItest/DESCRIPTION                                    |   66 -
 DBItest-1.5/DBItest/MD5                                            |  179 +-
 DBItest-1.5/DBItest/NAMESPACE                                      |    8 
 DBItest-1.5/DBItest/NEWS.md                                        |   63 +
 DBItest-1.5/DBItest/R/context.R                                    |    5 
 DBItest-1.5/DBItest/R/expectations.R                               |   48 
 DBItest-1.5/DBItest/R/import-dbi.R                                 |    7 
 DBItest-1.5/DBItest/R/run.R                                        |   30 
 DBItest-1.5/DBItest/R/spec-.R                                      |   62 -
 DBItest-1.5/DBItest/R/spec-all.R                                   |only
 DBItest-1.5/DBItest/R/spec-compliance-methods.R                    |   24 
 DBItest-1.5/DBItest/R/spec-compliance.R                            |    1 
 DBItest-1.5/DBItest/R/spec-connection-data-type.R                  |   33 
 DBItest-1.5/DBItest/R/spec-connection-disconnect.R                 |only
 DBItest-1.5/DBItest/R/spec-connection-get-info.R                   |   25 
 DBItest-1.5/DBItest/R/spec-connection.R                            |    2 
 DBItest-1.5/DBItest/R/spec-driver-class.R                          |    7 
 DBItest-1.5/DBItest/R/spec-driver-connect.R                        |only
 DBItest-1.5/DBItest/R/spec-driver-constructor.R                    |   21 
 DBItest-1.5/DBItest/R/spec-driver-data-type.R                      |  159 +-
 DBItest-1.5/DBItest/R/spec-driver.R                                |    3 
 DBItest-1.5/DBItest/R/spec-getting-started.R                       |   13 
 DBItest-1.5/DBItest/R/spec-meta-bind-.R                            |  126 --
 DBItest-1.5/DBItest/R/spec-meta-bind-runner.R                      |only
 DBItest-1.5/DBItest/R/spec-meta-bind-tester-extra.R                |only
 DBItest-1.5/DBItest/R/spec-meta-bind.R                             |  443 ++++---
 DBItest-1.5/DBItest/R/spec-meta-column-info.R                      |   17 
 DBItest-1.5/DBItest/R/spec-meta-get-row-count.R                    |  122 +
 DBItest-1.5/DBItest/R/spec-meta-get-rows-affected.R                |   89 -
 DBItest-1.5/DBItest/R/spec-meta-get-statement.R                    |   62 -
 DBItest-1.5/DBItest/R/spec-meta-has-completed.R                    |only
 DBItest-1.5/DBItest/R/spec-meta-is-valid.R                         |only
 DBItest-1.5/DBItest/R/spec-meta.R                                  |    9 
 DBItest-1.5/DBItest/R/spec-result-clear-result.R                   |only
 DBItest-1.5/DBItest/R/spec-result-create-table-with-data-type.R    |   54 
 DBItest-1.5/DBItest/R/spec-result-execute.R                        |only
 DBItest-1.5/DBItest/R/spec-result-fetch.R                          |  310 +++--
 DBItest-1.5/DBItest/R/spec-result-get-query.R                      |  197 ++-
 DBItest-1.5/DBItest/R/spec-result-roundtrip.R                      |  611 +++-------
 DBItest-1.5/DBItest/R/spec-result-send-query.R                     |  120 +
 DBItest-1.5/DBItest/R/spec-result-send-statement.R                 |only
 DBItest-1.5/DBItest/R/spec-result.R                                |    9 
 DBItest-1.5/DBItest/R/spec-sql-exists-table.R                      |only
 DBItest-1.5/DBItest/R/spec-sql-list-fields.R                       |   23 
 DBItest-1.5/DBItest/R/spec-sql-list-tables.R                       |  100 +
 DBItest-1.5/DBItest/R/spec-sql-quote-identifier.R                  |  163 ++
 DBItest-1.5/DBItest/R/spec-sql-quote-string.R                      |  142 +-
 DBItest-1.5/DBItest/R/spec-sql-read-table.R                        |only
 DBItest-1.5/DBItest/R/spec-sql-remove-table.R                      |only
 DBItest-1.5/DBItest/R/spec-sql-write-table.R                       |only
 DBItest-1.5/DBItest/R/spec-sql.R                                   |    6 
 DBItest-1.5/DBItest/R/spec-stress-connection.R                     |   41 
 DBItest-1.5/DBItest/R/spec-stress.R                                |    1 
 DBItest-1.5/DBItest/R/spec-transaction-begin-commit-rollback.R     |only
 DBItest-1.5/DBItest/R/spec-transaction-with-transaction.R          |  133 ++
 DBItest-1.5/DBItest/R/spec-transaction.R                           |    3 
 DBItest-1.5/DBItest/R/spec.R                                       |   16 
 DBItest-1.5/DBItest/R/test-all.R                                   |   12 
 DBItest-1.5/DBItest/R/tweaks.R                                     |   71 -
 DBItest-1.5/DBItest/R/utils.R                                      |  136 ++
 DBItest-1.5/DBItest/build/vignette.rds                             |binary
 DBItest-1.5/DBItest/inst/doc/test.html                             |    8 
 DBItest-1.5/DBItest/man/DBIspec-wip.Rd                             |  306 -----
 DBItest-1.5/DBItest/man/DBIspec.Rd                                 |  191 ---
 DBItest-1.5/DBItest/man/DBItest-package.Rd                         |    3 
 DBItest-1.5/DBItest/man/context.Rd                                 |    1 
 DBItest-1.5/DBItest/man/make_placeholder_fun.Rd                    |    1 
 DBItest-1.5/DBItest/man/spec_connection_disconnect.Rd              |only
 DBItest-1.5/DBItest/man/spec_driver_connect.Rd                     |only
 DBItest-1.5/DBItest/man/spec_driver_data_type.Rd                   |only
 DBItest-1.5/DBItest/man/spec_meta_bind.Rd                          |only
 DBItest-1.5/DBItest/man/spec_meta_get_row_count.Rd                 |only
 DBItest-1.5/DBItest/man/spec_meta_get_rows_affected.Rd             |only
 DBItest-1.5/DBItest/man/spec_meta_get_statement.Rd                 |only
 DBItest-1.5/DBItest/man/spec_meta_has_completed.Rd                 |only
 DBItest-1.5/DBItest/man/spec_meta_is_valid.Rd                      |only
 DBItest-1.5/DBItest/man/spec_result_clear_result.Rd                |only
 DBItest-1.5/DBItest/man/spec_result_create_table_with_data_type.Rd |only
 DBItest-1.5/DBItest/man/spec_result_execute.Rd                     |only
 DBItest-1.5/DBItest/man/spec_result_fetch.Rd                       |only
 DBItest-1.5/DBItest/man/spec_result_get_query.Rd                   |only
 DBItest-1.5/DBItest/man/spec_result_roundtrip.Rd                   |only
 DBItest-1.5/DBItest/man/spec_result_send_query.Rd                  |only
 DBItest-1.5/DBItest/man/spec_result_send_statement.Rd              |only
 DBItest-1.5/DBItest/man/spec_sql_exists_table.Rd                   |only
 DBItest-1.5/DBItest/man/spec_sql_list_tables.Rd                    |only
 DBItest-1.5/DBItest/man/spec_sql_quote_identifier.Rd               |only
 DBItest-1.5/DBItest/man/spec_sql_quote_string.Rd                   |only
 DBItest-1.5/DBItest/man/spec_sql_read_table.Rd                     |only
 DBItest-1.5/DBItest/man/spec_sql_remove_table.Rd                   |only
 DBItest-1.5/DBItest/man/spec_sql_write_table.Rd                    |only
 DBItest-1.5/DBItest/man/spec_transaction_begin_commit_rollback.Rd  |only
 DBItest-1.5/DBItest/man/spec_transaction_with_transaction.Rd       |only
 DBItest-1.5/DBItest/man/test_all.Rd                                |   11 
 DBItest-1.5/DBItest/man/test_compliance.Rd                         |    1 
 DBItest-1.5/DBItest/man/test_connection.Rd                         |    1 
 DBItest-1.5/DBItest/man/test_data_type.Rd                          |only
 DBItest-1.5/DBItest/man/test_driver.Rd                             |    1 
 DBItest-1.5/DBItest/man/test_getting_started.Rd                    |    1 
 DBItest-1.5/DBItest/man/test_meta.Rd                               |    1 
 DBItest-1.5/DBItest/man/test_result.Rd                             |    1 
 DBItest-1.5/DBItest/man/test_sql.Rd                                |    1 
 DBItest-1.5/DBItest/man/test_stress.Rd                             |    1 
 DBItest-1.5/DBItest/man/test_transaction.Rd                        |    1 
 DBItest-1.5/DBItest/man/tweaks.Rd                                  |   43 
 DBItest-1.5/DBItest/tests/testthat/test-consistency.R              |only
 DBItest-1.5/DBItest/tests/testthat/test-tweaks.R                   |    2 
 117 files changed, 2391 insertions(+), 1956 deletions(-)

More information about DBItest at CRAN
Permanent link

New package clinPK with initial version 0.9.0
Package: clinPK
Type: Package
Title: Clinical Pharmacokinetics Toolkit
Version: 0.9.0
Date: 2017-06-05
Author: Ron Keizer
Maintainer: Ron Keizer <ronkeizer@gmail.com>
Description: Calculates equations commonly used in clinical pharmacokinetics and clinical pharmacology, such as equations for dose individualization, compartmental pharmacokinetics, drug exposure, anthropomorphic calculations, clinical chemistry, and conversion of common clinical parameters. Where possible and relevant, it provides multiple published and peer-reviewed equations within the respective R function.
Imports: testit, curl
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-19 07:46:34 UTC; ron
Repository: CRAN
Date/Publication: 2017-06-19 09:10:54 UTC

More information about clinPK at CRAN
Permanent link

New package processmapR with initial version 0.1.0
Package: processmapR
Type: Package
Title: Construct Process Maps Using Event Data
Version: 0.1.0
Date: 2017-06-18
Author: Gert Janssenswillen
Maintainer: Gert Janssenswillen <gert.janssenswillen@uhasselt.be>
Description: Visualize of process maps based on event logs, in the form of directed graphs. Part of the 'bupaR' framework.
License: MIT + file LICENSE
Imports: dplyr,bupaR, edeaR, DiagrammeR, ggplot2, ggthemes
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: http://www.bupar.net
NeedsCompilation: no
Packaged: 2017-06-18 19:12:55 UTC; lucp8407
Repository: CRAN
Date/Publication: 2017-06-19 06:44:01 UTC

More information about processmapR at CRAN
Permanent link

Package hexSticker updated to version 0.4.1 with previous version 0.1.0 dated 2017-03-30

Title: Create Hexagon Sticker in R
Description: Helper functions for creating reproducible hexagon sticker purely in R.
Author: Guangchuang Yu [aut, cre], Laurent Gatto [ctb], Johannes Rainer [ctb], Sebastian Gibb [ctb]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>

Diff between hexSticker versions 0.1.0 dated 2017-03-30 and 0.4.1 dated 2017-06-19

 DESCRIPTION          |   30 ++++++++------
 MD5                  |   27 ++++++------
 NAMESPACE            |    6 ++
 NEWS                 |   19 +++++++++
 R/sticker.R          |  107 ++++++++++++++++++++++++++++++++++++++++++++-------
 README.md            |   39 +++++++++++++-----
 man/geom_hexagon.Rd  |    1 
 man/geom_pkgname.Rd  |    1 
 man/geom_url.Rd      |only
 man/hexagon.Rd       |    1 
 man/reexports.Rd     |    6 +-
 man/save_sticker.Rd  |    1 
 man/sticker.Rd       |   30 +++++++++++++-
 man/sticker_dev.Rd   |    1 
 man/theme_sticker.Rd |    1 
 15 files changed, 210 insertions(+), 60 deletions(-)

More information about hexSticker at CRAN
Permanent link


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