Sun, 28 Jul 2019

Package JointNets updated to version 2.0.0 with previous version 1.0.0 dated 2018-12-25

Title: End-to-End Sparse Gaussian Graphical Model Simulation, Estimation, Visualization, Evaluation and Application
Description: An end-to-end package for sparse Gaussian graphical models. It is able to simulate multiple related graphs as well as produce samples drawn from them. Multiple state-of-the-art sparse Gaussian graphical model estimators are included to both multiple and difference estimation. Graph visualization is available in 2D as well as 3D, designed specifically for brain. Moreover, a set of evaluation metrics are integrated for easy exploration with model validity. Finally, classification using graphical model is achieved with Quadratic Discriminant Analysis. The package comes with multiple demos with datasets from various fields. Methods references: SIMULE (Wang B et al. (2017) <doi:10.1007/s10994-017-5635-7>), WSIMULE (Singh C et al. (2017) <arXiv:1709.04090v2>), DIFFEE (Wang B et al. (2018) <arXiv:1710.11223>), JEEK (Wang B et al. (2018) <arXiv:1806.00548>), JGL(Danaher P et al. (2012) <arXiv:1111.0324>) and kdiffnet (Sekhon A et al, under review for publication).
Author: Beilun Wang [aut], Yanjun Qi [aut], Zhaoyang Wang [aut], Arshdeep Sekhon [aut, cre]
Maintainer: Arshdeep Sekhon <as5cu@virginia.edu>

Diff between JointNets versions 1.0.0 dated 2018-12-25 and 2.0.0 dated 2019-07-28

 JointNets-1.0.0/JointNets/R/diffeek.R                    |only
 JointNets-1.0.0/JointNets/R/fasjem.R                     |only
 JointNets-1.0.0/JointNets/R/plotbrain.R                  |only
 JointNets-1.0.0/JointNets/demo/diffeek.R                 |only
 JointNets-1.0.0/JointNets/demo/fasjem.R                  |only
 JointNets-1.0.0/JointNets/man/F1.diffeek.Rd              |only
 JointNets-1.0.0/JointNets/man/F1.fasjem.Rd               |only
 JointNets-1.0.0/JointNets/man/diffeek.Rd                 |only
 JointNets-1.0.0/JointNets/man/fasjem.Rd                  |only
 JointNets-1.0.0/JointNets/man/plot.diffeek.Rd            |only
 JointNets-1.0.0/JointNets/man/plot.fasjem.Rd             |only
 JointNets-1.0.0/JointNets/man/plotbrain.Rd               |only
 JointNets-1.0.0/JointNets/man/plotbrain.diffee.Rd        |only
 JointNets-1.0.0/JointNets/man/plotbrain.diffeek.Rd       |only
 JointNets-1.0.0/JointNets/man/plotbrain.fasjem.Rd        |only
 JointNets-1.0.0/JointNets/man/plotbrain.jeek.Rd          |only
 JointNets-1.0.0/JointNets/man/plotbrain.simule.Rd        |only
 JointNets-1.0.0/JointNets/man/plotbrain.wsimule.Rd       |only
 JointNets-1.0.0/JointNets/man/plotbrain_joint.Rd         |only
 JointNets-1.0.0/JointNets/man/returngraph.diffeek.Rd     |only
 JointNets-1.0.0/JointNets/man/returngraph.fasjem.Rd      |only
 JointNets-2.0.0/JointNets/DESCRIPTION                    |   23 
 JointNets-2.0.0/JointNets/MD5                            |  176 +-
 JointNets-2.0.0/JointNets/NAMESPACE                      |  153 +-
 JointNets-2.0.0/JointNets/R/AUC.R                        |  331 ++--
 JointNets-2.0.0/JointNets/R/BIC.R                        |   85 -
 JointNets-2.0.0/JointNets/R/Data.R                       |  244 +--
 JointNets-2.0.0/JointNets/R/F1.R                         |  405 ++---
 JointNets-2.0.0/JointNets/R/QDA.R                        |only
 JointNets-2.0.0/JointNets/R/add_name_to_out.R            |   40 
 JointNets-2.0.0/JointNets/R/compute_cov.R                |only
 JointNets-2.0.0/JointNets/R/diffee.R                     |  277 +---
 JointNets-2.0.0/JointNets/R/dimension_reduce.R           |only
 JointNets-2.0.0/JointNets/R/intertwined.R                |only
 JointNets-2.0.0/JointNets/R/jeek.R                       |  403 ++---
 JointNets-2.0.0/JointNets/R/jgl.R                        |only
 JointNets-2.0.0/JointNets/R/kdiffnet.R                   |only
 JointNets-2.0.0/JointNets/R/make_adj_matrix.R            |   55 
 JointNets-2.0.0/JointNets/R/make_title.R                 |  393 ++---
 JointNets-2.0.0/JointNets/R/plot.R                       | 1018 +++++++--------
 JointNets-2.0.0/JointNets/R/plot_brain.R                 |only
 JointNets-2.0.0/JointNets/R/plot_gui.R                   |  153 +-
 JointNets-2.0.0/JointNets/R/returngraph.R                |  836 ++++++------
 JointNets-2.0.0/JointNets/R/simulation.R                 |  245 +--
 JointNets-2.0.0/JointNets/R/simule.R                     |  435 +++---
 JointNets-2.0.0/JointNets/R/train_valid_test_split.R     |only
 JointNets-2.0.0/JointNets/R/wsimule.R                    |  445 +++---
 JointNets-2.0.0/JointNets/README.md                      |only
 JointNets-2.0.0/JointNets/build/partial.rdb              |binary
 JointNets-2.0.0/JointNets/data/datalist                  |   12 
 JointNets-2.0.0/JointNets/demo/00Index                   |   20 
 JointNets-2.0.0/JointNets/demo/brain.R                   |   38 
 JointNets-2.0.0/JointNets/demo/classification.R          |only
 JointNets-2.0.0/JointNets/demo/diffee.R                  |  196 +-
 JointNets-2.0.0/JointNets/demo/end_to_end.R              |only
 JointNets-2.0.0/JointNets/demo/evaluation.R              |  256 +--
 JointNets-2.0.0/JointNets/demo/jeek.R                    |  534 +++----
 JointNets-2.0.0/JointNets/demo/jgl.R                     |only
 JointNets-2.0.0/JointNets/demo/kdiffnet.R                |only
 JointNets-2.0.0/JointNets/demo/microarray.R              |only
 JointNets-2.0.0/JointNets/demo/simule.R                  |  510 +++----
 JointNets-2.0.0/JointNets/demo/wsimule.R                 |  487 +++----
 JointNets-2.0.0/JointNets/man/ABIDE_aal116_timeseries.Rd |   42 
 JointNets-2.0.0/JointNets/man/AUC.Rd                     |   70 -
 JointNets-2.0.0/JointNets/man/BIC.Rd                     |   62 
 JointNets-2.0.0/JointNets/man/F1.Rd                      |   62 
 JointNets-2.0.0/JointNets/man/F1.diffee.Rd               |   52 
 JointNets-2.0.0/JointNets/man/F1.jeek.Rd                 |   50 
 JointNets-2.0.0/JointNets/man/F1.kdiffnet.Rd             |only
 JointNets-2.0.0/JointNets/man/F1.simule.Rd               |   50 
 JointNets-2.0.0/JointNets/man/F1.wsimule.Rd              |   52 
 JointNets-2.0.0/JointNets/man/QDA_eval.Rd                |only
 JointNets-2.0.0/JointNets/man/aal116coordinates.Rd       |   40 
 JointNets-2.0.0/JointNets/man/add_name_to_out.Rd         |   46 
 JointNets-2.0.0/JointNets/man/cancer.Rd                  |   74 -
 JointNets-2.0.0/JointNets/man/compute_cov.Rd             |only
 JointNets-2.0.0/JointNets/man/diffee.Rd                  |  163 +-
 JointNets-2.0.0/JointNets/man/dimension_reduce.Rd        |only
 JointNets-2.0.0/JointNets/man/exampleData.Rd             |   48 
 JointNets-2.0.0/JointNets/man/exampleDataGraph.Rd        |   32 
 JointNets-2.0.0/JointNets/man/generateSampleList.Rd      |   44 
 JointNets-2.0.0/JointNets/man/generateSamples.Rd         |   38 
 JointNets-2.0.0/JointNets/man/jeek.Rd                    |  177 +-
 JointNets-2.0.0/JointNets/man/jgl.Rd                     |only
 JointNets-2.0.0/JointNets/man/jointplot.Rd               |  108 -
 JointNets-2.0.0/JointNets/man/kdiffnet.Rd                |only
 JointNets-2.0.0/JointNets/man/nip_37_data.Rd             |   42 
 JointNets-2.0.0/JointNets/man/plot.diffee.Rd             |   94 -
 JointNets-2.0.0/JointNets/man/plot.jeek.Rd               |  140 +-
 JointNets-2.0.0/JointNets/man/plot.jgl.Rd                |only
 JointNets-2.0.0/JointNets/man/plot.kdiffnet.Rd           |only
 JointNets-2.0.0/JointNets/man/plot.simulation.Rd         |  140 +-
 JointNets-2.0.0/JointNets/man/plot.simule.Rd             |  140 +-
 JointNets-2.0.0/JointNets/man/plot.wsimule.Rd            |  142 +-
 JointNets-2.0.0/JointNets/man/plot_brain.Rd              |only
 JointNets-2.0.0/JointNets/man/plot_brain.diffee.Rd       |only
 JointNets-2.0.0/JointNets/man/plot_brain.jeek.Rd         |only
 JointNets-2.0.0/JointNets/man/plot_brain.jgl.Rd          |only
 JointNets-2.0.0/JointNets/man/plot_brain.kdiffnet.Rd     |only
 JointNets-2.0.0/JointNets/man/plot_brain.simule.Rd       |only
 JointNets-2.0.0/JointNets/man/plot_brain.wsimule.Rd      |only
 JointNets-2.0.0/JointNets/man/plot_brain_joint.Rd        |only
 JointNets-2.0.0/JointNets/man/plot_gui.Rd                |   48 
 JointNets-2.0.0/JointNets/man/returngraph.Rd             |   66 
 JointNets-2.0.0/JointNets/man/returngraph.diffee.Rd      |   96 -
 JointNets-2.0.0/JointNets/man/returngraph.jeek.Rd        |  124 -
 JointNets-2.0.0/JointNets/man/returngraph.jgl.Rd         |only
 JointNets-2.0.0/JointNets/man/returngraph.kdiffnet.Rd    |only
 JointNets-2.0.0/JointNets/man/returngraph.simulation.Rd  |  124 -
 JointNets-2.0.0/JointNets/man/returngraph.simule.Rd      |  124 -
 JointNets-2.0.0/JointNets/man/returngraph.wsimule.Rd     |  126 -
 JointNets-2.0.0/JointNets/man/simulateGraph.Rd           |   50 
 JointNets-2.0.0/JointNets/man/simulation.Rd              |   60 
 JointNets-2.0.0/JointNets/man/simule.Rd                  |  185 +-
 JointNets-2.0.0/JointNets/man/train_valid_test_split.Rd  |only
 JointNets-2.0.0/JointNets/man/wsimule.Rd                 |  199 +-
 116 files changed, 5393 insertions(+), 5487 deletions(-)

More information about JointNets at CRAN
Permanent link

Package ktsolve updated to version 1.2 with previous version 1.1.1 dated 2019-02-11

Title: Configurable Function for Solving Families of Nonlinear Equations
Description: This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The user selects "fixed" values for enough unknowns to leave as many variables as there are equations, which in most cases means the system is properly defined and a unique solution exists. The function, the fixed values and initial values for the remaining unknowns are fed to a nonlinear backsolver. The original version of "TK!Solver" , now a product of Universal Technical Systems (<https://www.uts.com>) was the inspiration for this function.
Author: Carl Witthoft
Maintainer: Carl Witthoft <carl@witthoft.com>

Diff between ktsolve versions 1.1.1 dated 2019-02-11 and 1.2 dated 2019-07-28

 ChangeLog              |    1 
 DESCRIPTION            |   10 ++--
 MD5                    |   10 ++--
 R/ktsolve.R            |  120 ++++++++++++++++++++++++++++++++++---------------
 man/ktsolve-package.Rd |    8 +--
 man/ktsolve.Rd         |   16 +++---
 6 files changed, 108 insertions(+), 57 deletions(-)

More information about ktsolve at CRAN
Permanent link

Package paws updated to version 0.1.3 with previous version 0.1.1 dated 2019-05-18

Title: Amazon Web Services Software Development Kit
Description: Interface to Amazon Web Services <https://aws.amazon.com>, including storage, database, and compute services, such as 'Simple Storage Service' ('S3'), 'DynamoDB' 'NoSQL' database, and 'Lambda' functions-as-a-service.
Author: David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>

Diff between paws versions 0.1.1 dated 2019-05-18 and 0.1.3 dated 2019-07-28

 DESCRIPTION                     |   16 
 MD5                             |  135 +--
 NAMESPACE                       |    7 
 R/paws.R                        | 1655 ++++++++++++++++++++++++++++------------
 man/acmpca.Rd                   |   59 -
 man/apigatewayv2.Rd             |    3 
 man/applicationinsights.Rd      |only
 man/appmesh.Rd                  |    8 
 man/autoscaling.Rd              |    2 
 man/clouddirectory.Rd           |    2 
 man/cloudformation.Rd           |    2 
 man/cloudfront.Rd               |    4 
 man/cloudwatch.Rd               |    5 
 man/cloudwatchevents.Rd         |   47 -
 man/cognitoidentityprovider.Rd  |    1 
 man/comprehend.Rd               |    5 
 man/configservice.Rd            |    5 
 man/costexplorer.Rd             |    3 
 man/directconnect.Rd            |   11 
 man/docdb.Rd                    |    4 
 man/dynamodb.Rd                 |   12 
 man/ec2.Rd                      |  110 +-
 man/ec2instanceconnect.Rd       |only
 man/ecs.Rd                      |   11 
 man/eks.Rd                      |   12 
 man/elasticache.Rd              |    4 
 man/elbv2.Rd                    |    6 
 man/eventbridge.Rd              |only
 man/glacier.Rd                  |   40 
 man/glue.Rd                     |   15 
 man/guardduty.Rd                |   20 
 man/health.Rd                   |    4 
 man/iam.Rd                      |   19 
 man/inspector.Rd                |    2 
 man/kafka.Rd                    |   18 
 man/kinesisanalytics.Rd         |   47 -
 man/kinesisanalyticsv2.Rd       |    9 
 man/kms.Rd                      |   40 
 man/lambda.Rd                   |    3 
 man/mq.Rd                       |    4 
 man/neptune.Rd                  |    4 
 man/opsworks.Rd                 |   10 
 man/opsworkscm.Rd               |    8 
 man/organizations.Rd            |   10 
 man/personalize.Rd              |only
 man/personalizeevents.Rd        |only
 man/personalizeruntime.Rd       |only
 man/pinpoint.Rd                 |  156 +--
 man/pinpointemail.Rd            |   31 
 man/quicksight.Rd               |    2 
 man/rds.Rd                      |    6 
 man/rdsdataservice.Rd           |   18 
 man/redshift.Rd                 |    6 
 man/resourcegroups.Rd           |    4 
 man/resourcegroupstaggingapi.Rd |  109 ++
 man/route53.Rd                  |    3 
 man/s3.Rd                       |    6 
 man/s3control.Rd                |   13 
 man/securityhub.Rd              |   86 +-
 man/servicecatalog.Rd           |    6 
 man/servicequotas.Rd            |only
 man/ses.Rd                      |    9 
 man/shield.Rd                   |    4 
 man/sns.Rd                      |   11 
 man/sqs.Rd                      |   13 
 man/ssm.Rd                      |   58 -
 man/storagegateway.Rd           |    4 
 man/sts.Rd                      |   83 +-
 man/swf.Rd                      |   10 
 man/textract.Rd                 |    8 
 man/waf.Rd                      |    3 
 man/wafregional.Rd              |    3 
 72 files changed, 2013 insertions(+), 1021 deletions(-)

More information about paws at CRAN
Permanent link

Package anytime updated to version 0.3.5 with previous version 0.3.4 dated 2019-06-18

Title: Anything to 'POSIXct' or 'Date' Converter
Description: Convert input in any one of character, integer, numeric, factor, or ordered type into 'POSIXct' (or 'Date') objects, using one of a number of predefined formats, and relying on Boost facilities for date and time parsing.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between anytime versions 0.3.4 dated 2019-06-18 and 0.3.5 dated 2019-07-28

 ChangeLog                         |  130 +++++++++++++++++++++++++
 DESCRIPTION                       |   12 +-
 MD5                               |   58 +++++------
 NAMESPACE                         |    3 
 R/anytime.R                       |   57 ++++++++---
 R/assertions.R                    |   19 +++
 R/formats.R                       |  150 ++++++++++++++++-------------
 R/init.R                          |    2 
 README.md                         |   20 ++-
 build/partial.rdb                 |binary
 build/vignette.rds                |binary
 inst/NEWS.Rd                      |   16 +++
 inst/doc/anytime-introduction.pdf |binary
 inst/tinytest/test_all_formats.R  |   14 +-
 inst/tinytest/test_assertions.R   |    4 
 inst/tinytest/test_bulk.R         |    8 +
 inst/tinytest/test_gh_issue_100.R |only
 inst/tinytest/test_gh_issue_5.R   |    2 
 inst/tinytest/test_gh_issue_56.R  |   17 +--
 inst/tinytest/test_gh_issue_84.R  |   34 +++---
 inst/tinytest/test_gh_issue_96.R  |only
 inst/tinytest/test_r_format.R     |   12 +-
 inst/tinytest/test_simple.R       |   18 +--
 inst/tinytest/test_utilities.R    |   10 -
 inst/tinytest/test_validate.R     |    2 
 man/anytime-package.Rd            |   24 ++--
 man/anytime.Rd                    |   42 ++++++--
 man/iso8601.Rd                    |    2 
 src/anytime.cpp                   |  194 ++++++--------------------------------
 tests/tinytest.R                  |    2 
 vignettes/anytime-intro.pdf       |binary
 31 files changed, 488 insertions(+), 364 deletions(-)

More information about anytime at CRAN
Permanent link

Package PSGExpress (with last version 3.1.3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2019-07-26 3.1.3

Permanent link
New package rsleep with initial version 1.0.1
Package: rsleep
Type: Package
Title: Analysis of Sleep Data
Version: 1.0.1
Author: Paul Bouchequet <paul.bouchequet@frenchkpi.com>
Maintainer: Paul Bouchequet <paul.bouchequet@frenchkpi.com>
Description: Provides users functions for sleep data management and analysis such as European Data Format (EDF) to Morpheo Data Format (MDF) conversion: P.Bouchequet, D.Jin, G.Solelhac, M.Chennaoui, D.Leger (2018) <doi:10.1016/j.msom.2018.01.130> "Morpheo Data Format (MDF), un nouveau format de donnees simple, robuste et performant pour stocker et analyser les enregistrements de sommeil". Provides hypnogram statistics computing and visualisation functions from the American Academy of Sleep Medicine (AASM) manual "The AASM Manual for the Scoring of Sleep and Associated Events" <https://aasm.org/clinical-resources/scoring-manual/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: edfReader, jsonlite, ggplot2, signal, phonTools
Suggests: testthat
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-26 11:26:16 UTC; paul
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2019-07-28 11:10:02 UTC

More information about rsleep at CRAN
Permanent link

New package metadynminer3d with initial version 0.0.1
Package: metadynminer3d
Type: Package
Title: Tools to Read, Analyze and Visualize Metadynamics 3D HILLS Files from 'Plumed'
Version: 0.0.1
Date: 2019-07-22
Authors@R: person("Vojtech", "Spiwok", email = "spiwokv@vscht.cz", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8108-2033"))
Depends: R (>= 3.3.0), metadynminer, rgl
LinkingTo: Rcpp
Description: Metadynamics is a state of the art biomolecular simulation technique. 'Plumed' Tribello, G.A. et al. (2014) <doi:10.1016/j.cpc.2013.09.018> program makes it possible to perform metadynamics using various simulation codes. The results of metadynamics done in 'Plumed' can be analyzed by 'metadynminer'. The package 'metadynminer' reads 1D and 2D metadynamics hills files from 'Plumed' package. As an addendum, 'metadynaminer3d' is used to visualize 3D hills. It uses a fast algorithm by Hosek, P. and Spiwok, V. (2016) <doi:10.1016/j.cpc.2015.08.037> to calculate a free energy surface from hills. Minima can be located and plotted on the free energy surface. Free energy surfaces and minima can be plotted to produce publication quality images.
LazyData: true
License: GPL-3
RoxygenNote: 6.1.0
Imports: Rcpp, misc3d
Suggests: testthat
URL: http://www.metadynamics.cz/metadynminer3d
NeedsCompilation: yes
Packaged: 2019-07-26 12:19:52 UTC; spiwokv
Author: Vojtech Spiwok [aut, cre] (<https://orcid.org/0000-0001-8108-2033>)
Maintainer: Vojtech Spiwok <spiwokv@vscht.cz>
Repository: CRAN
Date/Publication: 2019-07-28 11:10:04 UTC

More information about metadynminer3d at CRAN
Permanent link

New package longclust with initial version 1.2.3
Package: longclust
Type: Package
Title: Model-Based Clustering and Classification for Longitudinal Data
Version: 1.2.3
Date: 2019-07-23
Authors@R: c(person("Paul D.", "McNicholas", role = c("aut", "cre"), email = "mcnicholas@math.mcmaster.ca"), person("K. Raju", "Jampani", role = "aut", comment = "May to Dec 2012"), person("Sanjeena", "Subedi", role = "aut"))
Author: Paul D. McNicholas [aut, cre], K. Raju Jampani [aut] (May to Dec 2012), Sanjeena Subedi [aut]
Maintainer: Paul D. McNicholas <mcnicholas@math.mcmaster.ca>
Suggests: mvtnorm
Description: Clustering or classification of longitudinal data based on a mixture of multivariate t or Gaussian distributions with a Cholesky-decomposed covariance structure. Details in McNicholas and Murphy (2010) <doi:10.1002/cjs.10047> and McNicholas and Subedi (2012) <doi:10.1016/j.jspi.2011.11.026>.
License: GPL (>= 2)
LazyLoad: yes
Repository: CRAN
NeedsCompilation: yes
Packaged: 2019-07-26 11:57:55 UTC; paul
Date/Publication: 2019-07-28 11:10:06 UTC

More information about longclust at CRAN
Permanent link

New package IMAGE with initial version 1.0
Package: IMAGE
Title: Integrated Methylation QTL Mapping and Allele-Specific Analysis
Version: 1.0
Date: 2019-06-30
Authors@R: c( person(given = "Xiang", family = "Zhou", role = c("aut"), email = "xzhousph@umich.edu"), person(given = "Shiquan", family = "Sun", role = c("aut")), person(given = "Yue", family = "Fan", role = c("aut"), email = "yuef@umich.edu"), person(given = "Michael", family = "Kleinsasser", role = c("cre"), email = "mkleinsa@umich.edu"))
Description: Performs mQTL (methylation quantitative-trait locus) mapping in bisulfite sequencing studies by fitting a binomial mixed model and then incorporating the allelic-specific methylation pattern. Based on Fan, Yue; Vilgalys, Tauras P.; Sun, Shiquan; Peng, Qinke; Tung, Jenny; Zhou, Xiang (2019) <doi:10.1101/615039>.
License: GPL-2
Imports: Rcpp (>= 0.12.19), foreach, doParallel, parallel, Matrix
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/umich-biostatistics/IMAGE/issues
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-07-26 12:46:21 UTC; mkleinsa
Author: Xiang Zhou [aut], Shiquan Sun [aut], Yue Fan [aut], Michael Kleinsasser [cre]
Maintainer: Michael Kleinsasser <mkleinsa@umich.edu>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2019-07-28 11:10:08 UTC

More information about IMAGE at CRAN
Permanent link

New package rvkstat with initial version 2.6.2
Package: rvkstat
Type: Package
Title: Interface to API 'vk.com'
Version: 2.6.2
Date: 2019-07-26
Author: Alexey Seleznev
Maintainer: Alexey Seleznev <selesnow@gmail.com>
Description: Load data from vk.com api about your communiti users and views, ads performance, post on user wall and etc. For more detail see <https://vk.com/dev/first_guide>.
License: GPL-2
Depends: R (>= 3.5.0)
Imports: RCurl, jsonlite, httr, tidyr
Language: ru
Encoding: UTF-8
BugReports: https://github.com/selesnow/rvkstat/issues
URL: http://selesnow.github.io/rvkstat
NeedsCompilation: no
Packaged: 2019-07-26 11:04:02 UTC; Alsey
Repository: CRAN
Date/Publication: 2019-07-28 11:00:02 UTC

More information about rvkstat at CRAN
Permanent link

New package rnbp with initial version 0.1.0
Package: rnbp
Title: Wrapper for the National Bank of Poland API
Version: 0.1.0
Authors@R: person(given = "Ryszard", family = "Szymanski", role = c("aut", "cre"), email = "ryszard.szymanski@outlook.com")
Maintainer: Ryszard Szymanski <ryszard.szymanski@outlook.com>
Description: Use the <http://api.nbp.pl/> API through R. Retrieve currency exchange rates and gold prices data published by the National Bank of Poland in form of convenient R objects.
License: GPL-3
BugReports: https://github.com/szymanskir/rnbp/issues
Encoding: UTF-8
LazyData: true
Imports: curl, httr, jsonlite, utils
Suggests: covr, httptest, testthat (>= 2.1.0), knitr, rmarkdown, ggplot2
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-26 10:38:48 UTC; szymanskir
Author: Ryszard Szymanski [aut, cre]
Repository: CRAN
Date/Publication: 2019-07-28 11:00:04 UTC

More information about rnbp at CRAN
Permanent link

Package googleCloudStorageR updated to version 0.5.0 with previous version 0.4.0 dated 2017-11-17

Title: Interface with Google Cloud Storage API
Description: Interact with Google Cloud Storage <https://cloud.google.com/storage/> API in R. Part of the 'cloudyr' <https://cloudyr.github.io/> project.
Author: Mark Edmondson [aut, cre] (<https://orcid.org/0000-0002-8434-3881>)
Maintainer: Mark Edmondson <r@sunholo.com>

Diff between googleCloudStorageR versions 0.4.0 dated 2017-11-17 and 0.5.0 dated 2019-07-28

 DESCRIPTION                       |   12 
 MD5                               |   95 ++--
 NAMESPACE                         |    6 
 NEWS.md                           |    9 
 R/auth.R                          |   58 +-
 R/buckets.R                       |   18 
 R/compose.R                       |only
 R/objects.R                       |  136 ++++--
 R/options.R                       |   35 -
 R/profile.R                       |   12 
 R/upload.R                        |  496 +++++++++++++++-------
 R/utilities.R                     |   32 +
 R/versioning.R                    |only
 build/vignette.rds                |binary
 inst/doc/googleCloudStorageR.Rmd  |  106 ----
 inst/doc/googleCloudStorageR.html |  854 ++++++++++++++++++++++----------------
 man/Object.Rd                     |    7 
 man/gcs_auth.Rd                   |   34 -
 man/gcs_compose_objects.Rd        |only
 man/gcs_copy_object.Rd            |only
 man/gcs_create_bucket.Rd          |    8 
 man/gcs_create_bucket_acl.Rd      |    1 
 man/gcs_create_lifecycle.Rd       |   14 
 man/gcs_create_pubsub.Rd          |    1 
 man/gcs_delete_bucket.Rd          |    1 
 man/gcs_delete_object.Rd          |    7 
 man/gcs_delete_pubsub.Rd          |    1 
 man/gcs_download_url.Rd           |    1 
 man/gcs_get_bucket.Rd             |    1 
 man/gcs_get_bucket_acl.Rd         |    1 
 man/gcs_get_global_bucket.Rd      |    1 
 man/gcs_get_object.Rd             |   11 
 man/gcs_get_object_acl.Rd         |    1 
 man/gcs_get_service_email.Rd      |    1 
 man/gcs_global_bucket.Rd          |    1 
 man/gcs_list_buckets.Rd           |    5 
 man/gcs_list_objects.Rd           |   10 
 man/gcs_list_pubsub.Rd            |    1 
 man/gcs_load.Rd                   |    1 
 man/gcs_metadata_object.Rd        |   14 
 man/gcs_parse_download.Rd         |    1 
 man/gcs_save.Rd                   |    1 
 man/gcs_save_all.Rd               |    1 
 man/gcs_save_image.Rd             |    1 
 man/gcs_signed_url.Rd             |    5 
 man/gcs_source.Rd                 |    1 
 man/gcs_update_object_acl.Rd      |    1 
 man/gcs_upload.Rd                 |    7 
 man/gcs_version_bucket.Rd         |only
 tests                             |only
 vignettes/googleCloudStorageR.Rmd |  106 ----
 51 files changed, 1246 insertions(+), 870 deletions(-)

More information about googleCloudStorageR at CRAN
Permanent link

New package samurais with initial version 0.1.0
Type: Package
Package: samurais
Title: Statistical Models for the Unsupervised Segmentation of Time-Series ('SaMUraiS')
Version: 0.1.0
Authors@R: c(person("Faicel", "Chamroukhi", role = c("aut"), email = "faicel.chamroukhi@unicaen.fr", comment = c(ORCID = "0000-0002-5894-3103")), person("Marius", "Bartcus", role = c("aut"), email = "marius.bartcus@gmail.com"), person("Florian", "Lecocq", role = c("aut", "cre"), email = "florian.lecocq@outlook.com"))
Description: Provides a variety of original and flexible user-friendly statistical latent variable models and unsupervised learning algorithms to segment and represent time-series data (univariate or multivariate), and more generally, longitudinal data, which include regime changes. 'samurais' is built upon the following packages, each of them is an autonomous time-series segmentation approach: Regression with Hidden Logistic Process ('RHLP'), Hidden Markov Model Regression ('HMMR'), Multivariate 'RHLP' ('MRHLP'), Multivariate 'HMMR' ('MHMMR'), Piece-Wise regression ('PWR'). For the advantages/differences of each of them, the user is referred to our mentioned paper references.
URL: https://github.com/fchamroukhi/SaMUraiS
License: GPL (>= 3)
Depends: R (>= 2.10)
Imports: methods, stats, MASS, Rcpp
Suggests: knitr, rmarkdown
LinkingTo: Rcpp, RcppArmadillo
Collate: samurais-package.R RcppExports.R utils.R dynamicProg.R fitPWRFisher.R mkStochastic.R hmmProcess.R MData.R ParamHMMR.R ParamMHMMR.R ParamMRHLP.R ParamPWR.R ParamRHLP.R StatHMMR.R StatMHMMR.R StatMRHLP.R StatPWR.R StatRHLP.R ModelHMMR.R ModelMHMMR.R ModelMRHLP.R ModelPWR.R ModelRHLP.R emHMMR.R emMHMMR.R emMRHLP.R emRHLP.R selectHMMR.R selectMHMMR.R selectMRHLP.R selectRHLP.R data-multivrealdataset.R data-multivtoydataset.R data-univrealdataset.R data-univtoydataset.R
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-07-25 16:23:38 UTC; lecocq191
Author: Faicel Chamroukhi [aut] (<https://orcid.org/0000-0002-5894-3103>), Marius Bartcus [aut], Florian Lecocq [aut, cre]
Maintainer: Florian Lecocq <florian.lecocq@outlook.com>
Repository: CRAN
Date/Publication: 2019-07-28 09:50:02 UTC

More information about samurais at CRAN
Permanent link

New package MatSkew with initial version 0.1.5
Package: MatSkew
Type: Package
Title: Matrix Skew-T Parameter Estimation
Version: 0.1.5
Author: Michael P.B. Gallaugher, Paul D. McNicholas
Maintainer: Michael P.B. Gallaugher <gallaump@mcmaster.ca>
Description: Performs matrix skew-t parameter estimation, Gallaugher and McNicholas (2017) <doi: 10.1002/sta4.143>.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-25 18:00:07 UTC; michaelgallaugher
Repository: CRAN
Date/Publication: 2019-07-28 10:00:06 UTC

More information about MatSkew at CRAN
Permanent link

New package fastmap with initial version 1.0.0
Package: fastmap
Title: Fast Implementation of a Key-Value Store
Version: 1.0.0
Authors@R: c( person("Winston", "Chang", email = "winston@rstudio.com", role = c("aut", "cre")), person(given = "RStudio", role = c("cph", "fnd")), person(given = "Tessil", role = "cph", comment = "hopscotch_map library") )
Description: Fast implementation of a key-value store. Environments are commonly used as key-value stores, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat (>= 2.1.1)
URL: https://r-lib.github.io/fastmap/
BugReports: https://github.com/r-lib/fastmap/issues
NeedsCompilation: yes
Packaged: 2019-07-25 15:30:19 UTC; winston
Author: Winston Chang [aut, cre], RStudio [cph, fnd], Tessil [cph] (hopscotch_map library)
Maintainer: Winston Chang <winston@rstudio.com>
Repository: CRAN
Date/Publication: 2019-07-28 09:30:02 UTC

More information about fastmap at CRAN
Permanent link

Package costsensitive updated to version 0.1.2.10 with previous version 0.1.2.1 dated 2019-03-03

Title: Cost-Sensitive Multi-Class Classification
Description: Reduction-based techniques for cost-sensitive multi-class classification, in which each observation has a different cost for classifying it into one class, and the goal is to predict the class with the minimum expected cost for each new observation. Implements Weighted All-Pairs (Beygelzimer, A., Langford, J., & Zadrozny, B., 2008, <doi:10.1007/978-0-387-79361-0_1>), Weighted One-Vs-Rest (Beygelzimer, A., Dani, V., Hayes, T., Langford, J., & Zadrozny, B., 2005, <https://dl.acm.org/citation.cfm?id=1102358>) and Regression One-Vs-Rest. Works with arbitrary classifiers taking observation weights, or with regressors. Also implements cost-proportionate rejection sampling for working with classifiers that don't accept observation weights.
Author: David Cortes
Maintainer: David Cortes <david.cortes.rivera@gmail.com>

Diff between costsensitive versions 0.1.2.1 dated 2019-03-03 and 0.1.2.10 dated 2019-07-28

 DESCRIPTION                          |    8 ++++----
 MD5                                  |   22 +++++++++++-----------
 R/costprop.R                         |    2 ++
 R/wap.R                              |    3 ++-
 R/wovr.R                             |    3 ++-
 man/cost.proportionate.classifier.Rd |    1 +
 man/predict.costprop.Rd              |    1 +
 man/regression.one.vs.rest.Rd        |    2 --
 man/weighted.all.pairs.Rd            |    5 ++---
 man/weighted.one.vs.rest.Rd          |    5 ++---
 src/calcv.c                          |   15 +++++++++++++--
 src/rwrapper.c                       |   23 +++--------------------
 12 files changed, 43 insertions(+), 47 deletions(-)

More information about costsensitive at CRAN
Permanent link

New package clean with initial version 1.0.0
Package: clean
Title: Fast and Easy Data Cleaning
Version: 1.0.0
Date: 2019-07-25
Authors@R: person( given = c("Matthijs", "S."), family = "Berends", email = "m.s.berends@umcg.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7620-1800"))
Description: Data cleaning functions for classes 'logical', 'factor', 'numeric', 'character' and 'Date' to make data cleaning fast and easy. Relying on very few dependencies, it provides smart guessing, but with user options to override anything if needed.
Depends: R (>= 3.0.0)
Imports: crayon, knitr, rlang (>= 0.3.1)
Suggests: rmarkdown, testthat (>= 1.0.2)
URL: https://github.com/msberends/clean
BugReports: https://github.com/msberends/clean/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-25 20:01:47 UTC; msberends
Author: Matthijs S. Berends [aut, cre] (<https://orcid.org/0000-0001-7620-1800>)
Maintainer: Matthijs S. Berends <m.s.berends@umcg.nl>
Repository: CRAN
Date/Publication: 2019-07-28 10:00:04 UTC

More information about clean at CRAN
Permanent link

Package stats19 updated to version 1.0.0 with previous version 0.2.1 dated 2019-04-03

Title: Work with Open Road Traffic Casualty Data from Great Britain
Description: Tools to help download, process and analyse the UK road collision data collected using the 'STATS19' form. The data are provided as 'CSV' files with detailed road safety data about the circumstances of car crashes and other incidents on the roads resulting in casualties in Great Britain from 1979, the types (including make and model) of vehicles involved and the consequential casualties. The statistics relate only to personal casualties on public roads that are reported to the police, and subsequently recorded, using the 'STATS19' accident reporting form. See the Department for Transportation website <https://data.gov.uk/dataset/cb7ae6f0-4be6-4935-9277-47e5ce24a11f/road-safety-data> for more information on these data.
Author: Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>), Malcolm Morgan [aut] (<https://orcid.org/0000-0002-9488-9183>), Layik Hama [aut] (<https://orcid.org/0000-0003-1912-4890>), Mark Padgham [aut] (<https://orcid.org/0000-0003-2172-5265>), David Ranzolin [rev], Adam Sparks [rev, ctb] (<https://orcid.org/0000-0002-0061-8359>)
Maintainer: Robin Lovelace <rob00x@gmail.com>

Diff between stats19 versions 0.2.1 dated 2019-04-03 and 1.0.0 dated 2019-07-28

 DESCRIPTION           |    8 ++++----
 MD5                   |   22 +++++++++++-----------
 NEWS.md               |    4 ++++
 R/dl.R                |    2 +-
 R/get.R               |    2 +-
 build/vignette.rds    |binary
 inst/doc/blog.html    |   14 +++++++-------
 inst/doc/stats19.Rmd  |    2 +-
 inst/doc/stats19.html |   36 ++++++++++++++++++------------------
 man/dl_stats19.Rd     |    2 +-
 man/get_stats19.Rd    |    2 +-
 vignettes/stats19.Rmd |    2 +-
 12 files changed, 50 insertions(+), 46 deletions(-)

More information about stats19 at CRAN
Permanent link

New package RAhrefs with initial version 0.1.4
Type: Package
Package: RAhrefs
Title: 'Ahrefs' API R Interface
Version: 0.1.4
Authors@R: c( person("Leszek", "Siemiński", , "leszek.sieminski@gmail.com", c("aut", "cre")), person("Performance Media Polska sp. z o.o.", role = c("cph", "fnd")) )
Description: Enables downloading detailed reports from <https://ahrefs.com> about backlinks from pointing to website, provides authentication with an API key as well as ordering, grouping and filtering functionalities.
License: MIT + file LICENCE
URL: https://ahrefs.com/
BugReports: https://github.com/Leszek-Sieminski/RAhrefs/issues
Depends: R (>= 3.4.0)
Imports: assertthat, httr, jsonlite, testthat
NeedsCompilation: no
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Packaged: 2019-07-25 08:45:14 UTC; leszek
Author: Leszek Siemiński [aut, cre], Performance Media Polska sp. z o.o. [cph, fnd]
Maintainer: Leszek Siemiński <leszek.sieminski@gmail.com>
Repository: CRAN
Date/Publication: 2019-07-28 08:40:02 UTC

More information about RAhrefs at CRAN
Permanent link

New package MixMatrix with initial version 0.2.2
Package: MixMatrix
Type: Package
Title: Classification with Matrix Variate Normal and t Distributions
Version: 0.2.2
Date: 2019-07-24
Authors@R: c(person(c("Geoffrey", "Thompson"),email="gzthompson@gmail.com", role = c("aut", "cre"), comment = c(ORCID = '0000-0003-2436-8822')), person(c("B. D.", "Ripley", comment = "author of original lda and qda functions"), email = "ripley@stats.ox.ac.uk", role = c("ctb","cph")), person(c("W. N.", "Venables", comment = "author of original lda and qda functions"), role = c("ctb","cph")))
Description: Provides sampling and density functions for matrix variate normal, t, and inverted t distributions; ML estimation for matrix variate normal and t distributions using the EM algorithm, including some restrictions on the parameters; and classification by linear and quadratic discriminant analysis for matrix variate normal and t distributions described in Thompson et al. (2019) <arXiv:1907.09565>. Performs clustering with matrix variate normal and t mixture models.
Depends: R (>= 3.5.0)
Imports: stats, CholWishart, Rcpp
Suggests: knitr, rmarkdown, testthat, covr, ggplot2, dplyr, magrittr, spelling
VignetteBuilder: knitr
LazyData: true
URL: http://github.com/gzt/MixMatrix/, https://gzt.github.io/MixMatrix/
BugReports: http://github.com/gzt/MixMatrix/issues
Language: en-us
License: GPL-3
RoxygenNote: 6.1.1
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2019-07-25 05:23:19 UTC; gzt
Author: Geoffrey Thompson [aut, cre] (<https://orcid.org/0000-0003-2436-8822>), B. D. Ripley author of original lda and qda functions [ctb, cph], W. N. Venables author of original lda and qda functions [ctb, cph]
Maintainer: Geoffrey Thompson <gzthompson@gmail.com>
Repository: CRAN
Date/Publication: 2019-07-28 08:20:05 UTC

More information about MixMatrix at CRAN
Permanent link

New package FluMoDL with initial version 0.0.2
Package: FluMoDL
Type: Package
Imports: stats, utils, splines, tcltk, tsModel
Title: Influenza-Attributable Mortality with Distributed-Lag Models
Version: 0.0.2
Authors@R: c(person(given="Theodore", family="Lytras", email="thlytras@gmail.com", role=c("aut","cre"), comment=c(ORCID="0000-0002-4146-4122")), person(given="Antonio", family="Gasparrini", email="antonio.gasparrini@lshtm.ac.uk", role="ctb", comment=c(ORCID="0000-0002-2271-3568")), person(given="Shuangcai", family="Wang", email="swang1@gmail.com", role="ctb"))
Maintainer: Theodore Lytras <thlytras@gmail.com>
Depends: dlnm, mvmeta
Description: Functions to estimate the mortality attributable to influenza and temperature, using distributed-lag nonlinear models (DLNMs), as first implemented in Lytras et al. (2019) <doi:10.2807/1560-7917.ES.2019.24.14.1800118>. Full descriptions of underlying DLNM methodology in Gasparrini et al. <doi:10.1002/sim.3940> (DLNMs), <doi:10.1186/1471-2288-14-55> (attributable risk from DLNMs) and <doi:10.1002/sim.5471> (multivariate meta-analysis).
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-25 11:32:06 UTC; bones
Author: Theodore Lytras [aut, cre] (<https://orcid.org/0000-0002-4146-4122>), Antonio Gasparrini [ctb] (<https://orcid.org/0000-0002-2271-3568>), Shuangcai Wang [ctb]
Repository: CRAN
Date/Publication: 2019-07-28 09:00:02 UTC

More information about FluMoDL at CRAN
Permanent link

New package AHM with initial version 1.0.1
Package: AHM
Type: Package
Title: Additive Heredity Model: Method for the Mixture-of-Mixtures Experiments
Version: 1.0.1
Authors@R: c(person(given = "Sumin", family="Shen", email = "sumin@vt.edu", role = c("aut", "cre")), person(given = "Lulu", family="Kang", role = "aut"), person(given = "Xinwei", family="Deng", role = "aut"))
Maintainer: Sumin Shen <sumin@vt.edu>
Description: An implementation of the additive heredity model for the mixture-of-mixtures experiments of Shen et al. (2019) in Technometrics <doi:10.1080/00401706.2019.1630010>. The additive heredity model considers an additive structure to inherently connect the major components with the minor components. The additive heredity model has a meaningful interpretation for the estimated model because of the hierarchical and heredity principles applied and the nonnegative garrote technique used for variable selection.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: mixexp, plgp, devtools, dplyr, tibble, tidyr, Matrix
Depends: R (>= 2.10), quadprog, glmnet
Suggests: knitr, rmarkdown, partitions
VignetteBuilder: knitr
BuildVignettes: yes
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2019-07-25 12:10:43 UTC; shen
Author: Sumin Shen [aut, cre], Lulu Kang [aut], Xinwei Deng [aut]
Repository: CRAN
Date/Publication: 2019-07-28 09:00:05 UTC

More information about AHM at CRAN
Permanent link

Package nnTensor updated to version 0.99.5 with previous version 0.99.4 dated 2018-09-16

Title: Non-Negative Tensor Decomposition
Description: Some functions for performing non-negative matrix factorization, non-negative CANDECOMP/PARAFAC (CP) decomposition, non-negative Tucker decomposition, and generating toy model data. See Andrzej Cichock et al (2009) <doi:10.1002/9780470747278> and the reference section of GitHub README.md <https://github.com/rikenbit/nnTensor>, for details of the methods.
Author: Koki Tsuyuzaki, Manabu Ishii, Itoshi Nikaido
Maintainer: Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>

Diff between nnTensor versions 0.99.4 dated 2018-09-16 and 0.99.5 dated 2019-07-28

 DESCRIPTION           |    8 ++--
 MD5                   |   18 +++++-----
 R/NTD.R               |   83 ++++++++++++++++++++++++++++++--------------------
 R/NTF.R               |   20 +++++++-----
 R/nnTensor-internal.R |   50 ++++++++++++------------------
 R/recTensor.R         |    4 --
 build/partial.rdb     |binary
 inst/NEWS             |    7 ++++
 man/NTD.Rd            |    9 +++--
 man/NTF.Rd            |    4 +-
 10 files changed, 111 insertions(+), 92 deletions(-)

More information about nnTensor at CRAN
Permanent link

New package MetricsWeighted with initial version 0.1.0
Type: Package
Package: MetricsWeighted
Title: Weighted Metrics and Performance Measures for Machine Learning
Version: 0.1.0
Date: 2019-07-24
Authors@R: person(given = "Michael", family = "Mayer", role = c("aut", "cre", "cph"), email = "mayermichael79@gmail.com")
Author: Michael Mayer [aut, cre, cph]
Maintainer: Michael Mayer <mayermichael79@gmail.com>
Description: Provides weighted versions of several metrics and performance measures used in machine learning, including average unit deviances of the Bernoulli, Tweedie, Poisson, and Gamma distributions, see e.g. Ohlsson E. and Johansson B. (2015, ISBN: 978-3642107900). The package also contains a weighted version of generalized R-squared, see e.g. Cohen, Jacob. et al. (2002, ISBN: 978-0805822236). Furthermore, 'dplyr' chains are supported.
License: GPL (>= 2)
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Imports: stats
Suggests: dplyr, knitr
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-24 20:03:18 UTC; Michael
Repository: CRAN
Date/Publication: 2019-07-28 07:50:03 UTC

More information about MetricsWeighted at CRAN
Permanent link

New package apexcharter with initial version 0.1.1
Package: apexcharter
Version: 0.1.1
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'. 'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API. 'Apexcharts' examples and documentation are available here: <https://apexcharts.com/>.
Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Fanny", "Meyer", email = "fanny.meyer@dreamrs.fr", role = "aut"), person("Juned", "Chhipa", role = "cph", comment = "apexcharts.js library"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 2.10)
Imports: htmlwidgets, magrittr, rlang, ggplot2, scales
Suggests: testthat, dplyr, knitr, rmarkdown, shiny
RoxygenNote: 6.1.1
URL: https://github.com/dreamRs/apexcharter
BugReports: https://github.com/dreamRs/apexcharter/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-24 12:09:29 UTC; perri
Author: Victor Perrier [aut, cre], Fanny Meyer [aut], Juned Chhipa [cph] (apexcharts.js library)
Maintainer: Victor Perrier <victor.perrier@dreamrs.fr>
Repository: CRAN
Date/Publication: 2019-07-28 07:20:04 UTC

More information about apexcharter at CRAN
Permanent link

Package Rfast2 updated to version 0.0.3 with previous version 0.0.2 dated 2019-05-08

Title: A Collection of Efficient and Extremely Fast R Functions II
Description: A collection of fast statistical and utility functions for data analysis. Functions for regression, maximum likelihood, column-wise statistics and many more have been included. C++ has been utilized to speed up the functions.
Author: Manos Papadakis, Michail Tsagris, Stefanos Fafalios and Marios Dimitriadis.
Maintainer: Manos Papadakis <rfastofficial@gmail.com>

Diff between Rfast2 versions 0.0.2 dated 2019-05-08 and 0.0.3 dated 2019-07-28

 Rfast2-0.0.2/Rfast2/man/zil.mle.Rd           |only
 Rfast2-0.0.3/Rfast2/DESCRIPTION              |    8 
 Rfast2-0.0.3/Rfast2/MD5                      |  173 +++++++++++-------
 Rfast2-0.0.3/Rfast2/NAMESPACE                |    2 
 Rfast2-0.0.3/Rfast2/NEWS.md                  |   92 +++++++++
 Rfast2-0.0.3/Rfast2/R/Intersect.R            |    2 
 Rfast2-0.0.3/Rfast2/R/Merge.R                |    2 
 Rfast2-0.0.3/Rfast2/R/Quantile.R             |    2 
 Rfast2-0.0.3/Rfast2/R/add.term.R             |    1 
 Rfast2-0.0.3/Rfast2/R/benchmark.R            |   11 -
 Rfast2-0.0.3/Rfast2/R/bic.regs.R             |   13 +
 Rfast2-0.0.3/Rfast2/R/censpois.mle.R         |    1 
 Rfast2-0.0.3/Rfast2/R/censweibull.mle.R      |    1 
 Rfast2-0.0.3/Rfast2/R/circ.cor1.R            |    1 
 Rfast2-0.0.3/Rfast2/R/circ.cors1.R           |    1 
 Rfast2-0.0.3/Rfast2/R/cls.R                  |only
 Rfast2-0.0.3/Rfast2/R/cluster.lm.R           |only
 Rfast2-0.0.3/Rfast2/R/col.waldpoisrat.R      |    1 
 Rfast2-0.0.3/Rfast2/R/colGroup.R             |    2 
 Rfast2-0.0.3/Rfast2/R/colQuantile.R          |    2 
 Rfast2-0.0.3/Rfast2/R/colTrimMean.R          |    2 
 Rfast2-0.0.3/Rfast2/R/colborel.mle.R         |only
 Rfast2-0.0.3/Rfast2/R/collogitnorm.mle.R     |only
 Rfast2-0.0.3/Rfast2/R/collognorm.mle.R       |only
 Rfast2-0.0.3/Rfast2/R/colmeansvars.R         |    1 
 Rfast2-0.0.3/Rfast2/R/colspml.mle.R          |only
 Rfast2-0.0.3/Rfast2/R/covar.R                |    1 
 Rfast2-0.0.3/Rfast2/R/diffic.R               |    1 
 Rfast2-0.0.3/Rfast2/R/discrim.R              |    1 
 Rfast2-0.0.3/Rfast2/R/empirical.entropy.R    |only
 Rfast2-0.0.3/Rfast2/R/fbed.reg.R             |only
 Rfast2-0.0.3/Rfast2/R/gammapois.mle.R        |    2 
 Rfast2-0.0.3/Rfast2/R/gee.reg.R              |    5 
 Rfast2-0.0.3/Rfast2/R/gumbel.reg.R           |only
 Rfast2-0.0.3/Rfast2/R/halfcauchy.mle.R       |    1 
 Rfast2-0.0.3/Rfast2/R/is.lower.tri.R         |    2 
 Rfast2-0.0.3/Rfast2/R/is.skew.symmetric.R    |only
 Rfast2-0.0.3/Rfast2/R/is.upper.tri.R         |    2 
 Rfast2-0.0.3/Rfast2/R/km.R                   |    1 
 Rfast2-0.0.3/Rfast2/R/kumar.mle.R            |    1 
 Rfast2-0.0.3/Rfast2/R/leverage.R             |only
 Rfast2-0.0.3/Rfast2/R/logiquant.regs.R       |    1 
 Rfast2-0.0.3/Rfast2/R/lud.R                  |    2 
 Rfast2-0.0.3/Rfast2/R/mle.lda.R              |    1 
 Rfast2-0.0.3/Rfast2/R/mmpc.R                 |    1 
 Rfast2-0.0.3/Rfast2/R/mmpc2.R                |only
 Rfast2-0.0.3/Rfast2/R/moranI.R               |only
 Rfast2-0.0.3/Rfast2/R/multinom.reg.R         |only
 Rfast2-0.0.3/Rfast2/R/negbin.reg.R           |only
 Rfast2-0.0.3/Rfast2/R/pc.sel.R               |    9 
 Rfast2-0.0.3/Rfast2/R/pca.R                  |only
 Rfast2-0.0.3/Rfast2/R/pooled.colVars.R       |    1 
 Rfast2-0.0.3/Rfast2/R/powerlaw.mle.R         |    1 
 Rfast2-0.0.3/Rfast2/R/purka.mle.R            |    1 
 Rfast2-0.0.3/Rfast2/R/refmeta.R              |only
 Rfast2-0.0.3/Rfast2/R/reg.mle.lda.R          |    1 
 Rfast2-0.0.3/Rfast2/R/rowQuantile.R          |    2 
 Rfast2-0.0.3/Rfast2/R/rowTrimMean.R          |    2 
 Rfast2-0.0.3/Rfast2/R/simplex.mle.R          |only
 Rfast2-0.0.3/Rfast2/R/sp.logiregs.R          |    1 
 Rfast2-0.0.3/Rfast2/R/trim.mean.R            |    1 
 Rfast2-0.0.3/Rfast2/R/trunccauchy.mle.R      |    1 
 Rfast2-0.0.3/Rfast2/R/truncexpmle.R          |    1 
 Rfast2-0.0.3/Rfast2/R/wald.poisrat.R         |    1 
 Rfast2-0.0.3/Rfast2/R/walter.ci.R            |    1 
 Rfast2-0.0.3/Rfast2/R/weib.regs.R            |only
 Rfast2-0.0.3/Rfast2/R/welch.tests.R          |   35 ---
 Rfast2-0.0.3/Rfast2/R/zigamma.mle.R          |    1 
 Rfast2-0.0.3/Rfast2/R/zil.mle.R              |    1 
 Rfast2-0.0.3/Rfast2/R/ziweibull.mle.R        |    1 
 Rfast2-0.0.3/Rfast2/R/ztp.reg.R              |only
 Rfast2-0.0.3/Rfast2/man/Rfast2-package.Rd    |    4 
 Rfast2-0.0.3/Rfast2/man/bic.regs.Rd          |    7 
 Rfast2-0.0.3/Rfast2/man/censweibull.mle.Rd   |   10 -
 Rfast2-0.0.3/Rfast2/man/cls.Rd               |only
 Rfast2-0.0.3/Rfast2/man/cluster.lm.Rd        |only
 Rfast2-0.0.3/Rfast2/man/collognorm.mle.Rd    |only
 Rfast2-0.0.3/Rfast2/man/colspml.mle.Rd       |only
 Rfast2-0.0.3/Rfast2/man/empirical.entropy.Rd |only
 Rfast2-0.0.3/Rfast2/man/fbed.reg.Rd          |only
 Rfast2-0.0.3/Rfast2/man/gee.reg.Rd           |    2 
 Rfast2-0.0.3/Rfast2/man/gumbel.reg.Rd        |only
 Rfast2-0.0.3/Rfast2/man/is.skew.symmetric.Rd |only
 Rfast2-0.0.3/Rfast2/man/kumar.mle.Rd         |   21 +-
 Rfast2-0.0.3/Rfast2/man/leverage.Rd          |only
 Rfast2-0.0.3/Rfast2/man/lud.Rd               |    5 
 Rfast2-0.0.3/Rfast2/man/mmpc.Rd              |    9 
 Rfast2-0.0.3/Rfast2/man/mmpc2.Rd             |only
 Rfast2-0.0.3/Rfast2/man/moranI.Rd            |only
 Rfast2-0.0.3/Rfast2/man/multinom.reg.Rd      |only
 Rfast2-0.0.3/Rfast2/man/negbin.reg.Rd        |only
 Rfast2-0.0.3/Rfast2/man/pc.sel.Rd            |   19 +-
 Rfast2-0.0.3/Rfast2/man/pca.Rd               |only
 Rfast2-0.0.3/Rfast2/man/refmeta.Rd           |only
 Rfast2-0.0.3/Rfast2/man/weib.regs.Rd         |only
 Rfast2-0.0.3/Rfast2/man/welch.tests.Rd       |    5 
 Rfast2-0.0.3/Rfast2/man/ztp.reg.Rd           |only
 Rfast2-0.0.3/Rfast2/src/Eval.cpp             |    4 
 Rfast2-0.0.3/Rfast2/src/calc_qpois_regs.cpp  |only
 Rfast2-0.0.3/Rfast2/src/calc_qpois_regs.h    |only
 Rfast2-0.0.3/Rfast2/src/colspml_mle.cpp      |only
 Rfast2-0.0.3/Rfast2/src/fbed_reg.cpp         |only
 Rfast2-0.0.3/Rfast2/src/init.c               |   16 +
 Rfast2-0.0.3/Rfast2/src/is_symmetric.cpp     |only
 Rfast2-0.0.3/Rfast2/src/mmpc2.cpp            |only
 Rfast2-0.0.3/Rfast2/src/multinom_reg.cpp     |only
 Rfast2-0.0.3/Rfast2/src/negbin_reg.cpp       |only
 Rfast2-0.0.3/Rfast2/src/reg_lib2.cpp         |  250 +++------------------------
 Rfast2-0.0.3/Rfast2/src/reg_lib2.h           |    2 
 Rfast2-0.0.3/Rfast2/src/system_files.h       |only
 Rfast2-0.0.3/Rfast2/src/weib_regs.cpp        |only
 Rfast2-0.0.3/Rfast2/src/welch_tests.cpp      |only
 112 files changed, 382 insertions(+), 373 deletions(-)

More information about Rfast2 at CRAN
Permanent link

Package paws.storage updated to version 0.1.3 with previous version 0.1.0 dated 2019-05-03

Title: Amazon Web Services Storage APIs
Description: Interface to Amazon Web Services storage APIs, including 'Simple Storage Service' ('S3') 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.storage versions 0.1.0 dated 2019-05-03 and 0.1.3 dated 2019-07-28

 DESCRIPTION                                         |    6 
 MD5                                                 |  217 ++++----
 R/dlm_interfaces.R                                  |    6 
 R/dlm_operations.R                                  |   26 -
 R/efs_operations.R                                  |   55 +-
 R/fsx_interfaces.R                                  |   18 
 R/fsx_operations.R                                  |   61 +-
 R/glacier_operations.R                              |  500 ++++++++++----------
 R/glacier_service.R                                 |   46 -
 R/s3_interfaces.R                                   |   14 
 R/s3_operations.R                                   |  283 ++++++-----
 R/s3_service.R                                      |    6 
 R/s3control_interfaces.R                            |   60 ++
 R/s3control_operations.R                            |  377 ++++++++++++++-
 R/s3control_service.R                               |   13 
 R/storagegateway_interfaces.R                       |   56 +-
 R/storagegateway_operations.R                       |  358 ++++++++++++--
 R/storagegateway_service.R                          |    4 
 man/dlm_create_lifecycle_policy.Rd                  |   12 
 man/dlm_get_lifecycle_policies.Rd                   |    2 
 man/dlm_update_lifecycle_policy.Rd                  |   12 
 man/efs_create_file_system.Rd                       |   20 
 man/efs_describe_file_systems.Rd                    |    4 
 man/efs_describe_mount_targets.Rd                   |    4 
 man/efs_describe_tags.Rd                            |    4 
 man/efs_put_lifecycle_configuration.Rd              |   11 
 man/efs_update_file_system.Rd                       |   11 
 man/fsx_create_file_system.Rd                       |   39 -
 man/fsx_create_file_system_from_backup.Rd           |   12 
 man/fsx_update_file_system.Rd                       |   14 
 man/glacier.Rd                                      |   40 -
 man/glacier_abort_multipart_upload.Rd               |   12 
 man/glacier_abort_vault_lock.Rd                     |    4 
 man/glacier_add_tags_to_vault.Rd                    |    8 
 man/glacier_complete_multipart_upload.Rd            |   52 +-
 man/glacier_complete_vault_lock.Rd                  |    2 
 man/glacier_create_vault.Rd                         |   10 
 man/glacier_delete_archive.Rd                       |   16 
 man/glacier_delete_vault.Rd                         |   30 -
 man/glacier_delete_vault_access_policy.Rd           |   14 
 man/glacier_delete_vault_notifications.Rd           |   20 
 man/glacier_describe_job.Rd                         |   24 
 man/glacier_describe_vault.Rd                       |   18 
 man/glacier_get_data_retrieval_policy.Rd            |    2 
 man/glacier_get_job_output.Rd                       |   56 +-
 man/glacier_get_vault_access_policy.Rd              |   10 
 man/glacier_get_vault_lock.Rd                       |   10 
 man/glacier_get_vault_notifications.Rd              |   14 
 man/glacier_initiate_job.Rd                         |    8 
 man/glacier_initiate_multipart_upload.Rd            |   22 
 man/glacier_initiate_vault_lock.Rd                  |    4 
 man/glacier_list_jobs.Rd                            |    8 
 man/glacier_list_multipart_uploads.Rd               |   12 
 man/glacier_list_parts.Rd                           |   12 
 man/glacier_list_provisioned_capacity.Rd            |    2 
 man/glacier_list_tags_for_vault.Rd                  |    8 
 man/glacier_list_vaults.Rd                          |    6 
 man/glacier_purchase_provisioned_capacity.Rd        |    2 
 man/glacier_remove_tags_from_vault.Rd               |    8 
 man/glacier_set_data_retrieval_policy.Rd            |    2 
 man/glacier_set_vault_access_policy.Rd              |    8 
 man/glacier_set_vault_notifications.Rd              |   16 
 man/glacier_upload_archive.Rd                       |   28 -
 man/glacier_upload_multipart_part.Rd                |   22 
 man/s3.Rd                                           |    6 
 man/s3_abort_multipart_upload.Rd                    |    6 
 man/s3_copy_object.Rd                               |   17 
 man/s3_create_bucket.Rd                             |    4 
 man/s3_create_multipart_upload.Rd                   |   13 
 man/s3_delete_bucket_analytics_configuration.Rd     |    8 
 man/s3_delete_bucket_replication.Rd                 |    4 
 man/s3_delete_object.Rd                             |    2 
 man/s3_delete_object_tagging.Rd                     |   14 
 man/s3_delete_objects.Rd                            |   28 -
 man/s3_get_bucket_analytics_configuration.Rd        |    2 
 man/s3_get_object_lock_configuration.Rd             |    8 
 man/s3_list_multipart_uploads.Rd                    |   12 
 man/s3_put_bucket_acl.Rd                            |    3 
 man/s3_put_bucket_analytics_configuration.Rd        |    2 
 man/s3_put_bucket_encryption.Rd                     |    9 
 man/s3_put_bucket_policy.Rd                         |    5 
 man/s3_put_bucket_replication.Rd                    |   17 
 man/s3_put_object.Rd                                |   81 +--
 man/s3_put_object_acl.Rd                            |    3 
 man/s3_put_object_lock_configuration.Rd             |   13 
 man/s3_upload_part.Rd                               |    4 
 man/s3_upload_part_copy.Rd                          |   14 
 man/s3control.Rd                                    |   13 
 man/s3control_create_job.Rd                         |only
 man/s3control_delete_public_access_block.Rd         |   10 
 man/s3control_describe_job.Rd                       |only
 man/s3control_get_public_access_block.Rd            |    9 
 man/s3control_list_jobs.Rd                          |only
 man/s3control_put_public_access_block.Rd            |   12 
 man/s3control_update_job_priority.Rd                |only
 man/s3control_update_job_status.Rd                  |only
 man/storagegateway.Rd                               |    4 
 man/storagegateway_activate_gateway.Rd              |    2 
 man/storagegateway_add_tags_to_resource.Rd          |    2 
 man/storagegateway_assign_tape_pool.Rd              |only
 man/storagegateway_create_cachedi_scsi_volume.Rd    |   18 
 man/storagegateway_create_nfs_file_share.Rd         |   13 
 man/storagegateway_create_smb_file_share.Rd         |   34 +
 man/storagegateway_create_snapshot.Rd               |   20 
 man/storagegateway_create_storedi_scsi_volume.Rd    |   18 
 man/storagegateway_create_tape_with_barcode.Rd      |   18 
 man/storagegateway_create_tapes.Rd                  |   26 -
 man/storagegateway_refresh_cache.Rd                 |    9 
 man/storagegateway_update_maintenance_start_time.Rd |   16 
 man/storagegateway_update_nfs_file_share.Rd         |   11 
 man/storagegateway_update_smb_file_share.Rd         |   31 +
 man/storagegateway_update_smb_security_strategy.Rd  |only
 man/storagegateway_update_snapshot_schedule.Rd      |   18 
 113 files changed, 2169 insertions(+), 1151 deletions(-)

More information about paws.storage at CRAN
Permanent link

Package paws.security.identity updated to version 0.1.3 with previous version 0.1.0 dated 2019-05-03

Title: Amazon Web Services Security, Identity, & Compliance APIs
Description: Interface to Amazon Web Services security, identity, and compliance APIs, including the 'Identity & Access Management' ('IAM') service for managing access to services and resources, 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.security.identity versions 0.1.0 dated 2019-05-03 and 0.1.3 dated 2019-07-28

 DESCRIPTION                                                |    6 
 MD5                                                        |  632 +++---
 R/acm_operations.R                                         |    2 
 R/acmpca_interfaces.R                                      |    2 
 R/acmpca_operations.R                                      |  345 ++-
 R/acmpca_service.R                                         |   58 
 R/clouddirectory_service.R                                 |    2 
 R/cognitoidentityprovider_interfaces.R                     |   20 
 R/cognitoidentityprovider_operations.R                     |   60 
 R/cognitoidentityprovider_service.R                        |    1 
 R/guardduty_interfaces.R                                   |   92 -
 R/guardduty_operations.R                                   |  747 +++++---
 R/guardduty_service.R                                      |   21 
 R/iam_interfaces.R                                         |   34 
 R/iam_operations.R                                         |  993 +++++++---
 R/iam_service.R                                            |   19 
 R/inspector_operations.R                                   |    6 
 R/inspector_service.R                                      |    2 
 R/kms_operations.R                                         |  732 +++----
 R/kms_service.R                                            |   40 
 R/secretsmanager_operations.R                              |    5 
 R/securityhub_interfaces.R                                 |  110 +
 R/securityhub_operations.R                                 | 1192 ++++++++-----
 R/securityhub_service.R                                    |   88 
 R/shield_operations.R                                      |   19 
 R/shield_service.R                                         |    4 
 R/sts_interfaces.R                                         |    8 
 R/sts_operations.R                                         |  989 ++++++----
 R/sts_service.R                                            |   94 -
 R/waf_interfaces.R                                         |   44 
 R/waf_operations.R                                         |  217 ++
 R/waf_service.R                                            |    3 
 R/wafregional_interfaces.R                                 |   44 
 R/wafregional_operations.R                                 |  218 ++
 R/wafregional_service.R                                    |    3 
 man/acm_renew_certificate.Rd                               |    2 
 man/acmpca.Rd                                              |   59 
 man/acmpca_create_certificate_authority.Rd                 |   44 
 man/acmpca_create_certificate_authority_audit_report.Rd    |    4 
 man/acmpca_create_permission.Rd                            |    7 
 man/acmpca_delete_certificate_authority.Rd                 |   41 
 man/acmpca_delete_permission.Rd                            |    8 
 man/acmpca_describe_certificate_authority.Rd               |   10 
 man/acmpca_describe_certificate_authority_audit_report.Rd  |   10 
 man/acmpca_get_certificate.Rd                              |   14 
 man/acmpca_get_certificate_authority_csr.Rd                |   12 
 man/acmpca_import_certificate_authority_certificate.Rd     |   65 
 man/acmpca_issue_certificate.Rd                            |   36 
 man/acmpca_list_certificate_authorities.Rd                 |    4 
 man/acmpca_list_permissions.Rd                             |   10 
 man/acmpca_list_tags.Rd                                    |    6 
 man/acmpca_restore_certificate_authority.Rd                |   14 
 man/acmpca_revoke_certificate.Rd                           |   28 
 man/acmpca_tag_certificate_authority.Rd                    |    4 
 man/acmpca_untag_certificate_authority.Rd                  |   10 
 man/clouddirectory.Rd                                      |    2 
 man/cognitoidentityprovider.Rd                             |    1 
 man/cognitoidentityprovider_admin_set_user_password.Rd     |only
 man/cognitoidentityprovider_create_user_pool.Rd            |    6 
 man/cognitoidentityprovider_create_user_pool_client.Rd     |    3 
 man/cognitoidentityprovider_update_user_pool.Rd            |    6 
 man/cognitoidentityprovider_update_user_pool_client.Rd     |    5 
 man/guardduty.Rd                                           |   20 
 man/guardduty_accept_invitation.Rd                         |   11 
 man/guardduty_archive_findings.Rd                          |    3 
 man/guardduty_create_detector.Rd                           |   22 
 man/guardduty_create_filter.Rd                             |   47 
 man/guardduty_create_ip_set.Rd                             |   36 
 man/guardduty_create_members.Rd                            |   16 
 man/guardduty_create_sample_findings.Rd                    |    4 
 man/guardduty_create_threat_intel_set.Rd                   |   35 
 man/guardduty_decline_invitations.Rd                       |    6 
 man/guardduty_delete_detector.Rd                           |    2 
 man/guardduty_delete_filter.Rd                             |    4 
 man/guardduty_delete_invitations.Rd                        |    6 
 man/guardduty_delete_ip_set.Rd                             |    4 
 man/guardduty_delete_members.Rd                            |   15 
 man/guardduty_delete_threat_intel_set.Rd                   |    4 
 man/guardduty_disassociate_from_master_account.Rd          |    3 
 man/guardduty_disassociate_members.Rd                      |   15 
 man/guardduty_get_detector.Rd                              |    2 
 man/guardduty_get_filter.Rd                                |    4 
 man/guardduty_get_findings.Rd                              |    3 
 man/guardduty_get_findings_statistics.Rd                   |   34 
 man/guardduty_get_invitations_count.Rd                     |    3 
 man/guardduty_get_ip_set.Rd                                |    4 
 man/guardduty_get_master_account.Rd                        |    3 
 man/guardduty_get_members.Rd                               |   15 
 man/guardduty_get_threat_intel_set.Rd                      |    4 
 man/guardduty_invite_members.Rd                            |   22 
 man/guardduty_list_detectors.Rd                            |   11 
 man/guardduty_list_filters.Rd                              |   10 
 man/guardduty_list_findings.Rd                             |   37 
 man/guardduty_list_invitations.Rd                          |   11 
 man/guardduty_list_ip_sets.Rd                              |   10 
 man/guardduty_list_members.Rd                              |   17 
 man/guardduty_list_tags_for_resource.Rd                    |only
 man/guardduty_list_threat_intel_sets.Rd                    |   13 
 man/guardduty_start_monitoring_members.Rd                  |   17 
 man/guardduty_stop_monitoring_members.Rd                   |   17 
 man/guardduty_tag_resource.Rd                              |only
 man/guardduty_unarchive_findings.Rd                        |    6 
 man/guardduty_untag_resource.Rd                            |only
 man/guardduty_update_detector.Rd                           |    6 
 man/guardduty_update_filter.Rd                             |   40 
 man/guardduty_update_findings_feedback.Rd                  |   19 
 man/guardduty_update_ip_set.Rd                             |   19 
 man/guardduty_update_threat_intel_set.Rd                   |   23 
 man/iam.Rd                                                 |   19 
 man/iam_add_role_to_instance_profile.Rd                    |    8 
 man/iam_attach_group_policy.Rd                             |    4 
 man/iam_attach_role_policy.Rd                              |    4 
 man/iam_attach_user_policy.Rd                              |    4 
 man/iam_change_password.Rd                                 |    2 
 man/iam_create_access_key.Rd                               |    2 
 man/iam_create_account_alias.Rd                            |    2 
 man/iam_create_group.Rd                                    |   13 
 man/iam_create_instance_profile.Rd                         |    6 
 man/iam_create_login_profile.Rd                            |    2 
 man/iam_create_open_id_connect_provider.Rd                 |    9 
 man/iam_create_policy.Rd                                   |   17 
 man/iam_create_policy_version.Rd                           |   11 
 man/iam_create_role.Rd                                     |   34 
 man/iam_create_saml_provider.Rd                            |   10 
 man/iam_create_service_linked_role.Rd                      |    8 
 man/iam_create_service_specific_credential.Rd              |    2 
 man/iam_create_user.Rd                                     |   14 
 man/iam_create_virtual_mfa_device.Rd                       |   14 
 man/iam_deactivate_mfa_device.Rd                           |    2 
 man/iam_delete_account_alias.Rd                            |    2 
 man/iam_delete_group_policy.Rd                             |    2 
 man/iam_delete_instance_profile.Rd                         |    2 
 man/iam_delete_policy.Rd                                   |    4 
 man/iam_delete_policy_version.Rd                           |    6 
 man/iam_delete_role.Rd                                     |    2 
 man/iam_delete_role_permissions_boundary.Rd                |    4 
 man/iam_delete_role_policy.Rd                              |    2 
 man/iam_delete_saml_provider.Rd                            |    2 
 man/iam_delete_server_certificate.Rd                       |    4 
 man/iam_delete_service_linked_role.Rd                      |    2 
 man/iam_delete_ssh_public_key.Rd                           |    2 
 man/iam_delete_user.Rd                                     |   22 
 man/iam_delete_user_policy.Rd                              |    2 
 man/iam_detach_group_policy.Rd                             |    4 
 man/iam_detach_role_policy.Rd                              |    4 
 man/iam_detach_user_policy.Rd                              |    4 
 man/iam_enable_mfa_device.Rd                               |    4 
 man/iam_generate_credential_report.Rd                      |    2 
 man/iam_generate_organizations_access_report.Rd            |only
 man/iam_generate_service_last_accessed_details.Rd          |   23 
 man/iam_get_access_key_last_used.Rd                        |    2 
 man/iam_get_account_password_policy.Rd                     |    2 
 man/iam_get_account_summary.Rd                             |    2 
 man/iam_get_context_keys_for_principal_policy.Rd           |    2 
 man/iam_get_credential_report.Rd                           |    2 
 man/iam_get_group_policy.Rd                                |    2 
 man/iam_get_instance_profile.Rd                            |    2 
 man/iam_get_open_id_connect_provider.Rd                    |    2 
 man/iam_get_organizations_access_report.Rd                 |only
 man/iam_get_policy.Rd                                      |    4 
 man/iam_get_policy_version.Rd                              |    6 
 man/iam_get_role.Rd                                        |    2 
 man/iam_get_role_policy.Rd                                 |    4 
 man/iam_get_saml_provider.Rd                               |    4 
 man/iam_get_server_certificate.Rd                          |    2 
 man/iam_get_service_last_accessed_details.Rd               |   26 
 man/iam_get_service_last_accessed_details_with_entities.Rd |   10 
 man/iam_get_ssh_public_key.Rd                              |    2 
 man/iam_get_user_policy.Rd                                 |    4 
 man/iam_list_account_aliases.Rd                            |    2 
 man/iam_list_attached_group_policies.Rd                    |    2 
 man/iam_list_attached_role_policies.Rd                     |    2 
 man/iam_list_attached_user_policies.Rd                     |    2 
 man/iam_list_entities_for_policy.Rd                        |    2 
 man/iam_list_group_policies.Rd                             |    2 
 man/iam_list_instance_profiles.Rd                          |    2 
 man/iam_list_instance_profiles_for_role.Rd                 |    2 
 man/iam_list_policies.Rd                                   |    2 
 man/iam_list_policies_granting_service_access.Rd           |    8 
 man/iam_list_policy_versions.Rd                            |    4 
 man/iam_list_role_policies.Rd                              |    2 
 man/iam_list_role_tags.Rd                                  |    6 
 man/iam_list_roles.Rd                                      |    2 
 man/iam_list_saml_providers.Rd                             |    2 
 man/iam_list_server_certificates.Rd                        |    2 
 man/iam_list_service_specific_credentials.Rd               |    2 
 man/iam_list_signing_certificates.Rd                       |    3 
 man/iam_list_ssh_public_keys.Rd                            |    5 
 man/iam_list_user_policies.Rd                              |    2 
 man/iam_list_user_tags.Rd                                  |    6 
 man/iam_put_group_policy.Rd                                |   13 
 man/iam_put_role_permissions_boundary.Rd                   |    2 
 man/iam_put_role_policy.Rd                                 |   13 
 man/iam_put_user_permissions_boundary.Rd                   |    2 
 man/iam_put_user_policy.Rd                                 |   11 
 man/iam_remove_client_id_from_open_id_connect_provider.Rd  |    2 
 man/iam_remove_role_from_instance_profile.Rd               |    4 
 man/iam_resync_mfa_device.Rd                               |    2 
 man/iam_set_default_policy_version.Rd                      |    6 
 man/iam_set_security_token_service_preferences.Rd          |only
 man/iam_simulate_custom_policy.Rd                          |   31 
 man/iam_simulate_principal_policy.Rd                       |   30 
 man/iam_tag_role.Rd                                        |    4 
 man/iam_tag_user.Rd                                        |    4 
 man/iam_untag_role.Rd                                      |    2 
 man/iam_untag_user.Rd                                      |    2 
 man/iam_update_access_key.Rd                               |    4 
 man/iam_update_account_password_policy.Rd                  |    4 
 man/iam_update_assume_role_policy.Rd                       |    7 
 man/iam_update_group.Rd                                    |   10 
 man/iam_update_login_profile.Rd                            |    2 
 man/iam_update_open_id_connect_provider_thumbprint.Rd      |    2 
 man/iam_update_role.Rd                                     |    2 
 man/iam_update_saml_provider.Rd                            |    4 
 man/iam_update_server_certificate.Rd                       |    6 
 man/iam_update_ssh_public_key.Rd                           |    2 
 man/iam_update_user.Rd                                     |   12 
 man/iam_upload_server_certificate.Rd                       |   20 
 man/iam_upload_signing_certificate.Rd                      |   14 
 man/iam_upload_ssh_public_key.Rd                           |    2 
 man/inspector.Rd                                           |    2 
 man/inspector_create_assessment_target.Rd                  |    2 
 man/inspector_get_assessment_report.Rd                     |    2 
 man/inspector_list_assessment_targets.Rd                   |    2 
 man/kms.Rd                                                 |   40 
 man/kms_cancel_key_deletion.Rd                             |    4 
 man/kms_connect_custom_key_store.Rd                        |   13 
 man/kms_create_alias.Rd                                    |   46 
 man/kms_create_custom_key_store.Rd                         |   76 
 man/kms_create_grant.Rd                                    |   38 
 man/kms_create_key.Rd                                      |   68 
 man/kms_decrypt.Rd                                         |   21 
 man/kms_delete_alias.Rd                                    |    5 
 man/kms_delete_custom_key_store.Rd                         |    8 
 man/kms_delete_imported_key_material.Rd                    |    8 
 man/kms_describe_custom_key_stores.Rd                      |    8 
 man/kms_describe_key.Rd                                    |   11 
 man/kms_disable_key.Rd                                     |    6 
 man/kms_disable_key_rotation.Rd                            |    4 
 man/kms_disconnect_custom_key_store.Rd                     |    4 
 man/kms_enable_key.Rd                                      |    2 
 man/kms_enable_key_rotation.Rd                             |    6 
 man/kms_encrypt.Rd                                         |   42 
 man/kms_generate_data_key.Rd                               |   94 -
 man/kms_generate_data_key_without_plaintext.Rd             |   66 
 man/kms_generate_random.Rd                                 |    4 
 man/kms_get_key_rotation_status.Rd                         |    4 
 man/kms_get_parameters_for_import.Rd                       |    6 
 man/kms_import_key_material.Rd                             |    4 
 man/kms_list_aliases.Rd                                    |   20 
 man/kms_list_key_policies.Rd                               |    2 
 man/kms_list_retirable_grants.Rd                           |    4 
 man/kms_put_key_policy.Rd                                  |    8 
 man/kms_re_encrypt.Rd                                      |   10 
 man/kms_schedule_key_deletion.Rd                           |    8 
 man/kms_tag_resource.Rd                                    |    4 
 man/kms_untag_resource.Rd                                  |    2 
 man/kms_update_alias.Rd                                    |   22 
 man/kms_update_custom_key_store.Rd                         |   66 
 man/kms_update_key_description.Rd                          |    4 
 man/secretsmanager_rotate_secret.Rd                        |    5 
 man/securityhub.Rd                                         |   86 
 man/securityhub_accept_invitation.Rd                       |   15 
 man/securityhub_batch_disable_standards.Rd                 |   12 
 man/securityhub_batch_enable_standards.Rd                  |   17 
 man/securityhub_batch_import_findings.Rd                   |   15 
 man/securityhub_create_action_target.Rd                    |only
 man/securityhub_create_insight.Rd                          |  137 -
 man/securityhub_create_members.Rd                          |   31 
 man/securityhub_decline_invitations.Rd                     |   10 
 man/securityhub_delete_action_target.Rd                    |only
 man/securityhub_delete_insight.Rd                          |    6 
 man/securityhub_delete_invitations.Rd                      |   11 
 man/securityhub_delete_members.Rd                          |    9 
 man/securityhub_describe_action_targets.Rd                 |only
 man/securityhub_describe_hub.Rd                            |only
 man/securityhub_describe_products.Rd                       |only
 man/securityhub_disable_import_findings_for_product.Rd     |   11 
 man/securityhub_disable_security_hub.Rd                    |   16 
 man/securityhub_disassociate_from_master_account.Rd        |    8 
 man/securityhub_disassociate_members.Rd                    |   12 
 man/securityhub_enable_import_findings_for_product.Rd      |   12 
 man/securityhub_enable_security_hub.Rd                     |   20 
 man/securityhub_get_enabled_standards.Rd                   |   17 
 man/securityhub_get_findings.Rd                            |  133 -
 man/securityhub_get_insight_results.Rd                     |    8 
 man/securityhub_get_insights.Rd                            |   14 
 man/securityhub_get_members.Rd                             |   12 
 man/securityhub_invite_members.Rd                          |   15 
 man/securityhub_list_enabled_products_for_import.Rd        |   17 
 man/securityhub_list_invitations.Rd                        |   10 
 man/securityhub_list_members.Rd                            |   20 
 man/securityhub_list_tags_for_resource.Rd                  |only
 man/securityhub_tag_resource.Rd                            |only
 man/securityhub_untag_resource.Rd                          |only
 man/securityhub_update_action_target.Rd                    |only
 man/securityhub_update_findings.Rd                         |  125 -
 man/securityhub_update_insight.Rd                          |  120 -
 man/shield.Rd                                              |    4 
 man/shield_associate_drt_log_bucket.Rd                     |    8 
 man/shield_create_subscription.Rd                          |    3 
 man/shield_disassociate_drt_log_bucket.Rd                  |    6 
 man/sts.Rd                                                 |   83 
 man/sts_assume_role.Rd                                     |  246 +-
 man/sts_assume_role_with_saml.Rd                           |  142 -
 man/sts_assume_role_with_web_identity.Rd                   |  163 +
 man/sts_decode_authorization_message.Rd                    |   23 
 man/sts_get_federation_token.Rd                            |  217 +-
 man/sts_get_session_token.Rd                               |   74 
 man/waf.Rd                                                 |    3 
 man/waf_create_rate_based_rule.Rd                          |   20 
 man/waf_create_rule.Rd                                     |   20 
 man/waf_create_rule_group.Rd                               |   20 
 man/waf_create_web_acl.Rd                                  |   22 
 man/waf_list_tags_for_resource.Rd                          |only
 man/waf_put_logging_configuration.Rd                       |    3 
 man/waf_tag_resource.Rd                                    |only
 man/waf_untag_resource.Rd                                  |only
 man/wafregional.Rd                                         |    3 
 man/wafregional_create_rate_based_rule.Rd                  |   20 
 man/wafregional_create_rule.Rd                             |   20 
 man/wafregional_create_rule_group.Rd                       |   20 
 man/wafregional_create_web_acl.Rd                          |   23 
 man/wafregional_list_tags_for_resource.Rd                  |only
 man/wafregional_put_logging_configuration.Rd               |    3 
 man/wafregional_tag_resource.Rd                            |only
 man/wafregional_untag_resource.Rd                          |only
 tests/testthat/test_securityhub.R                          |   20 
 328 files changed, 6900 insertions(+), 4449 deletions(-)

More information about paws.security.identity at CRAN
Permanent link

Package paws.networking updated to version 0.1.3 with previous version 0.1.0 dated 2019-05-13

Title: Amazon Web Services Networking & Content Delivery APIs
Description: Interface to Amazon Web Services networking and content delivery APIs, including 'Route 53' Domain Name System service, 'CloudFront' content delivery, load balancing, 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.networking versions 0.1.0 dated 2019-05-13 and 0.1.3 dated 2019-07-28

 DESCRIPTION                                                                |    6 
 MD5                                                                        |  218 +++---
 R/apigateway_interfaces.R                                                  |   64 -
 R/apigateway_operations.R                                                  |  136 ++--
 R/apigatewayv2_interfaces.R                                                |   66 +-
 R/apigatewayv2_operations.R                                                |  164 ++++-
 R/apigatewayv2_service.R                                                   |    3 
 R/appmesh_interfaces.R                                                     |   12 
 R/appmesh_operations.R                                                     |   24 
 R/appmesh_service.R                                                        |    8 
 R/cloudfront_interfaces.R                                                  |   20 
 R/cloudfront_operations.R                                                  |  152 ++--
 R/cloudfront_service.R                                                     |    6 
 R/directconnect_interfaces.R                                               |  104 ++-
 R/directconnect_operations.R                                               |  321 ++++++++--
 R/directconnect_service.R                                                  |   11 
 R/elbv2_operations.R                                                       |  220 +++---
 R/elbv2_service.R                                                          |    6 
 R/route53_operations.R                                                     |  166 +++--
 R/route53_service.R                                                        |    4 
 man/apigateway_create_api_key.Rd                                           |   11 
 man/apigateway_create_authorizer.Rd                                        |   13 
 man/apigateway_create_base_path_mapping.Rd                                 |    4 
 man/apigateway_create_domain_name.Rd                                       |   15 
 man/apigateway_create_rest_api.Rd                                          |   11 
 man/apigateway_create_stage.Rd                                             |    4 
 man/apigateway_create_usage_plan.Rd                                        |    9 
 man/apigateway_create_vpc_link.Rd                                          |    9 
 man/apigateway_delete_base_path_mapping.Rd                                 |    4 
 man/apigateway_generate_client_certificate.Rd                              |   11 
 man/apigateway_get_base_path_mapping.Rd                                    |    4 
 man/apigateway_get_tags.Rd                                                 |    2 
 man/apigateway_import_rest_api.Rd                                          |    4 
 man/apigateway_put_integration.Rd                                          |    6 
 man/apigateway_put_method.Rd                                               |    2 
 man/apigateway_tag_resource.Rd                                             |    2 
 man/apigateway_test_invoke_authorizer.Rd                                   |    3 
 man/apigateway_untag_resource.Rd                                           |    2 
 man/apigateway_update_base_path_mapping.Rd                                 |    4 
 man/apigatewayv2.Rd                                                        |    3 
 man/apigatewayv2_create_api.Rd                                             |   11 
 man/apigatewayv2_create_domain_name.Rd                                     |   15 
 man/apigatewayv2_create_stage.Rd                                           |    9 
 man/apigatewayv2_get_tags.Rd                                               |only
 man/apigatewayv2_tag_resource.Rd                                           |only
 man/apigatewayv2_untag_resource.Rd                                         |only
 man/apigatewayv2_update_domain_name.Rd                                     |    5 
 man/appmesh.Rd                                                             |    8 
 man/appmesh_create_virtual_node.Rd                                         |   14 
 man/appmesh_update_virtual_node.Rd                                         |   10 
 man/cloudfront.Rd                                                          |    4 
 man/cloudfront_create_cloud_front_origin_access_identity.Rd                |    2 
 man/cloudfront_create_distribution.Rd                                      |   12 
 man/cloudfront_create_streaming_distribution.Rd                            |   16 
 man/cloudfront_delete_streaming_distribution.Rd                            |    2 
 man/cloudfront_get_distribution.Rd                                         |    3 
 man/cloudfront_get_distribution_config.Rd                                  |    3 
 man/cloudfront_list_distributions.Rd                                       |    4 
 man/cloudfront_update_distribution.Rd                                      |   17 
 man/directconnect.Rd                                                       |   11 
 man/directconnect_accept_direct_connect_gateway_association_proposal.Rd    |   16 
 man/directconnect_allocate_hosted_connection.Rd                            |   12 
 man/directconnect_allocate_private_virtual_interface.Rd                    |    8 
 man/directconnect_allocate_public_virtual_interface.Rd                     |    6 
 man/directconnect_allocate_transit_virtual_interface.Rd                    |only
 man/directconnect_confirm_transit_virtual_interface.Rd                     |only
 man/directconnect_create_connection.Rd                                     |   12 
 man/directconnect_create_direct_connect_gateway_association.Rd             |    7 
 man/directconnect_create_direct_connect_gateway_association_proposal.Rd    |   15 
 man/directconnect_create_interconnect.Rd                                   |   12 
 man/directconnect_create_lag.Rd                                            |   24 
 man/directconnect_create_private_virtual_interface.Rd                      |    8 
 man/directconnect_create_public_virtual_interface.Rd                       |    6 
 man/directconnect_create_transit_virtual_interface.Rd                      |only
 man/directconnect_delete_direct_connect_gateway_association_proposal.Rd    |    4 
 man/directconnect_describe_direct_connect_gateway_association_proposals.Rd |    6 
 man/directconnect_tag_resource.Rd                                          |    2 
 man/elbv2.Rd                                                               |    6 
 man/elbv2_add_listener_certificates.Rd                                     |   21 
 man/elbv2_create_listener.Rd                                               |   18 
 man/elbv2_create_rule.Rd                                                   |   33 -
 man/elbv2_create_target_group.Rd                                           |   47 -
 man/elbv2_describe_listener_certificates.Rd                                |   14 
 man/elbv2_describe_listeners.Rd                                            |    5 
 man/elbv2_modify_listener.Rd                                               |   18 
 man/elbv2_modify_rule.Rd                                                   |   36 -
 man/elbv2_modify_target_group.Rd                                           |    8 
 man/elbv2_remove_listener_certificates.Rd                                  |    6 
 man/elbv2_set_ip_address_type.Rd                                           |    5 
 man/route53.Rd                                                             |    3 
 man/route53_associate_vpc_with_hosted_zone.Rd                              |    2 
 man/route53_change_resource_record_sets.Rd                                 |    7 
 man/route53_change_tags_for_resource.Rd                                    |    2 
 man/route53_create_health_check.Rd                                         |    6 
 man/route53_create_hosted_zone.Rd                                          |    8 
 man/route53_create_query_logging_config.Rd                                 |   10 
 man/route53_create_traffic_policy.Rd                                       |    2 
 man/route53_create_traffic_policy_version.Rd                               |    3 
 man/route53_create_vpc_association_authorization.Rd                        |    2 
 man/route53_delete_hosted_zone.Rd                                          |   44 -
 man/route53_delete_query_logging_config.Rd                                 |    3 
 man/route53_delete_reusable_delegation_set.Rd                              |    6 
 man/route53_delete_vpc_association_authorization.Rd                        |    2 
 man/route53_disassociate_vpc_from_hosted_zone.Rd                           |    2 
 man/route53_get_account_limit.Rd                                           |    7 
 man/route53_get_hosted_zone_limit.Rd                                       |    2 
 man/route53_get_query_logging_config.Rd                                    |    5 
 man/route53_get_reusable_delegation_set_limit.Rd                           |    2 
 man/route53_list_query_logging_configs.Rd                                  |   10 
 man/route53_list_resource_record_sets.Rd                                   |    4 
 man/route53_list_tags_for_resource.Rd                                      |    2 
 man/route53_list_tags_for_resources.Rd                                     |    2 
 man/route53_update_health_check.Rd                                         |   26 
 113 files changed, 1635 insertions(+), 862 deletions(-)

More information about paws.networking at CRAN
Permanent link

Package paws.management updated to version 0.1.3 with previous version 0.1.0 dated 2019-05-13

Title: Amazon Web Services Management & Governance APIs
Description: Interface to Amazon Web Services management and governance APIs, including 'CloudWatch' application and infrastructure monitoring, 'Auto Scaling' for automatically scaling resources, 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.management versions 0.1.0 dated 2019-05-13 and 0.1.3 dated 2019-07-28

 DESCRIPTION                                                                |   19 
 MD5                                                                        |  615 +++--
 NAMESPACE                                                                  |    2 
 R/applicationinsights_interfaces.R                                         |only
 R/applicationinsights_operations.R                                         |only
 R/applicationinsights_service.R                                            |only
 R/autoscaling_operations.R                                                 |  212 +
 R/autoscaling_service.R                                                    |    2 
 R/cloudformation_operations.R                                              |  178 -
 R/cloudformation_service.R                                                 |    2 
 R/cloudwatch_interfaces.R                                                  |   42 
 R/cloudwatch_operations.R                                                  |  227 +-
 R/cloudwatch_service.R                                                     |    5 
 R/cloudwatchevents_interfaces.R                                            |  180 +
 R/cloudwatchevents_operations.R                                            | 1040 +++++++--
 R/cloudwatchevents_service.R                                               |   49 
 R/cloudwatchlogs_operations.R                                              |   22 
 R/configservice_interfaces.R                                               |   64 
 R/configservice_operations.R                                               |  278 ++
 R/configservice_service.R                                                  |    5 
 R/health_operations.R                                                      |    6 
 R/health_service.R                                                         |    4 
 R/opsworks_operations.R                                                    |  459 ++--
 R/opsworks_service.R                                                       |   10 
 R/opsworkscm_operations.R                                                  |   42 
 R/opsworkscm_service.R                                                     |    8 
 R/organizations_interfaces.R                                               |   50 
 R/organizations_operations.R                                               |  522 +++-
 R/organizations_service.R                                                  |   10 
 R/resourcegroups_operations.R                                              |   12 
 R/resourcegroups_service.R                                                 |    4 
 R/resourcegroupstaggingapi_operations.R                                    |   95 
 R/resourcegroupstaggingapi_service.R                                       |  197 +
 R/servicecatalog_interfaces.R                                              |  102 
 R/servicecatalog_operations.R                                              |  399 +++
 R/servicecatalog_service.R                                                 |    6 
 R/servicequotas_interfaces.R                                               |only
 R/servicequotas_operations.R                                               |only
 R/servicequotas_service.R                                                  |only
 R/ssm_interfaces.R                                                         |   86 
 R/ssm_operations.R                                                         | 1119 +++++++---
 R/ssm_service.R                                                            |   60 
 man/applicationinsights.Rd                                                 |only
 man/applicationinsights_create_application.Rd                              |only
 man/applicationinsights_create_component.Rd                                |only
 man/applicationinsights_delete_application.Rd                              |only
 man/applicationinsights_delete_component.Rd                                |only
 man/applicationinsights_describe_application.Rd                            |only
 man/applicationinsights_describe_component.Rd                              |only
 man/applicationinsights_describe_component_configuration.Rd                |only
 man/applicationinsights_describe_component_configuration_recommendation.Rd |only
 man/applicationinsights_describe_observation.Rd                            |only
 man/applicationinsights_describe_problem.Rd                                |only
 man/applicationinsights_describe_problem_observations.Rd                   |only
 man/applicationinsights_list_applications.Rd                               |only
 man/applicationinsights_list_components.Rd                                 |only
 man/applicationinsights_list_problems.Rd                                   |only
 man/applicationinsights_update_component.Rd                                |only
 man/applicationinsights_update_component_configuration.Rd                  |only
 man/autoscaling.Rd                                                         |    2 
 man/autoscaling_create_auto_scaling_group.Rd                               |   76 
 man/autoscaling_create_launch_configuration.Rd                             |   26 
 man/autoscaling_delete_policy.Rd                                           |    8 
 man/autoscaling_describe_scheduled_actions.Rd                              |    6 
 man/autoscaling_execute_policy.Rd                                          |    3 
 man/autoscaling_put_scheduled_update_group_action.Rd                       |   21 
 man/autoscaling_update_auto_scaling_group.Rd                               |   80 
 man/cloudformation.Rd                                                      |    2 
 man/cloudformation_continue_update_rollback.Rd                             |    6 
 man/cloudformation_create_change_set.Rd                                    |   18 
 man/cloudformation_create_stack.Rd                                         |   24 
 man/cloudformation_create_stack_instances.Rd                               |    2 
 man/cloudformation_create_stack_set.Rd                                     |   18 
 man/cloudformation_delete_stack_instances.Rd                               |    2 
 man/cloudformation_describe_account_limits.Rd                              |    4 
 man/cloudformation_describe_change_set.Rd                                  |    2 
 man/cloudformation_describe_stack_drift_detection_status.Rd                |    2 
 man/cloudformation_describe_stack_events.Rd                                |    2 
 man/cloudformation_describe_stack_resource_drifts.Rd                       |    2 
 man/cloudformation_describe_stack_resources.Rd                             |    2 
 man/cloudformation_detect_stack_drift.Rd                                   |    4 
 man/cloudformation_detect_stack_resource_drift.Rd                          |    4 
 man/cloudformation_estimate_template_cost.Rd                               |    4 
 man/cloudformation_get_template_summary.Rd                                 |    4 
 man/cloudformation_list_exports.Rd                                         |    4 
 man/cloudformation_list_imports.Rd                                         |    2 
 man/cloudformation_set_stack_policy.Rd                                     |    2 
 man/cloudformation_update_stack.Rd                                         |   24 
 man/cloudformation_update_stack_instances.Rd                               |    8 
 man/cloudformation_update_stack_set.Rd                                     |   29 
 man/cloudformation_validate_template.Rd                                    |    4 
 man/cloudwatch.Rd                                                          |    5 
 man/cloudwatch_delete_anomaly_detector.Rd                                  |only
 man/cloudwatch_describe_anomaly_detectors.Rd                               |only
 man/cloudwatch_put_anomaly_detector.Rd                                     |only
 man/cloudwatch_put_dashboard.Rd                                            |    3 
 man/cloudwatch_put_metric_alarm.Rd                                         |   39 
 man/cloudwatchevents.Rd                                                    |   47 
 man/cloudwatchevents_activate_event_source.Rd                              |only
 man/cloudwatchevents_create_event_bus.Rd                                   |only
 man/cloudwatchevents_create_partner_event_source.Rd                        |only
 man/cloudwatchevents_deactivate_event_source.Rd                            |only
 man/cloudwatchevents_delete_event_bus.Rd                                   |only
 man/cloudwatchevents_delete_partner_event_source.Rd                        |only
 man/cloudwatchevents_delete_rule.Rd                                        |   10 
 man/cloudwatchevents_describe_event_bus.Rd                                 |   28 
 man/cloudwatchevents_describe_event_source.Rd                              |only
 man/cloudwatchevents_describe_partner_event_source.Rd                      |only
 man/cloudwatchevents_describe_rule.Rd                                      |   10 
 man/cloudwatchevents_disable_rule.Rd                                       |   12 
 man/cloudwatchevents_enable_rule.Rd                                        |   10 
 man/cloudwatchevents_list_event_buses.Rd                                   |only
 man/cloudwatchevents_list_event_sources.Rd                                 |only
 man/cloudwatchevents_list_partner_event_source_accounts.Rd                 |only
 man/cloudwatchevents_list_partner_event_sources.Rd                         |only
 man/cloudwatchevents_list_rule_names_by_target.Rd                          |   12 
 man/cloudwatchevents_list_rules.Rd                                         |   14 
 man/cloudwatchevents_list_tags_for_resource.Rd                             |    8 
 man/cloudwatchevents_list_targets_by_rule.Rd                               |    7 
 man/cloudwatchevents_put_events.Rd                                         |   10 
 man/cloudwatchevents_put_partner_events.Rd                                 |only
 man/cloudwatchevents_put_permission.Rd                                     |   54 
 man/cloudwatchevents_put_rule.Rd                                           |   72 
 man/cloudwatchevents_put_targets.Rd                                        |   73 
 man/cloudwatchevents_remove_permission.Rd                                  |   12 
 man/cloudwatchevents_remove_targets.Rd                                     |    9 
 man/cloudwatchevents_tag_resource.Rd                                       |   16 
 man/cloudwatchevents_test_event_pattern.Rd                                 |   12 
 man/cloudwatchevents_untag_resource.Rd                                     |    8 
 man/cloudwatchlogs_filter_log_events.Rd                                    |    7 
 man/cloudwatchlogs_get_query_results.Rd                                    |    7 
 man/cloudwatchlogs_put_log_events.Rd                                       |    4 
 man/cloudwatchlogs_put_resource_policy.Rd                                  |    2 
 man/cloudwatchlogs_start_query.Rd                                          |    4 
 man/configservice.Rd                                                       |    5 
 man/configservice_delete_organization_config_rule.Rd                       |only
 man/configservice_describe_config_rule_evaluation_status.Rd                |    2 
 man/configservice_describe_organization_config_rule_statuses.Rd            |only
 man/configservice_describe_organization_config_rules.Rd                    |only
 man/configservice_get_organization_config_rule_detailed_status.Rd          |only
 man/configservice_put_aggregation_authorization.Rd                         |   12 
 man/configservice_put_config_rule.Rd                                       |   10 
 man/configservice_put_configuration_aggregator.Rd                          |   10 
 man/configservice_put_organization_config_rule.Rd                          |only
 man/health.Rd                                                              |    4 
 man/health_describe_event_aggregates.Rd                                    |    2 
 man/health_describe_event_types.Rd                                         |    2 
 man/health_describe_events.Rd                                              |    2 
 man/opsworks.Rd                                                            |   10 
 man/opsworks_assign_instance.Rd                                            |    2 
 man/opsworks_assign_volume.Rd                                              |    4 
 man/opsworks_associate_elastic_ip.Rd                                       |    4 
 man/opsworks_attach_elastic_load_balancer.Rd                               |    6 
 man/opsworks_clone_stack.Rd                                                |   47 
 man/opsworks_create_app.Rd                                                 |   19 
 man/opsworks_create_deployment.Rd                                          |   15 
 man/opsworks_create_instance.Rd                                            |   31 
 man/opsworks_create_layer.Rd                                               |   16 
 man/opsworks_create_stack.Rd                                               |   47 
 man/opsworks_create_user_profile.Rd                                        |    4 
 man/opsworks_delete_app.Rd                                                 |    2 
 man/opsworks_delete_instance.Rd                                            |    4 
 man/opsworks_delete_layer.Rd                                               |    4 
 man/opsworks_delete_stack.Rd                                               |    4 
 man/opsworks_delete_user_profile.Rd                                        |    2 
 man/opsworks_deregister_ecs_cluster.Rd                                     |    4 
 man/opsworks_deregister_elastic_ip.Rd                                      |    4 
 man/opsworks_deregister_instance.Rd                                        |    2 
 man/opsworks_deregister_rds_db_instance.Rd                                 |    2 
 man/opsworks_deregister_volume.Rd                                          |    4 
 man/opsworks_describe_apps.Rd                                              |    2 
 man/opsworks_describe_commands.Rd                                          |    2 
 man/opsworks_describe_deployments.Rd                                       |    2 
 man/opsworks_describe_ecs_clusters.Rd                                      |    2 
 man/opsworks_describe_elastic_ips.Rd                                       |    4 
 man/opsworks_describe_elastic_load_balancers.Rd                            |    2 
 man/opsworks_describe_instances.Rd                                         |    2 
 man/opsworks_describe_layers.Rd                                            |    2 
 man/opsworks_describe_load_based_auto_scaling.Rd                           |    2 
 man/opsworks_describe_my_user_profile.Rd                                   |    2 
 man/opsworks_describe_permissions.Rd                                       |    4 
 man/opsworks_describe_raid_arrays.Rd                                       |    2 
 man/opsworks_describe_rds_db_instances.Rd                                  |    2 
 man/opsworks_describe_service_errors.Rd                                    |    2 
 man/opsworks_describe_stack_provisioning_parameters.Rd                     |    2 
 man/opsworks_describe_stack_summary.Rd                                     |    2 
 man/opsworks_describe_stacks.Rd                                            |    2 
 man/opsworks_describe_time_based_auto_scaling.Rd                           |    2 
 man/opsworks_describe_user_profiles.Rd                                     |    2 
 man/opsworks_describe_volumes.Rd                                           |    2 
 man/opsworks_detach_elastic_load_balancer.Rd                               |    2 
 man/opsworks_disassociate_elastic_ip.Rd                                    |    4 
 man/opsworks_get_hostname_suggestion.Rd                                    |    2 
 man/opsworks_reboot_instance.Rd                                            |    4 
 man/opsworks_register_ecs_cluster.Rd                                       |    4 
 man/opsworks_register_elastic_ip.Rd                                        |    4 
 man/opsworks_register_instance.Rd                                          |    6 
 man/opsworks_register_rds_db_instance.Rd                                   |    2 
 man/opsworks_register_volume.Rd                                            |    4 
 man/opsworks_set_load_based_auto_scaling.Rd                                |    4 
 man/opsworks_set_permission.Rd                                             |    6 
 man/opsworks_set_time_based_auto_scaling.Rd                                |    4 
 man/opsworks_start_instance.Rd                                             |    4 
 man/opsworks_start_stack.Rd                                                |    2 
 man/opsworks_stop_instance.Rd                                              |   12 
 man/opsworks_stop_stack.Rd                                                 |    2 
 man/opsworks_tag_resource.Rd                                               |    2 
 man/opsworks_unassign_instance.Rd                                          |    2 
 man/opsworks_unassign_volume.Rd                                            |    4 
 man/opsworks_update_app.Rd                                                 |   17 
 man/opsworks_update_elastic_ip.Rd                                          |    4 
 man/opsworks_update_instance.Rd                                            |   19 
 man/opsworks_update_layer.Rd                                               |   14 
 man/opsworks_update_my_user_profile.Rd                                     |    2 
 man/opsworks_update_rds_db_instance.Rd                                     |    2 
 man/opsworks_update_stack.Rd                                               |   37 
 man/opsworks_update_user_profile.Rd                                        |    4 
 man/opsworks_update_volume.Rd                                              |    4 
 man/opsworkscm.Rd                                                          |    8 
 man/opsworkscm_create_server.Rd                                            |   34 
 man/opsworkscm_describe_account_attributes.Rd                              |    6 
 man/opsworkscm_restore_server.Rd                                           |    2 
 man/organizations.Rd                                                       |   10 
 man/organizations_accept_handshake.Rd                                      |   14 
 man/organizations_attach_policy.Rd                                         |   27 
 man/organizations_cancel_handshake.Rd                                      |    2 
 man/organizations_create_account.Rd                                        |    6 
 man/organizations_create_gov_cloud_account.Rd                              |only
 man/organizations_create_organization.Rd                                   |   17 
 man/organizations_create_organizational_unit.Rd                            |    6 
 man/organizations_create_policy.Rd                                         |    2 
 man/organizations_decline_handshake.Rd                                     |    4 
 man/organizations_describe_account.Rd                                      |    6 
 man/organizations_describe_handshake.Rd                                    |    6 
 man/organizations_describe_organization.Rd                                 |    4 
 man/organizations_detach_policy.Rd                                         |   12 
 man/organizations_disable_aws_service_access.Rd                            |    2 
 man/organizations_enable_all_features.Rd                                   |    2 
 man/organizations_enable_aws_service_access.Rd                             |    2 
 man/organizations_invite_account_to_organization.Rd                        |   19 
 man/organizations_leave_organization.Rd                                    |    8 
 man/organizations_list_accounts_for_parent.Rd                              |    4 
 man/organizations_list_aws_service_access_for_organization.Rd              |    2 
 man/organizations_list_create_account_status.Rd                            |    2 
 man/organizations_list_handshakes_for_account.Rd                           |    4 
 man/organizations_list_handshakes_for_organization.Rd                      |    4 
 man/organizations_list_parents.Rd                                          |    2 
 man/organizations_list_roots.Rd                                            |    2 
 man/organizations_list_tags_for_resource.Rd                                |only
 man/organizations_list_targets_for_policy.Rd                               |   12 
 man/organizations_remove_account_from_organization.Rd                      |   16 
 man/organizations_tag_resource.Rd                                          |only
 man/organizations_untag_resource.Rd                                        |only
 man/organizations_update_organizational_unit.Rd                            |    2 
 man/organizations_update_policy.Rd                                         |    6 
 man/resourcegroups.Rd                                                      |    4 
 man/resourcegroups_get_tags.Rd                                             |   12 
 man/resourcegroupstaggingapi.Rd                                            |  109 
 man/resourcegroupstaggingapi_get_resources.Rd                              |   79 
 man/resourcegroupstaggingapi_tag_resources.Rd                              |    8 
 man/resourcegroupstaggingapi_untag_resources.Rd                            |    4 
 man/servicecatalog.Rd                                                      |    6 
 man/servicecatalog_associate_budget_with_resource.Rd                       |only
 man/servicecatalog_create_constraint.Rd                                    |    2 
 man/servicecatalog_create_product.Rd                                       |    3 
 man/servicecatalog_create_provisioned_product_plan.Rd                      |    6 
 man/servicecatalog_create_provisioning_artifact.Rd                         |    3 
 man/servicecatalog_describe_record.Rd                                      |    7 
 man/servicecatalog_describe_service_action_execution_parameters.Rd         |only
 man/servicecatalog_disassociate_budget_from_resource.Rd                    |only
 man/servicecatalog_execute_provisioned_product_service_action.Rd           |   12 
 man/servicecatalog_list_budgets_for_resource.Rd                            |only
 man/servicecatalog_list_stack_instances_for_provisioned_product.Rd         |only
 man/servicecatalog_update_constraint.Rd                                    |   49 
 man/servicecatalog_update_provisioned_product.Rd                           |    2 
 man/servicecatalog_update_provisioned_product_properties.Rd                |only
 man/servicecatalog_update_provisioning_artifact.Rd                         |   15 
 man/servicequotas.Rd                                                       |only
 man/servicequotas_associate_service_quota_template.Rd                      |only
 man/servicequotas_delete_service_quota_increase_request_from_template.Rd   |only
 man/servicequotas_disassociate_service_quota_template.Rd                   |only
 man/servicequotas_get_association_for_service_quota_template.Rd            |only
 man/servicequotas_get_aws_default_service_quota.Rd                         |only
 man/servicequotas_get_requested_service_quota_change.Rd                    |only
 man/servicequotas_get_service_quota.Rd                                     |only
 man/servicequotas_get_service_quota_increase_request_from_template.Rd      |only
 man/servicequotas_list_aws_default_service_quotas.Rd                       |only
 man/servicequotas_list_requested_service_quota_change_history.Rd           |only
 man/servicequotas_list_requested_service_quota_change_history_by_quota.Rd  |only
 man/servicequotas_list_service_quota_increase_requests_in_template.Rd      |only
 man/servicequotas_list_service_quotas.Rd                                   |only
 man/servicequotas_list_services.Rd                                         |only
 man/servicequotas_put_service_quota_increase_request_into_template.Rd      |only
 man/servicequotas_request_service_quota_increase.Rd                        |only
 man/ssm.Rd                                                                 |   58 
 man/ssm_add_tags_to_resource.Rd                                            |   10 
 man/ssm_cancel_maintenance_window_execution.Rd                             |    6 
 man/ssm_create_activation.Rd                                               |    2 
 man/ssm_create_association.Rd                                              |   13 
 man/ssm_create_maintenance_window.Rd                                       |   40 
 man/ssm_create_ops_item.Rd                                                 |only
 man/ssm_create_patch_baseline.Rd                                           |    8 
 man/ssm_delete_document.Rd                                                 |   12 
 man/ssm_delete_inventory.Rd                                                |    2 
 man/ssm_delete_maintenance_window.Rd                                       |    6 
 man/ssm_deregister_target_from_maintenance_window.Rd                       |    8 
 man/ssm_deregister_task_from_maintenance_window.Rd                         |    8 
 man/ssm_describe_maintenance_window_execution_task_invocations.Rd          |    8 
 man/ssm_describe_maintenance_window_execution_tasks.Rd                     |    8 
 man/ssm_describe_maintenance_window_executions.Rd                          |   10 
 man/ssm_describe_maintenance_window_schedule.Rd                            |    8 
 man/ssm_describe_maintenance_window_targets.Rd                             |    6 
 man/ssm_describe_maintenance_window_tasks.Rd                               |    6 
 man/ssm_describe_maintenance_windows.Rd                                    |    6 
 man/ssm_describe_maintenance_windows_for_target.Rd                         |    8 
 man/ssm_describe_ops_items.Rd                                              |only
 man/ssm_describe_patch_properties.Rd                                       |only
 man/ssm_get_maintenance_window.Rd                                          |    7 
 man/ssm_get_maintenance_window_execution.Rd                                |   10 
 man/ssm_get_maintenance_window_execution_task.Rd                           |   12 
 man/ssm_get_maintenance_window_execution_task_invocation.Rd                |    8 
 man/ssm_get_maintenance_window_task.Rd                                     |    8 
 man/ssm_get_ops_item.Rd                                                    |only
 man/ssm_get_ops_summary.Rd                                                 |only
 man/ssm_get_parameters_by_path.Rd                                          |    8 
 man/ssm_list_command_invocations.Rd                                        |    4 
 man/ssm_list_tags_for_resource.Rd                                          |    2 
 man/ssm_put_parameter.Rd                                                   |   59 
 man/ssm_register_target_with_maintenance_window.Rd                         |   32 
 man/ssm_register_task_with_maintenance_window.Rd                           |   45 
 man/ssm_remove_tags_from_resource.Rd                                       |   10 
 man/ssm_send_automation_signal.Rd                                          |   20 
 man/ssm_send_command.Rd                                                    |   36 
 man/ssm_start_associations_once.Rd                                         |   10 
 man/ssm_start_automation_execution.Rd                                      |    6 
 man/ssm_stop_automation_execution.Rd                                       |    4 
 man/ssm_update_association.Rd                                              |   15 
 man/ssm_update_maintenance_window.Rd                                       |   26 
 man/ssm_update_maintenance_window_target.Rd                                |    8 
 man/ssm_update_maintenance_window_task.Rd                                  |   34 
 man/ssm_update_ops_item.Rd                                                 |only
 man/ssm_update_patch_baseline.Rd                                           |    8 
 tests/testthat/test_applicationinsights.R                                  |only
 tests/testthat/test_cloudwatch.R                                           |    8 
 tests/testthat/test_cloudwatchevents.R                                     |    8 
 tests/testthat/test_configservice.R                                        |    8 
 tests/testthat/test_servicequotas.R                                        |only
 tests/testthat/test_ssm.R                                                  |    8 
 348 files changed, 6293 insertions(+), 2452 deletions(-)

More information about paws.management at CRAN
Permanent link

Package paws.machine.learning updated to version 0.1.3 with previous version 0.1.0 dated 2019-05-09

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.0 dated 2019-05-09 and 0.1.3 dated 2019-07-28

 DESCRIPTION                                             |   14 
 MD5                                                     |  177 ++++---
 NAMESPACE                                               |    3 
 R/comprehend_interfaces.R                               |   84 ++-
 R/comprehend_operations.R                               |  382 +++++++++++++---
 R/comprehend_service.R                                  |    5 
 R/personalize_interfaces.R                              |only
 R/personalize_operations.R                              |only
 R/personalize_service.R                                 |only
 R/personalizeevents_interfaces.R                        |only
 R/personalizeevents_operations.R                        |only
 R/personalizeevents_service.R                           |only
 R/personalizeruntime_interfaces.R                       |only
 R/personalizeruntime_operations.R                       |only
 R/personalizeruntime_service.R                          |only
 R/polly_operations.R                                    |   10 
 R/sagemaker_interfaces.R                                |   16 
 R/sagemaker_operations.R                                |  192 +++++---
 R/textract_interfaces.R                                 |    8 
 R/textract_operations.R                                 |  160 ++++--
 R/textract_service.R                                    |    8 
 R/transcribeservice_operations.R                        |    6 
 man/comprehend.Rd                                       |    5 
 man/comprehend_batch_detect_entities.Rd                 |    6 
 man/comprehend_batch_detect_key_phrases.Rd              |    6 
 man/comprehend_batch_detect_sentiment.Rd                |    6 
 man/comprehend_batch_detect_syntax.Rd                   |    6 
 man/comprehend_create_document_classifier.Rd            |   42 +
 man/comprehend_create_entity_recognizer.Rd              |   28 +
 man/comprehend_detect_entities.Rd                       |    6 
 man/comprehend_detect_key_phrases.Rd                    |    6 
 man/comprehend_detect_sentiment.Rd                      |    6 
 man/comprehend_detect_syntax.Rd                         |    6 
 man/comprehend_list_tags_for_resource.Rd                |only
 man/comprehend_start_document_classification_job.Rd     |   16 
 man/comprehend_start_dominant_language_detection_job.Rd |   16 
 man/comprehend_start_entities_detection_job.Rd          |   16 
 man/comprehend_start_key_phrases_detection_job.Rd       |   22 
 man/comprehend_start_sentiment_detection_job.Rd         |   22 
 man/comprehend_start_topics_detection_job.Rd            |   16 
 man/comprehend_tag_resource.Rd                          |only
 man/comprehend_untag_resource.Rd                        |only
 man/personalize.Rd                                      |only
 man/personalize_create_campaign.Rd                      |only
 man/personalize_create_dataset.Rd                       |only
 man/personalize_create_dataset_group.Rd                 |only
 man/personalize_create_dataset_import_job.Rd            |only
 man/personalize_create_event_tracker.Rd                 |only
 man/personalize_create_schema.Rd                        |only
 man/personalize_create_solution.Rd                      |only
 man/personalize_create_solution_version.Rd              |only
 man/personalize_delete_campaign.Rd                      |only
 man/personalize_delete_dataset.Rd                       |only
 man/personalize_delete_dataset_group.Rd                 |only
 man/personalize_delete_event_tracker.Rd                 |only
 man/personalize_delete_schema.Rd                        |only
 man/personalize_delete_solution.Rd                      |only
 man/personalize_describe_algorithm.Rd                   |only
 man/personalize_describe_campaign.Rd                    |only
 man/personalize_describe_dataset.Rd                     |only
 man/personalize_describe_dataset_group.Rd               |only
 man/personalize_describe_dataset_import_job.Rd          |only
 man/personalize_describe_event_tracker.Rd               |only
 man/personalize_describe_feature_transformation.Rd      |only
 man/personalize_describe_recipe.Rd                      |only
 man/personalize_describe_schema.Rd                      |only
 man/personalize_describe_solution.Rd                    |only
 man/personalize_describe_solution_version.Rd            |only
 man/personalize_get_solution_metrics.Rd                 |only
 man/personalize_list_campaigns.Rd                       |only
 man/personalize_list_dataset_groups.Rd                  |only
 man/personalize_list_dataset_import_jobs.Rd             |only
 man/personalize_list_datasets.Rd                        |only
 man/personalize_list_event_trackers.Rd                  |only
 man/personalize_list_recipes.Rd                         |only
 man/personalize_list_schemas.Rd                         |only
 man/personalize_list_solution_versions.Rd               |only
 man/personalize_list_solutions.Rd                       |only
 man/personalize_update_campaign.Rd                      |only
 man/personalizeevents.Rd                                |only
 man/personalizeevents_put_events.Rd                     |only
 man/personalizeruntime.Rd                               |only
 man/personalizeruntime_get_personalized_ranking.Rd      |only
 man/personalizeruntime_get_recommendations.Rd           |only
 man/polly_describe_voices.Rd                            |    2 
 man/polly_start_speech_synthesis_task.Rd                |    4 
 man/polly_synthesize_speech.Rd                          |    4 
 man/sagemaker_add_tags.Rd                               |    4 
 man/sagemaker_create_compilation_job.Rd                 |    8 
 man/sagemaker_create_endpoint.Rd                        |    5 
 man/sagemaker_create_endpoint_config.Rd                 |    6 
 man/sagemaker_create_hyper_parameter_tuning_job.Rd      |    2 
 man/sagemaker_create_model.Rd                           |   10 
 man/sagemaker_create_notebook_instance.Rd               |    8 
 man/sagemaker_create_presigned_notebook_instance_url.Rd |   20 
 man/sagemaker_create_training_job.Rd                    |   26 -
 man/sagemaker_create_transform_job.Rd                   |   21 
 man/sagemaker_create_workteam.Rd                        |    8 
 man/sagemaker_list_endpoint_configs.Rd                  |    4 
 man/sagemaker_list_endpoints.Rd                         |    4 
 man/sagemaker_list_models.Rd                            |    4 
 man/sagemaker_stop_notebook_instance.Rd                 |    4 
 man/sagemaker_update_endpoint.Rd                        |    6 
 man/sagemaker_update_notebook_instance.Rd               |   27 -
 man/sagemaker_update_workteam.Rd                        |   10 
 man/textract.Rd                                         |    8 
 man/textract_analyze_document.Rd                        |   36 -
 man/textract_detect_document_text.Rd                    |   16 
 man/textract_get_document_analysis.Rd                   |   25 -
 man/textract_get_document_text_detection.Rd             |   18 
 man/textract_start_document_analysis.Rd                 |   39 -
 man/textract_start_document_text_detection.Rd           |   17 
 man/transcribeservice_create_vocabulary.Rd              |    2 
 man/transcribeservice_start_transcription_job.Rd        |    2 
 man/transcribeservice_update_vocabulary.Rd              |    2 
 tests/testthat/test_personalize.R                       |only
 tests/testthat/test_personalizeevents.R                 |only
 tests/testthat/test_personalizeruntime.R                |only
 118 files changed, 1183 insertions(+), 465 deletions(-)

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

Package paws.customer.engagement updated to version 0.1.3 with previous version 0.1.0 dated 2019-05-13

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.0 dated 2019-05-13 and 0.1.3 dated 2019-07-28

 DESCRIPTION                                                 |    6 
 MD5                                                         |  305 ++--
 R/connect_operations.R                                      |    2 
 R/pinpoint_operations.R                                     |  755 +++++++-----
 R/pinpoint_service.R                                        |  156 +-
 R/pinpointemail_interfaces.R                                |   54 
 R/pinpointemail_operations.R                                |  230 ++-
 R/pinpointemail_service.R                                   |   36 
 R/ses_interfaces.R                                          |   14 
 R/ses_operations.R                                          |  253 ++--
 R/ses_service.R                                             |    9 
 man/connect_get_current_metric_data.Rd                      |    2 
 man/pinpoint.Rd                                             |  156 +-
 man/pinpoint_create_app.Rd                                  |    4 
 man/pinpoint_create_campaign.Rd                             |    9 
 man/pinpoint_create_export_job.Rd                           |    7 
 man/pinpoint_create_import_job.Rd                           |    7 
 man/pinpoint_create_segment.Rd                              |   11 
 man/pinpoint_delete_adm_channel.Rd                          |    9 
 man/pinpoint_delete_apns_channel.Rd                         |    9 
 man/pinpoint_delete_apns_sandbox_channel.Rd                 |    9 
 man/pinpoint_delete_apns_voip_channel.Rd                    |    9 
 man/pinpoint_delete_apns_voip_sandbox_channel.Rd            |    9 
 man/pinpoint_delete_app.Rd                                  |    7 
 man/pinpoint_delete_baidu_channel.Rd                        |    9 
 man/pinpoint_delete_campaign.Rd                             |    9 
 man/pinpoint_delete_email_channel.Rd                        |    9 
 man/pinpoint_delete_endpoint.Rd                             |    9 
 man/pinpoint_delete_event_stream.Rd                         |    7 
 man/pinpoint_delete_gcm_channel.Rd                          |    9 
 man/pinpoint_delete_segment.Rd                              |    9 
 man/pinpoint_delete_sms_channel.Rd                          |    9 
 man/pinpoint_delete_user_endpoints.Rd                       |    9 
 man/pinpoint_delete_voice_channel.Rd                        |    9 
 man/pinpoint_get_adm_channel.Rd                             |    9 
 man/pinpoint_get_apns_channel.Rd                            |    9 
 man/pinpoint_get_apns_sandbox_channel.Rd                    |    9 
 man/pinpoint_get_apns_voip_channel.Rd                       |    9 
 man/pinpoint_get_apns_voip_sandbox_channel.Rd               |    9 
 man/pinpoint_get_app.Rd                                     |    7 
 man/pinpoint_get_application_settings.Rd                    |    7 
 man/pinpoint_get_apps.Rd                                    |   10 
 man/pinpoint_get_baidu_channel.Rd                           |    9 
 man/pinpoint_get_campaign.Rd                                |   11 
 man/pinpoint_get_campaign_activities.Rd                     |   15 
 man/pinpoint_get_campaign_version.Rd                        |   13 
 man/pinpoint_get_campaign_versions.Rd                       |   17 
 man/pinpoint_get_campaigns.Rd                               |   15 
 man/pinpoint_get_channels.Rd                                |    9 
 man/pinpoint_get_email_channel.Rd                           |    9 
 man/pinpoint_get_endpoint.Rd                                |   11 
 man/pinpoint_get_event_stream.Rd                            |    8 
 man/pinpoint_get_export_job.Rd                              |   11 
 man/pinpoint_get_export_jobs.Rd                             |   15 
 man/pinpoint_get_gcm_channel.Rd                             |    9 
 man/pinpoint_get_import_job.Rd                              |   11 
 man/pinpoint_get_import_jobs.Rd                             |   15 
 man/pinpoint_get_segment.Rd                                 |   11 
 man/pinpoint_get_segment_export_jobs.Rd                     |   17 
 man/pinpoint_get_segment_import_jobs.Rd                     |   17 
 man/pinpoint_get_segment_version.Rd                         |   15 
 man/pinpoint_get_segment_versions.Rd                        |   19 
 man/pinpoint_get_segments.Rd                                |   15 
 man/pinpoint_get_sms_channel.Rd                             |    9 
 man/pinpoint_get_user_endpoints.Rd                          |   12 
 man/pinpoint_get_voice_channel.Rd                           |    9 
 man/pinpoint_list_tags_for_resource.Rd                      |    8 
 man/pinpoint_phone_number_validate.Rd                       |    4 
 man/pinpoint_put_event_stream.Rd                            |    9 
 man/pinpoint_put_events.Rd                                  |    9 
 man/pinpoint_remove_attributes.Rd                           |   11 
 man/pinpoint_send_messages.Rd                               |    7 
 man/pinpoint_send_users_messages.Rd                         |    7 
 man/pinpoint_tag_resource.Rd                                |    8 
 man/pinpoint_untag_resource.Rd                              |   12 
 man/pinpoint_update_adm_channel.Rd                          |    7 
 man/pinpoint_update_apns_channel.Rd                         |    7 
 man/pinpoint_update_apns_sandbox_channel.Rd                 |    7 
 man/pinpoint_update_apns_voip_channel.Rd                    |    7 
 man/pinpoint_update_apns_voip_sandbox_channel.Rd            |    9 
 man/pinpoint_update_application_settings.Rd                 |    7 
 man/pinpoint_update_baidu_channel.Rd                        |    7 
 man/pinpoint_update_campaign.Rd                             |    9 
 man/pinpoint_update_email_channel.Rd                        |    7 
 man/pinpoint_update_endpoint.Rd                             |   13 
 man/pinpoint_update_endpoints_batch.Rd                      |    9 
 man/pinpoint_update_gcm_channel.Rd                          |    7 
 man/pinpoint_update_segment.Rd                              |   13 
 man/pinpoint_update_sms_channel.Rd                          |    7 
 man/pinpoint_update_voice_channel.Rd                        |    7 
 man/pinpointemail.Rd                                        |   31 
 man/pinpointemail_create_configuration_set.Rd               |    7 
 man/pinpointemail_create_deliverability_test_report.Rd      |    4 
 man/pinpointemail_create_email_identity.Rd                  |    4 
 man/pinpointemail_get_deliverability_dashboard_options.Rd   |   22 
 man/pinpointemail_get_domain_deliverability_campaign.Rd     |only
 man/pinpointemail_list_domain_deliverability_campaigns.Rd   |only
 man/pinpointemail_list_tags_for_resource.Rd                 |    4 
 man/pinpointemail_put_configuration_set_delivery_options.Rd |    6 
 man/pinpointemail_put_deliverability_dashboard_option.Rd    |   47 
 man/pinpointemail_tag_resource.Rd                           |   13 
 man/ses.Rd                                                  |    9 
 man/ses_clone_receipt_rule_set.Rd                           |    2 
 man/ses_create_configuration_set.Rd                         |    2 
 man/ses_create_configuration_set_event_destination.Rd       |    2 
 man/ses_create_configuration_set_tracking_options.Rd        |    2 
 man/ses_create_custom_verification_email_template.Rd        |    4 
 man/ses_create_receipt_filter.Rd                            |    2 
 man/ses_create_receipt_rule.Rd                              |    2 
 man/ses_create_receipt_rule_set.Rd                          |    2 
 man/ses_create_template.Rd                                  |    2 
 man/ses_delete_configuration_set.Rd                         |    2 
 man/ses_delete_configuration_set_event_destination.Rd       |    2 
 man/ses_delete_configuration_set_tracking_options.Rd        |    2 
 man/ses_delete_custom_verification_email_template.Rd        |    2 
 man/ses_delete_identity_policy.Rd                           |    2 
 man/ses_delete_receipt_filter.Rd                            |    2 
 man/ses_delete_receipt_rule.Rd                              |    2 
 man/ses_delete_receipt_rule_set.Rd                          |    2 
 man/ses_describe_active_receipt_rule_set.Rd                 |    2 
 man/ses_describe_configuration_set.Rd                       |    4 
 man/ses_describe_receipt_rule.Rd                            |    2 
 man/ses_describe_receipt_rule_set.Rd                        |    2 
 man/ses_get_custom_verification_email_template.Rd           |    2 
 man/ses_get_identity_dkim_attributes.Rd                     |    2 
 man/ses_get_identity_notification_attributes.Rd             |    2 
 man/ses_get_identity_policies.Rd                            |    2 
 man/ses_list_configuration_sets.Rd                          |    2 
 man/ses_list_custom_verification_email_templates.Rd         |    2 
 man/ses_list_identity_policies.Rd                           |    2 
 man/ses_list_receipt_filters.Rd                             |    2 
 man/ses_list_receipt_rule_sets.Rd                           |    2 
 man/ses_put_configuration_set_delivery_options.Rd           |only
 man/ses_put_identity_policy.Rd                              |    4 
 man/ses_reorder_receipt_rule_set.Rd                         |    2 
 man/ses_send_bounce.Rd                                      |    4 
 man/ses_send_bulk_templated_email.Rd                        |   10 
 man/ses_send_custom_verification_email.Rd                   |    2 
 man/ses_send_email.Rd                                       |   12 
 man/ses_send_raw_email.Rd                                   |   22 
 man/ses_send_templated_email.Rd                             |   12 
 man/ses_set_active_receipt_rule_set.Rd                      |    2 
 man/ses_set_identity_dkim_enabled.Rd                        |    2 
 man/ses_set_identity_feedback_forwarding_enabled.Rd         |    2 
 man/ses_set_identity_headers_in_notifications_enabled.Rd    |    2 
 man/ses_set_identity_mail_from_domain.Rd                    |    4 
 man/ses_set_identity_notification_topic.Rd                  |    2 
 man/ses_set_receipt_rule_position.Rd                        |    2 
 man/ses_update_configuration_set_event_destination.Rd       |    2 
 man/ses_update_configuration_set_tracking_options.Rd        |    2 
 man/ses_update_custom_verification_email_template.Rd        |    4 
 man/ses_update_receipt_rule.Rd                              |    2 
 man/ses_update_template.Rd                                  |    2 
 man/ses_verify_domain_dkim.Rd                               |   43 
 man/ses_verify_domain_identity.Rd                           |    2 
 155 files changed, 1881 insertions(+), 1196 deletions(-)

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

Package cancensus updated to version 0.2.0 with previous version 0.1.8 dated 2018-11-20

Title: Access, Retrieve, and Work with Canadian Census Data and Geography
Description: Integrated, convenient, and uniform access to Canadian Census data and geography retrieved using the 'CensusMapper' API. This package produces analysis-ready tidy data frames and spatial data in multiple formats, as well as convenience functions for working with Census variables, variable hierarchies, and region selection. API keys are freely available with free registration at <https://censusmapper.ca/api>. Census data and boundary geometries are reproduced and distributed on an "as is" basis with the permission of Statistics Canada (Statistics Canada 2006; 2011; 2016).
Author: Jens von Bergmann [aut] (API creator and maintainer), Dmitry Shkolnik [aut, cre] (Package maintainer, responsible for correspondence), Aaron Jacobs [aut]
Maintainer: Dmitry Shkolnik <shkolnikd@gmail.com>

Diff between cancensus versions 0.1.8 dated 2018-11-20 and 0.2.0 dated 2019-07-28

 DESCRIPTION                              |   11 
 MD5                                      |   32 
 NEWS.md                                  |   13 
 R/cancensus.R                            |   74 
 R/helpers.R                              |only
 README.md                                |   21 
 inst/CITATION                            |    8 
 inst/doc/Making_maps_with_cancensus.R    |   68 
 inst/doc/Making_maps_with_cancensus.Rmd  |   10 
 inst/doc/Making_maps_with_cancensus.html | 4688 ++++++++++++++++++++++++++++++-
 inst/doc/cancensus.R                     |   30 
 inst/doc/cancensus.Rmd                   |   10 
 inst/doc/cancensus.html                  |  129 
 man/child_census_vectors.Rd              |    5 
 man/figures                              |only
 man/get_census.Rd                        |   12 
 vignettes/Making_maps_with_cancensus.Rmd |   10 
 vignettes/cancensus.Rmd                  |   10 
 18 files changed, 4961 insertions(+), 170 deletions(-)

More information about cancensus at CRAN
Permanent link


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