Thu, 16 Jun 2016

Package vardpoor updated to version 0.6.4 with previous version 0.6.3 dated 2016-05-12

Title: Variance Estimation for Sample Surveys by the Ultimate Cluster Method
Description: Generation of domain variables, linearisation of several nonlinear population statistics (the ratio of two totals, weighted income percentile, relative median income ratio, at-risk-of-poverty rate, at-risk-of-poverty threshold, Gini coefficient, gender pay gap, the aggregate replacement ratio, the relative median income ratio, median income below at-risk-of-poverty gap, income quintile share ratio, relative median at-risk-of-poverty gap), computation of regression residuals in case of weight calibration, variance estimation of sample surveys by the ultimate cluster method (Hansen, Hurwitz and Madow, 1953), variance estimation for longitudinal, cross-sectional measures and measures of change for single and multistage stage cluster sampling designs (Berger, Y.G.). Several other precision measures are derived - standard error, the coefficient of variation, the margin of error, confidence interval, design effect.
Author: Juris Breidaks [aut, cre], Martins Liberts [aut], Santa Ivanova [aut]
Maintainer: Juris Breidaks <Juris.Breidaks@csb.gov.lv>

Diff between vardpoor versions 0.6.3 dated 2016-05-12 and 0.6.4 dated 2016-06-16

 DESCRIPTION             |    8 +--
 MD5                     |   36 ++++++++---------
 R/vardchangannual.R     |    2 
 R/vardchanges.R         |    2 
 R/vardcros.R            |    2 
 R/vardom.R              |   30 ++++++++++++--
 R/vardom_othstr.R       |    2 
 R/vardomh.R             |   80 ++++++++++++++++++++++++++------------
 R/variance_est.R        |  100 ++++++++++++++++++++++++++++++++++--------------
 inst/CITATION           |    4 -
 inst/NEWS               |    4 +
 man/vardchangannual.Rd  |    2 
 man/vardchanges.Rd      |    2 
 man/vardcros.Rd         |    2 
 man/vardom.Rd           |   21 ++++++----
 man/vardom_othstr.Rd    |    2 
 man/vardomh.Rd          |    7 ++-
 man/vardpoor-package.Rd |    4 -
 man/variance_est.Rd     |    5 +-
 19 files changed, 213 insertions(+), 102 deletions(-)

More information about vardpoor at CRAN
Permanent link

New package stddiff with initial version 1.0
Package: stddiff
Type: Package
Title: Calculate the Standardized Difference for Numeric, Binary and Category Variables
Version: 1.0
Author: Zhicheng Du, Yuantao Hao
Maintainer: Zhicheng Du<dgdzc@hotmail.com>
Description: Contains three main functions including stddiff.numeric(), stddiff.binary() and stddiff.category(). These are used to calculate the standardized difference between two groups. It is especially used to evaluate the balance between two groups before and after propensity score matching.
License: GPL
Depends: R (>= 3.0.1)
LazyData: TRUE
Packaged: 2016-06-16 11:59:25 UTC; dzc
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2016-06-16 18:19:20

More information about stddiff at CRAN
Permanent link

New package SPIGA with initial version 1.0.0
Package: SPIGA
Type: Package
Title: Compute SPI Index using the Methods Genetic Algorithm and Maximum Likelihood
Version: 1.0.0
Date: 2016-06-09
Authors@R: c(person('Iván', 'Ayala-Bizarro', role=c('aut','cre'), email='ivan.ayala@unh.edu.pe'), person('Jessica','Zúñiga-Mendoza', role='aut', email='zumeje@gmail.com'))
Maintainer: Iván Ayala-Bizarro <ivan.ayala@unh.edu.pe>
NeedsCompilation: no
Description: Calculate the Standardized Precipitation Index (SPI) for monitoring drought, using Artificial Intelligence techniques (SPIGA) and traditional numerical technique Maximum Likelihood (SPIML). For more information see: http://drought.unl.edu/monitoringtools/downloadablespiprogram.aspx.
Depends: GA
License: GPL-2
LazyData: TRUE
Encoding: UTF-8
Repository: CRAN
Packaged: 2016-06-16 15:28:31 UTC; abia
Author: Iván Ayala-Bizarro [aut, cre], Jessica Zúñiga-Mendoza [aut]
Date/Publication: 2016-06-16 18:26:21

More information about SPIGA at CRAN
Permanent link

Package Rphylopars updated to version 0.2.9 with previous version 0.2.8 dated 2016-06-15

Title: Phylogenetic Comparative Tools for Missing Data and Within-Species Variation
Description: Tools for performing phylogenetic comparative methods for datasets with with multiple observations per species (intraspecific variation or measurement error) and/or missing data. Performs ancestral state reconstruction and missing data imputation on the estimated evolutionary model, which can be specified as Brownian Motion, Ornstein-Uhlenbeck, Early-Burst, Pagel's lambda, kappa, or delta, or a star phylogeny.
Author: Eric W. Goolsby, Jorn Bruggeman, Cecile Ane
Maintainer: Eric W. Goolsby <eric.goolsby.evolution@gmail.com>

Diff between Rphylopars versions 0.2.8 dated 2016-06-15 and 0.2.9 dated 2016-06-16

 Rphylopars-0.2.8/Rphylopars/src/Rphylopars[Conflict].dll |only
 Rphylopars-0.2.9/Rphylopars/DESCRIPTION                  |    8 ++++----
 Rphylopars-0.2.9/Rphylopars/MD5                          |    5 ++---
 Rphylopars-0.2.9/Rphylopars/man/Rphylopars-package.Rd    |    4 ++--
 4 files changed, 8 insertions(+), 9 deletions(-)

More information about Rphylopars at CRAN
Permanent link

Package qdap updated to version 2.2.5 with previous version 2.2.4 dated 2015-10-09

Title: Bridging the Gap Between Qualitative Data and Quantitative Analysis
Description: Automates many of the tasks associated with quantitative discourse analysis of transcripts containing discourse including frequency counts of sentence types, words, sentences, turns of talk, syllables and other assorted analysis tasks. The package provides parsing tools for preparing transcript data. Many functions enable the user to aggregate data by any number of grouping variables, providing analysis and seamless integration with other R packages that undertake higher level analysis and visualization of text. This affords the user a more efficient and targeted analysis. 'qdap' is designed for transcript analysis, however, many functions are applicable to other areas of Text Mining/Natural Language Processing.
Author: Bryan Goodrich [ctb], Dason Kurkiewicz [ctb], Tyler Rinker [aut, cre]
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>

Diff between qdap versions 2.2.4 dated 2015-10-09 and 2.2.5 dated 2016-06-16

 qdap-2.2.4/qdap/R/read.transcript.R                                     |only
 qdap-2.2.5/qdap/DESCRIPTION                                             |    9 
 qdap-2.2.5/qdap/MD5                                                     |  898 +++++-----
 qdap-2.2.5/qdap/NAMESPACE                                               |    2 
 qdap-2.2.5/qdap/NEWS                                                    |   21 
 qdap-2.2.5/qdap/R/chaining.R                                            |    3 
 qdap-2.2.5/qdap/R/check_spelling.R                                      |    4 
 qdap-2.2.5/qdap/R/common.R                                              |   26 
 qdap-2.2.5/qdap/R/object_pronoun_type.R                                 |    2 
 qdap-2.2.5/qdap/R/read_transcript.R                                     |only
 qdap-2.2.5/qdap/README.md                                               |    7 
 qdap-2.2.5/qdap/build/vignette.rds                                      |binary
 qdap-2.2.5/qdap/data/DATA.SPLIT.rda                                     |binary
 qdap-2.2.5/qdap/data/DATA.rda                                           |binary
 qdap-2.2.5/qdap/data/DATA2.rda                                          |binary
 qdap-2.2.5/qdap/data/env.syl.rda                                        |binary
 qdap-2.2.5/qdap/data/hamlet.rda                                         |binary
 qdap-2.2.5/qdap/data/mraja1.rda                                         |binary
 qdap-2.2.5/qdap/data/mraja1spl.rda                                      |binary
 qdap-2.2.5/qdap/data/pres_debate_raw2012.rda                            |binary
 qdap-2.2.5/qdap/data/pres_debates2012.rda                               |binary
 qdap-2.2.5/qdap/data/raj.act.1.rda                                      |binary
 qdap-2.2.5/qdap/data/raj.act.1POS.rda                                   |binary
 qdap-2.2.5/qdap/data/raj.act.2.rda                                      |binary
 qdap-2.2.5/qdap/data/raj.act.3.rda                                      |binary
 qdap-2.2.5/qdap/data/raj.act.4.rda                                      |binary
 qdap-2.2.5/qdap/data/raj.act.5.rda                                      |binary
 qdap-2.2.5/qdap/data/raj.demographics.rda                               |binary
 qdap-2.2.5/qdap/data/raj.rda                                            |binary
 qdap-2.2.5/qdap/data/rajPOS.rda                                         |binary
 qdap-2.2.5/qdap/data/rajSPLIT.rda                                       |binary
 qdap-2.2.5/qdap/data/raw.time.span.rda                                  |binary
 qdap-2.2.5/qdap/data/sample.time.span.rda                               |binary
 qdap-2.2.5/qdap/inst/CITATION                                           |    4 
 qdap-2.2.5/qdap/inst/doc/cleaning_and_debugging.pdf                     |binary
 qdap-2.2.5/qdap/inst/doc/tm_package_compatibility.pdf                   |binary
 qdap-2.2.5/qdap/man/Animate.Rd                                          |    2 
 qdap-2.2.5/qdap/man/Animate.character.Rd                                |   20 
 qdap-2.2.5/qdap/man/Animate.discourse_map.Rd                            |   18 
 qdap-2.2.5/qdap/man/Animate.formality.Rd                                |   42 
 qdap-2.2.5/qdap/man/Animate.gantt.Rd                                    |   10 
 qdap-2.2.5/qdap/man/Animate.gantt_plot.Rd                               |   10 
 qdap-2.2.5/qdap/man/Animate.lexical_classification.Rd                   |   48 
 qdap-2.2.5/qdap/man/Animate.polarity.Rd                                 |   34 
 qdap-2.2.5/qdap/man/DATA.Rd                                             |    6 
 qdap-2.2.5/qdap/man/DATA.SPLIT.Rd                                       |    8 
 qdap-2.2.5/qdap/man/DATA2.Rd                                            |    6 
 qdap-2.2.5/qdap/man/Dissimilarity.Rd                                    |   32 
 qdap-2.2.5/qdap/man/Filter.Rd                                           |   26 
 qdap-2.2.5/qdap/man/NAer.Rd                                             |    6 
 qdap-2.2.5/qdap/man/Network.Rd                                          |    2 
 qdap-2.2.5/qdap/man/Network.formality.Rd                                |   12 
 qdap-2.2.5/qdap/man/Network.lexical_classification.Rd                   |   10 
 qdap-2.2.5/qdap/man/Network.polarity.Rd                                 |    4 
 qdap-2.2.5/qdap/man/Readability.Rd                                      |   62 
 qdap-2.2.5/qdap/man/Search.Rd                                           |   50 
 qdap-2.2.5/qdap/man/Title.Rd                                            |    2 
 qdap-2.2.5/qdap/man/Trim.Rd                                             |    2 
 qdap-2.2.5/qdap/man/Word_Frequency_Matrix.Rd                            |  142 -
 qdap-2.2.5/qdap/man/addNetwork.Rd                                       |    2 
 qdap-2.2.5/qdap/man/add_incomplete.Rd                                   |   10 
 qdap-2.2.5/qdap/man/add_s.Rd                                            |    4 
 qdap-2.2.5/qdap/man/adjacency_matrix.Rd                                 |   12 
 qdap-2.2.5/qdap/man/all_words.Rd                                        |   26 
 qdap-2.2.5/qdap/man/as.tdm.Rd                                           |  130 -
 qdap-2.2.5/qdap/man/bag_o_words.Rd                                      |   12 
 qdap-2.2.5/qdap/man/beg2char.Rd                                         |    4 
 qdap-2.2.5/qdap/man/blank2NA.Rd                                         |    4 
 qdap-2.2.5/qdap/man/bracketX.Rd                                         |   74 
 qdap-2.2.5/qdap/man/build_qdap_vignette.Rd                              |   22 
 qdap-2.2.5/qdap/man/capitalizer.Rd                                      |   10 
 qdap-2.2.5/qdap/man/chain.Rd                                            |   15 
 qdap-2.2.5/qdap/man/check_spelling.Rd                                   |   80 
 qdap-2.2.5/qdap/man/check_spelling_interactive.character.Rd             |   34 
 qdap-2.2.5/qdap/man/check_spelling_interactive.check_spelling.Rd        |   32 
 qdap-2.2.5/qdap/man/check_spelling_interactive.factor.Rd                |   38 
 qdap-2.2.5/qdap/man/check_text.Rd                                       |   22 
 qdap-2.2.5/qdap/man/chunker.Rd                                          |   30 
 qdap-2.2.5/qdap/man/clean.Rd                                            |    2 
 qdap-2.2.5/qdap/man/cm_2long.Rd                                         |   16 
 qdap-2.2.5/qdap/man/cm_code.blank.Rd                                    |   20 
 qdap-2.2.5/qdap/man/cm_code.combine.Rd                                  |   14 
 qdap-2.2.5/qdap/man/cm_code.exclude.Rd                                  |   22 
 qdap-2.2.5/qdap/man/cm_code.overlap.Rd                                  |   16 
 qdap-2.2.5/qdap/man/cm_code.transform.Rd                                |   28 
 qdap-2.2.5/qdap/man/cm_combine.dummy.Rd                                 |   12 
 qdap-2.2.5/qdap/man/cm_df.fill.Rd                                       |   40 
 qdap-2.2.5/qdap/man/cm_df.temp.Rd                                       |   22 
 qdap-2.2.5/qdap/man/cm_df.transcript.Rd                                 |   26 
 qdap-2.2.5/qdap/man/cm_df2long.Rd                                       |   20 
 qdap-2.2.5/qdap/man/cm_distance.Rd                                      |   92 -
 qdap-2.2.5/qdap/man/cm_dummy2long.Rd                                    |    4 
 qdap-2.2.5/qdap/man/cm_long2dummy.Rd                                    |    8 
 qdap-2.2.5/qdap/man/cm_range.temp.Rd                                    |    8 
 qdap-2.2.5/qdap/man/cm_range2long.Rd                                    |   16 
 qdap-2.2.5/qdap/man/cm_time.temp.Rd                                     |   14 
 qdap-2.2.5/qdap/man/cm_time2long.Rd                                     |   18 
 qdap-2.2.5/qdap/man/colSplit.Rd                                         |    6 
 qdap-2.2.5/qdap/man/colcomb2class.Rd                                    |   20 
 qdap-2.2.5/qdap/man/colsplit2df.Rd                                      |   24 
 qdap-2.2.5/qdap/man/comma_spacer.Rd                                     |    6 
 qdap-2.2.5/qdap/man/common.Rd                                           |   23 
 qdap-2.2.5/qdap/man/common.list.Rd                                      |    6 
 qdap-2.2.5/qdap/man/condense.Rd                                         |    6 
 qdap-2.2.5/qdap/man/counts.Rd                                           |    4 
 qdap-2.2.5/qdap/man/counts.SMOG.Rd                                      |    2 
 qdap-2.2.5/qdap/man/counts.automated_readability_index.Rd               |    2 
 qdap-2.2.5/qdap/man/counts.character_table.Rd                           |    2 
 qdap-2.2.5/qdap/man/counts.coleman_liau.Rd                              |    2 
 qdap-2.2.5/qdap/man/counts.end_mark_by.Rd                               |    2 
 qdap-2.2.5/qdap/man/counts.flesch_kincaid.Rd                            |    2 
 qdap-2.2.5/qdap/man/counts.formality.Rd                                 |    2 
 qdap-2.2.5/qdap/man/counts.fry.Rd                                       |    2 
 qdap-2.2.5/qdap/man/counts.linsear_write.Rd                             |    2 
 qdap-2.2.5/qdap/man/counts.object_pronoun_type.Rd                       |    2 
 qdap-2.2.5/qdap/man/counts.polarity.Rd                                  |    2 
 qdap-2.2.5/qdap/man/counts.pos.Rd                                       |    2 
 qdap-2.2.5/qdap/man/counts.pos_by.Rd                                    |    2 
 qdap-2.2.5/qdap/man/counts.pronoun_type.Rd                              |    2 
 qdap-2.2.5/qdap/man/counts.question_type.Rd                             |    2 
 qdap-2.2.5/qdap/man/counts.subject_pronoun_type.Rd                      |    2 
 qdap-2.2.5/qdap/man/counts.termco.Rd                                    |    2 
 qdap-2.2.5/qdap/man/counts.word_length.Rd                               |    2 
 qdap-2.2.5/qdap/man/counts.word_position.Rd                             |    2 
 qdap-2.2.5/qdap/man/counts.word_stats.Rd                                |    2 
 qdap-2.2.5/qdap/man/cumulative.Rd                                       |   26 
 qdap-2.2.5/qdap/man/data_viewing.Rd                                     |   16 
 qdap-2.2.5/qdap/man/dir_map.Rd                                          |   28 
 qdap-2.2.5/qdap/man/discourse_map.Rd                                    |   48 
 qdap-2.2.5/qdap/man/dispersion_plot.Rd                                  |   82 
 qdap-2.2.5/qdap/man/dist_tab.Rd                                         |   12 
 qdap-2.2.5/qdap/man/diversity.Rd                                        |   12 
 qdap-2.2.5/qdap/man/duplicates.Rd                                       |    2 
 qdap-2.2.5/qdap/man/end_inc.Rd                                          |    8 
 qdap-2.2.5/qdap/man/end_mark.Rd                                         |   46 
 qdap-2.2.5/qdap/man/env.syl.Rd                                          |    2 
 qdap-2.2.5/qdap/man/exclude.Rd                                          |   14 
 qdap-2.2.5/qdap/man/formality.Rd                                        |   62 
 qdap-2.2.5/qdap/man/freq_terms.Rd                                       |   16 
 qdap-2.2.5/qdap/man/gantt.Rd                                            |   54 
 qdap-2.2.5/qdap/man/gantt_plot.Rd                                       |   30 
 qdap-2.2.5/qdap/man/gantt_rep.Rd                                        |   20 
 qdap-2.2.5/qdap/man/gantt_wrap.Rd                                       |   52 
 qdap-2.2.5/qdap/man/gradient_cloud.Rd                                   |   52 
 qdap-2.2.5/qdap/man/hamlet.Rd                                           |   12 
 qdap-2.2.5/qdap/man/igraph_params.Rd                                    |    6 
 qdap-2.2.5/qdap/man/imperative.Rd                                       |   40 
 qdap-2.2.5/qdap/man/incomplete_replace.Rd                               |    8 
 qdap-2.2.5/qdap/man/inspect_text.Rd                                     |   12 
 qdap-2.2.5/qdap/man/is.global.Rd                                        |    6 
 qdap-2.2.5/qdap/man/justification.Rd                                    |   14 
 qdap-2.2.5/qdap/man/key_merge.Rd                                        |   10 
 qdap-2.2.5/qdap/man/kullback_leibler.Rd                                 |   10 
 qdap-2.2.5/qdap/man/lexical_classification.Rd                           |   80 
 qdap-2.2.5/qdap/man/mraja1.Rd                                           |    6 
 qdap-2.2.5/qdap/man/mraja1spl.Rd                                        |   14 
 qdap-2.2.5/qdap/man/multicsv.Rd                                         |   32 
 qdap-2.2.5/qdap/man/multigsub.Rd                                        |   30 
 qdap-2.2.5/qdap/man/multiscale.Rd                                       |   14 
 qdap-2.2.5/qdap/man/name2sex.Rd                                         |    8 
 qdap-2.2.5/qdap/man/new_project.Rd                                      |   54 
 qdap-2.2.5/qdap/man/ngrams.Rd                                           |   14 
 qdap-2.2.5/qdap/man/object_pronoun_type.Rd                              |   20 
 qdap-2.2.5/qdap/man/outlier_detect.Rd                                   |   14 
 qdap-2.2.5/qdap/man/outlier_labeler.Rd                                  |    6 
 qdap-2.2.5/qdap/man/paste2.Rd                                           |   28 
 qdap-2.2.5/qdap/man/phrase_net.Rd                                       |   12 
 qdap-2.2.5/qdap/man/plot.Network.Rd                                     |    2 
 qdap-2.2.5/qdap/man/plot.SMOG.Rd                                        |    2 
 qdap-2.2.5/qdap/man/plot.animated_character.Rd                          |    2 
 qdap-2.2.5/qdap/man/plot.animated_discourse_map.Rd                      |    2 
 qdap-2.2.5/qdap/man/plot.animated_formality.Rd                          |    2 
 qdap-2.2.5/qdap/man/plot.animated_lexical_classification.Rd             |    2 
 qdap-2.2.5/qdap/man/plot.animated_polarity.Rd                           |    2 
 qdap-2.2.5/qdap/man/plot.automated_readability_index.Rd                 |    2 
 qdap-2.2.5/qdap/man/plot.character_table.Rd                             |   14 
 qdap-2.2.5/qdap/man/plot.cm_distance.Rd                                 |   16 
 qdap-2.2.5/qdap/man/plot.cmspans.Rd                                     |    2 
 qdap-2.2.5/qdap/man/plot.coleman_liau.Rd                                |    2 
 qdap-2.2.5/qdap/man/plot.combo_syllable_sum.Rd                          |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_animated_formality.Rd               |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_animated_lexical_classification.Rd  |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_animated_polarity.Rd                |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_combo_syllable_sum.Rd               |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_end_mark.Rd                         |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_formality.Rd                        |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_lexical_classification.Rd           |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_polarity.Rd                         |    2 
 qdap-2.2.5/qdap/man/plot.cumulative_syllable_freq.Rd                    |    2 
 qdap-2.2.5/qdap/man/plot.discourse_map.Rd                               |    2 
 qdap-2.2.5/qdap/man/plot.diversity.Rd                                   |    2 
 qdap-2.2.5/qdap/man/plot.end_mark.Rd                                    |    2 
 qdap-2.2.5/qdap/man/plot.end_mark_by.Rd                                 |    4 
 qdap-2.2.5/qdap/man/plot.end_mark_by_count.Rd                           |    4 
 qdap-2.2.5/qdap/man/plot.end_mark_by_preprocessed.Rd                    |    2 
 qdap-2.2.5/qdap/man/plot.end_mark_by_proportion.Rd                      |    4 
 qdap-2.2.5/qdap/man/plot.end_mark_by_score.Rd                           |    4 
 qdap-2.2.5/qdap/man/plot.flesch_kincaid.Rd                              |    2 
 qdap-2.2.5/qdap/man/plot.formality.Rd                                   |   20 
 qdap-2.2.5/qdap/man/plot.formality_scores.Rd                            |    2 
 qdap-2.2.5/qdap/man/plot.freq_terms.Rd                                  |    2 
 qdap-2.2.5/qdap/man/plot.gantt.Rd                                       |    4 
 qdap-2.2.5/qdap/man/plot.kullback_leibler.Rd                            |    2 
 qdap-2.2.5/qdap/man/plot.lexical.Rd                                     |    2 
 qdap-2.2.5/qdap/man/plot.lexical_classification.Rd                      |   24 
 qdap-2.2.5/qdap/man/plot.lexical_classification_preprocessed.Rd         |    2 
 qdap-2.2.5/qdap/man/plot.lexical_classification_score.Rd                |    2 
 qdap-2.2.5/qdap/man/plot.linsear_write.Rd                               |    4 
 qdap-2.2.5/qdap/man/plot.linsear_write_count.Rd                         |    2 
 qdap-2.2.5/qdap/man/plot.linsear_write_scores.Rd                        |    4 
 qdap-2.2.5/qdap/man/plot.object_pronoun_type.Rd                         |    6 
 qdap-2.2.5/qdap/man/plot.polarity.Rd                                    |   24 
 qdap-2.2.5/qdap/man/plot.polarity_count.Rd                              |   24 
 qdap-2.2.5/qdap/man/plot.polarity_score.Rd                              |    2 
 qdap-2.2.5/qdap/man/plot.pos.Rd                                         |    2 
 qdap-2.2.5/qdap/man/plot.pos_by.Rd                                      |   12 
 qdap-2.2.5/qdap/man/plot.pos_preprocessed.Rd                            |    2 
 qdap-2.2.5/qdap/man/plot.pronoun_type.Rd                                |    6 
 qdap-2.2.5/qdap/man/plot.question_type.Rd                               |   12 
 qdap-2.2.5/qdap/man/plot.question_type_preprocessed.Rd                  |    2 
 qdap-2.2.5/qdap/man/plot.readability_count.Rd                           |    2 
 qdap-2.2.5/qdap/man/plot.readability_score.Rd                           |   12 
 qdap-2.2.5/qdap/man/plot.rmgantt.Rd                                     |    4 
 qdap-2.2.5/qdap/man/plot.sent_split.Rd                                  |    6 
 qdap-2.2.5/qdap/man/plot.subject_pronoun_type.Rd                        |    6 
 qdap-2.2.5/qdap/man/plot.sum_cmspans.Rd                                 |   16 
 qdap-2.2.5/qdap/man/plot.sums_gantt.Rd                                  |    4 
 qdap-2.2.5/qdap/man/plot.syllable_freq.Rd                               |    2 
 qdap-2.2.5/qdap/man/plot.table_count.Rd                                 |    4 
 qdap-2.2.5/qdap/man/plot.table_proportion.Rd                            |    4 
 qdap-2.2.5/qdap/man/plot.table_score.Rd                                 |    4 
 qdap-2.2.5/qdap/man/plot.termco.Rd                                      |   12 
 qdap-2.2.5/qdap/man/plot.type_token_ratio.Rd                            |    2 
 qdap-2.2.5/qdap/man/plot.weighted_wfm.Rd                                |    6 
 qdap-2.2.5/qdap/man/plot.wfdf.Rd                                        |    2 
 qdap-2.2.5/qdap/man/plot.wfm.Rd                                         |    6 
 qdap-2.2.5/qdap/man/plot.word_cor.Rd                                    |   12 
 qdap-2.2.5/qdap/man/plot.word_length.Rd                                 |   12 
 qdap-2.2.5/qdap/man/plot.word_position.Rd                               |    8 
 qdap-2.2.5/qdap/man/plot.word_proximity.Rd                              |    6 
 qdap-2.2.5/qdap/man/plot.word_stats.Rd                                  |    6 
 qdap-2.2.5/qdap/man/plot.word_stats_counts.Rd                           |    2 
 qdap-2.2.5/qdap/man/polarity.Rd                                         |  140 -
 qdap-2.2.5/qdap/man/pos.Rd                                              |  108 -
 qdap-2.2.5/qdap/man/potential_NA.Rd                                     |    6 
 qdap-2.2.5/qdap/man/power.Rd                                            |    8 
 qdap-2.2.5/qdap/man/preprocessed.Rd                                     |    4 
 qdap-2.2.5/qdap/man/preprocessed.check_spelling_interactive.Rd          |    2 
 qdap-2.2.5/qdap/man/preprocessed.end_mark_by.Rd                         |    2 
 qdap-2.2.5/qdap/man/preprocessed.formality.Rd                           |    2 
 qdap-2.2.5/qdap/man/preprocessed.lexical_classification.Rd              |    2 
 qdap-2.2.5/qdap/man/preprocessed.object_pronoun_type.Rd                 |    2 
 qdap-2.2.5/qdap/man/preprocessed.pos.Rd                                 |    2 
 qdap-2.2.5/qdap/man/preprocessed.pos_by.Rd                              |    2 
 qdap-2.2.5/qdap/man/preprocessed.pronoun_type.Rd                        |    2 
 qdap-2.2.5/qdap/man/preprocessed.question_type.Rd                       |    2 
 qdap-2.2.5/qdap/man/preprocessed.subject_pronoun_type.Rd                |    2 
 qdap-2.2.5/qdap/man/preprocessed.word_position.Rd                       |    2 
 qdap-2.2.5/qdap/man/pres_debate_raw2012.Rd                              |    6 
 qdap-2.2.5/qdap/man/pres_debates2012.Rd                                 |    6 
 qdap-2.2.5/qdap/man/print.Dissimilarity.Rd                              |    2 
 qdap-2.2.5/qdap/man/print.Network.Rd                                    |   10 
 qdap-2.2.5/qdap/man/print.SMOG.Rd                                       |    2 
 qdap-2.2.5/qdap/man/print.adjacency_matrix.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.all_words.Rd                                  |    2 
 qdap-2.2.5/qdap/man/print.animated_character.Rd                         |    2 
 qdap-2.2.5/qdap/man/print.animated_discourse_map.Rd                     |    2 
 qdap-2.2.5/qdap/man/print.animated_formality.Rd                         |    6 
 qdap-2.2.5/qdap/man/print.animated_lexical_classification.Rd            |    6 
 qdap-2.2.5/qdap/man/print.animated_polarity.Rd                          |    6 
 qdap-2.2.5/qdap/man/print.automated_readability_index.Rd                |    2 
 qdap-2.2.5/qdap/man/print.boolean_qdap.Rd                               |    2 
 qdap-2.2.5/qdap/man/print.character_table.Rd                            |   12 
 qdap-2.2.5/qdap/man/print.check_spelling.Rd                             |    2 
 qdap-2.2.5/qdap/man/print.check_spelling_interactive.Rd                 |    2 
 qdap-2.2.5/qdap/man/print.check_text.Rd                                 |    4 
 qdap-2.2.5/qdap/man/print.cm_distance.Rd                                |   14 
 qdap-2.2.5/qdap/man/print.coleman_liau.Rd                               |    2 
 qdap-2.2.5/qdap/man/print.colsplit2df.Rd                                |    2 
 qdap-2.2.5/qdap/man/print.combo_syllable_sum.Rd                         |    2 
 qdap-2.2.5/qdap/man/print.cumulative_animated_formality.Rd              |    2 
 qdap-2.2.5/qdap/man/print.cumulative_animated_lexical_classification.Rd |    2 
 qdap-2.2.5/qdap/man/print.cumulative_animated_polarity.Rd               |    2 
 qdap-2.2.5/qdap/man/print.cumulative_combo_syllable_sum.Rd              |    2 
 qdap-2.2.5/qdap/man/print.cumulative_end_mark.Rd                        |    2 
 qdap-2.2.5/qdap/man/print.cumulative_formality.Rd                       |    2 
 qdap-2.2.5/qdap/man/print.cumulative_lexical_classification.Rd          |    2 
 qdap-2.2.5/qdap/man/print.cumulative_polarity.Rd                        |    2 
 qdap-2.2.5/qdap/man/print.cumulative_syllable_freq.Rd                   |    2 
 qdap-2.2.5/qdap/man/print.discourse_map.Rd                              |    2 
 qdap-2.2.5/qdap/man/print.diversity.Rd                                  |    2 
 qdap-2.2.5/qdap/man/print.end_mark.Rd                                   |    2 
 qdap-2.2.5/qdap/man/print.end_mark_by.Rd                                |    2 
 qdap-2.2.5/qdap/man/print.end_mark_by_preprocessed.Rd                   |    2 
 qdap-2.2.5/qdap/man/print.flesch_kincaid.Rd                             |    2 
 qdap-2.2.5/qdap/man/print.formality.Rd                                  |    2 
 qdap-2.2.5/qdap/man/print.formality_scores.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.fry.Rd                                        |    8 
 qdap-2.2.5/qdap/man/print.inspect_text.Rd                               |    4 
 qdap-2.2.5/qdap/man/print.kullback_leibler.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.lexical_classification.Rd                     |    4 
 qdap-2.2.5/qdap/man/print.lexical_classification_by.Rd                  |    6 
 qdap-2.2.5/qdap/man/print.lexical_classification_preprocessed.Rd        |    2 
 qdap-2.2.5/qdap/man/print.lexical_classification_score.Rd               |    2 
 qdap-2.2.5/qdap/man/print.linsear_write.Rd                              |    2 
 qdap-2.2.5/qdap/man/print.linsear_write_count.Rd                        |    2 
 qdap-2.2.5/qdap/man/print.linsear_write_scores.Rd                       |    2 
 qdap-2.2.5/qdap/man/print.ngrams.Rd                                     |    2 
 qdap-2.2.5/qdap/man/print.object_pronoun_type.Rd                        |    2 
 qdap-2.2.5/qdap/man/print.phrase_net.Rd                                 |    2 
 qdap-2.2.5/qdap/man/print.polarity.Rd                                   |    2 
 qdap-2.2.5/qdap/man/print.polarity_count.Rd                             |    2 
 qdap-2.2.5/qdap/man/print.polarity_score.Rd                             |    2 
 qdap-2.2.5/qdap/man/print.polysyllable_sum.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.pos.Rd                                        |   10 
 qdap-2.2.5/qdap/man/print.pos_by.Rd                                     |   10 
 qdap-2.2.5/qdap/man/print.pos_preprocessed.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.pronoun_type.Rd                               |    2 
 qdap-2.2.5/qdap/man/print.qdapProj.Rd                                   |    2 
 qdap-2.2.5/qdap/man/print.qdap_context.Rd                               |   12 
 qdap-2.2.5/qdap/man/print.question_type.Rd                              |    2 
 qdap-2.2.5/qdap/man/print.question_type_preprocessed.Rd                 |    2 
 qdap-2.2.5/qdap/man/print.readability_count.Rd                          |    2 
 qdap-2.2.5/qdap/man/print.readability_score.Rd                          |    2 
 qdap-2.2.5/qdap/man/print.sent_split.Rd                                 |    2 
 qdap-2.2.5/qdap/man/print.sub_holder.Rd                                 |    2 
 qdap-2.2.5/qdap/man/print.subject_pronoun_type.Rd                       |    2 
 qdap-2.2.5/qdap/man/print.sum_cmspans.Rd                                |    4 
 qdap-2.2.5/qdap/man/print.sums_gantt.Rd                                 |    2 
 qdap-2.2.5/qdap/man/print.syllable_sum.Rd                               |    2 
 qdap-2.2.5/qdap/man/print.table_count.Rd                                |    2 
 qdap-2.2.5/qdap/man/print.table_proportion.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.table_score.Rd                                |    2 
 qdap-2.2.5/qdap/man/print.termco.Rd                                     |   10 
 qdap-2.2.5/qdap/man/print.trunc.Rd                                      |    2 
 qdap-2.2.5/qdap/man/print.type_token_ratio.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.wfm.Rd                                        |    2 
 qdap-2.2.5/qdap/man/print.wfm_summary.Rd                                |    2 
 qdap-2.2.5/qdap/man/print.which_misspelled.Rd                           |    2 
 qdap-2.2.5/qdap/man/print.word_associate.Rd                             |    2 
 qdap-2.2.5/qdap/man/print.word_cor.Rd                                   |    2 
 qdap-2.2.5/qdap/man/print.word_length.Rd                                |    2 
 qdap-2.2.5/qdap/man/print.word_list.Rd                                  |    2 
 qdap-2.2.5/qdap/man/print.word_position.Rd                              |    2 
 qdap-2.2.5/qdap/man/print.word_proximity.Rd                             |    2 
 qdap-2.2.5/qdap/man/print.word_stats.Rd                                 |    4 
 qdap-2.2.5/qdap/man/print.word_stats_counts.Rd                          |    2 
 qdap-2.2.5/qdap/man/pronoun_type.Rd                                     |   32 
 qdap-2.2.5/qdap/man/prop.Rd                                             |   12 
 qdap-2.2.5/qdap/man/proportions.Rd                                      |    4 
 qdap-2.2.5/qdap/man/proportions.character_table.Rd                      |    2 
 qdap-2.2.5/qdap/man/proportions.end_mark_by.Rd                          |    2 
 qdap-2.2.5/qdap/man/proportions.formality.Rd                            |    2 
 qdap-2.2.5/qdap/man/proportions.object_pronoun_type.Rd                  |    2 
 qdap-2.2.5/qdap/man/proportions.pos.Rd                                  |    2 
 qdap-2.2.5/qdap/man/proportions.pos_by.Rd                               |    2 
 qdap-2.2.5/qdap/man/proportions.pronoun_type.Rd                         |    2 
 qdap-2.2.5/qdap/man/proportions.question_type.Rd                        |    2 
 qdap-2.2.5/qdap/man/proportions.subject_pronoun_type.Rd                 |    2 
 qdap-2.2.5/qdap/man/proportions.termco.Rd                               |    2 
 qdap-2.2.5/qdap/man/proportions.word_length.Rd                          |    2 
 qdap-2.2.5/qdap/man/proportions.word_position.Rd                        |    2 
 qdap-2.2.5/qdap/man/qcombine.Rd                                         |   10 
 qdap-2.2.5/qdap/man/qcv.Rd                                              |   18 
 qdap-2.2.5/qdap/man/qdap.Rd                                             |   16 
 qdap-2.2.5/qdap/man/qdap_df.Rd                                          |   12 
 qdap-2.2.5/qdap/man/qheat.Rd                                            |   40 
 qdap-2.2.5/qdap/man/qprep.Rd                                            |   38 
 qdap-2.2.5/qdap/man/qtheme.Rd                                           |   16 
 qdap-2.2.5/qdap/man/question_type.Rd                                    |   70 
 qdap-2.2.5/qdap/man/raj.Rd                                              |    8 
 qdap-2.2.5/qdap/man/raj.act.1.Rd                                        |    4 
 qdap-2.2.5/qdap/man/raj.act.1POS.Rd                                     |   38 
 qdap-2.2.5/qdap/man/raj.act.2.Rd                                        |    4 
 qdap-2.2.5/qdap/man/raj.act.3.Rd                                        |    4 
 qdap-2.2.5/qdap/man/raj.act.4.Rd                                        |    4 
 qdap-2.2.5/qdap/man/raj.act.5.Rd                                        |    4 
 qdap-2.2.5/qdap/man/raj.demographics.Rd                                 |    8 
 qdap-2.2.5/qdap/man/rajPOS.Rd                                           |   16 
 qdap-2.2.5/qdap/man/rajSPLIT.Rd                                         |   10 
 qdap-2.2.5/qdap/man/random_data.Rd                                      |   14 
 qdap-2.2.5/qdap/man/rank_freq_plot.Rd                                   |   50 
 qdap-2.2.5/qdap/man/raw.time.span.Rd                                    |    2 
 qdap-2.2.5/qdap/man/read.transcript.Rd                                  |   64 
 qdap-2.2.5/qdap/man/replace_abbreviation.Rd                             |   12 
 qdap-2.2.5/qdap/man/replace_contraction.Rd                              |   16 
 qdap-2.2.5/qdap/man/replace_number.Rd                                   |   12 
 qdap-2.2.5/qdap/man/replace_ordinal.Rd                                  |   10 
 qdap-2.2.5/qdap/man/replace_symbol.Rd                                   |   16 
 qdap-2.2.5/qdap/man/replacer.Rd                                         |    4 
 qdap-2.2.5/qdap/man/rm_row.Rd                                           |   20 
 qdap-2.2.5/qdap/man/rm_stopwords.Rd                                     |   36 
 qdap-2.2.5/qdap/man/sample.time.span.Rd                                 |    6 
 qdap-2.2.5/qdap/man/scores.Rd                                           |    4 
 qdap-2.2.5/qdap/man/scores.SMOG.Rd                                      |    2 
 qdap-2.2.5/qdap/man/scores.automated_readability_index.Rd               |    2 
 qdap-2.2.5/qdap/man/scores.character_table.Rd                           |    2 
 qdap-2.2.5/qdap/man/scores.coleman_liau.Rd                              |    2 
 qdap-2.2.5/qdap/man/scores.end_mark_by.Rd                               |    2 
 qdap-2.2.5/qdap/man/scores.flesch_kincaid.Rd                            |    2 
 qdap-2.2.5/qdap/man/scores.formality.Rd                                 |    2 
 qdap-2.2.5/qdap/man/scores.fry.Rd                                       |    2 
 qdap-2.2.5/qdap/man/scores.lexical_classification.Rd                    |    2 
 qdap-2.2.5/qdap/man/scores.linsear_write.Rd                             |    2 
 qdap-2.2.5/qdap/man/scores.object_pronoun_type.Rd                       |    2 
 qdap-2.2.5/qdap/man/scores.polarity.Rd                                  |    2 
 qdap-2.2.5/qdap/man/scores.pos_by.Rd                                    |    2 
 qdap-2.2.5/qdap/man/scores.pronoun_type.Rd                              |    2 
 qdap-2.2.5/qdap/man/scores.question_type.Rd                             |    2 
 qdap-2.2.5/qdap/man/scores.subject_pronoun_type.Rd                      |    2 
 qdap-2.2.5/qdap/man/scores.termco.Rd                                    |    2 
 qdap-2.2.5/qdap/man/scores.word_length.Rd                               |    2 
 qdap-2.2.5/qdap/man/scores.word_position.Rd                             |    2 
 qdap-2.2.5/qdap/man/scores.word_stats.Rd                                |    2 
 qdap-2.2.5/qdap/man/scrubber.Rd                                         |   13 
 qdap-2.2.5/qdap/man/sentSplit.Rd                                        |   54 
 qdap-2.2.5/qdap/man/space_fill.Rd                                       |   18 
 qdap-2.2.5/qdap/man/spaste.Rd                                           |    6 
 qdap-2.2.5/qdap/man/speakerSplit.Rd                                     |   12 
 qdap-2.2.5/qdap/man/stemmer.Rd                                          |   22 
 qdap-2.2.5/qdap/man/strWrap.Rd                                          |   12 
 qdap-2.2.5/qdap/man/strip.Rd                                            |   16 
 qdap-2.2.5/qdap/man/subject_pronoun_type.Rd                             |   18 
 qdap-2.2.5/qdap/man/summary.cmspans.Rd                                  |   30 
 qdap-2.2.5/qdap/man/summary.wfdf.Rd                                     |   10 
 qdap-2.2.5/qdap/man/summary.wfm.Rd                                      |   10 
 qdap-2.2.5/qdap/man/syllabication.Rd                                    |   32 
 qdap-2.2.5/qdap/man/synonyms.Rd                                         |   28 
 qdap-2.2.5/qdap/man/t.DocumentTermMatrix.Rd                             |    2 
 qdap-2.2.5/qdap/man/t.TermDocumentMatrix.Rd                             |    2 
 qdap-2.2.5/qdap/man/termco.Rd                                           |  128 -
 qdap-2.2.5/qdap/man/termco_c.Rd                                         |   32 
 qdap-2.2.5/qdap/man/tot_plot.Rd                                         |   46 
 qdap-2.2.5/qdap/man/trans_cloud.Rd                                      |   72 
 qdap-2.2.5/qdap/man/trans_context.Rd                                    |   12 
 qdap-2.2.5/qdap/man/trans_venn.Rd                                       |   38 
 qdap-2.2.5/qdap/man/type_token_ratio.Rd                                 |    8 
 qdap-2.2.5/qdap/man/unique_by.Rd                                        |    6 
 qdap-2.2.5/qdap/man/visual.Rd                                           |    4 
 qdap-2.2.5/qdap/man/visual.discourse_map.Rd                             |    2 
 qdap-2.2.5/qdap/man/weight.Rd                                           |   16 
 qdap-2.2.5/qdap/man/word_associate.Rd                                   |  148 -
 qdap-2.2.5/qdap/man/word_cor.Rd                                         |   26 
 qdap-2.2.5/qdap/man/word_count.Rd                                       |   40 
 qdap-2.2.5/qdap/man/word_diff_list.Rd                                   |   34 
 qdap-2.2.5/qdap/man/word_length.Rd                                      |   32 
 qdap-2.2.5/qdap/man/word_list.Rd                                        |   30 
 qdap-2.2.5/qdap/man/word_network_plot.Rd                                |   60 
 qdap-2.2.5/qdap/man/word_position.Rd                                    |   88 
 qdap-2.2.5/qdap/man/word_proximity.Rd                                   |   48 
 qdap-2.2.5/qdap/man/word_stats.Rd                                       |   60 
 451 files changed, 3267 insertions(+), 3268 deletions(-)

More information about qdap at CRAN
Permanent link

New package paramGUI with initial version 2.0
Package: paramGUI
Title: A Shiny GUI for some Parameter Estimation Examples
Version: 2.0
Authors@R: c(person("Joris", "Snellenburg", role = c("cre","aut"), email = "j.snellenburg@vu.nl"), person("Katharine", "Mullen", role = "aut"), person("Ivo", "van Stokkum", role = "aut", email = "ivo@few.vu.nl"))
Description: Allows specification and fitting of some parameter estimation examples inspired by time-resolved spectroscopy via a Shiny GUI.
Depends: R (>= 3.2.2), TIMP, shiny, shinydashboard, colorspace, fields
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-16 10:30:05 UTC; jsg210
Author: Joris Snellenburg [cre, aut], Katharine Mullen [aut], Ivo van Stokkum [aut]
Maintainer: Joris Snellenburg <j.snellenburg@vu.nl>
Repository: CRAN
Date/Publication: 2016-06-16 18:19:04

More information about paramGUI at CRAN
Permanent link

Package netgsa updated to version 3.0 with previous version 2.0 dated 2015-03-08

Title: Network-Based Gene Set Analysis
Description: Carry out Network-based Gene Set Analysis by incorporating external information about interactions among genes, as well as novel interactions learned from data.
Author: Ali Shojaie and Jing Ma
Maintainer: Jing Ma <jinma@upenn.edu>

Diff between netgsa versions 2.0 dated 2015-03-08 and 3.0 dated 2016-06-16

 netgsa-2.0/netgsa/R/call.netGSA.R         |only
 netgsa-2.0/netgsa/R/covsel.R              |only
 netgsa-2.0/netgsa/R/cv.covsel.R           |only
 netgsa-2.0/netgsa/R/profile.newton.sg.R   |only
 netgsa-2.0/netgsa/R/profileVarEst.R       |only
 netgsa-2.0/netgsa/data/netgsaex.rda       |only
 netgsa-2.0/netgsa/man/covsel.Rd           |only
 netgsa-2.0/netgsa/man/cv.covsel.Rd        |only
 netgsa-2.0/netgsa/man/netgsaex.Rd         |only
 netgsa-3.0/netgsa/DESCRIPTION             |   14 -
 netgsa-3.0/netgsa/MD5                     |   60 ++++---
 netgsa-3.0/netgsa/NAMESPACE               |   14 +
 netgsa-3.0/netgsa/R/NetGSA.R              |  195 +++++++++++------------
 netgsa-3.0/netgsa/R/adj2inf.R             |   52 +++---
 netgsa-3.0/netgsa/R/approxVarEst.R        |  174 ++++++++++----------
 netgsa-3.0/netgsa/R/bic.netEst.undir.R    |only
 netgsa-3.0/netgsa/R/call.netgsa.R         |only
 netgsa-3.0/netgsa/R/edgelist2adj.R        |   49 +++--
 netgsa-3.0/netgsa/R/get.contrast.R        |only
 netgsa-3.0/netgsa/R/glmnet.soft.R         |only
 netgsa-3.0/netgsa/R/graphlaplacian.R      |   26 +--
 netgsa-3.0/netgsa/R/matTr.R               |only
 netgsa-3.0/netgsa/R/netEst.dir.R          |only
 netgsa-3.0/netgsa/R/netEst.undir.R        |only
 netgsa-3.0/netgsa/R/netgsa-internal.R     |only
 netgsa-3.0/netgsa/R/netgsa.ftest.R        |only
 netgsa-3.0/netgsa/R/netgsa.ttest.R        |only
 netgsa-3.0/netgsa/R/newton.R              |   60 +++----
 netgsa-3.0/netgsa/R/normalizeAdj.R        |   56 +++---
 netgsa-3.0/netgsa/R/profile.newton.se.R   |  249 +++++++++++++++---------------
 netgsa-3.0/netgsa/R/zeroInd.R             |   84 +++++-----
 netgsa-3.0/netgsa/data/edgelist.rda       |binary
 netgsa-3.0/netgsa/data/netgsaex2.rda      |only
 netgsa-3.0/netgsa/data/netgsaex3.rda      |only
 netgsa-3.0/netgsa/data/netgsaexDAG.rda    |only
 netgsa-3.0/netgsa/data/nonedgelist.rda    |binary
 netgsa-3.0/netgsa/man/NetGSA.Rd           |  150 ++++++++----------
 netgsa-3.0/netgsa/man/bic.netEst.undir.Rd |only
 netgsa-3.0/netgsa/man/edgelist2adj.Rd     |    8 
 netgsa-3.0/netgsa/man/netEst.dir.Rd       |only
 netgsa-3.0/netgsa/man/netEst.undir.Rd     |only
 netgsa-3.0/netgsa/man/netgsa-package.Rd   |   10 -
 netgsa-3.0/netgsa/man/netgsaex2.Rd        |only
 netgsa-3.0/netgsa/man/netgsaex3.Rd        |only
 netgsa-3.0/netgsa/man/netgsaexDAG.Rd      |only
 45 files changed, 610 insertions(+), 591 deletions(-)

More information about netgsa at CRAN
Permanent link

Package MCI updated to version 1.1.0 with previous version 1.0.2 dated 2016-05-31

Title: Multiplicative Competitive Interaction (MCI) Model
Description: The Multiplicative Competitive Interaction (MCI) Model by Nakanishi & Cooper (1974) <DOI:10.2307/3151146> is an econometric model for analyzing market shares and/or market areas. The functions in this package include fitting the MCI model, MCI shares simulations, the log-centering transformation of MCI datasets, creation of interaction matrices and tools for data preparation.
Author: Thomas Wieland
Maintainer: Thomas Wieland <thomas.wieland.geo@googlemail.com>

Diff between MCI versions 1.0.2 dated 2016-05-31 and 1.1.0 dated 2016-06-16

 DESCRIPTION         |   10 +++++-----
 MD5                 |   42 +++++++++++++++++++++++++-----------------
 R/geom.R            |    7 +++++--
 R/ijmatrix.create.R |   16 +---------------
 R/ijmatrix.shares.R |    4 ----
 R/mci.fit.R         |    3 ---
 R/mci.shares.R      |only
 R/mci.transmat.R    |   11 -----------
 R/mci.transvar.R    |   12 +++++++-----
 R/shares.total.R    |only
 R/var.asdummy.R     |   10 +---------
 R/var.check.R       |   24 +++---------------------
 R/var.correct.R     |    6 +-----
 R/var.zetas.R       |    1 -
 data/Freiburg1.rda  |only
 data/Freiburg2.rda  |only
 man/Freiburg1.Rd    |only
 man/Freiburg2.Rd    |only
 man/MCI-package.Rd  |    3 +--
 man/ce.Rd           |    2 ++
 man/grocery1.Rd     |    1 +
 man/grocery2.Rd     |    4 +++-
 man/mci.fit.Rd      |    2 +-
 man/mci.shares.Rd   |only
 man/shares.total.Rd |only
 man/var.asdummy.Rd  |    2 +-
 26 files changed, 57 insertions(+), 103 deletions(-)

More information about MCI at CRAN
Permanent link

New package fdcov with initial version 1.0.0
Package: fdcov
Title: Analysis of Covariance Operators
Version: 1.0.0
Authors@R: c(person(given="Alessandra", family="Cabassi", email = "alessandra.cabassi@mail.polimi.it", role = c("aut")),person(given="Adam B", family="Kashlak", email = "ak852@cam.ac.uk", role = c("aut", "cre")))
Author: Alessandra Cabassi [aut], Adam B Kashlak [aut, cre]
Maintainer: Adam B Kashlak <ak852@cam.ac.uk>
Description: Provides a variety of tools for the analysis of covariance operators.
Depends: R (>= 3.2.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Imports: matlab, corrplot
Suggests: fds
NeedsCompilation: no
Packaged: 2016-06-16 12:32:30 UTC; root
Repository: CRAN
Date/Publication: 2016-06-16 18:19:02

More information about fdcov at CRAN
Permanent link

New package evoper with initial version 0.1.0
Package: evoper
Type: Package
Title: Evolutionary Parameter Estimation for 'Repast Simphony' Models
Version: 0.1.0
Date: 2016-06-14
Authors@R: c( person("Antonio", "Prestes Garcia", email = "antonio.pgarcia@alumnos.upm.es", role = c("aut","cre")), person("Alfonso", " Rodriguez-Paton", email = "arpaton@fi.upm.es", role = c("aut","ths")))
Maintainer: Antonio Prestes Garcia <antonio.pgarcia@alumnos.upm.es>
URL: https://github.com/antonio-pgarcia/evoper
Description: The EvoPER, Evolutionary Parameter Estimation for 'Repast Simphony' Agent-Based framework, provides optimization driven parameter estimation methods based on evolutionary computation techniques which could be more efficient and require, in some cases, fewer model evaluations than other alternatives relaying on experimental design.
License: MIT + file LICENSE
LazyData: TRUE
Depends: rrepast
Imports: methods
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-15 17:05:57 UTC; antonio.pgarcia
Author: Antonio Prestes Garcia [aut, cre], Alfonso Rodriguez-Paton [aut, ths]
Repository: CRAN
Date/Publication: 2016-06-16 18:18:59

More information about evoper at CRAN
Permanent link

Package AdaptGauss updated to version 1.2.3 with previous version 1.2.2 dated 2016-06-15

Title: Gaussian Mixture Models (GMM)
Description: Multimodal distributions can be modelled as a mixture of components. The model is derived using the Pareto Density Estimation (PDE) for an estimation of the pdf. PDE has been designed in particular to identify groups/classes in a dataset. Precise limits for the classes can be calculated using the theorem of Bayes. Verification of the model is possible by QQ plot, Chi-squared test and Kolmogorov-Smirnov test.
Author: Michael Thrun, Onno Hansen-Goos, Rabea Griese, Catharina Lippmann, Jorn Lotsch, Alfred Ultsch
Maintainer: Michael Thrun <mthrun@mathematik.uni-marburg.de>

Diff between AdaptGauss versions 1.2.2 dated 2016-06-15 and 1.2.3 dated 2016-06-16

 DESCRIPTION        |    9 +++++----
 MD5                |    6 +++---
 NAMESPACE          |    3 +--
 R/KStestMixtures.R |   48 ++++++++++++++++++++++++------------------------
 4 files changed, 33 insertions(+), 33 deletions(-)

More information about AdaptGauss at CRAN
Permanent link

New package rdomains with initial version 0.1.0
Package: rdomains
Title: Get the Category of Content Hosted by a Domain
Version: 0.1.0
Authors@R: person("Gaurav", "Sood", email = "gsood07@gmail.com", role = c("aut", "cre"))
Description: Get the category of content hosted by a domain. Use Shallalist <http://shalla.de/>, Virustotal (which provides access to lots of services) <https://www.virustotal.com/>, McAfee <https://www.trustedsource.org/>, Alexa <https://aws.amazon.com/awis/>, DMOZ <http://www.dmoz.org/>, or validated machine learning classifiers based on Shallalist data to learn about the kind of content hosted by a domain.
Depends: R (>= 3.3.0)
Imports: Matrix, urltools, glmnet, stats, methods, RSelenium, XML, curl, virustotal, aws.alexa
Suggests: testthat, rmarkdown, knitr (>= 1.11)
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-15 21:05:49 UTC; gsood
Author: Gaurav Sood [aut, cre]
Maintainer: Gaurav Sood <gsood07@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-16 12:37:26

More information about rdomains at CRAN
Permanent link

New package powerCRT with initial version 0.1.0
Package: powerCRT
Type: Package
Title: Power Analysis for Cluster Randomized Trials
Version: 0.1.0
Date: 2016-06-10
Author: Metin Bulus [aut,cre]
Maintainer: Metin Bulus <bulusmetin@gmail.com>
Description: Statistical power analysis tools for designing cluster randomized trials (CRTs). Includes functions to calculate minimum detectable effect size (MDES), minimum required sample size (MRSS), power (1 - type II error), functions to estimate optimal sample sizes (OSS) under various constraints, and to visualize duo or trio relationships between MDES, MRSS, power, and OSS.
BugReports: Metin Bulus <bulusmetin@gmail.com>
Depends: nloptr(>= 1.0.4)
License: GPL (>= 3)
LazyData: TRUE
NeedsCompilation: no
Packaged: 2016-06-16 06:12:35 UTC; METIN
Repository: CRAN
Date/Publication: 2016-06-16 12:32:09

More information about powerCRT at CRAN
Permanent link

Package multiplex updated to version 1.9.3 with previous version 1.9 dated 2016-04-29

Title: Algebraic Tools for the Analysis of Multiple Social Networks
Description: Algebraic procedures for the analysis of multiple social networks are delivered with this package. Among other things, it is possible to create and manipulate multivariate network data with different formats, and there are effective ways available to treat multiple networks with routines that combine algebraic systems like the partially ordered semigroup or the semiring structure together with the relational bundles occurring in different types of multivariate network data sets. As well an algebraic approach for two-mode networks is made through Galois derivations between families of the pair of subsets.
Author: Antonio Rivero Ostoic [aut, cre]
Maintainer: Antonio Rivero Ostoic <multiplex@post.com>

Diff between multiplex versions 1.9 dated 2016-04-29 and 1.9.3 dated 2016-06-16

 DESCRIPTION              |    6 +--
 MD5                      |   30 +++++++++---------
 R/bundles.R              |   24 +++++++-------
 R/comps.R                |   31 ++++++++++--------
 R/diagram.R              |   12 +++++--
 R/galois.R               |   72 ++++++++++++++++++++++++++++++++++++-------
 R/mnplx.R                |only
 R/rel.sys.R              |   77 +++++++++++++++++++++++++++++------------------
 R/zbind.R                |    9 ++++-
 inst/CHANGELOG           |   22 ++++++++++++-
 man/bundles.Rd           |    6 +--
 man/diagram.Rd           |   10 ++++--
 man/mnplx.Rd             |only
 man/multiplex-package.Rd |    4 +-
 man/rbox.Rd              |    5 +--
 man/rel.sys.Rd           |    7 ++--
 man/zbind.Rd             |    2 -
 17 files changed, 214 insertions(+), 103 deletions(-)

More information about multiplex at CRAN
Permanent link

Package madsim updated to version 1.2 with previous version 1.1 dated 2013-04-18

Title: A Flexible Microarray Data Simulation Model
Description: This function allows to generate two biological conditions synthetic microarray dataset which has similar behavior to those currently observed with common platforms. User provides a subset of parameters. Available default parameters settings can be modified.
Author: Doulaye Dembele
Maintainer: Doulaye Dembele <doulaye@igbmc.fr>

Diff between madsim versions 1.1 dated 2013-04-18 and 1.2 dated 2016-06-16

 DESCRIPTION           |   17 ++++------
 MD5                   |   12 +++----
 NAMESPACE             |    4 ++
 R/madsim.R            |   52 ++++++++++++++++++--------------
 man/madsim-package.Rd |    4 +-
 man/madsim.Rd         |   81 +++++++++++++++++++++++++++-----------------------
 man/madsim_test.Rd    |   37 ++++++++++------------
 7 files changed, 111 insertions(+), 96 deletions(-)

More information about madsim at CRAN
Permanent link

Package googleAnalyticsR updated to version 0.2.1 with previous version 0.2.0 dated 2016-06-14

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

Diff between googleAnalyticsR versions 0.2.0 dated 2016-06-14 and 0.2.1 dated 2016-06-16

 DESCRIPTION                    |    6 +--
 MD5                            |   10 ++---
 NEWS.md                        |    5 ++
 R/ga_v4_get.R                  |   70 ++++++++++++++++++++++++++---------------
 R/parse_functions.R            |    2 -
 inst/doc/googleAnalyticsR.html |    4 +-
 6 files changed, 61 insertions(+), 36 deletions(-)

More information about googleAnalyticsR at CRAN
Permanent link

New package gmDatabase with initial version 0.5.0
Package: gmDatabase
Version: 0.5.0
Date: 2016-05-31
Title: Accessing a Geometallurgical Database with R
Authors@R: c(person("K. Gerald", "van den Boogaart", role = c("aut", "cre"), email = "support@boogaart.de"), person("Stephan", "Matos Camacho", role = c("aut"), email = "s.matos@hzdr.de") )
Author: K. Gerald van den Boogaart [aut, cre], Stephan Matos Camacho [aut]
Maintainer: K. Gerald van den Boogaart <support@boogaart.de>
Depends: R(>= 2.1.0), DBI, RMySQL, foreach, methods, digest, shiny
Suggests: MASS
Description: A template for a geometallurgical database and a fast and easy interface for accessing it is provided in this package.
License: GPL (>= 2) | LGPL (>= 2)
LazyLoad: TRUE
URL: http://www.r-project.org, http://www.stat.boogaart.de
Copyright: (C) 2016 by Helmholtz Institute Freiberg for Resource Technology
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-15 12:21:07 UTC; matos58
Repository: CRAN
Date/Publication: 2016-06-16 12:32:05

More information about gmDatabase at CRAN
Permanent link

New package Conigrave with initial version 0.1.0
Package: Conigrave
Type: Package
Title: Flexible Tools for Multiple Imputation
Version: 0.1.0
Date: 2016-06-10
Author: James Conigrave
Maintainer: James Conigrave <james.conigrave@gmail.com>
Description: Provides a set of tools that can be used across 'data.frame' and 'imputationList' objects.
License: GPL-3
LazyData: TRUE
Imports: ggplot2 (>= 2.1.0), mitools (>= 2.3), miceadds (>= 1.8-0), stats (>= 3.3.0)
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-16 05:04:12 UTC; James
Repository: CRAN
Date/Publication: 2016-06-16 12:32:15

More information about Conigrave at CRAN
Permanent link

Package wakefield updated to version 0.3.0 with previous version 0.2.1 dated 2016-01-04

Title: Generate Random Data Sets
Description: Generates random data sets including: data.frames, lists, and vectors.
Author: Tyler Rinker [aut, cre], Josh O'Brien [ctb], Ananda Mahto [ctb], Matthew Sigal [ctb]
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>

Diff between wakefield versions 0.2.1 dated 2016-01-04 and 0.3.0 dated 2016-06-16

 DESCRIPTION                        |    8 -
 MD5                                |   32 ++--
 NEWS                               |    4 
 R/likert.R                         |    6 
 R/political.R                      |    2 
 R/r_insert.R                       |    2 
 README.md                          |  239 ++++++++++++++++++-------------------
 data/animal_list.rda               |binary
 data/grady_augmented.rda           |binary
 data/languages.rda                 |binary
 data/name_neutral.rda              |binary
 data/presidential_debates_2012.rda |binary
 data/state_populations.rda         |binary
 inst/CITATION                      |    6 
 man/likert.Rd                      |    6 
 man/political.Rd                   |    4 
 man/r_insert.Rd                    |    2 
 17 files changed, 160 insertions(+), 151 deletions(-)

More information about wakefield at CRAN
Permanent link

Package TDA updated to version 1.5 with previous version 1.4.1 dated 2015-09-18

Title: Statistical Tools for Topological Data Analysis
Description: Tools for the statistical analysis of persistent homology and for density clustering. For that, this package provides an R interface for the efficient algorithms of the C++ libraries GUDHI, Dionysus, and PHAT.
Author: Brittany T. Fasy, Jisu Kim, Fabrizio Lecci, Clement Maria, Vincent Rouvreau. The included GUDHI is authored by Clement Maria, Dionysus by Dmitriy Morozov, and PHAT by Ulrich Bauer, Michael Kerber, and Jan Reininghaus.
Maintainer: Jisu Kim <jisuk1@andrew.cmu.edu>

Diff between TDA versions 1.4.1 dated 2015-09-18 and 1.5 dated 2016-06-16

 TDA-1.4.1/TDA/src/CGAL/Filtered_kernel_d.h                                        |only
 TDA-1.4.1/TDA/src/CGAL/IO/Custom_zoom_layer.h                                     |only
 TDA-1.4.1/TDA/src/CGAL/IO/Navigation_layer.h                                      |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_help_window.h                                        |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget.h                                             |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Alpha_shape_2.h                               |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Apollonius_site_2.h                           |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Conic_2.h                                     |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Conic_arc_2.h                                 |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Constrained_triangulation_2.h                 |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Delaunay_triangulation_2.h                    |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Hyperbola_2.h                                 |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Linear_object_2.h                             |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Min_ellipse_2.h                               |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Nef_2.h                                       |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Nef_3.h                                       |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Nef_S2.h                                      |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_OpenGL.h                                      |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Optimisation_circle_2.h                       |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Optimisation_ellipse_2.h                      |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Polygon_2.h                                   |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Polyline_2.h                                  |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Regular_triangulation_2.h                     |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_Triangulation_2.h                             |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_circular_arc_2.h                              |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_circular_arc_endpoint_2.h                     |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_focus.h                                       |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_get_circle.h                                  |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_get_iso_rectangle.h                           |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_get_line.h                                    |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_get_point.h                                   |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_get_polygon.h                                 |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_get_segment.h                                 |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_get_simple_polygon.h                          |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_handtool.h                                    |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_history.h                                     |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_layer.h                                       |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_rotation_layer.h                              |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_show_mouse_coordinates.h                      |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_standard_toolbar.h                            |only
 TDA-1.4.1/TDA/src/CGAL/IO/Qt_widget_zoomrect.h                                    |only
 TDA-1.4.1/TDA/src/CGAL/IO/pixmaps                                                 |only
 TDA-1.4.1/TDA/src/CGAL/Kernel_d/Cartesian_converter_d.h                           |only
 TDA-1.4.1/TDA/src/CGAL/Kernel_d/Interval_linear_algebra.h                         |only
 TDA-1.4.1/TDA/src/CGAL/Kernel_d/interface_macros_d.h                              |only
 TDA-1.4.1/TDA/src/CGAL/Referenced_argument.h                                      |only
 TDA-1.4.1/TDA/src/CGAL/Regular_triangulation_filtered_traits_3.h                  |only
 TDA-1.4.1/TDA/src/CGAL/auto_link/CGALQt3.h                                        |only
 TDA-1.4.1/TDA/src/CGAL/auto_link/Qt4.h                                            |only
 TDA-1.4.1/TDA/src/CGAL/export/Qt4.h                                               |only
 TDA-1.4.1/TDA/src/boost/multi_index                                               |only
 TDA-1.5/TDA/DESCRIPTION                                                           |   11 
 TDA-1.5/TDA/MD5                                                                   |  642 +++---
 TDA-1.5/TDA/NAMESPACE                                                             |   62 
 TDA-1.5/TDA/NEWS                                                                  |   23 
 TDA-1.5/TDA/R/RcppExports.R                                                       |   16 
 TDA-1.5/TDA/R/alphaComplexDiag.R                                                  |only
 TDA-1.5/TDA/R/alphaShapeDiag.R                                                    |only
 TDA-1.5/TDA/R/clusterTree.R                                                       |   24 
 TDA-1.5/TDA/R/dtm.R                                                               |   28 
 TDA-1.5/TDA/R/findKtree.R                                                         |   18 
 TDA-1.5/TDA/R/gridBy.R                                                            |    2 
 TDA-1.5/TDA/R/gridDiag.R                                                          |   33 
 TDA-1.5/TDA/R/plot.clusterTree.R                                                  |   12 
 TDA-1.5/TDA/R/plot.diagram.R                                                      |    2 
 TDA-1.5/TDA/R/plotRule.R                                                          |    8 
 TDA-1.5/TDA/R/ripsDiag.R                                                          |    8 
 TDA-1.5/TDA/build/vignette.rds                                                    |binary
 TDA-1.5/TDA/inst/doc/article.R                                                    |   80 
 TDA-1.5/TDA/inst/doc/article.Rnw                                                  |  194 +-
 TDA-1.5/TDA/inst/doc/article.pdf                                                  |binary
 TDA-1.5/TDA/man/TDA-internal.Rd                                                   |    4 
 TDA-1.5/TDA/man/TDA-package.Rd                                                    |   38 
 TDA-1.5/TDA/man/alphaComplexDiag.Rd                                               |only
 TDA-1.5/TDA/man/alphaShapeDiag.Rd                                                 |only
 TDA-1.5/TDA/man/bootstrapBand.Rd                                                  |   24 
 TDA-1.5/TDA/man/bootstrapDiagram.Rd                                               |   38 
 TDA-1.5/TDA/man/bottleneck.Rd                                                     |   39 
 TDA-1.5/TDA/man/circleUnif.Rd                                                     |   33 
 TDA-1.5/TDA/man/clusterTree.Rd                                                    |  148 +
 TDA-1.5/TDA/man/distFct.Rd                                                        |   42 
 TDA-1.5/TDA/man/dtm.Rd                                                            |   84 
 TDA-1.5/TDA/man/gridDiag.Rd                                                       |   61 
 TDA-1.5/TDA/man/hausdInterval.Rd                                                  |   16 
 TDA-1.5/TDA/man/kde.Rd                                                            |   14 
 TDA-1.5/TDA/man/kernelDist.Rd                                                     |   18 
 TDA-1.5/TDA/man/knnDE.Rd                                                          |   12 
 TDA-1.5/TDA/man/landscape.Rd                                                      |   12 
 TDA-1.5/TDA/man/maxPersistence.Rd                                                 |   30 
 TDA-1.5/TDA/man/multipBootstrap.Rd                                                |    9 
 TDA-1.5/TDA/man/plot.clusterTree.Rd                                               |    8 
 TDA-1.5/TDA/man/plot.diagram.Rd                                                   |   16 
 TDA-1.5/TDA/man/plot.maxPersistence.Rd                                            |    6 
 TDA-1.5/TDA/man/ripsDiag.Rd                                                       |   49 
 TDA-1.5/TDA/man/silhouette.Rd                                                     |    8 
 TDA-1.5/TDA/man/sphereUnif.Rd                                                     |    6 
 TDA-1.5/TDA/man/summary.diagram.Rd                                                |    7 
 TDA-1.5/TDA/man/torusUnif.Rd                                                      |    8 
 TDA-1.5/TDA/man/wasserstein.Rd                                                    |   19 
 TDA-1.5/TDA/src/CGAL/Bbox_2.h                                                     |   30 
 TDA-1.5/TDA/src/CGAL/Bbox_3.h                                                     |   32 
 TDA-1.5/TDA/src/CGAL/Cartesian/Circle_2.h                                         |    6 
 TDA-1.5/TDA/src/CGAL/Cartesian/Circle_3.h                                         |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Direction_2.h                                      |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Direction_3.h                                      |    6 
 TDA-1.5/TDA/src/CGAL/Cartesian/Iso_cuboid_3.h                                     |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Iso_rectangle_2.h                                  |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Line_2.h                                           |    6 
 TDA-1.5/TDA/src/CGAL/Cartesian/Line_3.h                                           |   14 
 TDA-1.5/TDA/src/CGAL/Cartesian/Plane_3.h                                          |    8 
 TDA-1.5/TDA/src/CGAL/Cartesian/Point_2.h                                          |    2 
 TDA-1.5/TDA/src/CGAL/Cartesian/Point_3.h                                          |    2 
 TDA-1.5/TDA/src/CGAL/Cartesian/Ray_2.h                                            |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Ray_3.h                                            |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Segment_2.h                                        |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Segment_3.h                                        |    4 
 TDA-1.5/TDA/src/CGAL/Cartesian/Sphere_3.h                                         |   12 
 TDA-1.5/TDA/src/CGAL/Cartesian/Tetrahedron_3.h                                    |    8 
 TDA-1.5/TDA/src/CGAL/Cartesian/Triangle_2.h                                       |    6 
 TDA-1.5/TDA/src/CGAL/Cartesian/Triangle_3.h                                       |    6 
 TDA-1.5/TDA/src/CGAL/Cartesian/Vector_2.h                                         |    8 
 TDA-1.5/TDA/src/CGAL/Cartesian/Vector_3.h                                         |   12 
 TDA-1.5/TDA/src/CGAL/Circle_2.h                                                   |    4 
 TDA-1.5/TDA/src/CGAL/Circulator_identity.h                                        |    1 
 TDA-1.5/TDA/src/CGAL/Circulator_on_node.h                                         |    1 
 TDA-1.5/TDA/src/CGAL/Coercion_traits.h                                            |    2 
 TDA-1.5/TDA/src/CGAL/Compact_container.h                                          |   57 
 TDA-1.5/TDA/src/CGAL/Concurrent_compact_container.h                               |   53 
 TDA-1.5/TDA/src/CGAL/Delaunay_triangulation.h                                     |only
 TDA-1.5/TDA/src/CGAL/Delaunay_triangulation_3.h                                   |  262 ++
 TDA-1.5/TDA/src/CGAL/Direction_2.h                                                |    8 
 TDA-1.5/TDA/src/CGAL/Direction_3.h                                                |    8 
 TDA-1.5/TDA/src/CGAL/Epick_d.h                                                    |only
 TDA-1.5/TDA/src/CGAL/Exact_predicates_exact_constructions_kernel.h                |    7 
 TDA-1.5/TDA/src/CGAL/Exact_predicates_inexact_constructions_kernel.h              |    6 
 TDA-1.5/TDA/src/CGAL/FPU.h                                                        |   43 
 TDA-1.5/TDA/src/CGAL/Filtered_predicate.h                                         |    8 
 TDA-1.5/TDA/src/CGAL/GMP                                                          |only
 TDA-1.5/TDA/src/CGAL/GMP_arithmetic_kernel.h                                      |only
 TDA-1.5/TDA/src/CGAL/Gmp_coercion_traits.h                                        |only
 TDA-1.5/TDA/src/CGAL/Gmpq.h                                                       |only
 TDA-1.5/TDA/src/CGAL/Gmpz.h                                                       |only
 TDA-1.5/TDA/src/CGAL/Gmpzf.h                                                      |only
 TDA-1.5/TDA/src/CGAL/Handle_for.h                                                 |    4 
 TDA-1.5/TDA/src/CGAL/Hilbert_sort_base.h                                          |    9 
 TDA-1.5/TDA/src/CGAL/Hilbert_sort_middle_2.h                                      |   23 
 TDA-1.5/TDA/src/CGAL/Homogeneous/Aff_transformationH3.h                           |    1 
 TDA-1.5/TDA/src/CGAL/Homogeneous/DirectionH2.h                                    |    8 
 TDA-1.5/TDA/src/CGAL/Homogeneous/DirectionH3.h                                    |   18 
 TDA-1.5/TDA/src/CGAL/Homogeneous/Iso_cuboidH3.h                                   |    4 
 TDA-1.5/TDA/src/CGAL/Homogeneous/Iso_rectangleH2.h                                |    4 
 TDA-1.5/TDA/src/CGAL/Homogeneous/LineH2.h                                         |    6 
 TDA-1.5/TDA/src/CGAL/Homogeneous/PlaneH3.h                                        |    8 
 TDA-1.5/TDA/src/CGAL/Homogeneous/RayH3.h                                          |    6 
 TDA-1.5/TDA/src/CGAL/Homogeneous/SphereH3.h                                       |    6 
 TDA-1.5/TDA/src/CGAL/Homogeneous/VectorH2.h                                       |   14 
 TDA-1.5/TDA/src/CGAL/Homogeneous/VectorH3.h                                       |   16 
 TDA-1.5/TDA/src/CGAL/IO/Arr_iostream.h                                            |   14 
 TDA-1.5/TDA/src/CGAL/IO/Arrangement_2_writer.h                                    |   26 
 TDA-1.5/TDA/src/CGAL/IO/Color.h                                                   |   22 
 TDA-1.5/TDA/src/CGAL/IO/Color_impl.h                                              |only
 TDA-1.5/TDA/src/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h         |    3 
 TDA-1.5/TDA/src/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h                     |    1 
 TDA-1.5/TDA/src/CGAL/IO/Dxf_reader.h                                              |   17 
 TDA-1.5/TDA/src/CGAL/IO/Dxf_reader_doubles.h                                      |   11 
 TDA-1.5/TDA/src/CGAL/IO/File_header_OFF.h                                         |    5 
 TDA-1.5/TDA/src/CGAL/IO/File_header_extended_OFF.h                                |    8 
 TDA-1.5/TDA/src/CGAL/IO/File_medit.h                                              |   41 
 TDA-1.5/TDA/src/CGAL/IO/File_poly.h                                               |    2 
 TDA-1.5/TDA/src/CGAL/IO/File_scanner_OFF.h                                        |   72 
 TDA-1.5/TDA/src/CGAL/IO/File_writer_OFF.h                                         |    5 
 TDA-1.5/TDA/src/CGAL/IO/File_writer_VRML_2.h                                      |    5 
 TDA-1.5/TDA/src/CGAL/IO/File_writer_inventor.h                                    |    5 
 TDA-1.5/TDA/src/CGAL/IO/File_writer_wavefront.h                                   |    5 
 TDA-1.5/TDA/src/CGAL/IO/Geomview_stream.h                                         |    9 
 TDA-1.5/TDA/src/CGAL/IO/Geomview_stream_impl.h                                    |only
 TDA-1.5/TDA/src/CGAL/IO/io.h                                                      |  253 ++
 TDA-1.5/TDA/src/CGAL/IO/io_impl.h                                                 |only
 TDA-1.5/TDA/src/CGAL/IO/read_off_points.h                                         |   27 
 TDA-1.5/TDA/src/CGAL/IO/read_xyz_points.h                                         |   27 
 TDA-1.5/TDA/src/CGAL/IO/write_off_points.h                                        |   14 
 TDA-1.5/TDA/src/CGAL/IO/write_xyz_points.h                                        |   14 
 TDA-1.5/TDA/src/CGAL/In_place_list.h                                              |   57 
 TDA-1.5/TDA/src/CGAL/Intersection_traits.h                                        |    2 
 TDA-1.5/TDA/src/CGAL/Intersections_3/intersection_3_1_impl.h                      |   21 
 TDA-1.5/TDA/src/CGAL/Iso_cuboid_3.h                                               |    2 
 TDA-1.5/TDA/src/CGAL/Iso_rectangle_2.h                                            |    2 
 TDA-1.5/TDA/src/CGAL/Iso_rectangle_2_Iso_rectangle_2_intersection.h               |    2 
 TDA-1.5/TDA/src/CGAL/Kernel_checker.h                                             |    9 
 TDA-1.5/TDA/src/CGAL/Kernel_d/Matrix__.h                                          |    6 
 TDA-1.5/TDA/src/CGAL/Kernel_d/Pair_d.h                                            |    4 
 TDA-1.5/TDA/src/CGAL/Kernel_d/Sphere_d.h                                          |    2 
 TDA-1.5/TDA/src/CGAL/Kernel_d/Tuple_d.h                                           |   10 
 TDA-1.5/TDA/src/CGAL/Kernel_d/Vector__.h                                          |    2 
 TDA-1.5/TDA/src/CGAL/Kernel_d/function_objectsCd.h                                |    2 
 TDA-1.5/TDA/src/CGAL/Kernel_d/function_objectsHd.h                                |    3 
 TDA-1.5/TDA/src/CGAL/Kernel_traits.h                                              |   30 
 TDA-1.5/TDA/src/CGAL/Lazy.h                                                       |   20 
 TDA-1.5/TDA/src/CGAL/Lazy_exact_nt.h                                              |    3 
 TDA-1.5/TDA/src/CGAL/Line_2.h                                                     |    4 
 TDA-1.5/TDA/src/CGAL/Line_3.h                                                     |    2 
 TDA-1.5/TDA/src/CGAL/MP_Float.h                                                   |   11 
 TDA-1.5/TDA/src/CGAL/Modular_arithmetic/Residue_type.h                            |  102 -
 TDA-1.5/TDA/src/CGAL/Mpzf.h                                                       |only
 TDA-1.5/TDA/src/CGAL/NewKernel_d                                                  |only
 TDA-1.5/TDA/src/CGAL/Origin.h                                                     |   11 
 TDA-1.5/TDA/src/CGAL/Origin_impl.h                                                |only
 TDA-1.5/TDA/src/CGAL/Plane_3.h                                                    |    4 
 TDA-1.5/TDA/src/CGAL/Point_2.h                                                    |    8 
 TDA-1.5/TDA/src/CGAL/Point_3.h                                                    |    9 
 TDA-1.5/TDA/src/CGAL/Polygon_2_algorithms.h                                       |   45 
 TDA-1.5/TDA/src/CGAL/Random.h                                                     |only
 TDA-1.5/TDA/src/CGAL/Random_impl.h                                                |only
 TDA-1.5/TDA/src/CGAL/Rational_traits.h                                            |   16 
 TDA-1.5/TDA/src/CGAL/Ray_2.h                                                      |    4 
 TDA-1.5/TDA/src/CGAL/Ray_3.h                                                      |    6 
 TDA-1.5/TDA/src/CGAL/Regular_triangulation_3.h                                    |  320 ++-
 TDA-1.5/TDA/src/CGAL/Segment_2.h                                                  |   16 
 TDA-1.5/TDA/src/CGAL/Segment_3.h                                                  |    8 
 TDA-1.5/TDA/src/CGAL/Spatial_sort_traits_adapter_d.h                              |only
 TDA-1.5/TDA/src/CGAL/Sphere_3.h                                                   |   10 
 TDA-1.5/TDA/src/CGAL/Sqrt_extension/convert_to_bfi.h                              |    1 
 TDA-1.5/TDA/src/CGAL/TDS_full_cell_default_storage_policy.h                       |only
 TDA-1.5/TDA/src/CGAL/TDS_full_cell_mirror_storage_policy.h                        |only
 TDA-1.5/TDA/src/CGAL/Tetrahedron_3.h                                              |    2 
 TDA-1.5/TDA/src/CGAL/Triangle_2.h                                                 |    2 
 TDA-1.5/TDA/src/CGAL/Triangle_2_Iso_rectangle_2_intersection.h                    |    9 
 TDA-1.5/TDA/src/CGAL/Triangle_3.h                                                 |    2 
 TDA-1.5/TDA/src/CGAL/Triangle_3_Triangle_3_intersection.h                         |    2 
 TDA-1.5/TDA/src/CGAL/Triangulation.h                                              |only
 TDA-1.5/TDA/src/CGAL/Triangulation_3.h                                            |   27 
 TDA-1.5/TDA/src/CGAL/Triangulation_data_structure.h                               |only
 TDA-1.5/TDA/src/CGAL/Triangulation_data_structure_3.h                             |   10 
 TDA-1.5/TDA/src/CGAL/Triangulation_ds_cell_base_3.h                               |    1 
 TDA-1.5/TDA/src/CGAL/Triangulation_ds_full_cell.h                                 |only
 TDA-1.5/TDA/src/CGAL/Triangulation_ds_vertex.h                                    |only
 TDA-1.5/TDA/src/CGAL/Triangulation_face.h                                         |only
 TDA-1.5/TDA/src/CGAL/Triangulation_full_cell.h                                    |only
 TDA-1.5/TDA/src/CGAL/Triangulation_structural_filtering_traits.h                  |   30 
 TDA-1.5/TDA/src/CGAL/Triangulation_vertex.h                                       |only
 TDA-1.5/TDA/src/CGAL/Vector_2.h                                                   |    8 
 TDA-1.5/TDA/src/CGAL/Vector_3.h                                                   |   10 
 TDA-1.5/TDA/src/CGAL/Weighted_point.h                                             |    2 
 TDA-1.5/TDA/src/CGAL/aff_transformation_tags.h                                    |   17 
 TDA-1.5/TDA/src/CGAL/aff_transformation_tags_impl.h                               |only
 TDA-1.5/TDA/src/CGAL/argument_swaps.h                                             |only
 TDA-1.5/TDA/src/CGAL/assertions.cpp                                               |only
 TDA-1.5/TDA/src/CGAL/assertions.h                                                 |    5 
 TDA-1.5/TDA/src/CGAL/assertions_impl.h                                            |only
 TDA-1.5/TDA/src/CGAL/auto_link/auto_link.h                                        |  149 -
 TDA-1.5/TDA/src/CGAL/boost                                                        |only
 TDA-1.5/TDA/src/CGAL/compiler_config.h                                            |    6 
 TDA-1.5/TDA/src/CGAL/config.h                                                     |  137 +
 TDA-1.5/TDA/src/CGAL/constructions/constructions_on_weighted_points_cartesian_3.h |   42 
 TDA-1.5/TDA/src/CGAL/determinant_of_vectors.h                                     |only
 TDA-1.5/TDA/src/CGAL/export/CORE.h                                                |    4 
 TDA-1.5/TDA/src/CGAL/export/helpers.h                                             |   36 
 TDA-1.5/TDA/src/CGAL/gmp.h                                                        |only
 TDA-1.5/TDA/src/CGAL/gmpxx.h                                                      |only
 TDA-1.5/TDA/src/CGAL/gmpxx_coercion_traits.h                                      |only
 TDA-1.5/TDA/src/CGAL/hilbert_sort.h                                               |   18 
 TDA-1.5/TDA/src/CGAL/internal/Combination_enumerator.h                            |only
 TDA-1.5/TDA/src/CGAL/internal/Lazy_alpha_nt_3.h                                   |    5 
 TDA-1.5/TDA/src/CGAL/internal/Projection_traits_3.h                               |   94 -
 TDA-1.5/TDA/src/CGAL/internal/Static_filters/Compare_squared_radius_3.h           |    4 
 TDA-1.5/TDA/src/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h  |    6 
 TDA-1.5/TDA/src/CGAL/internal/Static_filters/Equal_3.h                            |   25 
 TDA-1.5/TDA/src/CGAL/internal/Static_filters/Power_test_3.h                       |    5 
 TDA-1.5/TDA/src/CGAL/internal/Static_filters/Static_filter_error.h                |   13 
 TDA-1.5/TDA/src/CGAL/internal/Static_filters/Static_filters.h                     |    2 
 TDA-1.5/TDA/src/CGAL/internal/Static_filters/tools.h                              |   97 +
 TDA-1.5/TDA/src/CGAL/internal/Static_or_dynamic_array.h                           |only
 TDA-1.5/TDA/src/CGAL/internal/Triangulation                                       |only
 TDA-1.5/TDA/src/CGAL/ipower.h                                                     |only
 TDA-1.5/TDA/src/CGAL/iterator.h                                                   |    2 
 TDA-1.5/TDA/src/CGAL/iterator_from_indices.h                                      |only
 TDA-1.5/TDA/src/CGAL/mpq_class.h                                                  |only
 TDA-1.5/TDA/src/CGAL/mpz_class.h                                                  |only
 TDA-1.5/TDA/src/CGAL/number_type_basic.h                                          |    1 
 TDA-1.5/TDA/src/CGAL/spatial_sort.h                                               |   17 
 TDA-1.5/TDA/src/CGAL/sse2.h                                                       |    6 
 TDA-1.5/TDA/src/CGAL/test_FPU_rounding_mode_impl.h                                |only
 TDA-1.5/TDA/src/CGAL/transforming_iterator.h                                      |only
 TDA-1.5/TDA/src/CGAL/transforming_pair_iterator.h                                 |only
 TDA-1.5/TDA/src/CGAL/tss.h                                                        |only
 TDA-1.5/TDA/src/CGAL/tuple.h                                                      |    4 
 TDA-1.5/TDA/src/CGAL/typeset.h                                                    |only
 TDA-1.5/TDA/src/CGAL/vector.h                                                     |    2 
 TDA-1.5/TDA/src/CGAL/version.h                                                    |    6 
 TDA-1.5/TDA/src/Makevars                                                          |    4 
 TDA-1.5/TDA/src/RcppExports.cpp                                                   |   49 
 TDA-1.5/TDA/src/boost/serialization/binary_object.hpp                             |  161 -
 TDA-1.5/TDA/src/diag.cpp                                                          |  225 +-
 TDA-1.5/TDA/src/geometry/simulator.hpp                                            |    2 
 TDA-1.5/TDA/src/gmpxx.h                                                           |only
 TDA-1.5/TDA/src/gudhi/Alpha_complex.h                                             |only
 TDA-1.5/TDA/src/gudhi/Debug_utils.h                                               |only
 TDA-1.5/TDA/src/gudhi/Off_reader.h                                                |only
 TDA-1.5/TDA/src/gudhi/Persistent_cohomology.h                                     |  195 +-
 TDA-1.5/TDA/src/gudhi/Persistent_cohomology/Field_Zp.h                            |   37 
 TDA-1.5/TDA/src/gudhi/Persistent_cohomology/Multi_field.h                         |   40 
 TDA-1.5/TDA/src/gudhi/Persistent_cohomology/Persistent_cohomology_column.h        |   36 
 TDA-1.5/TDA/src/gudhi/Points_off_io.h                                             |only
 TDA-1.5/TDA/src/gudhi/Simple_object_pool.h                                        |only
 TDA-1.5/TDA/src/gudhi/Simplex_tree.h                                              |  933 +++++++---
 TDA-1.5/TDA/src/gudhi/Simplex_tree/Simplex_tree_iterators.h                       |  104 -
 TDA-1.5/TDA/src/gudhi/Simplex_tree/Simplex_tree_node_explicit_storage.h           |   49 
 TDA-1.5/TDA/src/gudhi/Simplex_tree/Simplex_tree_siblings.h                        |   44 
 TDA-1.5/TDA/src/gudhi/Simplex_tree/indexing_tag.h                                 |    6 
 TDA-1.5/TDA/src/gudhi/distance_functions.h                                        |   66 
 TDA-1.5/TDA/src/gudhi/graph_simplicial_complex.h                                  |  125 -
 TDA-1.5/TDA/src/gudhi/reader_utils.h                                              |  195 +-
 TDA-1.5/TDA/src/tdautils/dionysusUtils.h                                          |   18 
 TDA-1.5/TDA/src/tdautils/gridUtils.h                                              |   67 
 TDA-1.5/TDA/src/tdautils/gudhiUtils.h                                             |   14 
 TDA-1.5/TDA/src/tdautils/phatUtils.h                                              |   24 
 TDA-1.5/TDA/src/tdautils/typecastUtils.h                                          |   78 
 TDA-1.5/TDA/src/topology/dynamic-persistence.h                                    |   12 
 TDA-1.5/TDA/src/topology/dynamic-persistence.hpp                                  |   28 
 TDA-1.5/TDA/src/topology/lsvineyard.hpp                                           |    4 
 TDA-1.5/TDA/src/topology/static-persistence.h                                     |    5 
 TDA-1.5/TDA/src/topology/static-persistence.hpp                                   |    2 
 TDA-1.5/TDA/src/utilities/counter.h                                               |    6 
 TDA-1.5/TDA/vignettes/article.Rnw                                                 |  194 +-
 TDA-1.5/TDA/vignettes/biblio.bib                                                  |   58 
 325 files changed, 5101 insertions(+), 2517 deletions(-)

More information about TDA at CRAN
Permanent link

New package SubVis with initial version 1.0.0
Package: SubVis
Version: 1.0.0
Date: 2016-06-14
Title: Visual Exploration of Protein Alignments Resulting from Multiple Substitution Matrices
Description: Substitution matrices are important parameters in protein alignment algorithms. These matrices represent the likelihood that an amino acid will be substituted for another during mutation. This tool allows users to apply predefined and custom matrices and then explore the resulting alignments with interactive visualizations.
Imports: shiny, Biostrings
License: GPL-3
Author: Scott Barlowe <sabarlowe@email.wcu.edu>
Maintainer: Scott Barlowe <sabarlowe@email.wcu.edu>
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-06-16 03:42:39 UTC; sabarlowe
Repository: CRAN
Date/Publication: 2016-06-16 06:46:53

More information about SubVis at CRAN
Permanent link

Package mosaic updated to version 0.14 with previous version 0.13.0 dated 2015-12-18

Title: Project MOSAIC Statistics and Mathematics Teaching Utilities
Description: Data sets and utilities from Project MOSAIC (mosaic-web.org) used to teach mathematics, statistics, computation and modeling. Funded by the NSF, Project MOSAIC is a community of educators working to tie together aspects of quantitative work that students in science, technology, engineering and mathematics will need in their professional lives, but which are usually taught in isolation, if at all.
Author: Randall Pruim <rpruim@calvin.edu>, Daniel T. Kaplan <kaplan@macalester.edu>, Nicholas J. Horton <nhorton@amherst.edu>
Maintainer: Randall Pruim <rpruim@calvin.edu>

Diff between mosaic versions 0.13.0 dated 2015-12-18 and 0.14 dated 2016-06-16

 mosaic-0.13.0/mosaic/R/collisions.R                                                             |only
 mosaic-0.13.0/mosaic/man/derivedFactor.Rd                                                       |only
 mosaic-0.13.0/mosaic/man/fitdistr.Rd                                                            |only
 mosaic-0.13.0/mosaic/man/fractions.Rd                                                           |only
 mosaic-0.13.0/mosaic/vignettes/GraphicsWithMosaic_files                                         |only
 mosaic-0.13.0/mosaic/vignettes/_output.yaml                                                     |only
 mosaic-0.13.0/mosaic/vignettes/plotModel-vignette_files                                         |only
 mosaic-0.14/mosaic/DESCRIPTION                                                                  |   23 
 mosaic-0.14/mosaic/MD5                                                                          |  296 ++--
 mosaic-0.14/mosaic/NAMESPACE                                                                    |   26 
 mosaic-0.14/mosaic/R/Clustering.R                                                               |    5 
 mosaic-0.14/mosaic/R/aggregatingAux.R                                                           |    8 
 mosaic-0.14/mosaic/R/aggregatingMeta.R                                                          |  648 +++++-----
 mosaic-0.14/mosaic/R/ashplot.R                                                                  |  130 +-
 mosaic-0.14/mosaic/R/binom.test.R                                                               |  456 +++----
 mosaic-0.14/mosaic/R/confint.R                                                                  |   40 
 mosaic-0.14/mosaic/R/deltaMethod.R                                                              |  154 --
 mosaic-0.14/mosaic/R/derivedFactor.R                                                            |   75 -
 mosaic-0.14/mosaic/R/diffmean.R                                                                 |    2 
 mosaic-0.14/mosaic/R/do.R                                                                       |   83 -
 mosaic-0.14/mosaic/R/dpqrdist.R                                                                 |    9 
 mosaic-0.14/mosaic/R/frequencyPolygon.R                                                         |  244 ++-
 mosaic-0.14/mosaic/R/groupwiseModels.R                                                          |  123 +
 mosaic-0.14/mosaic/R/interval.R                                                                 |    5 
 mosaic-0.14/mosaic/R/mPlots.R                                                                   |  153 +-
 mosaic-0.14/mosaic/R/makeFun.R                                                                  |   93 +
 mosaic-0.14/mosaic/R/maps2.R                                                                    |   39 
 mosaic-0.14/mosaic/R/mosaic-package.R                                                           |    2 
 mosaic-0.14/mosaic/R/mplot.R                                                                    |  107 -
 mosaic-0.14/mosaic/R/panel.lmbands.R                                                            |    4 
 mosaic-0.14/mosaic/R/pqrdata.R                                                                  |   14 
 mosaic-0.14/mosaic/R/project.R                                                                  |    4 
 mosaic-0.14/mosaic/R/prop.test.R                                                                |  109 +
 mosaic-0.14/mosaic/R/reexports.R                                                                |only
 mosaic-0.14/mosaic/R/resample.R                                                                 |   10 
 mosaic-0.14/mosaic/R/settings.R                                                                 |    3 
 mosaic-0.14/mosaic/R/smoothers.R                                                                |    3 
 mosaic-0.14/mosaic/R/statTally.R                                                                |    8 
 mosaic-0.14/mosaic/R/tally.R                                                                    |   80 -
 mosaic-0.14/mosaic/R/themes.R                                                                   |   13 
 mosaic-0.14/mosaic/R/ttest-internal.R                                                           |    4 
 mosaic-0.14/mosaic/R/ttest.R                                                                    |   42 
 mosaic-0.14/mosaic/R/utils.R                                                                    |   26 
 mosaic-0.14/mosaic/R/xchisq.test.R                                                              |    2 
 mosaic-0.14/mosaic/R/xhistogram.R                                                               |   40 
 mosaic-0.14/mosaic/R/xpnorm.R                                                                   |   10 
 mosaic-0.14/mosaic/R/xqqmath.R                                                                  |   93 -
 mosaic-0.14/mosaic/R/zzz.R                                                                      |    7 
 mosaic-0.14/mosaic/README.md                                                                    |    4 
 mosaic-0.14/mosaic/build/vignette.rds                                                           |binary
 mosaic-0.14/mosaic/inst/doc/GraphicsWithMosaic.R                                                |   31 
 mosaic-0.14/mosaic/inst/doc/GraphicsWithMosaic.Rmd                                              |   39 
 mosaic-0.14/mosaic/inst/doc/GraphicsWithMosaic.html                                             |  404 +++---
 mosaic-0.14/mosaic/inst/doc/LessVolume-MoreCreativity.R                                         |   46 
 mosaic-0.14/mosaic/inst/doc/LessVolume-MoreCreativity.Rmd                                       |   69 -
 mosaic-0.14/mosaic/inst/doc/LessVolume-MoreCreativity.html                                      |  482 ++++---
 mosaic-0.14/mosaic/inst/doc/MinimalR.pdf                                                        |binary
 mosaic-0.14/mosaic/inst/doc/Resampling.R                                                        |    8 
 mosaic-0.14/mosaic/inst/doc/Resampling.Rnw                                                      |   19 
 mosaic-0.14/mosaic/inst/doc/Resampling.pdf                                                      |binary
 mosaic-0.14/mosaic/inst/doc/mosaic-resources.Rmd                                                |   27 
 mosaic-0.14/mosaic/inst/doc/mosaic-resources.html                                               |  126 +
 mosaic-0.14/mosaic/inst/doc/plotModel-vignette.html                                             |   46 
 mosaic-0.14/mosaic/inst/examples                                                                |only
 mosaic-0.14/mosaic/inst/rmarkdown/templates/mosaic-fancy/skeleton/skeleton.Rmd                  |   23 
 mosaic-0.14/mosaic/inst/rmarkdown/templates/mosaic-plain-pdf/skeleton/skeleton.Rmd              |   25 
 mosaic-0.14/mosaic/inst/rmarkdown/templates/mosaic-plain/skeleton/skeleton.Rmd                  |   27 
 mosaic-0.14/mosaic/inst/rmarkdown/templates/mosaic-shiny                                        |only
 mosaic-0.14/mosaic/man/MSPE.Rd                                                                  |   14 
 mosaic-0.14/mosaic/man/aggregating.Rd                                                           |   78 -
 mosaic-0.14/mosaic/man/aggregatingAux.Rd                                                        |    2 
 mosaic-0.14/mosaic/man/aggregatingFunction1.Rd                                                  |   28 
 mosaic-0.14/mosaic/man/aggregatingFunction1or2.Rd                                               |only
 mosaic-0.14/mosaic/man/aggregatingFunction2.Rd                                                  |   27 
 mosaic-0.14/mosaic/man/ashplot.Rd                                                               |   60 
 mosaic-0.14/mosaic/man/binom.test.Rd                                                            |   14 
 mosaic-0.14/mosaic/man/confint.Rd                                                               |   13 
 mosaic-0.14/mosaic/man/deltaMethod.Rd                                                           |   77 -
 mosaic-0.14/mosaic/man/derivedVariable.Rd                                                       |only
 mosaic-0.14/mosaic/man/fortify.Rd                                                               |    4 
 mosaic-0.14/mosaic/man/freqpoly.Rd                                                              |only
 mosaic-0.14/mosaic/man/getVarFormula.Rd                                                         |    2 
 mosaic-0.14/mosaic/man/gwm.Rd                                                                   |    3 
 mosaic-0.14/mosaic/man/interval.Rd                                                              |    5 
 mosaic-0.14/mosaic/man/mPlotting.Rd                                                             |   16 
 mosaic-0.14/mosaic/man/mUSMap.Rd                                                                |   17 
 mosaic-0.14/mosaic/man/makeFun.Rd                                                               |   18 
 mosaic-0.14/mosaic/man/mplot.Rd                                                                 |   18 
 mosaic-0.14/mosaic/man/pqrdata.Rd                                                               |   14 
 mosaic-0.14/mosaic/man/predict.groupwiseModel.Rd                                                |only
 mosaic-0.14/mosaic/man/prop.Rd                                                                  |    4 
 mosaic-0.14/mosaic/man/prop.test.Rd                                                             |    6 
 mosaic-0.14/mosaic/man/reexports.Rd                                                             |only
 mosaic-0.14/mosaic/man/tally.Rd                                                                 |   28 
 mosaic-0.14/mosaic/man/themes.Rd                                                                |    6 
 mosaic-0.14/mosaic/man/ttest.Rd                                                                 |    5 
 mosaic-0.14/mosaic/man/vector2df.Rd                                                             |only
 mosaic-0.14/mosaic/man/xhistogram.Rd                                                            |   40 
 mosaic-0.14/mosaic/man/xqqmath.Rd                                                               |   19 
 mosaic-0.14/mosaic/tests/testthat/test-aggregating.R                                            |   79 -
 mosaic-0.14/mosaic/tests/testthat/test-binomtest.R                                              |  135 +-
 mosaic-0.14/mosaic/tests/testthat/test-calculus.R                                               |   34 
 mosaic-0.14/mosaic/tests/testthat/test-do.R                                                     |    4 
 mosaic-0.14/mosaic/tests/testthat/test-fitModel.R                                               |    2 
 mosaic-0.14/mosaic/tests/testthat/test-makeFunction.R                                           |    8 
 mosaic-0.14/mosaic/tests/testthat/test-proptest.R                                               |  101 -
 mosaic-0.14/mosaic/tests/testthat/test-symbolicInt.R                                            |   97 -
 mosaic-0.14/mosaic/tests/testthat/test-tabulation.R                                             |   15 
 mosaic-0.14/mosaic/tests/testthat/test-ttest.R                                                  |   52 
 mosaic-0.14/mosaic/vignettes/GraphicsWithMosaic.Rmd                                             |   39 
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity.Rmd                                      |   69 -
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/ladies5000-1.png       |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-10-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-16-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-17-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-19-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-31-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-32-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-37-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-4-1.png  |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-45-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-46-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-5-1.png  |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-50-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-51-1.png |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-6-1.png  |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-7-1.png  |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-8-1.png  |binary
 mosaic-0.14/mosaic/vignettes/LessVolume-MoreCreativity_files/figure-html/unnamed-chunk-9-1.png  |binary
 mosaic-0.14/mosaic/vignettes/Resampling.Rnw                                                     |   19 
 mosaic-0.14/mosaic/vignettes/half-mplot.png                                                     |only
 mosaic-0.14/mosaic/vignettes/language.sty                                                       |only
 mosaic-0.14/mosaic/vignettes/mosaic-resources.Rmd                                               |   27 
 mosaic-0.14/mosaic/vignettes/mosaic.sty                                                         |    2 
 mosaic-0.14/mosaic/vignettes/mplot.png                                                          |only
 mosaic-0.14/mosaic/vignettes/pruim-horton-kaplan.bib                                            |only
 136 files changed, 3237 insertions(+), 2533 deletions(-)

More information about mosaic at CRAN
Permanent link

New package MVLM with initial version 0.0.0
Package: MVLM
Type: Package
Title: Multivariate Linear Model with Analytic p-Values
Version: 0.0.0
Date: 2016-06-15
Author: Daniel B. McArtor (dmcartor@nd.edu) [aut, cre]
Maintainer: Daniel B. McArtor <dmcartor@nd.edu>
Description: Allows a user to conduct multivariate multiple regression using analytic p-values rather than approximations based on Wilks' Lambda, Pillai's trace, etc.
License: GPL (>= 2)
LazyData: TRUE
Depends: R (>= 3.0.0),
Imports: CompQuadForm, parallel
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: http://github.com/dmcartor/MVLM
BugReports: http://github.com/dmcartor/MVLM/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-15 22:59:33 UTC; dmcartor
Repository: CRAN
Date/Publication: 2016-06-16 06:47:12

More information about MVLM at CRAN
Permanent link

Package mgm updated to version 1.1-6 with previous version 1.1-5 dated 2016-04-23

Title: Estimating Time-Varying Mixed Graphical Models
Description: Estimation of time-varying Mixed Graphical model using L1-regularized neighborhood regression.
Author: Jonas Haslbeck
Maintainer: Jonas Haslbeck <jonashaslbeck@gmail.com>

Diff between mgm versions 1.1-5 dated 2016-04-23 and 1.1-6 dated 2016-06-16

 mgm-1.1-5/mgm/R/f_VARreshape.R       |only
 mgm-1.1-5/mgm/data/data_mixed.RData  |only
 mgm-1.1-5/mgm/data/data_mixed2.RData |only
 mgm-1.1-5/mgm/man/data_mixed.Rd      |only
 mgm-1.1-5/mgm/man/data_mixed2.Rd     |only
 mgm-1.1-6/mgm/DESCRIPTION            |   11 -
 mgm-1.1-6/mgm/MD5                    |   47 ++---
 mgm-1.1-6/mgm/NAMESPACE              |   30 +--
 mgm-1.1-6/mgm/R/VARreshape.R         |only
 mgm-1.1-6/mgm/R/calc.EBIC.R          |    1 
 mgm-1.1-6/mgm/R/mgmfit.R             |   81 +++++----
 mgm-1.1-6/mgm/R/mgmfit_core.R        |   38 +++-
 mgm-1.1-6/mgm/R/predict.mgm.R        |only
 mgm-1.1-6/mgm/R/print.mgm.R          |   36 +++-
 mgm-1.1-6/mgm/R/summary.mgm.R        |only
 mgm-1.1-6/mgm/R/tv.mgmfit.R          |   10 -
 mgm-1.1-6/mgm/R/tv_var.mgm.R         |   15 +
 mgm-1.1-6/mgm/R/var.mgm.R            |   79 ++++-----
 mgm-1.1-6/mgm/README.md              |    5 
 mgm-1.1-6/mgm/data/autism_data.RData |only
 mgm-1.1-6/mgm/inst                   |only
 mgm-1.1-6/mgm/man/autism_data.Rd     |only
 mgm-1.1-6/mgm/man/mgm-internal.Rd    |    7 
 mgm-1.1-6/mgm/man/mgm-package.Rd     |   11 -
 mgm-1.1-6/mgm/man/mgmfit.Rd          |   43 +++--
 mgm-1.1-6/mgm/man/predict.mgm.Rd     |only
 mgm-1.1-6/mgm/man/print.mgm.Rd       |   15 -
 mgm-1.1-6/mgm/man/summary.mgm.Rd     |only
 mgm-1.1-6/mgm/man/tv.mgmfit.Rd       |  294 +++++++++++++++++-----------------
 mgm-1.1-6/mgm/man/tv_var.mgm.Rd      |  301 ++++++++++++++++++-----------------
 mgm-1.1-6/mgm/man/var.mgm.Rd         |  262 +++++++++++++++---------------
 31 files changed, 700 insertions(+), 586 deletions(-)

More information about mgm at CRAN
Permanent link

Package Matrix.utils updated to version 0.9.1 with previous version 0.9.0 dated 2016-03-28

Title: Data.frame-Like Operations on Sparse and Dense Matrix Objects
Description: Implements data manipulation methods such as cast, aggregate, and merge/join for Matrix and matrix-like objects.
Author: Craig Varrichio <canthony427@gmail.com>
Maintainer: Craig Varrichio <canthony427@gmail.com>

Diff between Matrix.utils versions 0.9.0 dated 2016-03-28 and 0.9.1 dated 2016-06-16

 DESCRIPTION             |    6 +++---
 MD5                     |    6 +++---
 R/Matrix.utils.R        |   34 +++++++++++++++++++++++++---------
 man/aggregate.Matrix.Rd |   10 ++++++++++
 4 files changed, 41 insertions(+), 15 deletions(-)

More information about Matrix.utils at CRAN
Permanent link

Package irtDemo updated to version 0.1.1 with previous version 0.1.0 dated 2016-04-29

Title: Item Response Theory Demo Collection
Description: Includes a collection of shiny applications to demonstrate or to explore fundamental item response theory (IRT) concepts such as estimation, scoring, and multidimensional IRT models.
Author: Metin Bulus [aut,cre] Wes Bonifay [aut,cre]
Maintainer: Metin Bulus <bulusmetin@gmail.com>

Diff between irtDemo versions 0.1.0 dated 2016-04-29 and 0.1.1 dated 2016-06-16

 DESCRIPTION    |   17 ++++++++---------
 MD5            |    8 ++++----
 NAMESPACE      |    3 ++-
 R/irtDemo.R    |   10 ++++++----
 man/irtDemo.Rd |   40 ++++++++++++++++++++--------------------
 5 files changed, 40 insertions(+), 38 deletions(-)

More information about irtDemo at CRAN
Permanent link

Package imputeMulti updated to version 0.5.3 with previous version 0.5.2 dated 2016-06-13

Title: Imputation Methods for Multivariate Multinomial Data
Description: Implements imputation methods using EM and Data Augmentation for multinomial data following the work of Schafer 1997 <ISBN: 978-0-412-04061-0>.
Author: Alex Whitworth [aut, cre]
Maintainer: Alex Whitworth <whitworth.alex@gmail.com>

Diff between imputeMulti versions 0.5.2 dated 2016-06-13 and 0.5.3 dated 2016-06-16

 DESCRIPTION              |    6 +++---
 MD5                      |   14 ++++++++------
 NAMESPACE                |    1 +
 R/data-tract2221.R       |    4 ++++
 R/merge_imputed.R        |only
 R/multinomial_data_aug.R |    4 ++--
 R/multinomial_em.R       |    5 +++--
 man/merge_imputed.Rd     |only
 man/tract2221.Rd         |    4 ++++
 9 files changed, 25 insertions(+), 13 deletions(-)

More information about imputeMulti at CRAN
Permanent link

Package fuzzyforest updated to version 1.0.2 with previous version 1.0.1 dated 2016-03-09

Title: Fuzzy Forests
Description: Fuzzy forests, a new algorithm based on random forests, is designed to reduce the bias seen in random forest feature selection caused by the presence of correlated features. Fuzzy forests uses recursive feature elimination random forests to select features from separate blocks of correlated features where the correlation within each block of features is high and the correlation between blocks of features is low. One final random forest is fit using the surviving features. This package fits random forests using the 'randomForest' package and allows for easy use of 'WGCNA' to split features into distinct blocks.
Author: Daniel Conn [aut, cre], Tuck Ngun [aut], Christina M. Ramirez [aut]
Maintainer: Daniel Conn <djconn17@gmail.com>

Diff between fuzzyforest versions 1.0.1 dated 2016-03-09 and 1.0.2 dated 2016-06-16

 DESCRIPTION   |    6 +++---
 MD5           |    4 ++--
 inst/CITATION |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

More information about fuzzyforest at CRAN
Permanent link

Package dismo updated to version 1.1-1 with previous version 1.0-15 dated 2016-01-10

Title: Species Distribution Modeling
Description: Functions for species distribution modeling, that is, predicting entire geographic distributions form occurrences at a number of sites and the environment at these sites.
Author: Robert J. Hijmans, Steven Phillips, John Leathwick and Jane Elith
Maintainer: Robert J. Hijmans <r.hijmans@gmail.com>

Diff between dismo versions 1.0-15 dated 2016-01-10 and 1.1-1 dated 2016-06-16

 ChangeLog            |    4 
 DESCRIPTION          |   10 
 MD5                  |   44 -
 R/boundRect.R        |only
 R/circles.R          |   10 
 R/convHull.R         |   80 +-
 R/gbif.R             |    3 
 R/maxent.R           |    8 
 R/rectHull.R         |only
 R/rectHull.predict.R |only
 R/voronoi.R          |   22 
 R/voronoiHull.R      |  113 +--
 inst/doc/brt.pdf     |binary
 inst/doc/sdm.R       |  116 +--
 inst/doc/sdm.Rnw     |   11 
 inst/doc/sdm.pdf     | 1682 +++++++++++++++++++++++++--------------------------
 man/circles.Rd       |   13 
 man/convexHull.Rd    |    7 
 man/gbif.Rd          |    4 
 man/maxent.Rd        |   43 -
 man/predict.Rd       |    1 
 man/rectHull.Rd      |only
 man/voronoi.Rd       |   11 
 man/voronoiHulll.Rd  |   17 
 vignettes/sdm.Rnw    |   11 
 25 files changed, 1115 insertions(+), 1095 deletions(-)

More information about dismo at CRAN
Permanent link


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