Sat, 19 Oct 2019

Package telegram.bot updated to version 2.4.0 with previous version 2.3.1 dated 2019-04-28

Title: Develop a 'Telegram Bot' with R
Description: Provides a pure interface for the 'Telegram Bot API' <http://core.telegram.org/bots/api>. In addition to the pure API implementation, it features a number of tools to make the development of 'Telegram' bots with R easy and straightforward, providing an easy-to-use interface that takes some work off the programmer.
Author: Ernest Benedito [aut, cre]
Maintainer: Ernest Benedito <ebeneditos@gmail.com>

Diff between telegram.bot versions 2.3.1 dated 2019-04-28 and 2.4.0 dated 2019-10-19

 DESCRIPTION                                     |    6 
 MD5                                             |   52 +++----
 NEWS.md                                         |    6 
 R/base.R                                        |    8 -
 R/basefilter.R                                  |    4 
 R/bot.R                                         |  178 +++++++++++++++++++++---
 R/commandhandler.R                              |    6 
 R/dispatcher.R                                  |    4 
 R/errorhandler.R                                |    4 
 R/filters.R                                     |    2 
 R/handler.R                                     |    8 -
 R/inlinequeryresult.R                           |    2 
 R/messagehandler.R                              |    2 
 R/replymarkup.R                                 |   18 +-
 R/telegram.bot-package.R                        |    6 
 R/updater.R                                     |   51 +++---
 R/utils.R                                       |    4 
 build/vignette.rds                              |binary
 inst/doc/telegrambot-advanced-filters.html      |   10 -
 inst/doc/telegrambot-basic-functionalities.html |   10 -
 inst/doc/telegrambot-building-a-bot.html        |   10 -
 inst/doc/telegrambot-introduction.html          |   10 -
 inst/doc/telegrambot-set-a-proxy.html           |   10 -
 inst/doc/telegrambot-the-add-operator.html      |   10 -
 man/Bot.Rd                                      |    2 
 man/editMessageCaption.Rd                       |only
 man/editMessageText.Rd                          |only
 man/getUpdates.Rd                               |    3 
 28 files changed, 302 insertions(+), 124 deletions(-)

More information about telegram.bot at CRAN
Permanent link

Package paws.machine.learning updated to version 0.1.5 with previous version 0.1.4 dated 2019-08-21

Title: Amazon Web Services Machine Learning APIs
Description: Interface to Amazon Web Services machine learning APIs, including 'SageMaker' managed machine learning service, natural language processing, speech recognition, translation, and more <https://aws.amazon.com/machine-learning/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.machine.learning versions 0.1.4 dated 2019-08-21 and 0.1.5 dated 2019-10-19

 DESCRIPTION                            |   12 -
 MD5                                    |   94 ++++++-------
 NAMESPACE                              |    2 
 R/comprehend_operations.R              |  137 +++++++++++++------
 R/comprehend_service.R                 |   34 ++++
 R/comprehendmedical_operations.R       |    8 -
 R/comprehendmedical_service.R          |   34 ++++
 R/lexmodelbuildingservice_operations.R |  110 ++++++++++-----
 R/lexmodelbuildingservice_service.R    |   34 ++++
 R/lexruntimeservice_operations.R       |    8 -
 R/lexruntimeservice_service.R          |   34 ++++
 R/machinelearning_operations.R         |   86 ++++++++----
 R/machinelearning_service.R            |   34 ++++
 R/personalize_operations.R             |  110 ++++++++++-----
 R/personalize_service.R                |   34 ++++
 R/personalizeevents_operations.R       |    5 
 R/personalizeevents_service.R          |   34 ++++
 R/personalizeruntime_operations.R      |    8 -
 R/personalizeruntime_service.R         |   34 ++++
 R/polly_operations.R                   |   29 ++--
 R/polly_service.R                      |   34 ++++
 R/rekognition_operations.R             |  104 ++++++++++-----
 R/rekognition_service.R                |   34 ++++
 R/sagemaker_operations.R               |  227 +++++++++++++++++++++------------
 R/sagemaker_service.R                  |   34 ++++
 R/sagemakerruntime_operations.R        |    5 
 R/sagemakerruntime_service.R           |   34 ++++
 R/textract_operations.R                |   20 +-
 R/textract_service.R                   |   34 ++++
 R/transcribeservice_operations.R       |   29 ++--
 R/transcribeservice_service.R          |   34 ++++
 R/translate_operations.R               |   17 +-
 R/translate_service.R                  |   34 ++++
 man/comprehend.Rd                      |   23 +++
 man/comprehendmedical.Rd               |   23 +++
 man/lexmodelbuildingservice.Rd         |   23 +++
 man/lexruntimeservice.Rd               |   23 +++
 man/machinelearning.Rd                 |   23 +++
 man/personalize.Rd                     |   23 +++
 man/personalizeevents.Rd               |   23 +++
 man/personalizeruntime.Rd              |   23 +++
 man/polly.Rd                           |   23 +++
 man/rekognition.Rd                     |   23 +++
 man/sagemaker.Rd                       |   23 +++
 man/sagemakerruntime.Rd                |   23 +++
 man/textract.Rd                        |   23 +++
 man/transcribeservice.Rd               |   23 +++
 man/translate.Rd                       |   23 +++
 48 files changed, 1417 insertions(+), 449 deletions(-)

More information about paws.machine.learning at CRAN
Permanent link

Package paws.database updated to version 0.1.5 with previous version 0.1.4 dated 2019-08-21

Title: Amazon Web Services Database APIs
Description: Interface to Amazon Web Services database APIs, including 'Relational Database Service' ('RDS'), 'DynamoDB' 'NoSQL' database, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.database versions 0.1.4 dated 2019-08-21 and 0.1.5 dated 2019-10-19

 DESCRIPTION                    |   14 -
 MD5                            |   64 +++----
 NAMESPACE                      |    2 
 R/dax_operations.R             |   65 +++++--
 R/dax_service.R                |   34 +++-
 R/docdb_operations.R           |  125 ++++++++++-----
 R/docdb_service.R              |   34 +++-
 R/dynamodb_operations.R        |  110 ++++++++-----
 R/dynamodb_service.R           |   34 +++-
 R/dynamodbstreams_operations.R |   14 +
 R/dynamodbstreams_service.R    |   34 +++-
 R/elasticache_operations.R     |  140 +++++++++++------
 R/elasticache_service.R        |   34 +++-
 R/neptune_operations.R         |  173 ++++++++++++++-------
 R/neptune_service.R            |   34 +++-
 R/rds_operations.R             |  335 +++++++++++++++++++++++++++--------------
 R/rds_service.R                |   34 +++-
 R/rdsdataservice_operations.R  |   20 +-
 R/rdsdataservice_service.R     |   34 +++-
 R/redshift_operations.R        |  245 +++++++++++++++++++----------
 R/redshift_service.R           |   34 +++-
 R/simpledb_operations.R        |   32 ++-
 R/simpledb_service.R           |   34 +++-
 man/dax.Rd                     |   23 ++
 man/docdb.Rd                   |   23 ++
 man/dynamodb.Rd                |   23 ++
 man/dynamodbstreams.Rd         |   23 ++
 man/elasticache.Rd             |   23 ++
 man/neptune.Rd                 |   23 ++
 man/rds.Rd                     |   23 ++
 man/rdsdataservice.Rd          |   23 ++
 man/redshift.Rd                |   23 ++
 man/simpledb.Rd                |   23 ++
 33 files changed, 1387 insertions(+), 522 deletions(-)

More information about paws.database at CRAN
Permanent link

Package paws.customer.engagement updated to version 0.1.5 with previous version 0.1.4 dated 2019-08-21

Title: Amazon Web Services Customer Engagement APIs
Description: Interface to Amazon Web Services customer engagement APIs, including 'Simple Email Service', 'Connect' contact center service, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.customer.engagement versions 0.1.4 dated 2019-08-21 and 0.1.5 dated 2019-10-19

 DESCRIPTION                     |   14 +-
 MD5                             |   34 ++---
 NAMESPACE                       |    2 
 R/connect_operations.R          |   65 +++++++----
 R/connect_service.R             |   34 ++++-
 R/pinpoint_operations.R         |  233 ++++++++++++++++++++++++++--------------
 R/pinpoint_service.R            |   34 ++++-
 R/pinpointemail_operations.R    |  128 ++++++++++++++-------
 R/pinpointemail_service.R       |   34 ++++-
 R/pinpointsmsvoice_operations.R |   26 ++--
 R/pinpointsmsvoice_service.R    |   34 ++++-
 R/ses_operations.R              |  215 ++++++++++++++++++++++++------------
 R/ses_service.R                 |   34 ++++-
 man/connect.Rd                  |   23 +++
 man/pinpoint.Rd                 |   23 +++
 man/pinpointemail.Rd            |   23 +++
 man/pinpointsmsvoice.Rd         |   23 +++
 man/ses.Rd                      |   23 +++
 18 files changed, 724 insertions(+), 278 deletions(-)

More information about paws.customer.engagement at CRAN
Permanent link

Package paws.cost.management updated to version 0.1.5 with previous version 0.1.4 dated 2019-08-21

Title: Amazon Web Services Cost Management APIs
Description: Interface to Amazon Web Services cost management APIs, including cost and usage reports, budgets, pricing, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.cost.management versions 0.1.4 dated 2019-08-21 and 0.1.5 dated 2019-10-19

 DESCRIPTION                                  |   12 +++----
 MD5                                          |   46 +++++++++++++--------------
 NAMESPACE                                    |    2 +
 R/budgets_operations.R                       |   44 +++++++++++++++++--------
 R/budgets_service.R                          |   34 +++++++++++++++++--
 R/costandusagereportservice_operations.R     |   11 ++++--
 R/costandusagereportservice_service.R        |   34 +++++++++++++++++--
 R/costexplorer_operations.R                  |   26 +++++++++------
 R/costexplorer_service.R                     |   34 +++++++++++++++++--
 R/marketplacecommerceanalytics_operations.R  |    8 ++--
 R/marketplacecommerceanalytics_service.R     |   34 +++++++++++++++++--
 R/marketplaceentitlementservice_operations.R |    5 +-
 R/marketplaceentitlementservice_service.R    |   34 +++++++++++++++++--
 R/marketplacemetering_operations.R           |   14 +++++---
 R/marketplacemetering_service.R              |   34 +++++++++++++++++--
 R/pricing_operations.R                       |   11 ++++--
 R/pricing_service.R                          |   34 +++++++++++++++++--
 man/budgets.Rd                               |   23 ++++++++++++-
 man/costandusagereportservice.Rd             |   23 ++++++++++++-
 man/costexplorer.Rd                          |   23 ++++++++++++-
 man/marketplacecommerceanalytics.Rd          |   23 ++++++++++++-
 man/marketplaceentitlementservice.Rd         |   23 ++++++++++++-
 man/marketplacemetering.Rd                   |   23 ++++++++++++-
 man/pricing.Rd                               |   23 ++++++++++++-
 24 files changed, 465 insertions(+), 113 deletions(-)

More information about paws.cost.management at CRAN
Permanent link

Package paws.compute updated to version 0.1.5 with previous version 0.1.4 dated 2019-08-21

Title: Amazon Web Services Compute APIs
Description: Interface to Amazon Web Services compute APIs, including 'Elastic Compute Cloud' ('EC2'), 'Lambda' functions-as-a-service, containers, batch processing, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.compute versions 0.1.4 dated 2019-08-21 and 0.1.5 dated 2019-10-19

 DESCRIPTION                                    |   15 
 MD5                                            |   66 -
 NAMESPACE                                      |    2 
 R/batch_operations.R                           |   50 -
 R/batch_service.R                              |   34 
 R/ec2_operations.R                             | 1063 ++++++++++++++++---------
 R/ec2_service.R                                |   34 
 R/ec2instanceconnect_operations.R              |    5 
 R/ec2instanceconnect_service.R                 |   34 
 R/ecr_operations.R                             |   77 +
 R/ecr_service.R                                |   34 
 R/ecs_operations.R                             |  134 ++-
 R/ecs_service.R                                |   34 
 R/eks_operations.R                             |   26 
 R/eks_service.R                                |   34 
 R/elasticbeanstalk_operations.R                |  134 ++-
 R/elasticbeanstalk_service.R                   |   34 
 R/lambda_operations.R                          |  119 +-
 R/lambda_service.R                             |   34 
 R/lightsail_operations.R                       |  305 ++++---
 R/lightsail_service.R                          |   34 
 R/serverlessapplicationrepository_operations.R |   41 
 R/serverlessapplicationrepository_service.R    |   34 
 man/batch.Rd                                   |   23 
 man/ec2.Rd                                     |   23 
 man/ec2_create_traffic_mirror_session.Rd       |    5 
 man/ec2instanceconnect.Rd                      |   23 
 man/ecr.Rd                                     |   23 
 man/ecs.Rd                                     |   23 
 man/eks.Rd                                     |   23 
 man/elasticbeanstalk.Rd                        |   23 
 man/lambda.Rd                                  |   23 
 man/lightsail.Rd                               |   23 
 man/serverlessapplicationrepository.Rd         |   23 
 34 files changed, 1852 insertions(+), 760 deletions(-)

More information about paws.compute at CRAN
Permanent link

Package paws.application.integration updated to version 0.1.5 with previous version 0.1.4 dated 2019-08-21

Title: Amazon Web Services Application Integration APIs
Description: Interface to Amazon Web Services application integration APIs, including 'Simple Queue Service' ('SQS') message queue, 'Simple Notification Service' ('SNS') publish/subscribe messaging, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.application.integration versions 0.1.4 dated 2019-08-21 and 0.1.5 dated 2019-10-19

 DESCRIPTION                |   16 +++---
 MD5                        |   40 +++++++--------
 NAMESPACE                  |    2 
 R/eventbridge_operations.R |   95 +++++++++++++++++++++++++------------
 R/eventbridge_service.R    |   34 +++++++++++--
 R/mq_operations.R          |   68 +++++++++++++++++----------
 R/mq_service.R             |   34 +++++++++++--
 R/sfn_operations.R         |   68 +++++++++++++++++----------
 R/sfn_service.R            |   34 +++++++++++--
 R/sns_operations.R         |  101 ++++++++++++++++++++++++++--------------
 R/sns_service.R            |   34 +++++++++++--
 R/sqs_operations.R         |   62 ++++++++++++++++--------
 R/sqs_service.R            |   34 +++++++++++--
 R/swf_operations.R         |  113 +++++++++++++++++++++++++++++----------------
 R/swf_service.R            |   34 +++++++++++--
 man/eventbridge.Rd         |   23 ++++++++-
 man/mq.Rd                  |   23 ++++++++-
 man/sfn.Rd                 |   23 ++++++++-
 man/sns.Rd                 |   23 ++++++++-
 man/sqs.Rd                 |   23 ++++++++-
 man/swf.Rd                 |   23 ++++++++-
 21 files changed, 672 insertions(+), 235 deletions(-)

More information about paws.application.integration at CRAN
Permanent link

Package paws.analytics updated to version 0.1.5 with previous version 0.1.4 dated 2019-08-21

Title: Amazon Web Services Analytics APIs
Description: Interface to Amazon Web Services analytics APIs, including 'Elastic MapReduce' 'Hadoop' and 'Spark' big data service, 'Elasticsearch' search engine, and more <https://aws.amazon.com/>.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.analytics versions 0.1.4 dated 2019-08-21 and 0.1.5 dated 2019-10-19

 DESCRIPTION                         |   12 -
 MD5                                 |   88 ++++-----
 NAMESPACE                           |    2 
 R/athena_operations.R               |   59 ++++--
 R/athena_service.R                  |   34 +++
 R/cloudsearch_operations.R          |   74 +++++---
 R/cloudsearch_service.R             |   34 +++
 R/cloudsearchdomain_operations.R    |   11 -
 R/cloudsearchdomain_service.R       |   34 +++
 R/datapipeline_operations.R         |   59 ++++--
 R/datapipeline_service.R            |   34 +++
 R/elasticsearchservice_operations.R |   71 +++++--
 R/elasticsearchservice_service.R    |   34 +++
 R/emr_operations.R                  |   83 ++++++---
 R/emr_service.R                     |   34 +++
 R/firehose_operations.R             |   38 ++--
 R/firehose_service.R                |   34 +++
 R/glue_operations.R                 |  329 +++++++++++++++++++++++-------------
 R/glue_service.R                    |   34 +++
 R/kafka_operations.R                |   56 ++++--
 R/kafka_service.R                   |   34 +++
 R/kinesis_operations.R              |   83 ++++++---
 R/kinesis_service.R                 |   34 +++
 R/kinesisanalytics_operations.R     |   62 ++++--
 R/kinesisanalytics_service.R        |   34 +++
 R/kinesisanalyticsv2_operations.R   |   74 +++++---
 R/kinesisanalyticsv2_service.R      |   34 +++
 R/mturk_operations.R                |  119 ++++++++-----
 R/mturk_service.R                   |   34 +++
 R/quicksight_operations.R           |   50 +++--
 R/quicksight_service.R              |   34 +++
 man/athena.Rd                       |   23 ++
 man/cloudsearch.Rd                  |   23 ++
 man/cloudsearchdomain.Rd            |   23 ++
 man/datapipeline.Rd                 |   23 ++
 man/elasticsearchservice.Rd         |   23 ++
 man/emr.Rd                          |   23 ++
 man/firehose.Rd                     |   23 ++
 man/glue.Rd                         |   23 ++
 man/kafka.Rd                        |   23 ++
 man/kinesis.Rd                      |   23 ++
 man/kinesisanalytics.Rd             |   23 ++
 man/kinesisanalyticsv2.Rd           |   23 ++
 man/mturk.Rd                        |   23 ++
 man/quicksight.Rd                   |   23 ++
 45 files changed, 1540 insertions(+), 528 deletions(-)

More information about paws.analytics at CRAN
Permanent link

Package utile.tools updated to version 0.2.2 with previous version 0.2.1 dated 2019-09-19

Title: Summarize Data for Publication
Description: A variety of tools for preparing and summarizing data for publication purposes. Function verbs include 'tabulate' for creating usable tabulated data from models, 'paste' for generating human-readable statistics from a variety of summarizable data types, 'calc' for reliably calculating differences between data points, and 'test' for conducting simple statistical tests which return human-readable results.
Author: Eric Finnesgard [aut, cre]
Maintainer: Eric Finnesgard <finnesgard.eric@mayo.edu>

Diff between utile.tools versions 0.2.1 dated 2019-09-19 and 0.2.2 dated 2019-10-19

 DESCRIPTION                 |    8 ++++--
 MD5                         |   23 +++++++++++--------
 NAMESPACE                   |    2 +
 NEWS.md                     |   10 ++++++--
 R/calc.R                    |   52 ++++++++++++++++++++++++++++++++++----------
 R/chunk.R                   |only
 R/paste.R                   |   16 +++++++------
 R/tabulate.R                |   14 +++++------
 R/utils.R                   |   24 +++++++++++++-------
 README.md                   |    4 +++
 man/calc_chunks.Rd          |only
 man/chunk_data_.Rd          |only
 man/paste_freq.Rd           |    8 +++---
 man/tabulate_model.coxph.Rd |   14 +++++------
 14 files changed, 116 insertions(+), 59 deletions(-)

More information about utile.tools at CRAN
Permanent link

Package utile.tables updated to version 0.1.7 with previous version 0.1.6 dated 2019-09-19

Title: Build Tables for Publication
Description: A collection of functions to make building customized ready-to-export tables for publication purposes easier or expedite summarization of a large dataset for review. Includes methods for automatically building a table from data or building the table row-by-row. Key functions include build_row() & build_table() for summarizing columns of data overall or by stratum with appropriate testing and build_event_row() & build_event_table() for creating tables that summarize time-to-event model (Cox Parametric Hazard) parameters, supporting both univariate and multivariate methods.
Author: Eric Finnesgard [aut, cre], Jennifer Grauberger [aut]
Maintainer: Eric Finnesgard <finnesgard.eric@mayo.edu>

Diff between utile.tables versions 0.1.6 dated 2019-09-19 and 0.1.7 dated 2019-10-19

 utile.tables-0.1.6/utile.tables/tests               |only
 utile.tables-0.1.7/utile.tables/DESCRIPTION         |    9 +++++----
 utile.tables-0.1.7/utile.tables/MD5                 |   10 ++++------
 utile.tables-0.1.7/utile.tables/NEWS.md             |    4 ++++
 utile.tables-0.1.7/utile.tables/R/build_event_row.R |   11 +++++++++--
 utile.tables-0.1.7/utile.tables/R/utils.R           |   14 ++++++++++----
 6 files changed, 32 insertions(+), 16 deletions(-)

More information about utile.tables at CRAN
Permanent link

Package RWekajars updated to version 3.9.3-2 with previous version 3.9.3-1 dated 2018-09-10

Title: R/Weka Interface Jars
Description: External jars required for package 'RWeka'.
Author: Kurt Hornik [aut, cre] (<https://orcid.org/0000-0003-4198-9911>), University of Waikato [ctb, cph] (Weka Java library)
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between RWekajars versions 3.9.3-1 dated 2018-09-10 and 3.9.3-2 dated 2019-10-19

 DESCRIPTION |    6 +++---
 MD5         |    4 ++--
 configure   |    3 ++-
 3 files changed, 7 insertions(+), 6 deletions(-)

More information about RWekajars at CRAN
Permanent link

Package RWeka updated to version 0.4-41 with previous version 0.4-40 dated 2019-02-26

Title: R/Weka Interface
Description: An R interface to Weka (Version 3.9.3). Weka is a collection of machine learning algorithms for data mining tasks written in Java, containing tools for data pre-processing, classification, regression, clustering, association rules, and visualization. Package 'RWeka' contains the interface code, the Weka jar is in a separate package 'RWekajars'. For more information on Weka see <http://www.cs.waikato.ac.nz/ml/weka/>.
Author: Kurt Hornik [aut, cre] (<https://orcid.org/0000-0003-4198-9911>), Christian Buchta [ctb], Torsten Hothorn [ctb], Alexandros Karatzoglou [ctb], David Meyer [ctb], Achim Zeileis [ctb] (<https://orcid.org/0000-0003-0918-3766>)
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between RWeka versions 0.4-40 dated 2019-02-26 and 0.4-41 dated 2019-10-19

 CHANGELOG                     |    4 ++++
 DESCRIPTION                   |    6 +++---
 MD5                           |   14 +++++++-------
 build/vignette.rds            |binary
 configure                     |    3 ++-
 inst/doc/RWeka.pdf            |binary
 tests/data_exchange.R         |    7 ++++---
 tests/data_exchange.Rout.save |   13 ++++++-------
 8 files changed, 26 insertions(+), 21 deletions(-)

More information about RWeka at CRAN
Permanent link

Package RKEAjars updated to version 5.0-4 with previous version 5.0-3 dated 2017-11-12

Title: R/KEA Interface Jars
Description: External jars required for package RKEA.
Author: Kurt Hornik [aut, cre] (<https://orcid.org/0000-0003-4198-9911>), Eibe Frank [ctb, cph] (KEA Java library), Olena Medelyan [ctb, cph] (KEA Java library), The Apache Software Foundation [ctb, cph] (Apache Commons Logging and Apache Jena Java libraries), International Business Machines Corporation and others [ctb, cph] (International Components for Unicode for Java (ICU4J)), Martin Porter [ctb, cph] (Snowball base), Richard Boulton [ctb, cph] (Snowball Java library), University of Waikato [ctb, cph] (Weka Java library)
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between RKEAjars versions 5.0-3 dated 2017-11-12 and 5.0-4 dated 2019-10-19

 DESCRIPTION |    6 +++---
 MD5         |    4 ++--
 configure   |    3 ++-
 3 files changed, 7 insertions(+), 6 deletions(-)

More information about RKEAjars at CRAN
Permanent link

Package matrixTests updated to version 0.1.7 with previous version 0.1.6 dated 2019-09-19

Title: Fast Statistical Hypothesis Tests on Rows and Columns of Matrices
Description: Functions to perform fast statistical hypothesis tests on rows/columns of matrices. The main goals are: 1) speed via vectorization, 2) output that is detailed and easy to use, 3) compatibility with tests implemented in R (like those available in the 'stats' package).
Author: Karolis Koncevičius [aut, cre]
Maintainer: Karolis Koncevičius <karolis.koncevicius@gmail.com>

Diff between matrixTests versions 0.1.6 dated 2019-09-19 and 0.1.7 dated 2019-10-19

 DESCRIPTION                                      |    8 +--
 MD5                                              |   23 ++++++----
 NAMESPACE                                        |    2 
 NEWS                                             |    7 +++
 R/cosinor.R                                      |only
 R/utils.tests.R                                  |   49 +++++++++++++++++++++++
 man/cosinor.Rd                                   |only
 tests/testthat/test-col-versions.R               |    8 +++
 tests/testthat/test-correct-cosinor.R            |only
 tests/testthat/test-correct-levene.R             |   18 ++++----
 tests/testthat/test-parameters-main-errors.R     |   49 ++++++++++++++++++++++-
 tests/testthat/test-parameters-optional-errors.R |   47 ++++++++++++++++++++++
 tests/testthat/test-parameters-special-cases.R   |   10 ++++
 tests/testthat/test-result-rownames.R            |   17 ++++++-
 14 files changed, 209 insertions(+), 29 deletions(-)

More information about matrixTests at CRAN
Permanent link

Package bimets updated to version 1.4.2 with previous version 1.4.1 dated 2019-09-03

Title: Time Series and Econometric Modeling
Description: Time series analysis, (dis)aggregation and manipulation, e.g. time series extension, merge, projection, lag, lead, delta, moving and cumulative average and product, selection by index, date and year-period, conversion to daily, monthly, quarterly, (semi)annually. Simultaneous equation models definition, estimation, simulation and forecasting with coefficient restrictions, error autocorrelation, exogenization, add-factors, impact and interim multipliers analysis, conditional equation evaluation, endogenous targeting and model renormalization.
Author: Andrea Luciani [aut, cre], Roberto Stok [aut], Bank of Italy [cph]
Maintainer: Andrea Luciani <andrea.luciani@bancaditalia.it>

Diff between bimets versions 1.4.1 dated 2019-09-03 and 1.4.2 dated 2019-10-19

 bimets-1.4.1/bimets/inst/Licence.pdf                        |only
 bimets-1.4.2/bimets/DESCRIPTION                             |   10 
 bimets-1.4.2/bimets/MD5                                     |   82 -
 bimets-1.4.2/bimets/NEWS.md                                 |    6 
 bimets-1.4.2/bimets/R/bimets_model_functions.R              |   36 
 bimets-1.4.2/bimets/R/bimets_ts_functions.R                 |   39 
 bimets-1.4.2/bimets/README.md                               |    2 
 bimets-1.4.2/bimets/build/vignette.rds                      |binary
 bimets-1.4.2/bimets/data/bimets_12F_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_12L_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_12_D2YP__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_1F_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_1L_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_1_D2YP__.RData              |binary
 bimets-1.4.2/bimets/data/bimets_24F_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_24L_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_24_D2YP__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_2F_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_2L_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_2_D2YP__.RData              |binary
 bimets-1.4.2/bimets/data/bimets_366_D2YP__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_366_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_36F_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_36L_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_36_D2YP__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_3F_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_3L_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_3_D2YP__.RData              |binary
 bimets-1.4.2/bimets/data/bimets_4F_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_4L_YP2D__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_4_D2YP__.RData              |binary
 bimets-1.4.2/bimets/data/bimets_53F_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_53L_YP2D__.RData            |binary
 bimets-1.4.2/bimets/data/bimets_53_D2YP__.RData             |binary
 bimets-1.4.2/bimets/data/bimets_static_TD90__.RData         |binary
 bimets-1.4.2/bimets/data/bimets_static_startYear___.RData   |binary
 bimets-1.4.2/bimets/data/bimets_static_totalLength___.RData |binary
 bimets-1.4.2/bimets/inst/License_GPL-3.txt                  |only
 bimets-1.4.2/bimets/inst/doc/bimets.R                       |  978 ++++++------
 bimets-1.4.2/bimets/inst/doc/bimets.Rnw                     |    1 
 bimets-1.4.2/bimets/inst/doc/bimets.pdf                     |binary
 bimets-1.4.2/bimets/man/bimets-package.Rd                   |    2 
 bimets-1.4.2/bimets/vignettes/bimets.Rnw                    |    1 
 43 files changed, 576 insertions(+), 581 deletions(-)

More information about bimets at CRAN
Permanent link

Package zscorer updated to version 0.3.1 with previous version 0.3.0 dated 2019-09-28

Title: Child Anthropometry z-Score Calculator
Description: A tool for calculating z-scores and centiles for weight-for-age, length/height-for-age, weight-for-length/height, BMI-for-age, head circumference-for-age, age circumference-for-age, subscapular skinfold-for-age, triceps skinfold-for-age based on the WHO Child Growth Standards.
Author: Mark Myatt [aut, cph] (<https://orcid.org/0000-0003-1119-1474>), Ernest Guevarra [aut, cre] (<https://orcid.org/0000-0002-4887-4415>)
Maintainer: Ernest Guevarra <ernestgmd@gmail.com>

Diff between zscorer versions 0.3.0 dated 2019-09-28 and 0.3.1 dated 2019-10-19

 DESCRIPTION                          |   15 -
 MD5                                  |   63 +++--
 NEWS.md                              |   14 +
 R/addWGSR.R                          |   57 +++-
 R/sysdata.rda                        |binary
 R/zscorer.R                          |   31 ++
 README.md                            |  107 ++++++--
 build/vignette.rds                   |binary
 data/anthro1.rda                     |binary
 data/anthro2.rda                     |binary
 data/anthro3.rda                     |binary
 data/anthro4.rda                     |only
 inst/doc/anthropometry.html          |    4 
 inst/doc/calculate_zscore.R          |   72 -----
 inst/doc/calculate_zscore.Rmd        |  108 --------
 inst/doc/calculate_zscore.html       |  148 -----------
 inst/doc/legacy_functions.R          |only
 inst/doc/legacy_functions.Rmd        |only
 inst/doc/legacy_functions.html       |only
 inst/doc/using-shiny-app.R           |only
 inst/doc/using-shiny-app.Rmd         |only
 inst/doc/using-shiny-app.html        |only
 inst/zscorer/server.R                |  432 +++++++++++++----------------------
 inst/zscorer/ui.R                    |  246 ++++++++++++-------
 man/addWGSR.Rd                       |   12 
 man/anthro4.Rd                       |only
 man/figures/cohort.png               |only
 man/figures/cohortResults.png        |only
 man/figures/cohortSidebar.png        |only
 man/figures/sidebarCohortOptions.png |only
 man/figures/sidebarSingleInput.png   |only
 man/figures/single.png               |only
 man/figures/singleResults.png        |only
 man/figures/singleSidebar.png        |only
 man/figures/zscorerApp.png           |only
 man/getWGSR.Rd                       |   21 +
 man/zscorer.Rd                       |    9 
 tests/testthat/test_getWGS.R         |   21 +
 tests/testthat/test_getWGSR.R        |   10 
 vignettes/calculate_zscore.Rmd       |  108 --------
 vignettes/legacy_functions.Rmd       |only
 vignettes/using-shiny-app.Rmd        |only
 42 files changed, 614 insertions(+), 864 deletions(-)

More information about zscorer at CRAN
Permanent link

Package tm.plugin.lexisnexis updated to version 1.4.1 with previous version 1.4.0 dated 2018-06-05

Title: Import Articles from 'LexisNexis' Using the 'tm' Text Mining Framework
Description: Provides a 'tm' Source to create corpora from articles exported from the 'LexisNexis' content provider as HTML files. It is able to read both text content and meta-data information (including source, date, title, author and pages). Note that the file format is highly unstable: there is no warranty that this package will work for your corpus, and you may have to adjust the code to adapt it to your particular format.
Author: Milan Bouchet-Valat [aut, cre], Tom Nicholls [ctb]
Maintainer: Milan Bouchet-Valat <nalimilan@club.fr>

Diff between tm.plugin.lexisnexis versions 1.4.0 dated 2018-06-05 and 1.4.1 dated 2019-10-19

 DESCRIPTION                                     |   18 +++++++++++-------
 MD5                                             |   11 ++++++-----
 NEWS                                            |    4 ++++
 R/LexisNexisSource.R                            |   10 ++++++++++
 R/readLexisNexisHTML.R                          |    8 +++++++-
 inst/texts/lexisnexis_test_copyright_error.html |only
 tests/import.R                                  |   10 ++++++++++
 7 files changed, 48 insertions(+), 13 deletions(-)

More information about tm.plugin.lexisnexis at CRAN
Permanent link

Package tm.plugin.factiva updated to version 1.8 with previous version 1.7 dated 2017-11-20

Title: Import Articles from 'Factiva' Using the 'tm' Text Mining Framework
Description: Provides a 'tm' Source to create corpora from articles exported from the Dow Jones 'Factiva' content provider as XML or HTML files. It is able to read both text content and meta-data information (including source, date, title, author, subject, geographical coverage, company, industry, and various provider-specific fields).
Author: Milan Bouchet-Valat [aut, cre], Grigorij Ljubownikow [ctb], Juliane Krueger [ctb], Tom Nicholls [ctb]
Maintainer: Milan Bouchet-Valat <nalimilan@club.fr>

Diff between tm.plugin.factiva versions 1.7 dated 2017-11-20 and 1.8 dated 2019-10-19

 DESCRIPTION                  |   18 +++++++++++++-----
 MD5                          |   14 +++++++-------
 NEWS                         |    6 ++++++
 R/readFactivaHTML.R          |   13 +++----------
 R/readFactivaXML.R           |   13 +++++++++----
 inst/texts/factiva_test.html |    2 +-
 inst/texts/factiva_test.xml  |    4 +++-
 man/FactivaSource.Rd         |    1 +
 8 files changed, 43 insertions(+), 28 deletions(-)

More information about tm.plugin.factiva at CRAN
Permanent link

Package RcppThread updated to version 0.5.4 with previous version 0.5.3 dated 2018-11-23

Title: R-Friendly Threading in C++
Description: Provides a C++11-style thread class and thread pool that can safely be interrupted from R.
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <mail@tnagler.com>

Diff between RcppThread versions 0.5.3 dated 2018-11-23 and 0.5.4 dated 2019-10-19

 DESCRIPTION                            |   10 +++++-----
 MD5                                    |    8 ++++----
 NEWS.md                                |    6 ++++++
 build/vignette.rds                     |binary
 inst/include/RcppThread/ThreadPool.hpp |    6 +++---
 5 files changed, 18 insertions(+), 12 deletions(-)

More information about RcppThread at CRAN
Permanent link

Package plinkQC updated to version 0.3.0 with previous version 0.2.3 dated 2019-09-25

Title: Genotype Quality Control with 'PLINK'
Description: Genotyping arrays enable the direct measurement of an individuals genotype at thousands of markers. 'plinkQC' facilitates genotype quality control for genetic association studies as described by Anderson and colleagues (2010) <doi:10.1038/nprot.2010.116>. It makes 'PLINK' basic statistics (e.g. missing genotyping rates per individual, allele frequencies per genetic marker) and relationship functions accessible from 'R' and generates a per-individual and per-marker quality control report. Individuals and markers that fail the quality control can subsequently be removed to generate a new, clean dataset. Removal of individuals based on relationship status is optimised to retain as many individuals as possible in the study.
Author: Hannah Meyer [aut, cre] (<https://orcid.org/0000-0003-4564-0899>)
Maintainer: Hannah Meyer <hannah.v.meyer@gmail.com>

Diff between plinkQC versions 0.2.3 dated 2019-09-25 and 0.3.0 dated 2019-10-19

 DESCRIPTION                |   13 ++++++-------
 MD5                        |   14 +++++++-------
 NEWS.md                    |    8 +++++++-
 README.md                  |   24 ++++++++++++++++--------
 inst/doc/AncestryCheck.pdf |binary
 inst/doc/Genomes1000.pdf   |binary
 inst/doc/HapMap.pdf        |binary
 inst/doc/plinkQC.pdf       |binary
 8 files changed, 36 insertions(+), 23 deletions(-)

More information about plinkQC at CRAN
Permanent link

Package paws.common updated to version 0.2.4 with previous version 0.2.3 dated 2019-10-15

Title: Paws Low-Level Amazon Web Services API
Description: Functions for making low-level API requests to Amazon Web Services <https://aws.amazon.com>. The functions handle building, signing, and sending requests, and receiving responses. They are designed to help build higher-level interfaces to individual services, such as Simple Storage Service (S3).
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws.common versions 0.2.3 dated 2019-10-15 and 0.2.4 dated 2019-10-19

 DESCRIPTION                         |    6 +-
 MD5                                 |   40 +++++++------
 NAMESPACE                           |    2 
 NEWS.md                             |    5 +
 R/client.R                          |   12 +++-
 R/config.R                          |  106 +++++++++++++++++++++++++++++++-----
 R/credentials.R                     |   23 ++++++-
 R/service.R                         |    7 +-
 R/signer_v4.R                       |    5 +
 R/struct.R                          |    5 +
 R/tags.R                            |   21 +++++++
 R/util.R                            |   17 +++++
 man/get_config.Rd                   |only
 man/new_service.Rd                  |    4 +
 man/set_config.Rd                   |only
 tests/testthat/test_client.R        |   52 +++++++++++++++++
 tests/testthat/test_config.R        |only
 tests/testthat/test_credentials.R   |only
 tests/testthat/test_handlers_rest.R |    3 +
 tests/testthat/test_service.R       |   59 +++++++++++++++++++-
 tests/testthat/test_signer_v4.R     |    2 
 tests/testthat/test_struct.R        |   10 +++
 tests/testthat/test_util.R          |   15 +++++
 23 files changed, 346 insertions(+), 48 deletions(-)

More information about paws.common at CRAN
Permanent link

Package BMA updated to version 3.18.10 with previous version 3.18.9 dated 2018-09-14

Title: Bayesian Model Averaging
Description: Package for Bayesian model averaging and variable selection for linear models, generalized linear models and survival models (cox regression).
Author: Adrian Raftery <raftery@uw.edu>, Jennifer Hoeting, Chris Volinsky, Ian Painter, Ka Yee Yeung
Maintainer: Hana Sevcikova <hanas@uw.edu>

Diff between BMA versions 3.18.9 dated 2018-09-14 and 3.18.10 dated 2019-10-19

 ChangeLog    |    6 
 DESCRIPTION  |    8 
 MD5          |    6 
 R/bic.surv.R | 1718 +++++++++++++++++++++++++++++------------------------------
 4 files changed, 871 insertions(+), 867 deletions(-)

More information about BMA at CRAN
Permanent link

Package openblender updated to version 0.2.2 with previous version 0.2.0 dated 2019-09-03

Title: Request <https://openblender.io> API Services
Description: Interface to make HTTP requests to 'OpenBlender' API services. Go to <https://openblender.io> for more information.
Author: Open Blender Inc. [cph], Daniel V. Pinacho [aut, cre]
Maintainer: Daniel V. Pinacho <danielvpinacho@gmail.com>

Diff between openblender versions 0.2.0 dated 2019-09-03 and 0.2.2 dated 2019-10-19

 DESCRIPTION          |    6 ++---
 MD5                  |    6 ++---
 R/get_observations.R |   57 ++++++++++++++++++++++++++++-----------------------
 tests/testthat.R     |   34 +++++++++++++++++-------------
 4 files changed, 57 insertions(+), 46 deletions(-)

More information about openblender at CRAN
Permanent link

Package CorBin updated to version 0.3.3 with previous version 0.3.1 dated 2019-08-08

Title: Generate High-Dimensional Binary Data with Correlation Structures
Description: We design algorithms with linear time complexity with respect to the dimension for three commonly studied correlation structures, including exchangeable, decaying-product and K-dependent correlation structures, and extend the algorithms to generate binary data of general non-negative correlation matrices with quadratic time complexity. Jiang, W., Song, S., Hou, L. and Zhao, H. "A set of efficient methods to generate high-dimensional binary data with correlation structures." Submitted.
Author: Shuang Song [aut, cre], Wei Jiang [aut], Lin Hou [aut] and Hongyu Zhao [aut]
Maintainer: Shuang Song <song-s19@mails.tsinghua.edu.cn>

Diff between CorBin versions 0.3.1 dated 2019-08-08 and 0.3.3 dated 2019-10-19

 DESCRIPTION  |    8 ++++----
 MD5          |    6 +++---
 R/cBern.R    |    4 +---
 man/cBern.Rd |    4 +---
 4 files changed, 9 insertions(+), 13 deletions(-)

More information about CorBin at CRAN
Permanent link


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