Sun, 17 Feb 2019

Package LPCM updated to version 0.46-1 with previous version 0.45-0 dated 2015-09-22

Title: Local Principal Curve Methods
Description: Fitting multivariate data patterns with local principal curves, including tools for data compression (projection) and measuring goodness-of-fit; with some additional functions for mean shift clustering.
Author: Jochen Einbeck and Ludger Evers
Maintainer: Jochen Einbeck <jochen.einbeck@durham.ac.uk>

Diff between LPCM versions 0.45-0 dated 2015-09-22 and 0.46-1 dated 2019-02-17

 DESCRIPTION           |   10 
 MD5                   |   38 +--
 NAMESPACE             |    2 
 R/coverage.r          |  595 +++++++++++++++++++++++++++-----------------------
 R/lpc.R               |   40 ++-
 R/ms.r                |  356 +++++++++++++----------------
 R/plot.lpc.R          |  437 ++++++++++++++++++++----------------
 R/print.lpc.R         |   27 ++
 R/unscale.R           |  114 ++++-----
 data/calspeedflow.rda |binary
 data/gaia.rda         |binary
 data/gvessel.rda      |binary
 man/LPCM-package.Rd   |   17 -
 man/Rc.Rd             |  232 +++++++++----------
 man/coverage.Rd       |  327 ++++++++++++++-------------
 man/lpc.Rd            |  330 +++++++++++++--------------
 man/lpc.control.Rd    |  224 +++++++++---------
 man/ms.Rd             |  264 ++++++++++------------
 man/plot.lpc.Rd       |  169 +++++++-------
 man/print.lpc.Rd      |   15 -
 20 files changed, 1663 insertions(+), 1534 deletions(-)

More information about LPCM at CRAN
Permanent link

Package funtimes updated to version 6.0 with previous version 5.0 dated 2018-02-04

Title: Functions for Time Series Analysis
Description: Includes non-parametric estimators and tests for time series analysis. The functions are to test for presence of possibly non-monotonic trends and for synchronism of trends in multiple time series, using modern bootstrap techniques and robust non-parametric difference-based estimators.
Author: Vyacheslav Lyubchich [aut, cre], Yulia R. Gel [aut], Calvin Chu [ctb], Xin Huang [ctb], Ethan D. Schaeffer [ctb], Srishti Vishwakarma [ctb], Xingyu Wang [ctb]
Maintainer: Vyacheslav Lyubchich <lyubchic@umces.edu>

Diff between funtimes versions 5.0 dated 2018-02-04 and 6.0 dated 2019-02-17

 funtimes-5.0/funtimes/R/CExpandSlideCluster.R     |only
 funtimes-5.0/funtimes/R/CExpandWindowCluster.R    |only
 funtimes-5.0/funtimes/R/CHomogeneity.R            |only
 funtimes-5.0/funtimes/R/CNeighbor.R               |only
 funtimes-5.0/funtimes/R/DownhillRiding(DR).R      |only
 funtimes-5.0/funtimes/R/Purity.R                  |only
 funtimes-5.0/funtimes/man/CExpandSlideCluster.Rd  |only
 funtimes-5.0/funtimes/man/CExpandWindowCluster.Rd |only
 funtimes-5.0/funtimes/man/CHomogeneity.Rd         |only
 funtimes-5.0/funtimes/man/CNeighbor.Rd            |only
 funtimes-5.0/funtimes/man/DownhillRiding(DR).Rd   |only
 funtimes-5.0/funtimes/man/Purity.Rd               |only
 funtimes-6.0/funtimes/DESCRIPTION                 |   15 
 funtimes-6.0/funtimes/MD5                         |   75 +--
 funtimes-6.0/funtimes/NAMESPACE                   |   50 +-
 funtimes-6.0/funtimes/R/ARest.R                   |  136 ++++--
 funtimes-6.0/funtimes/R/BICC.R                    |  138 +++++-
 funtimes-6.0/funtimes/R/CSlideCluster.R           |   87 ++--
 funtimes-6.0/funtimes/R/CWindowCluster.R          |  152 +++++--
 funtimes-6.0/funtimes/R/DR.R                      |only
 funtimes-6.0/funtimes/R/HVK.R                     |   51 ++
 funtimes-6.0/funtimes/R/WAVK.R                    |   64 ++-
 funtimes-6.0/funtimes/R/beales.R                  |only
 funtimes-6.0/funtimes/R/fun_cusum.R               |only
 funtimes-6.0/funtimes/R/fun_trust.R               |only
 funtimes-6.0/funtimes/R/funtimes.R                |only
 funtimes-6.0/funtimes/R/i.tails.R                 |   68 ++-
 funtimes-6.0/funtimes/R/mcusum.test.R             |only
 funtimes-6.0/funtimes/R/notrend.test.R            |  336 ++++++++++-----
 funtimes-6.0/funtimes/R/purity.R                  |only
 funtimes-6.0/funtimes/R/q.tails.R                 |   49 ++
 funtimes-6.0/funtimes/R/sync.cluster.R            |only
 funtimes-6.0/funtimes/R/sync.test.R               |  465 +++++++++++++++-------
 funtimes-6.0/funtimes/R/wavk.test.R               |  390 ++++++++++++------
 funtimes-6.0/funtimes/build                       |only
 funtimes-6.0/funtimes/inst                        |only
 funtimes-6.0/funtimes/man/ARest.Rd                |   72 ++-
 funtimes-6.0/funtimes/man/BICC.Rd                 |   98 ++--
 funtimes-6.0/funtimes/man/CSlideCluster.Rd        |   67 +--
 funtimes-6.0/funtimes/man/CWindowCluster.Rd       |  103 ++--
 funtimes-6.0/funtimes/man/DR.Rd                   |only
 funtimes-6.0/funtimes/man/HVK.Rd                  |   54 +-
 funtimes-6.0/funtimes/man/WAVK.Rd                 |   81 ++-
 funtimes-6.0/funtimes/man/beales.Rd               |only
 funtimes-6.0/funtimes/man/i.tails.Rd              |   58 +-
 funtimes-6.0/funtimes/man/mcusum.test.Rd          |only
 funtimes-6.0/funtimes/man/notrend.test.Rd         |  164 ++++---
 funtimes-6.0/funtimes/man/purity.Rd               |only
 funtimes-6.0/funtimes/man/q.tails.Rd              |   62 +-
 funtimes-6.0/funtimes/man/sync.cluster.Rd         |only
 funtimes-6.0/funtimes/man/sync.test.Rd            |  163 ++++---
 funtimes-6.0/funtimes/man/wavk.test.Rd            |  159 ++++---
 52 files changed, 2070 insertions(+), 1087 deletions(-)

More information about funtimes at CRAN
Permanent link

Package survELtest updated to version 1.0.1 with previous version 1.0.0 dated 2018-11-16

Title: Comparing Multiple Survival Functions with Crossing Hazards in R
Description: Contains routines for computing the one-sided/two-sided integrated/maximally selected EL statistics for simultaneous testing, the one-sided/two-sided EL tests for pointwise testing, and an initial test that precedes one-sided testing to exclude the possibility of crossings or alternative orderings.
Author: Hsin-wen Chang [aut, cre] <hwchang@stat.sinica.edu.tw>
Maintainer: Guo-You Lan <jj6020770416jj@gmail.com>

Diff between survELtest versions 1.0.0 dated 2018-11-16 and 1.0.1 dated 2019-02-17

 DESCRIPTION             |    9 
 MD5                     |   14 
 R/intELtest.R           |   24 -
 R/nocrossings.R         |    6 
 R/ptwiseELtest.R        |   10 
 R/sigma2_hat_overpj_k.R |    6 
 R/supELtest.R           |   12 
 R/teststat.R            |  714 ++++++++++++++++++++++++------------------------
 8 files changed, 397 insertions(+), 398 deletions(-)

More information about survELtest at CRAN
Permanent link

Package rqdatatable updated to version 1.1.3 with previous version 1.1.2 dated 2018-12-17

Title: 'rquery' for 'data.table'
Description: Implements the 'rquery' piped Codd-style query algebra using 'data.table'. This allows for a high-speed in memory implementation of Codd-style data manipulation tools.
Author: John Mount [aut, cre], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between rqdatatable versions 1.1.2 dated 2018-12-17 and 1.1.3 dated 2019-02-17

 rqdatatable-1.1.2/rqdatatable/tests/testthat                          |only
 rqdatatable-1.1.2/rqdatatable/tests/testthat.R                        |only
 rqdatatable-1.1.3/rqdatatable/DESCRIPTION                             |   14 -
 rqdatatable-1.1.3/rqdatatable/MD5                                     |   73 +++++-----
 rqdatatable-1.1.3/rqdatatable/NAMESPACE                               |    2 
 rqdatatable-1.1.3/rqdatatable/NEWS.md                                 |    6 
 rqdatatable-1.1.3/rqdatatable/R/ex_relop_list.R                       |only
 rqdatatable-1.1.3/rqdatatable/R/relop_natural_join.R                  |    2 
 rqdatatable-1.1.3/rqdatatable/R/relop_non_sql.R                       |   22 ---
 rqdatatable-1.1.3/rqdatatable/R/run_rqdatatable_tests.R               |only
 rqdatatable-1.1.3/rqdatatable/inst/doc/GroupedSampling.html           |   28 +++
 rqdatatable-1.1.3/rqdatatable/inst/doc/logisticexample.html           |   29 +++
 rqdatatable-1.1.3/rqdatatable/inst/unit_tests                         |only
 rqdatatable-1.1.3/rqdatatable/man/ex_data_table.relop_list.Rd         |only
 rqdatatable-1.1.3/rqdatatable/man/ex_data_table.relop_natural_join.Rd |    2 
 rqdatatable-1.1.3/rqdatatable/man/rq_df_grouped_funciton_node.Rd      |   22 ---
 rqdatatable-1.1.3/rqdatatable/man/run_rqdatatable_tests.Rd            |only
 rqdatatable-1.1.3/rqdatatable/tests/package_test_runner.R             |only
 18 files changed, 108 insertions(+), 92 deletions(-)

More information about rqdatatable at CRAN
Permanent link

Package tableone updated to version 0.10.0 with previous version 0.9.3 dated 2018-04-29

Title: Create 'Table 1' to Describe Baseline Characteristics
Description: Creates 'Table 1', i.e., description of baseline patient characteristics, which is essential in every medical research. Supports both continuous and categorical variables, as well as p-values and standardized mean differences. Weighted data are supported via the 'survey' package. See 'github' for a screen cast. 'tableone' was inspired by descriptive statistics functions in 'Deducer' , a Java-based GUI package by Ian Fellows. This package does not require GUI or Java, and intended for command-line users.
Author: Kazuki Yoshida [cre, aut] (<https://orcid.org/0000-0002-2030-3549>), Jonathan J Chipman [ctb], Justin Bohn [ctb], Lucy DAgostino McGowan [ctb], Malcolm Barrett [ctb], Rune Haubo B Christensen [ctb], gbouzill [ctb]
Maintainer: Kazuki Yoshida <kazukiyoshida@mail.harvard.edu>

Diff between tableone versions 0.9.3 dated 2018-04-29 and 0.10.0 dated 2019-02-17

 DESCRIPTION                       |   28 -
 MD5                               |   40 -
 NAMESPACE                         |    2 
 NEWS                              |   22 
 R/kableone.R                      |only
 R/lmerTest_utils.R                |    4 
 R/modules-constructors.R          |    2 
 R/modules-print.R                 |    2 
 R/modules-svy.R                   |   46 -
 R/print.ContTable.R               |    8 
 R/print.svyContTable.R            |    8 
 build/vignette.rds                |binary
 inst/doc/introduction.html        |  628 +++++++++++++++--------
 inst/doc/smd.html                 | 1005 ++++++++++++++++++++++----------------
 man/CreateTableOne.Rd             |    9 
 man/kableone.Rd                   |only
 man/print.CatTable.Rd             |    8 
 man/print.ContTable.Rd            |    8 
 man/print.TableOne.Rd             |   13 
 man/print.svyCatTable.Rd          |   11 
 man/print.svyContTable.Rd         |   11 
 tests/testthat/test-modules-svy.R |   13 
 22 files changed, 1124 insertions(+), 744 deletions(-)

More information about tableone at CRAN
Permanent link

Package ThreeArmedTrials updated to version 1.0-3 with previous version 1.0-0 dated 2016-05-17

Title: Design and Analysis of Clinical Non-Inferiority or Superiority Trials with Active and Placebo Control
Description: Design and analyze three-arm non-inferiority or superiority trials which follow a gold-standard design, i.e. trials with an experimental treatment, an active, and a placebo control. Method for the following distributions are implemented: Poisson (Mielke and Munk (2009) <arXiv:0912.4169>), negative binomial (Muetze et al. (2016) <doi:10.1002/sim.6738>), normal (Pigeot et al. (2003) <doi:10.1002/sim.1450>; Hasler et al. (2009) <doi:10.1002/sim.3052>), binary (Friede and Kieser (2007) <doi:10.1002/sim.2543>), nonparametric (Muetze et al. (2017) <doi:10.1002/sim.7176>), exponential (Mielke and Munk (2009) <arXiv:0912.4169>).
Author: Tobias Mütze [aut, cre] (<https://orcid.org/0000-0002-4111-1941>), Tim Friede [ctb]
Maintainer: Tobias Mütze <tobias.muetze@outlook.com>

Diff between ThreeArmedTrials versions 1.0-0 dated 2016-05-17 and 1.0-3 dated 2019-02-17

 ThreeArmedTrials-1.0-0/ThreeArmedTrials/R/power.taNegbin.test.R            |only
 ThreeArmedTrials-1.0-0/ThreeArmedTrials/R/taNegBin.OptAllocation.R         |only
 ThreeArmedTrials-1.0-0/ThreeArmedTrials/R/taNegbin.test.R                  |only
 ThreeArmedTrials-1.0-0/ThreeArmedTrials/R/taNegbinVarEst.R                 |only
 ThreeArmedTrials-1.0-0/ThreeArmedTrials/man/power.taNegbin.test.Rd         |only
 ThreeArmedTrials-1.0-0/ThreeArmedTrials/man/taNegBin.OptAllocation.Rd      |only
 ThreeArmedTrials-1.0-0/ThreeArmedTrials/man/taNegbin.test.Rd               |only
 ThreeArmedTrials-1.0-0/ThreeArmedTrials/src                                |only
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/DESCRIPTION                        |   30 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/MD5                                |  117 +-
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/NAMESPACE                          |    5 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/NEWS.md                            |   17 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/RML_limit.R                      |   25 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/ThreeArmedTrials.R               |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/estimate.R                       |    2 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/exponential.R                    |   11 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/negativebinomial.R               |   34 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/normal.R                         |    4 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/waldtype_power.R                 |    2 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/R/waldtype_test.R                  |    6 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/README.md                          |    4 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/build/vignette.rds                 |binary
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/inst/doc/ThreeArmedTrials.Rmd      |   18 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/inst/doc/ThreeArmedTrials.html     |  508 +++++++---
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/GElesions.Rd                   |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/T2lesions.Rd                   |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/ThreeArmedTrials.Rd            |    7 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/binary_likelihood_rest.Rd      |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_power_ret.Rd              |    4 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_power_ret.binary.Rd       |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_power_ret.default.Rd      |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_power_ret.exponential.Rd  |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_power_ret.negbin.Rd       |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_power_ret.poisson.Rd      |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_test_ret.Rd               |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_test_ret.default.Rd       |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_test_ret.nonparametric.Rd |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/calc_test_ret.normal.Rd        |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/check_RET_arguments.Rd         |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/check_missing.Rd               |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.Rd                    |    3 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.binary.Rd             |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.default.Rd            |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.exponential.Rd        |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.negbin.Rd             |    3 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.nonparametric.Rd      |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.normal.Rd             |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/estimate.poisson.Rd            |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/grad_poisson_likelihood.Rd     |    4 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/init_power.Rd                  |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/init_test.Rd                   |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/is.naturalnumber.Rd            |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/limit_RML_binary.Rd            |    5 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/limit_RML_poisson.Rd           |    5 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/loglikelihood_binary.Rd        |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/negbin_likelihood.Rd           |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/opt_alloc_RET.Rd               |    4 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/poisson_likelihood.Rd          |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/power_RET.Rd                   |    3 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/remission.Rd                   |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/seizures.Rd                    |    1 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/taNegbin.LimitRestMLE.Rd       |only
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/man/test_RET.Rd                    |    7 
 ThreeArmedTrials-1.0-3/ThreeArmedTrials/vignettes/ThreeArmedTrials.Rmd     |   18 
 64 files changed, 543 insertions(+), 332 deletions(-)

More information about ThreeArmedTrials at CRAN
Permanent link

Package MSPRT updated to version 2.0 with previous version 1.0 dated 2018-09-17

Title: Modified Sequential Probability Ratio Test (MSPRT)
Description: A modified SPRT (MSPRT) can be designed and implemented with the help of this package. In a MSPRT design, (i) the maximum sample size of an experiment is fixed prior to the start of an experiment; (ii) the alternative hypothesis used to define the rejection region of the test is derived from the size of the test (Type I error), the maximum available sample size (N), and (iii) the targeted Type 2 error (equals to 1 minus the power) is also prespecified. Given these values, the MSPRT is defined in a manner very similar to Wald's initial proposal. This test can reduce the average sample size required to perform statistical hypothesis tests at the specified level of significance and power. This package implements one-sample proportion tests, one-sample Z-tests, one-sample T-tests, two-sample Z-tests and two-sample T-tests. A user guidance for this package is provided here. One can also refer to the supplemental information for the same.
Author: Sandipan Pramanik [aut, cre], Valen E. Johnson [aut], Anirban Bhattacharya [aut]
Maintainer: Sandipan Pramanik <sandy@stat.tamu.edu>

Diff between MSPRT versions 1.0 dated 2018-09-17 and 2.0 dated 2019-02-17

 MSPRT-1.0/MSPRT/man/LR.ber.Rd                 |only
 MSPRT-1.0/MSPRT/man/LR.norm.Rd                |only
 MSPRT-1.0/MSPRT/man/LR.t.Rd                   |only
 MSPRT-1.0/MSPRT/man/find.thresold.ber.Rd      |only
 MSPRT-1.0/MSPRT/man/find.umpbt.ber.Rd         |only
 MSPRT-1.0/MSPRT/man/find.umpbt.norm.Rd        |only
 MSPRT-1.0/MSPRT/man/find.umpbt.t.Rd           |only
 MSPRT-1.0/MSPRT/man/obj.func.ber.Rd           |only
 MSPRT-1.0/MSPRT/man/overshoot.ber.Rd          |only
 MSPRT-1.0/MSPRT/man/overshoot.norm.Rd         |only
 MSPRT-1.0/MSPRT/man/overshoot.t.Rd            |only
 MSPRT-1.0/MSPRT/man/ovr.repl.ber.Rd           |only
 MSPRT-1.0/MSPRT/man/ovr.repl.norm.Rd          |only
 MSPRT-1.0/MSPRT/man/ovr.repl.t.Rd             |only
 MSPRT-1.0/MSPRT/man/point.umpbt.ber.Rd        |only
 MSPRT-1.0/MSPRT/man/type2.error.ber.Rd        |only
 MSPRT-1.0/MSPRT/man/type2.error.norm.Rd       |only
 MSPRT-1.0/MSPRT/man/type2.error.t.Rd          |only
 MSPRT-1.0/MSPRT/man/ump.match.ber.Rd          |only
 MSPRT-2.0/MSPRT/DESCRIPTION                   |   26 
 MSPRT-2.0/MSPRT/MD5                           |   76 
 MSPRT-2.0/MSPRT/NAMESPACE                     |   48 
 MSPRT-2.0/MSPRT/R/MSPRT.R                     | 9509 +++++++++++++++++---------
 MSPRT-2.0/MSPRT/build/partial.rdb             |binary
 MSPRT-2.0/MSPRT/man/LR.oneProp.Rd             |only
 MSPRT-2.0/MSPRT/man/LR.oneT.Rd                |only
 MSPRT-2.0/MSPRT/man/LR.oneZ.Rd                |only
 MSPRT-2.0/MSPRT/man/LR.twoT.Rd                |only
 MSPRT-2.0/MSPRT/man/LR.twoZ.Rd                |only
 MSPRT-2.0/MSPRT/man/MSPRT-package.Rd          |    4 
 MSPRT-2.0/MSPRT/man/OC.MSPRT.Rd               |  348 
 MSPRT-2.0/MSPRT/man/check.Rd                  |   78 
 MSPRT-2.0/MSPRT/man/compmerge.list.Rd         |   70 
 MSPRT-2.0/MSPRT/man/design.MSPRT.Rd           |  472 -
 MSPRT-2.0/MSPRT/man/effective.N.Rd            |   41 
 MSPRT-2.0/MSPRT/man/error.summary.Rd          |  118 
 MSPRT-2.0/MSPRT/man/find.alt.Rd               |  139 
 MSPRT-2.0/MSPRT/man/find.samplesize.Rd        |   85 
 MSPRT-2.0/MSPRT/man/find.threshold.oneProp.Rd |only
 MSPRT-2.0/MSPRT/man/implement.MSPRT.Rd        |  391 -
 MSPRT-2.0/MSPRT/man/objfunc.oneProp.Rd        |only
 MSPRT-2.0/MSPRT/man/overshoot.oneProp.Rd      |only
 MSPRT-2.0/MSPRT/man/overshoot.oneT.Rd         |only
 MSPRT-2.0/MSPRT/man/overshoot.oneZ.Rd         |only
 MSPRT-2.0/MSPRT/man/overshoot.twoT.Rd         |only
 MSPRT-2.0/MSPRT/man/overshoot.twoZ.Rd         |only
 MSPRT-2.0/MSPRT/man/ovr.repl.oneProp.Rd       |only
 MSPRT-2.0/MSPRT/man/ovr.repl.oneT.Rd          |only
 MSPRT-2.0/MSPRT/man/ovr.repl.oneZ.Rd          |only
 MSPRT-2.0/MSPRT/man/ovr.repl.twoT.Rd          |only
 MSPRT-2.0/MSPRT/man/ovr.repl.twoZ.Rd          |only
 MSPRT-2.0/MSPRT/man/point.umpbt.oneProp.Rd    |only
 MSPRT-2.0/MSPRT/man/type2.error.oneProp.Rd    |only
 MSPRT-2.0/MSPRT/man/type2.error.oneT.Rd       |only
 MSPRT-2.0/MSPRT/man/type2.error.oneZ.Rd       |only
 MSPRT-2.0/MSPRT/man/type2.error.twoT.Rd       |only
 MSPRT-2.0/MSPRT/man/type2.error.twoZ.Rd       |only
 MSPRT-2.0/MSPRT/man/ump.match.oneProp.Rd      |only
 MSPRT-2.0/MSPRT/man/umpbt.oneProp.Rd          |only
 MSPRT-2.0/MSPRT/man/umpbt.oneT.Rd             |only
 MSPRT-2.0/MSPRT/man/umpbt.oneZ.Rd             |only
 MSPRT-2.0/MSPRT/man/umpbt.twoT.Rd             |only
 MSPRT-2.0/MSPRT/man/umpbt.twoZ.Rd             |only
 63 files changed, 7352 insertions(+), 4053 deletions(-)

More information about MSPRT at CRAN
Permanent link

Package BAwiR updated to version 1.2 with previous version 1.1.3 dated 2018-09-24

Title: Analysis of Basketball Data
Description: Collection of tools to work with basketball data. Functions available are related to friendly web scraping and visualization. Data were obtained from <http://www.euroleague.net/>, <http://www.eurocupbasketball.com/> and <http://www.acb.com>, following the instructions of their respectives robots.txt files, when available. Tools for visualization include a population pyramid, 2D plots, circular plots of players' percentiles, plots of players' monthly/yearly stats, team heatmaps, team shooting plots, team four factors plots, cross-tables with the results of regular season games and maps of nationalities.
Author: Guillermo Vinue
Maintainer: Guillermo Vinue <Guillermo.Vinue@uv.es>

Diff between BAwiR versions 1.1.3 dated 2018-09-24 and 1.2 dated 2019-02-17

 BAwiR-1.1.3/BAwiR/R/get_pop_pyramid_acb.R        |only
 BAwiR-1.1.3/BAwiR/man/get_pop_pyramid_acb.Rd     |only
 BAwiR-1.2/BAwiR/DESCRIPTION                      |   19 +--
 BAwiR-1.2/BAwiR/MD5                              |   66 +++++-----
 BAwiR-1.2/BAwiR/NAMESPACE                        |    3 
 BAwiR-1.2/BAwiR/NEWS                             |   13 +-
 BAwiR-1.2/BAwiR/R/capit_two_words.R              |    3 
 BAwiR-1.2/BAwiR/R/do_add_adv_stats.R             |    2 
 BAwiR-1.2/BAwiR/R/do_stats.R                     |    9 -
 BAwiR-1.2/BAwiR/R/do_stats_teams.R               |    4 
 BAwiR-1.2/BAwiR/R/get_barplot_monthly_stats.R    |   37 ++++-
 BAwiR-1.2/BAwiR/R/get_bubble_plot.R              |   27 ++--
 BAwiR-1.2/BAwiR/R/get_four_factors_plot.R        |   66 +++++++---
 BAwiR-1.2/BAwiR/R/get_games_rosters.R            |    2 
 BAwiR-1.2/BAwiR/R/get_heatmap_bb.R               |   57 ++++++---
 BAwiR-1.2/BAwiR/R/get_pop_pyramid.R              |only
 BAwiR-1.2/BAwiR/R/get_shooting_plot.R            |    4 
 BAwiR-1.2/BAwiR/R/get_stats_seasons.R            |  142 ++++++++++++++---------
 BAwiR-1.2/BAwiR/R/get_table_results.R            |   19 ++-
 BAwiR-1.2/BAwiR/R/scraping_games_acb.R           |    4 
 BAwiR-1.2/BAwiR/inst/doc/BAwiR.R                 |   95 ++++++++-------
 BAwiR-1.2/BAwiR/inst/doc/BAwiR.Rmd               |   98 ++++++++-------
 BAwiR-1.2/BAwiR/inst/doc/BAwiR.html              |  101 +++++++++-------
 BAwiR-1.2/BAwiR/man/BAwiR-package.Rd             |   11 -
 BAwiR-1.2/BAwiR/man/capit_two_words.Rd           |    3 
 BAwiR-1.2/BAwiR/man/do_stats.Rd                  |    3 
 BAwiR-1.2/BAwiR/man/get_barplot_monthly_stats.Rd |   13 +-
 BAwiR-1.2/BAwiR/man/get_bubble_plot.Rd           |   14 +-
 BAwiR-1.2/BAwiR/man/get_four_factors_plot.Rd     |    8 -
 BAwiR-1.2/BAwiR/man/get_games_rosters.Rd         |    2 
 BAwiR-1.2/BAwiR/man/get_heatmap_bb.Rd            |    9 -
 BAwiR-1.2/BAwiR/man/get_pop_pyramid.Rd           |only
 BAwiR-1.2/BAwiR/man/get_shooting_plot.Rd         |    4 
 BAwiR-1.2/BAwiR/man/get_stats_seasons.Rd         |   15 +-
 BAwiR-1.2/BAwiR/man/scraping_games_acb.Rd        |    3 
 BAwiR-1.2/BAwiR/vignettes/BAwiR.Rmd              |   98 ++++++++-------
 36 files changed, 570 insertions(+), 384 deletions(-)

More information about BAwiR at CRAN
Permanent link

Package sloop updated to version 1.0.1 with previous version 1.0.0 dated 2018-10-30

Title: Helpers for 'OOP' in R
Description: A collection of helper functions designed to help you to better understand object oriented programming in R, particularly using 'S3'.
Author: Hadley Wickham [aut, cre], RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>

Diff between sloop versions 1.0.0 dated 2018-10-30 and 1.0.1 dated 2019-02-17

 DESCRIPTION                   |   12 ++++++------
 MD5                           |   12 +++++++-----
 NEWS.md                       |only
 R/dispatch.R                  |   11 +++++++++++
 R/methods.R                   |    9 ++++++---
 README.md                     |    8 ++++----
 man/s3_dispatch.Rd            |   12 +++++++++++-
 tests/testthat/test-methods.R |only
 8 files changed, 45 insertions(+), 19 deletions(-)

More information about sloop at CRAN
Permanent link

Package congressbr updated to version 0.2.0 with previous version 0.1.8 dated 2019-01-29

Title: Downloads, Unpacks and Tidies Legislative Data from the Brazilian Federal Senate and Chamber of Deputies
Description: Downloads and tidies data from the Brazilian Federal Senate and Chamber of Deputies Application Programming Interfaces available at <http:// legis.senado.gov.br/dadosabertos/> and <http://www.camara.leg.br/SitCamaraWS/> respectively.
Author: Robert McDonnell [aut, cre], Guilherme Jardim Duarte [aut], Danilo Freire [aut], Julio Trecenti [aut]
Maintainer: Robert McDonnell <mcdonnell.robert5@gmail.com>

Diff between congressbr versions 0.1.8 dated 2019-01-29 and 0.2.0 dated 2019-02-17

 DESCRIPTION                    |    6 -
 MD5                            |   34 ++++-----
 NAMESPACE                      |    4 -
 NEWS.md                        |    4 +
 R/sen_agenda.R                 |    2 
 R/sen_coalition_info.R         |   12 +--
 R/sen_senator_details.R        |   12 +--
 README.md                      |   18 ++--
 inst/doc/chamber.html          |    4 -
 inst/doc/senate.R              |    5 -
 inst/doc/senate.Rmd            |   10 --
 inst/doc/senate.html           |  151 ++++++++++++++++-------------------------
 man/sen_agenda.Rd              |    2 
 man/sen_coalition_info.Rd      |    3 
 man/sen_senator_bills.Rd       |    5 -
 man/sen_senator_commissions.Rd |    5 -
 man/sen_senator_details.Rd     |    5 -
 vignettes/senate.Rmd           |   10 --
 18 files changed, 115 insertions(+), 177 deletions(-)

More information about congressbr at CRAN
Permanent link

Package quadprogXT updated to version 0.0.4 with previous version 0.0.3 dated 2018-05-22

Title: Quadratic Programming with Absolute Value Constraints
Description: Extends the quadprog package to solve quadratic programs with absolute value constraints and absolute values in the objective function.
Author: Bob Harlow [aut, cre]
Maintainer: Bob Harlow <rharlow86@gmail.com>

Diff between quadprogXT versions 0.0.3 dated 2018-05-22 and 0.0.4 dated 2019-02-17

 DESCRIPTION      |    6 +++---
 MD5              |    6 +++---
 R/solveQPXT.R    |   10 +++++-----
 man/solveQPXT.Rd |   10 +++++-----
 4 files changed, 16 insertions(+), 16 deletions(-)

More information about quadprogXT at CRAN
Permanent link

Package forcats updated to version 0.4.0 with previous version 0.3.0 dated 2018-02-19

Title: Tools for Working with Categorical Variables (Factors)
Description: Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding').
Author: Hadley Wickham [aut, cre], RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>

Diff between forcats versions 0.3.0 dated 2018-02-19 and 0.4.0 dated 2019-02-17

 forcats-0.3.0/forcats/tests/testthat/test-fct_relevel.R       |only
 forcats-0.4.0/forcats/DESCRIPTION                             |   33 +
 forcats-0.4.0/forcats/MD5                                     |   83 ++--
 forcats-0.4.0/forcats/NAMESPACE                               |    5 
 forcats-0.4.0/forcats/NEWS.md                                 |   43 ++
 forcats-0.4.0/forcats/R/as_factor.R                           |   10 
 forcats-0.4.0/forcats/R/collapse.R                            |   11 
 forcats-0.4.0/forcats/R/count.R                               |   10 
 forcats-0.4.0/forcats/R/drop.R                                |    1 
 forcats-0.4.0/forcats/R/expand.R                              |    1 
 forcats-0.4.0/forcats/R/fct_cross.R                           |only
 forcats-0.4.0/forcats/R/lump.R                                |   42 ++
 forcats-0.4.0/forcats/R/match.R                               |only
 forcats-0.4.0/forcats/R/recode.R                              |    5 
 forcats-0.4.0/forcats/R/relabel.R                             |    7 
 forcats-0.4.0/forcats/R/relevel.R                             |   30 +
 forcats-0.4.0/forcats/R/reorder.R                             |   37 +-
 forcats-0.4.0/forcats/R/utils.R                               |    2 
 forcats-0.4.0/forcats/README.md                               |  169 +++++-----
 forcats-0.4.0/forcats/build                                   |only
 forcats-0.4.0/forcats/inst                                    |only
 forcats-0.4.0/forcats/man/as_factor.Rd                        |    6 
 forcats-0.4.0/forcats/man/fct_collapse.Rd                     |    4 
 forcats-0.4.0/forcats/man/fct_count.Rd                        |    7 
 forcats-0.4.0/forcats/man/fct_cross.Rd                        |only
 forcats-0.4.0/forcats/man/fct_drop.Rd                         |    3 
 forcats-0.4.0/forcats/man/fct_expand.Rd                       |    3 
 forcats-0.4.0/forcats/man/fct_inorder.Rd                      |   10 
 forcats-0.4.0/forcats/man/fct_lump.Rd                         |    7 
 forcats-0.4.0/forcats/man/fct_match.Rd                        |only
 forcats-0.4.0/forcats/man/fct_recode.Rd                       |    5 
 forcats-0.4.0/forcats/man/fct_relabel.Rd                      |    2 
 forcats-0.4.0/forcats/man/fct_relevel.Rd                      |   20 -
 forcats-0.4.0/forcats/man/fct_reorder.Rd                      |    3 
 forcats-0.4.0/forcats/man/figures/README-ordered-plot-1.png   |only
 forcats-0.4.0/forcats/man/figures/README-unordered-plot-1.png |only
 forcats-0.4.0/forcats/man/figures/logo.png                    |binary
 forcats-0.4.0/forcats/man/forcats-package.Rd                  |   11 
 forcats-0.4.0/forcats/tests/testthat/test-collapse.R          |   14 
 forcats-0.4.0/forcats/tests/testthat/test-count.R             |    8 
 forcats-0.4.0/forcats/tests/testthat/test-fct_cross.R         |only
 forcats-0.4.0/forcats/tests/testthat/test-fct_lump.R          |   27 +
 forcats-0.4.0/forcats/tests/testthat/test-fct_relabel.R       |    7 
 forcats-0.4.0/forcats/tests/testthat/test-match.R             |only
 forcats-0.4.0/forcats/tests/testthat/test-relevel.R           |only
 forcats-0.4.0/forcats/tests/testthat/test-reorder.R           |   22 -
 forcats-0.4.0/forcats/tests/testthat/test-utils.R             |    2 
 forcats-0.4.0/forcats/vignettes                               |only
 48 files changed, 473 insertions(+), 177 deletions(-)

More information about forcats at CRAN
Permanent link

Package pivottabler updated to version 1.1.0 with previous version 1.0.0 dated 2018-10-17

Title: Create Pivot Tables in R
Description: Create regular pivot tables with just a few lines of R. More complex pivot tables can also be created, e.g. pivot tables with irregular layouts, multiple calculations and/or derived calculations based on multiple data frames. Pivot tables are constructed using R only and can be written to a range of output formats (plain text, 'HTML', 'Latex' and 'Excel'), including with styling/formatting.
Author: Christopher Bailiss [aut, cre]
Maintainer: Christopher Bailiss <cbailiss@gmail.com>

Diff between pivottabler versions 1.0.0 dated 2018-10-17 and 1.1.0 dated 2019-02-17

 DESCRIPTION                                  |   11 
 MD5                                          |  169 +++++------
 NEWS.md                                      |   35 ++
 R/PivotCalculation.R                         |    2 
 R/PivotDataGroup.R                           |    4 
 R/PivotFilterOverrides.R                     |    2 
 R/PivotStyle.R                               |    4 
 R/PivotTable.R                               |  209 +++++++++++++-
 R/PivotThemes.R                              |   91 +++++-
 R/checkArgument.R                            |    2 
 R/convertor.R                                |only
 R/data.R                                     |    2 
 R/pivottabler.R                              |    2 
 R/quickPivot.R                               |   92 +++++-
 R/utilities.R                                |    4 
 README.md                                    |   78 +++++
 build/vignette.rds                           |binary
 inst/doc/v01-introduction.Rmd                |    4 
 inst/doc/v01-introduction.html               |  128 +++++---
 inst/doc/v02-datagroups.R                    |    6 
 inst/doc/v02-datagroups.Rmd                  |    6 
 inst/doc/v02-datagroups.html                 |   90 +++---
 inst/doc/v03-calculations.html               |  104 ++++---
 inst/doc/v04-outputs.R                       |   27 +
 inst/doc/v04-outputs.Rmd                     |   39 ++
 inst/doc/v04-outputs.html                    |   90 +++++-
 inst/doc/v05-latexoutput.html                |   32 +-
 inst/doc/v06-styling.R                       |  220 +++++++--------
 inst/doc/v06-styling.Rmd                     |  330 +++++++++++++---------
 inst/doc/v06-styling.html                    |  393 ++++++++++++++++-----------
 inst/doc/v07-findingandformatting.R          |  104 ++-----
 inst/doc/v07-findingandformatting.Rmd        |  126 +++-----
 inst/doc/v07-findingandformatting.html       |  290 ++++++++++---------
 inst/doc/v08-cellcontext.R                   |    9 
 inst/doc/v08-cellcontext.Rmd                 |    9 
 inst/doc/v08-cellcontext.html                |   57 ++-
 inst/doc/v09-irregularlayout.R               |   27 +
 inst/doc/v09-irregularlayout.Rmd             |   39 ++
 inst/doc/v09-irregularlayout.html            |  117 +++++---
 inst/doc/v10-performance.html                |   78 +++--
 inst/doc/v11-shiny.Rmd                       |    1 
 inst/doc/v11-shiny.html                      |   29 +
 inst/doc/v12-excelexport.html                |   32 +-
 inst/doc/vA1-appendix.Rmd                    |    2 
 inst/doc/vA1-appendix.html                   |   42 ++
 inst/doc/vA2-appendix.html                   |  100 ++++--
 inst/doc/vA3-appendix.html                   |   32 +-
 man/PivotCalculation.Rd                      |    2 
 man/PivotDataGroup.Rd                        |    2 
 man/PivotFilterOverrides.Rd                  |    2 
 man/PivotTable.Rd                            |   12 
 man/bhmtrains.Rd                             |    2 
 man/checkArgument.Rd                         |    2 
 man/convertPvtStyleToBasicStyle.Rd           |only
 man/convertPvtTblToBasicTbl.Rd               |only
 man/getBlankTheme.Rd                         |only
 man/getPvtStyleDeclarations.Rd               |only
 man/pivottabler.Rd                           |    2 
 man/qhpvt.Rd                                 |   25 +
 man/qlpvt.Rd                                 |    4 
 man/qpvt.Rd                                  |   25 +
 tests/testthat/test01_basicTests.R           |    3 
 tests/testthat/test02_smokeTests.R           |  115 ++++---
 tests/testthat/test03_illegalNameTests.R     |    3 
 tests/testthat/test04_quickPivotTests.R      |   36 +-
 tests/testthat/test05_basicLayoutTests.R     |   51 ++-
 tests/testthat/test06_dataGroupTests.R       |   85 +++--
 tests/testthat/test07_calculationTests.R     |  320 +++++++++++----------
 tests/testthat/test08_visualTotalTests.R     |    3 
 tests/testthat/test09_dataTypeTests.R        |   78 +++--
 tests/testthat/test10_themingTests.R         |    1 
 tests/testthat/test11_emptyGroupTests.R      |   18 -
 tests/testthat/test12_exportTests.R          |   65 ++++
 tests/testthat/test13_latexTests.R           |   60 ++--
 tests/testthat/test14_exportOptionsTests.R   |   12 
 tests/testthat/test15_findGrouptests.R       |   24 +
 tests/testthat/test16_getCellsTests.R        |   18 -
 tests/testthat/test17_findCellstests.R       |   15 -
 tests/testthat/test18_irregularLayoutTests.R |   15 -
 vignettes/v01-introduction.Rmd               |    4 
 vignettes/v02-datagroups.Rmd                 |    6 
 vignettes/v04-outputs.Rmd                    |   39 ++
 vignettes/v06-styling.Rmd                    |  330 +++++++++++++---------
 vignettes/v07-findingandformatting.Rmd       |  126 +++-----
 vignettes/v08-cellcontext.Rmd                |    9 
 vignettes/v09-irregularlayout.Rmd            |   39 ++
 vignettes/v11-shiny.Rmd                      |    1 
 vignettes/vA1-appendix.Rmd                   |    2 
 88 files changed, 3093 insertions(+), 1733 deletions(-)

More information about pivottabler at CRAN
Permanent link

Package foghorn updated to version 1.1.0 with previous version 1.0.2 dated 2018-04-14

Title: Summarize CRAN Check Results in the Terminal
Description: The CRAN check results in your R terminal.
Author: Francois Michonneau [aut, cre], Ben Bolker [ctb]
Maintainer: Francois Michonneau <francois.michonneau@gmail.com>

Diff between foghorn versions 1.0.2 dated 2018-04-14 and 1.1.0 dated 2019-02-17

 DESCRIPTION                            |    8 
 MD5                                    |   46 +-
 NEWS.md                                |   23 +
 R/api_cranchecks.R                     |   82 ++--
 R/cran_check_table.R                   |   77 ++--
 R/cran_details.R                       |  339 +++++++++++--------
 R/cran_files.R                         |  148 ++++----
 R/cran_queue.R                         |  149 +++++---
 R/cran_results.R                       |  107 +++---
 R/defaults.R                           |   78 ++--
 R/deprecated.R                         |    8 
 R/foghorn.R                            |  323 +++++++++++-------
 R/utils.R                              |   52 +--
 R/visit_cran_check.R                   |   46 +-
 README.md                              |  152 +++++---
 build/vignette.rds                     |binary
 inst/doc/quick_start.html              |  409 ++++++++++++++++++-----
 man/cran_details.Rd                    |    8 
 man/cran_incoming.Rd                   |   48 +-
 man/cran_results.Rd                    |    4 
 man/summary_cran_results.Rd            |    4 
 tests/testthat/test-foghorn.R          |  571 +++++++++++++++++++--------------
 tests/testthat/test-incoming.R         |   44 +-
 tests/testthat/test-n_cran_platforms.R |   22 +
 24 files changed, 1670 insertions(+), 1078 deletions(-)

More information about foghorn at CRAN
Permanent link

Package nasapower updated to version 1.0.7 with previous version 1.0.5 dated 2019-02-02

Title: NASA POWER API Client
Description: Client for 'NASA' 'POWER' global meteorology, surface solar energy and climatology data 'API'. 'POWER' (Prediction Of Worldwide Energy Resource) data are freely available global meteorology and surface solar energy climatology data for download with a resolution of 1/2 by 1/2 arc degree longitude and latitude and are funded through the 'NASA' Earth Science Directorate Applied Science Program. For more on the data themselves, a web-based data viewer and web access, please see <https://power.larc.nasa.gov/>.
Author: Adam H. Sparks [aut, cre] (<https://orcid.org/0000-0002-0061-8359>), Scott Chamberlain [rev] (<https://orcid.org/0000-0003-1444-9135>), Hazel Kavili [rev], Alison Boyer [rev]
Maintainer: Adam H. Sparks <adamhsparks@gmail.com>

Diff between nasapower versions 1.0.5 dated 2019-02-02 and 1.0.7 dated 2019-02-17

 DESCRIPTION                              |    7 ++++---
 MD5                                      |   22 +++++++++++-----------
 NEWS.md                                  |   22 +++++++++++++++++++++-
 R/get_power.R                            |    2 +-
 R/internal_functions.R                   |   12 ------------
 README.md                                |    8 ++++----
 data/parameters.rda                      |binary
 inst/doc/nasapower.Rmd                   |    2 +-
 inst/doc/nasapower.html                  |    2 +-
 man/get_power.Rd                         |    2 +-
 tests/testthat/test-internal_functions.R |    7 +------
 vignettes/nasapower.Rmd                  |    2 +-
 12 files changed, 46 insertions(+), 42 deletions(-)

More information about nasapower at CRAN
Permanent link

Package AGread updated to version 0.2.0 with previous version 0.1.2 dated 2018-04-19

Title: Read Data Files from ActiGraph Monitors
Description: Standardize the process of bringing various modes of output files into R. For more information, see: <https://actigraph.desk.com/customer/en/portal/articles/2515800-what-do-the-different-mode-numbers-mean-in-a-csv-or-dat-file->. Additionally, processes are provided to read and minimally pre- process raw data from primary accelerometer and inertial measurement unit files, as well as binary .gt3x files. ActiGraph monitors are used to estimate physical activity outcomes via body-worn sensors that measure (e.g.) acceleration or rotational velocity.
Author: Paul R. Hibbing [aut, cre], Vincent T. van Hees [ctb], Samuel R. LaMunion [ctb]
Maintainer: Paul R. Hibbing <paulhibbing@gmail.com>

Diff between AGread versions 0.1.2 dated 2018-04-19 and 0.2.0 dated 2019-02-17

 AGread-0.1.2/AGread/inst/extdata/Example.csv              |only
 AGread-0.1.2/AGread/inst/extdata/TestID_LeftWrist_IMU.csv |only
 AGread-0.2.0/AGread/DESCRIPTION                           |   37 -
 AGread-0.2.0/AGread/LICENSE                               |   35 +
 AGread-0.2.0/AGread/MD5                                   |  164 +++++-
 AGread-0.2.0/AGread/NAMESPACE                             |    6 
 AGread-0.2.0/AGread/NEWS.md                               |   20 
 AGread-0.2.0/AGread/R/AGread.R                            |   40 +
 AGread-0.2.0/AGread/R/Dates&Times.R                       |   27 -
 AGread-0.2.0/AGread/R/File_Reading_Helper_Functions.R     |  360 +++++++++++---
 AGread-0.2.0/AGread/R/Finished_Payload_Functions.R        |only
 AGread-0.2.0/AGread/R/IMU_Filter.R                        |    1 
 AGread-0.2.0/AGread/R/Interpolation.R                     |only
 AGread-0.2.0/AGread/R/Messages.R                          |   11 
 AGread-0.2.0/AGread/R/PARAMETERS_payload.R                |only
 AGread-0.2.0/AGread/R/PARAMETERS_payload_parsers_CHILD.R  |only
 AGread-0.2.0/AGread/R/PARAMETERS_payload_parsers_PARENT.R |only
 AGread-0.2.0/AGread/R/Read_Counts.R                       |  125 +++-
 AGread-0.2.0/AGread/R/Read_IMU.R                          |   68 +-
 AGread-0.2.0/AGread/R/Read_Raw.R                          |  112 +++-
 AGread-0.2.0/AGread/R/Reintegrate.R                       |only
 AGread-0.2.0/AGread/R/Reintegrate_Helper_Functions.R      |only
 AGread-0.2.0/AGread/R/SENSOR_DATA_payload.R               |only
 AGread-0.2.0/AGread/R/SENSOR_SCHEMA_payload.R             |only
 AGread-0.2.0/AGread/R/Unfinished_Payload_Functions.R      |only
 AGread-0.2.0/AGread/R/Utils_3x_read.R                     |only
 AGread-0.2.0/AGread/R/Utils_headers.R                     |only
 AGread-0.2.0/AGread/R/ag_imu_format.R                     |only
 AGread-0.2.0/AGread/R/ag_raw_format.R                     |only
 AGread-0.2.0/AGread/R/calibrate_raw.R                     |only
 AGread-0.2.0/AGread/R/checksum_calculate.R                |only
 AGread-0.2.0/AGread/R/collapse_gt3x.R                     |only
 AGread-0.2.0/AGread/R/file_size.R                         |only
 AGread-0.2.0/AGread/R/get_record_header.R                 |only
 AGread-0.2.0/AGread/R/parse_info_txt.R                    |only
 AGread-0.2.0/AGread/R/parse_log_bin.R                     |only
 AGread-0.2.0/AGread/R/process_record_set.R                |only
 AGread-0.2.0/AGread/R/read_3x_payload_functions.R         |only
 AGread-0.2.0/AGread/R/read_AG_raw_block.R                 |only
 AGread-0.2.0/AGread/R/read_gt3x.R                         |only
 AGread-0.2.0/AGread/R/read_record.R                       |only
 AGread-0.2.0/AGread/R/sysdata.rda                         |binary
 AGread-0.2.0/AGread/R/timestamp_recalc.R                  |only
 AGread-0.2.0/AGread/R/zzz.R                               |    2 
 AGread-0.2.0/AGread/README.md                             |   29 -
 AGread-0.2.0/AGread/inst/extdata/example-IMU.csv          |only
 AGread-0.2.0/AGread/inst/extdata/example.gt3x             |only
 AGread-0.2.0/AGread/inst/extdata/example1sec.agd          |only
 AGread-0.2.0/AGread/inst/extdata/example1sec.csv          |only
 AGread-0.2.0/AGread/inst/extdata/exampleRAW.csv           |only
 AGread-0.2.0/AGread/man/AG_binary.Rd                      |only
 AGread-0.2.0/AGread/man/AG_collapse.Rd                    |    9 
 AGread-0.2.0/AGread/man/AG_meta.Rd                        |    4 
 AGread-0.2.0/AGread/man/AG_round.Rd                       |only
 AGread-0.2.0/AGread/man/AGread.Rd                         |   39 +
 AGread-0.2.0/AGread/man/ag_imu_format.Rd                  |only
 AGread-0.2.0/AGread/man/ag_raw_format.Rd                  |only
 AGread-0.2.0/AGread/man/bin_int.Rd                        |only
 AGread-0.2.0/AGread/man/calibrate_raw.Rd                  |only
 AGread-0.2.0/AGread/man/capability_collapse.Rd            |only
 AGread-0.2.0/AGread/man/check_columns.Rd                  |    8 
 AGread-0.2.0/AGread/man/checksum_calculate.Rd             |only
 AGread-0.2.0/AGread/man/collapse_gt3x.Rd                  |only
 AGread-0.2.0/AGread/man/collapse_records.Rd               |only
 AGread-0.2.0/AGread/man/get_blocks.Rd                     |only
 AGread-0.2.0/AGread/man/get_file_size__gb.Rd              |only
 AGread-0.2.0/AGread/man/get_float_value.Rd                |only
 AGread-0.2.0/AGread/man/get_headers.Rd                    |only
 AGread-0.2.0/AGread/man/get_imu_file_meta.Rd              |   11 
 AGread-0.2.0/AGread/man/get_sensor_column.Rd              |only
 AGread-0.2.0/AGread/man/get_value.Rd                      |only
 AGread-0.2.0/AGread/man/imu_name_label.Rd                 |only
 AGread-0.2.0/AGread/man/imu_var_collapse.Rd               |only
 AGread-0.2.0/AGread/man/interpolate_sensor_records.Rd     |only
 AGread-0.2.0/AGread/man/message_update.Rd                 |    4 
 AGread-0.2.0/AGread/man/name_log.Rd                       |only
 AGread-0.2.0/AGread/man/par_battery_state.Rd              |only
 AGread-0.2.0/AGread/man/par_battery_voltage.Rd            |only
 AGread-0.2.0/AGread/man/par_calibration_time.Rd           |only
 AGread-0.2.0/AGread/man/par_display_capabilities.Rd       |only
 AGread-0.2.0/AGread/man/par_display_configuration.Rd      |only
 AGread-0.2.0/AGread/man/par_feature_capabilities.Rd       |only
 AGread-0.2.0/AGread/man/par_feature_enable.Rd             |only
 AGread-0.2.0/AGread/man/par_firmware_version.Rd           |only
 AGread-0.2.0/AGread/man/par_memory_size.Rd                |only
 AGread-0.2.0/AGread/man/par_sensor_configuration.Rd       |only
 AGread-0.2.0/AGread/man/par_wireless_mode.Rd              |only
 AGread-0.2.0/AGread/man/par_wireless_serial_number.Rd     |only
 AGread-0.2.0/AGread/man/parse_info_txt.Rd                 |only
 AGread-0.2.0/AGread/man/parse_log_bin.Rd                  |only
 AGread-0.2.0/AGread/man/payload_parse.Rd                  |only
 AGread-0.2.0/AGread/man/payload_parse_activity2_26.Rd     |only
 AGread-0.2.0/AGread/man/payload_parse_activity_0.Rd       |only
 AGread-0.2.0/AGread/man/payload_parse_battery_2.Rd        |only
 AGread-0.2.0/AGread/man/payload_parse_capsense_13.Rd      |only
 AGread-0.2.0/AGread/man/payload_parse_epoch_12.Rd         |only
 AGread-0.2.0/AGread/man/payload_parse_epoch_15.Rd         |only
 AGread-0.2.0/AGread/man/payload_parse_epoch_16.Rd         |only
 AGread-0.2.0/AGread/man/payload_parse_epoch_9.Rd          |only
 AGread-0.2.0/AGread/man/payload_parse_event_3.Rd          |only
 AGread-0.2.0/AGread/man/payload_parse_heart_ant_11.Rd     |only
 AGread-0.2.0/AGread/man/payload_parse_heart_ble_14.Rd     |only
 AGread-0.2.0/AGread/man/payload_parse_heart_rate_4.Rd     |only
 AGread-0.2.0/AGread/man/payload_parse_infodata_6.Rd       |only
 AGread-0.2.0/AGread/man/payload_parse_lux_5.Rd            |only
 AGread-0.2.0/AGread/man/payload_parse_parameters_21.Rd    |only
 AGread-0.2.0/AGread/man/payload_parse_sensor_data_25.Rd   |only
 AGread-0.2.0/AGread/man/payload_parse_sensor_schema_24.Rd |only
 AGread-0.2.0/AGread/man/payload_parse_tag_7.Rd            |only
 AGread-0.2.0/AGread/man/post_process.Rd                   |only
 AGread-0.2.0/AGread/man/process_parameters.Rd             |only
 AGread-0.2.0/AGread/man/process_record_set.Rd             |only
 AGread-0.2.0/AGread/man/read_AG_IMU.Rd                    |   14 
 AGread-0.2.0/AGread/man/read_AG_counts.Rd                 |    9 
 AGread-0.2.0/AGread/man/read_AG_raw.Rd                    |   25 
 AGread-0.2.0/AGread/man/read_AG_raw_block.Rd              |only
 AGread-0.2.0/AGread/man/read_gt3x.Rd                      |only
 AGread-0.2.0/AGread/man/read_record.Rd                    |only
 AGread-0.2.0/AGread/man/reintegrate.Rd                    |only
 AGread-0.2.0/AGread/man/rm_trail_na.Rd                    |only
 AGread-0.2.0/AGread/man/schema_meta.Rd                    |only
 AGread-0.2.0/AGread/man/select_records.Rd                 |only
 AGread-0.2.0/AGread/man/seq_interpolate.Rd                |only
 AGread-0.2.0/AGread/man/sort_records.Rd                   |only
 AGread-0.2.0/AGread/man/tick_to_posix.Rd                  |only
 AGread-0.2.0/AGread/man/timestamp_recalc.Rd               |only
 AGread-0.2.0/AGread/man/update_key.Rd                     |only
 AGread-0.2.0/AGread/tests                                 |only
 128 files changed, 889 insertions(+), 271 deletions(-)

More information about AGread at CRAN
Permanent link


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