Tue, 21 Aug 2018

Package ubci updated to version 0.0.3 with previous version 0.0.2 dated 2018-06-19

Title: Get Cryptocurrency Related Data by Upbit
Description: Get 'UBCI' & Price from 'Upbit'. 'ubci' is the abbreviation of 'UpBit Crypto Index' and is the name of the index provided by 'upbit'. The 'upbit' is one of the cryptocurrency exchange in Korea. The 'ubci' package is a wrapper around the ticker information and 'ubci' API supplied by 'upbit'.
Author: Chanyub Park [aut, cre]
Maintainer: Chanyub Park <mrchypark@gmail.com>

Diff between ubci versions 0.0.2 dated 2018-06-19 and 0.0.3 dated 2018-08-21

 DESCRIPTION                              |    8 
 LICENSE                                  |    4 
 MD5                                      |   48 +-
 NAMESPACE                                |   39 +-
 NEWS.md                                  |   27 -
 R/ubci-package.R                         |    4 
 R/ubci_get.R                             |  165 ++++----
 R/ubci_get_options.R                     |   86 ++--
 R/ubci_index.R                           |  137 +++----
 R/ubci_index_info.R                      |   22 -
 R/ubci_index_options.R                   |  118 +++---
 R/utils-pipe.R                           |   22 -
 R/utils.R                                |   32 -
 README.md                                |  591 +++++++++++++++----------------
 man/pipe.Rd                              |   24 -
 man/ubci-package.Rd                      |   52 +-
 man/ubci_get.Rd                          |   72 +--
 man/ubci_get_options.Rd                  |   42 +-
 man/ubci_index.Rd                        |   71 +--
 man/ubci_index_options.Rd                |   42 +-
 tests/testthat.R                         |    8 
 tests/testthat/test-ubci_get.R           |   50 +-
 tests/testthat/test-ubci_get_options.R   |   34 -
 tests/testthat/test-ubci_index.R         |   78 ++--
 tests/testthat/test-ubci_index_options.R |   34 -
 25 files changed, 908 insertions(+), 902 deletions(-)

More information about ubci at CRAN
Permanent link

Package synchronicity updated to version 1.3.5 with previous version 1.3.4 dated 2018-05-17

Title: Boost Mutex Functionality in R
Description: Boost mutex functionality in R.
Author: Michael J. Kane <kaneplusplus@gmail.com>
Maintainer: Michael J. Kane <bigmemoryauthors@gmail.com>

Diff between synchronicity versions 1.3.4 dated 2018-05-17 and 1.3.5 dated 2018-08-21

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

More information about synchronicity at CRAN
Permanent link

Package rdpower updated to version 0.3 with previous version 0.2 dated 2018-07-12

Title: Power Calculations for RD Designs
Description: The regression discontinuity (RD) design is a popular quasi-experimental design for causal inference and policy evaluation. The 'rdpower' package provides tools to perform power and sample size calculations in RD designs: rdpower() calculates the power of an RD design and rdsampsi() calculates the required sample size to achieve a desired power. See Cattaneo, Titiunik and Vazquez-Bare (2018) <https://sites.google.com/site/rdpackages/rdpower/Cattaneo-Titiunik-VazquezBare_2018_Stata.pdf> for further methodological details.
Author: Matias D. Cattaneo, Rocio Titiunik, Gonzalo Vazquez-Bare
Maintainer: Gonzalo Vazquez-Bare <gvazquez@umich.edu>

Diff between rdpower versions 0.2 dated 2018-07-12 and 0.3 dated 2018-08-21

 DESCRIPTION            |    8 ++++----
 MD5                    |   14 +++++++-------
 R/rdpower.R            |    4 +++-
 R/rdpower_package.R    |   11 ++++++++++-
 R/rdsampsi.R           |    5 ++++-
 man/rdpower-package.Rd |   10 +++++++++-
 man/rdpower.Rd         |    8 ++++----
 man/rdsampsi.Rd        |   13 +++++++------
 8 files changed, 48 insertions(+), 25 deletions(-)

More information about rdpower at CRAN
Permanent link

Package quickmatch updated to version 0.2.0 with previous version 0.1.3 dated 2018-07-21

Title: Quick Generalized Full Matching
Description: Provides functions for constructing near-optimal generalized full matching. Generalized full matching is an extension of the original full matching method to situations with more intricate study designs. The package is made with large data sets in mind and derives matches more than an order of magnitude quicker than other methods.
Author: Fredrik Savje [aut, cre], Jasjeet Sekhon [aut], Michael Higgins [aut]
Maintainer: Fredrik Savje <fredrik.savje@yale.edu>

Diff between quickmatch versions 0.1.3 dated 2018-07-21 and 0.2.0 dated 2018-08-21

 DESCRIPTION                                |   10 +-
 MD5                                        |   40 ++++----
 NEWS.md                                    |    6 +
 R/covariate_averages.R                     |    2 
 R/input_check.R                            |   18 +--
 R/internal.R                               |    9 +
 R/lm_match.R                               |    2 
 R/matching_weights.R                       |    6 -
 R/quickmatch.R                             |   41 ++++++++
 man/covariate_averages.Rd                  |    3 
 man/covariate_balance.Rd                   |    4 
 man/lm_match.Rd                            |    3 
 man/matching_weights.Rd                    |    4 
 man/quickmatch.Rd                          |   18 +++
 src/matching_weights.c                     |   15 ++-
 src/matching_weights.h                     |    3 
 src/quickmatch-init.c                      |    2 
 tests/testthat/test_c_errors.R             |    9 +
 tests/testthat/test_int_matching_weights.R |  144 ++++++++++++++++++++---------
 tests/testthat/test_matching_weights.R     |    6 -
 tests/testthat/test_quickmatch.R           |   26 +++++
 21 files changed, 275 insertions(+), 96 deletions(-)

More information about quickmatch at CRAN
Permanent link

Package quickblock updated to version 0.2.0 with previous version 0.1.1 dated 2018-07-26

Title: Quick Threshold Blocking
Description: Provides functions for assigning treatments in randomized experiments using near-optimal threshold blocking. The package is made with large data sets in mind and derives blocks more than an order of magnitude quicker than other methods.
Author: Fredrik Savje [aut, cre], Jasjeet Sekhon [aut], Michael Higgins [aut]
Maintainer: Fredrik Savje <fredrik.savje@yale.edu>

Diff between quickblock versions 0.1.1 dated 2018-07-26 and 0.2.0 dated 2018-08-21

 DESCRIPTION                      |   10 ++++-----
 MD5                              |   14 ++++++------
 NEWS.md                          |    5 ++++
 R/input_check.R                  |   18 ++++++++--------
 R/quickblock.R                   |   43 +++++++++++++++++++++++++++++++++------
 README.md                        |    2 -
 man/quickblock.Rd                |   17 +++++++++++++++
 tests/testthat/test_quickblock.R |   20 +++++++++++++++++-
 8 files changed, 100 insertions(+), 29 deletions(-)

More information about quickblock at CRAN
Permanent link

Package planor updated to version 1.4-1 with previous version 1.3-9 dated 2018-05-25

Title: Generation of Regular Factorial Designs
Description: Automatic generation of regular factorial designs, including fractional designs, orthogonal block designs, row-column designs and split-plots. Kobilinsky, Monod and Bailey (2017) <doi:10.1016/j.csda.2016.09.003>.
Author: Hervé Monod [aut, cre], Annie Bouvier [aut], André Kobilinsky [aut], INRA [cph] (Institut National de la Recherche Agronomique, France)
Maintainer: Hervé Monod <herve.monod@inra.fr>

Diff between planor versions 1.3-9 dated 2018-05-25 and 1.4-1 dated 2018-08-21

 DESCRIPTION |   10 +++++-----
 MD5         |    6 +++---
 NEWS        |    6 ++++++
 R/generic.R |    9 +++++----
 4 files changed, 19 insertions(+), 12 deletions(-)

More information about planor at CRAN
Permanent link

New package decido with initial version 0.2.0
Package: decido
Version: 0.2.0
Title: Bindings for 'Mapbox' Ear Cutting Triangulation Library
Description: Provides constrained triangulation of polygons. Ear cutting (or ear clipping) applies constrained triangulation by successively 'cutting' triangles from a polygon defined by path/s. Holes are supported by introducing a bridge segment between polygon paths. This package wraps the 'header-only' library 'earcut.hpp' <https://github.com/mapbox/earcut.hpp.git> which includes a reference to the method used by Held, M. (2001) <doi:10.1007/s00453-001-0028-4>.
Authors@R: c( person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre")), person("Andrew", "Smith", role = "ctb", comment = "provided C++ guidance"), person("Mapbox", role = "cph", comment = "author of header library earcut.hpp"), person("Mark", "Padgham", role = "ctb", comment = "help with CRAN issues"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
LinkingTo: Rcpp
Depends: R (>= 3.0.0)
Imports: Rcpp
RoxygenNote: 6.1.0
Suggests: covr, testthat, knitr, oz, rmarkdown
SystemRequirements: C++11
VignetteBuilder: knitr
URL: https://hypertidy.github.io/decido
BugReports: https://github.com/hypertidy/decido/issues
NeedsCompilation: yes
Packaged: 2018-08-21 12:31:13 UTC; mdsumner
Author: Michael Sumner [aut, cre], Andrew Smith [ctb] (provided C++ guidance), Mapbox [cph] (author of header library earcut.hpp), Mark Padgham [ctb] (help with CRAN issues)
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2018-08-21 22:10:07 UTC

More information about decido at CRAN
Permanent link

Package PMmisc updated to version 0.1.1 with previous version 0.1.0 dated 2018-05-06

Title: P&M Miscellaneous R Functions
Description: Miscellaneous functions for data analysis, graphics, data manipulation, statistical investigation, including descriptive statistics, creating leading and lagging variables, portfolio return analysis, time series difference and percentage change calculation, stacking data for higher efficient analysis.
Author: Manuel Russon <manuelrusson@gmail.com>, Xuanhua "Peter" Yin <peteryin.sju@hotmail.com>
Maintainer: Xuanhua "Peter" Yin <peteryin.sju@hotmail.com>

Diff between PMmisc versions 0.1.0 dated 2018-05-06 and 0.1.1 dated 2018-08-21

 PMmisc-0.1.0/PMmisc/R/fcoplot.R          |only
 PMmisc-0.1.0/PMmisc/R/fdesstat.R         |only
 PMmisc-0.1.0/PMmisc/R/fdiff.R            |only
 PMmisc-0.1.0/PMmisc/R/fdrawdown.R        |only
 PMmisc-0.1.0/PMmisc/R/fkur.R             |only
 PMmisc-0.1.0/PMmisc/R/flag.R             |only
 PMmisc-0.1.0/PMmisc/R/flagcor.R          |only
 PMmisc-0.1.0/PMmisc/R/flead.R            |only
 PMmisc-0.1.0/PMmisc/R/flog.R             |only
 PMmisc-0.1.0/PMmisc/R/flogtb.R           |only
 PMmisc-0.1.0/PMmisc/R/fmode.R            |only
 PMmisc-0.1.0/PMmisc/R/fnd.R              |only
 PMmisc-0.1.0/PMmisc/R/fpctcng.R          |only
 PMmisc-0.1.0/PMmisc/R/fplot3.R           |only
 PMmisc-0.1.0/PMmisc/R/fplot3ss.R         |only
 PMmisc-0.1.0/PMmisc/R/fsk.R              |only
 PMmisc-0.1.0/PMmisc/R/fsortcol.R         |only
 PMmisc-0.1.0/PMmisc/R/fspearcor.R        |only
 PMmisc-0.1.0/PMmisc/R/fstack.R           |only
 PMmisc-0.1.0/PMmisc/R/funliov.R          |only
 PMmisc-0.1.0/PMmisc/man/fcoplot.Rd       |only
 PMmisc-0.1.0/PMmisc/man/fdesstat.Rd      |only
 PMmisc-0.1.0/PMmisc/man/fdiff.Rd         |only
 PMmisc-0.1.0/PMmisc/man/fdrawdown.Rd     |only
 PMmisc-0.1.0/PMmisc/man/fkur.Rd          |only
 PMmisc-0.1.0/PMmisc/man/flag.Rd          |only
 PMmisc-0.1.0/PMmisc/man/flagcor.Rd       |only
 PMmisc-0.1.0/PMmisc/man/flead.Rd         |only
 PMmisc-0.1.0/PMmisc/man/flog.Rd          |only
 PMmisc-0.1.0/PMmisc/man/flogtb.Rd        |only
 PMmisc-0.1.0/PMmisc/man/fmode.Rd         |only
 PMmisc-0.1.0/PMmisc/man/fnd.Rd           |only
 PMmisc-0.1.0/PMmisc/man/fpctcng.Rd       |only
 PMmisc-0.1.0/PMmisc/man/fplot3.Rd        |only
 PMmisc-0.1.0/PMmisc/man/fplot3ss.Rd      |only
 PMmisc-0.1.0/PMmisc/man/fsk.Rd           |only
 PMmisc-0.1.0/PMmisc/man/fsortcol.Rd      |only
 PMmisc-0.1.0/PMmisc/man/fspearcor.Rd     |only
 PMmisc-0.1.0/PMmisc/man/fstack.Rd        |only
 PMmisc-0.1.0/PMmisc/man/funliov.Rd       |only
 PMmisc-0.1.1/PMmisc/DESCRIPTION          |    8 +-
 PMmisc-0.1.1/PMmisc/MD5                  |  117 +++++++++++++++++++------------
 PMmisc-0.1.1/PMmisc/NAMESPACE            |   43 +++++++----
 PMmisc-0.1.1/PMmisc/NEWS                 |only
 PMmisc-0.1.1/PMmisc/R/cor.lag.R          |only
 PMmisc-0.1.1/PMmisc/R/cor.spearman.R     |only
 PMmisc-0.1.1/PMmisc/R/cv.annu.fv.R       |only
 PMmisc-0.1.1/PMmisc/R/cv.annu.pv.R       |only
 PMmisc-0.1.1/PMmisc/R/cv.bondprice.R     |only
 PMmisc-0.1.1/PMmisc/R/cv.diff.R          |only
 PMmisc-0.1.1/PMmisc/R/cv.drawdown.R      |only
 PMmisc-0.1.1/PMmisc/R/cv.lag.R           |only
 PMmisc-0.1.1/PMmisc/R/cv.lead.R          |only
 PMmisc-0.1.1/PMmisc/R/cv.pctcng.R        |only
 PMmisc-0.1.1/PMmisc/R/df.sortcol.R       |only
 PMmisc-0.1.1/PMmisc/R/df.stack.R         |only
 PMmisc-0.1.1/PMmisc/R/ds.corm.R          |only
 PMmisc-0.1.1/PMmisc/R/ds.kurt.R          |only
 PMmisc-0.1.1/PMmisc/R/ds.mode.R          |only
 PMmisc-0.1.1/PMmisc/R/ds.skew.R          |only
 PMmisc-0.1.1/PMmisc/R/ds.summ.R          |only
 PMmisc-0.1.1/PMmisc/R/pl.2ts.R           |only
 PMmisc-0.1.1/PMmisc/R/pl.3smoothtxt.R    |only
 PMmisc-0.1.1/PMmisc/R/pl.3txt.R          |only
 PMmisc-0.1.1/PMmisc/R/pl.coplot.R        |only
 PMmisc-0.1.1/PMmisc/R/pl.hist.R          |only
 PMmisc-0.1.1/PMmisc/R/pl.hs.R            |only
 PMmisc-0.1.1/PMmisc/R/pl.hsd.R           |only
 PMmisc-0.1.1/PMmisc/R/pl.s.R             |only
 PMmisc-0.1.1/PMmisc/R/pl.sm.R            |only
 PMmisc-0.1.1/PMmisc/R/pl.ts.R            |only
 PMmisc-0.1.1/PMmisc/R/pl.tss.R           |only
 PMmisc-0.1.1/PMmisc/R/reg.linreg.R       |only
 PMmisc-0.1.1/PMmisc/R/reg.model.R        |only
 PMmisc-0.1.1/PMmisc/R/tr.log.R           |only
 PMmisc-0.1.1/PMmisc/R/tr.logtb.R         |only
 PMmisc-0.1.1/PMmisc/R/tr.nd.R            |only
 PMmisc-0.1.1/PMmisc/R/tr.unli.R          |only
 PMmisc-0.1.1/PMmisc/R/xd.avt.R           |only
 PMmisc-0.1.1/PMmisc/R/xd.fred.R          |only
 PMmisc-0.1.1/PMmisc/man/cor.lag.Rd       |only
 PMmisc-0.1.1/PMmisc/man/cor.spearman.Rd  |only
 PMmisc-0.1.1/PMmisc/man/cv.annu.fv.Rd    |only
 PMmisc-0.1.1/PMmisc/man/cv.annu.pv.Rd    |only
 PMmisc-0.1.1/PMmisc/man/cv.bondprice.Rd  |only
 PMmisc-0.1.1/PMmisc/man/cv.diff.Rd       |only
 PMmisc-0.1.1/PMmisc/man/cv.drawdown.Rd   |only
 PMmisc-0.1.1/PMmisc/man/cv.lag.Rd        |only
 PMmisc-0.1.1/PMmisc/man/cv.lead.Rd       |only
 PMmisc-0.1.1/PMmisc/man/cv.pctcng.Rd     |only
 PMmisc-0.1.1/PMmisc/man/df.sortcol.Rd    |only
 PMmisc-0.1.1/PMmisc/man/df.stack.Rd      |only
 PMmisc-0.1.1/PMmisc/man/ds.corm.Rd       |only
 PMmisc-0.1.1/PMmisc/man/ds.kurt.Rd       |only
 PMmisc-0.1.1/PMmisc/man/ds.mode.Rd       |only
 PMmisc-0.1.1/PMmisc/man/ds.skew.Rd       |only
 PMmisc-0.1.1/PMmisc/man/ds.summ.Rd       |only
 PMmisc-0.1.1/PMmisc/man/pl.2ts.Rd        |only
 PMmisc-0.1.1/PMmisc/man/pl.3smoothtxt.Rd |only
 PMmisc-0.1.1/PMmisc/man/pl.3txt.Rd       |only
 PMmisc-0.1.1/PMmisc/man/pl.coplot.Rd     |only
 PMmisc-0.1.1/PMmisc/man/pl.hist.Rd       |only
 PMmisc-0.1.1/PMmisc/man/pl.hs.Rd         |only
 PMmisc-0.1.1/PMmisc/man/pl.hsd.Rd        |only
 PMmisc-0.1.1/PMmisc/man/pl.s.Rd          |only
 PMmisc-0.1.1/PMmisc/man/pl.sm.Rd         |only
 PMmisc-0.1.1/PMmisc/man/pl.ts.Rd         |only
 PMmisc-0.1.1/PMmisc/man/pl.tss.Rd        |only
 PMmisc-0.1.1/PMmisc/man/reg.linreg.Rd    |only
 PMmisc-0.1.1/PMmisc/man/reg.model.Rd     |only
 PMmisc-0.1.1/PMmisc/man/tr.log.Rd        |only
 PMmisc-0.1.1/PMmisc/man/tr.logtb.Rd      |only
 PMmisc-0.1.1/PMmisc/man/tr.nd.Rd         |only
 PMmisc-0.1.1/PMmisc/man/tr.unli.Rd       |only
 PMmisc-0.1.1/PMmisc/man/xd.avt.Rd        |only
 PMmisc-0.1.1/PMmisc/man/xd.fred.Rd       |only
 116 files changed, 106 insertions(+), 62 deletions(-)

More information about PMmisc at CRAN
Permanent link

Package DatabaseConnector updated to version 2.1.4 with previous version 2.1.3 dated 2018-06-28

Title: Connecting to Various Database Platforms
Description: An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server', 'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', and 'Google BigQuery'). Also includes support for fetching data as 'ffdf' objects. Uses 'Java Database Connectivity' ('JDBC') to connect to databases.
Author: Martijn Schuemie [aut, cre], Marc Suchard [aut], Observational Health Data Science and Informatics [cph], Microsoft Inc. [cph] (SQL Server JDBC driver), PostgreSQL Global Development Group [cph] (PostgreSQL JDBC driver), Starschema Ltd. [cph] (BigQuery JDBC driver), Oracle Inc. [cph] (Oracle JDBC driver), Amazon Inc. [cph] (RedShift JDBC driver)
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>

Diff between DatabaseConnector versions 2.1.3 dated 2018-06-28 and 2.1.4 dated 2018-08-21

 DESCRIPTION                                                                 |   10 
 MD5                                                                         |   47 
 NEWS                                                                        |    8 
 R/InsertTable.R                                                             |  155 
 R/Sql.R                                                                     |   34 
 build/DatabaseConnector.pdf                                                 | 4215 +++++-----
 build/vignette.rds                                                          |binary
 inst/doc/UsingDatabaseConnector.pdf                                         |binary
 inst/java/DatabaseConnector.jar                                             |binary
 java/org/ohdsi/databaseConnector/BatchedInsert.java                         |only
 java/org/ohdsi/databaseConnector/BatchedQuery.java                          |    6 
 man/dbExecute-DatabaseConnectorConnection-character-method.Rd               |    4 
 man/dbFetch-DatabaseConnectorResult-method.Rd                               |    3 
 man/dbGetQuery-DatabaseConnectorConnection-character-method.Rd              |    4 
 man/dbListTables-DatabaseConnectorConnection-method.Rd                      |    4 
 man/dbQuoteIdentifier-DatabaseConnectorConnection-character-method.Rd       |    4 
 man/dbQuoteString-DatabaseConnectorConnection-character-method.Rd           |    3 
 man/dbSendQuery-DatabaseConnectorConnection-character-method.Rd             |    4 
 man/dbWriteTable-DatabaseConnectorConnection-character-data.frame-method.Rd |    3 
 man/insertTable.Rd                                                          |    7 
 man/lowLevelQuerySql.Rd                                                     |    3 
 man/lowLevelQuerySql.ffdf.Rd                                                |    3 
 man/querySql.Rd                                                             |    3 
 man/querySql.ffdf.Rd                                                        |    5 
 tests/testthat/test-sendUpdates.R                                           |   80 
 25 files changed, 2338 insertions(+), 2267 deletions(-)

More information about DatabaseConnector at CRAN
Permanent link

Package accelerometry updated to version 3.1.1 with previous version 2.2.5 dated 2015-05-12

Title: Functions for Processing Accelerometer Data
Description: A collection of functions that perform operations on time-series accelerometer data, such as identify non-wear time, flag minutes that are part of an activity bout, and find the maximum 10-minute average count value. The functions are generally very flexible, allowing for a variety of algorithms to be implemented. Most of the functions are written in C++ for efficiency.
Author: Dane R. Van Domelen
Maintainer: Dane R. Van Domelen <vandomed@gmail.com>

Diff between accelerometry versions 2.2.5 dated 2015-05-12 and 3.1.1 dated 2018-08-21

 accelerometry-2.2.5/accelerometry/demo                         |only
 accelerometry-2.2.5/accelerometry/man/accel_artifacts.Rd       |only
 accelerometry-2.2.5/accelerometry/man/accel_bouts.Rd           |only
 accelerometry-2.2.5/accelerometry/man/accel_intensities.Rd     |only
 accelerometry-2.2.5/accelerometry/man/accel_process_tri.Rd     |only
 accelerometry-2.2.5/accelerometry/man/accel_process_uni.Rd     |only
 accelerometry-2.2.5/accelerometry/man/accel_sedbreaks.Rd       |only
 accelerometry-2.2.5/accelerometry/man/accel_weartime.Rd        |only
 accelerometry-2.2.5/accelerometry/man/accelerometry-package.Rd |only
 accelerometry-2.2.5/accelerometry/src/Makevars                 |only
 accelerometry-2.2.5/accelerometry/src/Makevars.win             |only
 accelerometry-2.2.5/accelerometry/src/blockaves.cpp            |only
 accelerometry-2.2.5/accelerometry/src/movingaves.cpp           |only
 accelerometry-2.2.5/accelerometry/src/movingaves_max.cpp       |only
 accelerometry-2.2.5/accelerometry/src/rle2_char.cpp            |only
 accelerometry-2.2.5/accelerometry/src/rle2_num.cpp             |only
 accelerometry-2.2.5/accelerometry/src/sedbreaks.cpp            |only
 accelerometry-2.2.5/accelerometry/src/sedbreaks_flags.cpp      |only
 accelerometry-3.1.1/accelerometry/DESCRIPTION                  |   23 
 accelerometry-3.1.1/accelerometry/MD5                          |   85 
 accelerometry-3.1.1/accelerometry/NAMESPACE                    |   24 
 accelerometry-3.1.1/accelerometry/R/RcppExports.R              | 2189 +---------
 accelerometry-3.1.1/accelerometry/R/accelerometry-data.R       |only
 accelerometry-3.1.1/accelerometry/R/accelerometry.R            |only
 accelerometry-3.1.1/accelerometry/R/blockaves.R                |only
 accelerometry-3.1.1/accelerometry/R/blocksums.R                |only
 accelerometry-3.1.1/accelerometry/R/inverse_rle2.R             |only
 accelerometry-3.1.1/accelerometry/R/movingaves.R               |only
 accelerometry-3.1.1/accelerometry/R/process_tri.R              |only
 accelerometry-3.1.1/accelerometry/R/process_uni.R              |only
 accelerometry-3.1.1/accelerometry/R/rle2.R                     |only
 accelerometry-3.1.1/accelerometry/R/sedbreaks.R                |only
 accelerometry-3.1.1/accelerometry/build                        |only
 accelerometry-3.1.1/accelerometry/data/tridata.rda             |binary
 accelerometry-3.1.1/accelerometry/inst                         |only
 accelerometry-3.1.1/accelerometry/man/accelerometry.Rd         |only
 accelerometry-3.1.1/accelerometry/man/artifacts.Rd             |only
 accelerometry-3.1.1/accelerometry/man/blockaves.Rd             |   63 
 accelerometry-3.1.1/accelerometry/man/blocksums.Rd             |only
 accelerometry-3.1.1/accelerometry/man/bouts.Rd                 |only
 accelerometry-3.1.1/accelerometry/man/cut_counts.Rd            |only
 accelerometry-3.1.1/accelerometry/man/intensities.Rd           |only
 accelerometry-3.1.1/accelerometry/man/inverse_rle2.Rd          |   39 
 accelerometry-3.1.1/accelerometry/man/movingaves.Rd            |   59 
 accelerometry-3.1.1/accelerometry/man/personvars.Rd            |   47 
 accelerometry-3.1.1/accelerometry/man/process_tri.Rd           |only
 accelerometry-3.1.1/accelerometry/man/process_uni.Rd           |only
 accelerometry-3.1.1/accelerometry/man/rle2.Rd                  |   53 
 accelerometry-3.1.1/accelerometry/man/sedbreaks.Rd             |only
 accelerometry-3.1.1/accelerometry/man/tridata.Rd               |   36 
 accelerometry-3.1.1/accelerometry/man/unidata.Rd               |   40 
 accelerometry-3.1.1/accelerometry/man/weartime.Rd              |only
 accelerometry-3.1.1/accelerometry/src/RcppExports.cpp          |  471 +-
 accelerometry-3.1.1/accelerometry/src/artifacts.cpp            |   79 
 accelerometry-3.1.1/accelerometry/src/blockaves_c.cpp          |only
 accelerometry-3.1.1/accelerometry/src/blocksums_c.cpp          |only
 accelerometry-3.1.1/accelerometry/src/bouts.cpp                |  232 -
 accelerometry-3.1.1/accelerometry/src/cut_counts.cpp           |only
 accelerometry-3.1.1/accelerometry/src/intensities.cpp          |   93 
 accelerometry-3.1.1/accelerometry/src/movingaves_c.cpp         |only
 accelerometry-3.1.1/accelerometry/src/personvars.cpp           |   89 
 accelerometry-3.1.1/accelerometry/src/rle2_c.cpp               |only
 accelerometry-3.1.1/accelerometry/src/sedbreaks_c.cpp          |only
 accelerometry-3.1.1/accelerometry/src/weartime.cpp             |  196 
 accelerometry-3.1.1/accelerometry/vignettes                    |only
 65 files changed, 1371 insertions(+), 2447 deletions(-)

More information about accelerometry at CRAN
Permanent link

Package SIDES updated to version 1.13 with previous version 1.11 dated 2017-05-30

Title: Subgroup Identification Based on Differential Effect Search
Description: Provides function to apply "Subgroup Identification based on Differential Effect Search" (SIDES) method proposed by Lipkovich et al. (2011) <doi:10.1002/sim.4289>.
Author: Marie-Karelle Riviere
Maintainer: Marie-Karelle Riviere <eldamjh@gmail.com>

Diff between SIDES versions 1.11 dated 2017-05-30 and 1.13 dated 2018-08-21

 DESCRIPTION             |    8 ++++----
 MD5                     |   18 +++++++++---------
 NAMESPACE               |   10 +++-------
 R/ADJUSTED_PVALUES.R    |   23 +++++++++++++++++++++--
 R/IDENTIFICATION.R      |   20 ++++++++++----------
 R/SIDES_MAIN.R          |   20 ++++++++++----------
 R/SPLITTING_CRITERIA.R  |    8 ++++----
 man/SIDES-package.Rd    |    6 +++---
 man/SIDES.Rd            |   13 +++++++------
 man/simulation_SIDES.Rd |    4 +++-
 10 files changed, 74 insertions(+), 56 deletions(-)

More information about SIDES at CRAN
Permanent link

Package rsolr updated to version 0.0.9 with previous version 0.0.8 dated 2018-05-19

Title: R to Solr Interface
Description: A comprehensive R API for querying Apache Solr databases. A Solr core is represented as a data frame or list that supports Solr-side filtering, sorting, transformation and aggregation, all through the familiar base R API. Queries are processed lazily, i.e., a query is only sent to the database when the data are required.
Author: Michael Lawrence, Gabe Becker, Jan Vogel
Maintainer: Michael Lawrence <michafla@gene.com>

Diff between rsolr versions 0.0.8 dated 2018-05-19 and 0.0.9 dated 2018-08-21

 DESCRIPTION                     |    6 ++--
 MD5                             |   46 +++++++++++++++----------------
 NAMESPACE                       |    8 ++++-
 R/Expression-class.R            |    8 ++++-
 R/Facets-class.R                |    2 -
 R/GroupedSolrFrame-class.R      |    5 +--
 R/SolrCore-class.R              |    5 ++-
 R/SolrFrame-class.R             |   11 ++++---
 R/SolrPromise-class.R           |   40 +++++++++++++++++----------
 R/SolrQuery-class.R             |   58 +++++++---------------------------------
 R/SolrSchema-class.R            |    2 -
 R/test.R                        |    6 ++--
 R/utils.R                       |    2 -
 README.md                       |   13 ++++++++
 build/vignette.rds              |binary
 inst/doc/intro.Rnw              |    5 ---
 inst/doc/intro.pdf              |binary
 inst/unitTests/test_SolrCore.R  |    2 -
 inst/unitTests/test_SolrQuery.R |    4 ++
 man/Expression-class.Rd         |    1 
 man/SolrCore-class.Rd           |    2 +
 man/SolrFrame-class.Rd          |    2 +
 man/SolrList-class.Rd           |    2 +
 vignettes/intro.Rnw             |    5 ---
 24 files changed, 119 insertions(+), 116 deletions(-)

More information about rsolr at CRAN
Permanent link

Package NCA updated to version 3.0.1 with previous version 3.0 dated 2018-08-01

Title: Necessary Condition Analysis
Description: Performs a Necessary Condition Analysis (NCA). (Dul, J. 2016. Necessary Condition Analysis (NCA). ''Logic and Methodology of 'Necessary but not Sufficient' causality." Organizational Research Methods 19(1), 10-52, <http://journals.sagepub.com/doi/abs/10.1177/1094428115584005>). NCA identifies necessary (but not sufficient) conditions in datasets, where x causes (e.g. precedes) y. Instead of drawing a regression line ''through the middle of the data'' in an xy-plot, NCA draws the ceiling line. The ceiling line y = f(x) separates the area with observations from the area without observations. (Nearly) all observations are below the ceiling line: y <= f(x). The empty zone is in the upper left hand corner of the xy-plot (with the convention that the x-axis is ''horizontal'' and the y-axis is ''vertical'' and that values increase ''upwards'' and ''to the right''). The ceiling line is a (piecewise) linear non-decreasing line: a linear step function or a straight line. It indicates which level of x (e.g. an effort or input) is necessary but not sufficient for a (desired) level of y (e.g. good performance or output). A quick start guide for using this package can be found here: <http://repub.eur.nl/pub/78323/> or <https://ssrn.com/abstract=2624981>.
Author: Jan Dul <jdul@rsm.nl>
Maintainer: Govert Buijs <buijs@rsm.nl>

Diff between NCA versions 3.0 dated 2018-08-01 and 3.0.1 dated 2018-08-21

 DESCRIPTION        |    8 ++++----
 MD5                |    6 +++---
 R/p_bottleneck.R   |   44 +++++++++++++-------------------------------
 man/NCA-package.Rd |    2 +-
 4 files changed, 21 insertions(+), 39 deletions(-)

More information about NCA at CRAN
Permanent link

New package BGLR with initial version 1.0.5.1
Package: BGLR
Version: 1.0.5.1
Date: 2016-08-19
Title: Bayesian Generalized Linear Regression
Author: Gustavo de los Campos, Paulino Perez Rodriguez,
Maintainer: ORPHANED
Depends: R (>= 2.10)
Description: Bayesian Generalized Linear Regression.
LazyLoad: true
License: GPL-3
Packaged: 2018-08-21 11:31:18 UTC; ripley
Repository: CRAN
Repository/R-Forge/Project: bglr
Repository/R-Forge/Revision: 78
Repository/R-Forge/DateTimeStamp: 2013-10-22 13:52:58
Date/Publication: 2018-08-21 11:33:26 UTC
NeedsCompilation: yes
X-CRAN-Original-Maintainer: Paulino Perez Rodriguez <perpdgo@colpos.mx>
X-CRAN-Comment: Orphaned on 2018-08-21 as check problems were not corrected despite reminder. Misuse of OPENMP macros.

More information about BGLR at CRAN
Permanent link

Package iC10 updated to version 1.4.2 with previous version 1.4.1 dated 2018-08-20

Title: A Copy Number and Expression-Based Classifier for Breast Tumours
Description: Implementation of the classifier described in the paper 'Genome-driven integrated classification of breast cancer validated in over 7,500 samples' (Ali HR et al., Genome Biology 2014). It uses copy number and/or expression form breast cancer data, trains a pamr classifier (Tibshirani et al.) with the features available and predicts the iC10 group.
Author: Oscar M Rueda
Maintainer: Oscar M. Rueda <Oscar.Rueda@cruk.cam.ac.uk>

Diff between iC10 versions 1.4.1 dated 2018-08-20 and 1.4.2 dated 2018-08-21

 DESCRIPTION       |    6 +++---
 MD5               |    6 +++---
 R/matchFeatures.R |    2 +-
 build/partial.rdb |binary
 4 files changed, 7 insertions(+), 7 deletions(-)

More information about iC10 at CRAN
Permanent link

Package rlas updated to version 1.2.7 with previous version 1.2.4 dated 2018-06-11

Title: Read and Write 'las' and 'laz' Binary File Formats Used for Remote Sensing Data
Description: Read and write 'las' and 'laz' binary file formats. The LAS file format is a public file format for the interchange of 3-dimensional point cloud data between data users. The LAS specifications are approved by the American Society for Photogrammetry and Remote Sensing <https://www.asprs.org/committee-general/laser-las-file-format-exchange-activities.html>. The LAZ file format is an open and lossless compression scheme for binary LAS format versions 1.0 to 1.3 <https://www.laszip.org/>.
Author: Jean-Romain Roussel [aut, cre, cph], Florian De Boissieu [aut, ctb] (Enable the support of .lax file and extra byte attributes), Martin Isenburg [cph] (Is the author of the LASlib and LASzip libraries), David Auty [ctb] (Reviewed the documentation), Pierrick Marie [ctb] (Helped to compile LASlib code in R)
Maintainer: Jean-Romain Roussel <jean-romain.roussel.1@ulaval.ca>

Diff between rlas versions 1.2.4 dated 2018-06-11 and 1.2.7 dated 2018-08-21

 rlas-1.2.4/rlas/R/deprecated.r                     |only
 rlas-1.2.4/rlas/man/readlasdata.Rd                 |only
 rlas-1.2.4/rlas/man/readlasheader.Rd               |only
 rlas-1.2.4/rlas/man/writelas.Rd                    |only
 rlas-1.2.4/rlas/src/deprecated.cpp                 |only
 rlas-1.2.4/rlas/src/point_in_polygon.cpp           |only
 rlas-1.2.4/rlas/tests/testthat/test-pnpoly.R       |only
 rlas-1.2.7/rlas/DESCRIPTION                        |   12 
 rlas-1.2.7/rlas/MD5                                |   45 +--
 rlas-1.2.7/rlas/NAMESPACE                          |    3 
 rlas-1.2.7/rlas/NEWS.md                            |   15 +
 rlas-1.2.7/rlas/R/RcppExports.R                    |   24 -
 rlas-1.2.7/rlas/R/checkers.r                       |  291 ++++++++++++++-------
 rlas-1.2.7/rlas/R/readLAS.r                        |   38 --
 rlas-1.2.7/rlas/R/writeLAS.r                       |    9 
 rlas-1.2.7/rlas/man/check.Rd                       |    3 
 rlas-1.2.7/rlas/src/LASlib/lasreader_qfit.cpp      |   28 +-
 rlas-1.2.7/rlas/src/LASlib/laswriter.cpp           |    7 
 rlas-1.2.7/rlas/src/Makevars                       |    2 
 rlas-1.2.7/rlas/src/Makevars.win                   |    2 
 rlas-1.2.7/rlas/src/RcppExports.cpp                |  123 --------
 rlas-1.2.7/rlas/src/readLAS.cpp                    |   99 ++-----
 rlas-1.2.7/rlas/src/readheader.cpp                 |    2 
 rlas-1.2.7/rlas/src/rlasstreamer.cpp               |    8 
 rlas-1.2.7/rlas/src/writeLAS.cpp                   |   12 
 rlas-1.2.7/rlas/tests/testthat/test-header_tools.R |   12 
 rlas-1.2.7/rlas/tests/testthat/test-readlas.R      |   28 +-
 27 files changed, 356 insertions(+), 407 deletions(-)

More information about rlas at CRAN
Permanent link

Package pls updated to version 2.7-0 with previous version 2.6-0 dated 2016-12-18

Title: Partial Least Squares and Principal Component Regression
Description: Multivariate regression methods Partial Least Squares Regression (PLSR), Principal Component Regression (PCR) and Canonical Powered Partial Least Squares (CPPLS).
Author: Bjørn-Helge Mevik [aut, cre], Ron Wehrens [aut], Kristian Hovde Liland [aut], Paul Hiemstra [ctb]
Maintainer: Bjørn-Helge Mevik <b-h@mevik.net>

Diff between pls versions 2.6-0 dated 2016-12-18 and 2.7-0 dated 2018-08-21

 pls-2.6-0/pls/R/widekernelpls_NA.fit.R |only
 pls-2.7-0/pls/DESCRIPTION              |   32 ++++--
 pls-2.7-0/pls/MD5                      |  152 +++++++++++++++++++--------------
 pls-2.7-0/pls/R/cppls.fit.R            |   45 +++++----
 pls-2.7-0/pls/R/crossval.R             |    2 
 pls-2.7-0/pls/R/cvsegments.R           |    2 
 pls-2.7-0/pls/R/extract.R              |    2 
 pls-2.7-0/pls/R/jackknife.R            |    2 
 pls-2.7-0/pls/R/kernelpls.fit.R        |   22 +++-
 pls-2.7-0/pls/R/msc.R                  |    2 
 pls-2.7-0/pls/R/mvr.R                  |    8 -
 pls-2.7-0/pls/R/mvrVal.R               |    2 
 pls-2.7-0/pls/R/mvr_wrappers.R         |    2 
 pls-2.7-0/pls/R/oscorespls.fit.R       |   27 ++++-
 pls-2.7-0/pls/R/plots.R                |    2 
 pls-2.7-0/pls/R/pls.options.R          |    2 
 pls-2.7-0/pls/R/predict.mvr.R          |    2 
 pls-2.7-0/pls/R/simpls.fit.R           |   22 +++-
 pls-2.7-0/pls/R/stdize.R               |    2 
 pls-2.7-0/pls/R/summaries.R            |    2 
 pls-2.7-0/pls/R/svdpc.fit.R            |   18 ++-
 pls-2.7-0/pls/R/widekernelpls.fit.R    |   20 ++--
 pls-2.7-0/pls/build/vignette.rds       |binary
 pls-2.7-0/pls/inst/NEWS.Rd             |   26 +++++
 pls-2.7-0/pls/inst/doc/pls-manual.Rnw  |    6 -
 pls-2.7-0/pls/inst/doc/pls-manual.pdf  |binary
 pls-2.7-0/pls/man/biplot.mvr.Rd        |    6 -
 pls-2.7-0/pls/man/coef.mvr.Rd          |    6 -
 pls-2.7-0/pls/man/coefplot.Rd          |    6 -
 pls-2.7-0/pls/man/cppls.fit.Rd         |   12 +-
 pls-2.7-0/pls/man/crossval.Rd          |    6 -
 pls-2.7-0/pls/man/cvsegments.Rd        |    6 -
 pls-2.7-0/pls/man/delete.intercept.Rd  |    6 -
 pls-2.7-0/pls/man/gasoline.Rd          |    4 
 pls-2.7-0/pls/man/jack.test.Rd         |    2 
 pls-2.7-0/pls/man/kernelpls.fit.Rd     |    9 +
 pls-2.7-0/pls/man/mayonnaise.Rd        |    6 -
 pls-2.7-0/pls/man/msc.Rd               |    8 -
 pls-2.7-0/pls/man/mvr.Rd               |   20 +++-
 pls-2.7-0/pls/man/mvrCv.Rd             |    6 -
 pls-2.7-0/pls/man/mvrVal.Rd            |    6 -
 pls-2.7-0/pls/man/naExcludeMvr.Rd      |    2 
 pls-2.7-0/pls/man/oliveoil.Rd          |    4 
 pls-2.7-0/pls/man/oscorespls.fit.Rd    |   17 ++-
 pls-2.7-0/pls/man/plot.mvr.Rd          |    6 -
 pls-2.7-0/pls/man/pls.options.Rd       |    6 -
 pls-2.7-0/pls/man/predict.mvr.Rd       |    6 -
 pls-2.7-0/pls/man/predplot.Rd          |    6 -
 pls-2.7-0/pls/man/scoreplot.Rd         |    6 -
 pls-2.7-0/pls/man/scores.Rd            |    6 -
 pls-2.7-0/pls/man/selectNcomp.Rd       |   12 ++
 pls-2.7-0/pls/man/simpls.fit.Rd        |    9 +
 pls-2.7-0/pls/man/stdize.Rd            |    6 -
 pls-2.7-0/pls/man/summary.mvr.Rd       |    6 -
 pls-2.7-0/pls/man/svdpc.fit.Rd         |   11 +-
 pls-2.7-0/pls/man/validationplot.Rd    |    6 -
 pls-2.7-0/pls/man/var.jack.Rd          |    8 -
 pls-2.7-0/pls/man/widekernelpls.fit.Rd |   13 +-
 pls-2.7-0/pls/man/yarn.Rd              |    4 
 pls-2.7-0/pls/tests                    |only
 pls-2.7-0/pls/vignettes/pls-manual.Rnw |    6 -
 pls-2.7-0/pls/vignettes/pls-manual.bib |    8 -
 62 files changed, 396 insertions(+), 263 deletions(-)

More information about pls at CRAN
Permanent link

Package BGLR (with last version 1.0.5) was removed from CRAN

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

2016-08-19 1.0.5
2015-04-07 1.0.4
2014-06-10 1.0.3
2013-10-22 1.0.2
2013-10-13 1.0.1

Permanent link
Package optiSel (with last version 2.0.1) was removed from CRAN

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

2018-06-28 2.0.1
2017-12-15 2.0
2017-08-15 1.0.0
2017-05-26 0.9.1
2017-05-24 0.9
2017-04-25 0.8.1
2017-04-24 0.8
2017-04-15 0.7.1
2017-04-06 0.7
2017-03-31 0.6.2
2017-03-30 0.6.1
2017-03-23 0.5
2017-02-23 0.3
2016-06-27 0.1

Permanent link
Package ndl (with last version 0.2.17) was removed from CRAN

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

2015-11-18 0.2.17
2014-02-27 0.2.16
2013-11-12 0.2.14
2013-11-06 0.2.13
2013-11-05 0.2.12
2012-11-28 0.1.6
2011-06-25 0.1.1

Permanent link

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