Sun, 11 May 2014

Package tm.plugin.webmining updated to version 1.1 with previous version 0.9 dated 2012-12-21

Title: Retrieve structured, textual data from various web sources
Description: tm.plugin.webmining facilitates text retrieval from feed formats like XML (RSS, ATOM) and JSON. Also direct retrieval from HTML is supported. As most (news) feeds only incorporate small fractions of the original text tm.plugin.webmining even retrieves and extracts the text of the original text source.
Author: Mario Annau [aut, cre]
Maintainer: Mario Annau

Diff between tm.plugin.webmining versions 0.9 dated 2012-12-21 and 1.1 dated 2014-05-11

 tm.plugin.webmining-0.9/tm.plugin.webmining/R/auth.google.reader.R             |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/data/datalist                      |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/data/rbloggers.rda                 |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/inst/generate_data.R               |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/inst/tests                         |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/man/GoogleReaderSource.Rd          |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/man/TwitterSource.Rd               |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/man/auth.google.reader.Rd          |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/man/rbloggers.Rd                   |only
 tm.plugin.webmining-0.9/tm.plugin.webmining/vignettes/figures                  |only
 tm.plugin.webmining-1.1/tm.plugin.webmining/DESCRIPTION                        |   36 -
 tm.plugin.webmining-1.1/tm.plugin.webmining/MD5                                |  106 +---
 tm.plugin.webmining-1.1/tm.plugin.webmining/NAMESPACE                          |   81 +--
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/corpus.R                         |   11 
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/extract.R                        |    8 
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/getLinkContent.R                 |   35 -
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/getURL.R                         |    4 
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/reader.R                         |  120 ++--
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/source.R                         |  257 ++--------
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/tm.plugin.webmining-package.R    |   26 -
 tm.plugin.webmining-1.1/tm.plugin.webmining/R/transform.R                      |    1 
 tm.plugin.webmining-1.1/tm.plugin.webmining/build                              |only
 tm.plugin.webmining-1.1/tm.plugin.webmining/data/yahoonews.rda                 |binary
 tm.plugin.webmining-1.1/tm.plugin.webmining/inst/doc/ShortIntro.R              |only
 tm.plugin.webmining-1.1/tm.plugin.webmining/inst/doc/ShortIntro.Rnw            |   76 --
 tm.plugin.webmining-1.1/tm.plugin.webmining/inst/doc/ShortIntro.pdf            |binary
 tm.plugin.webmining-1.1/tm.plugin.webmining/inst/test_internal.R               |only
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/GoogleBlogSearchSource.Rd      |   19 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/GoogleFinanceSource.Rd         |   19 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/GoogleNewsSource.Rd            |   19 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/NYTimesSource.Rd               |   30 -
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/ReutersNewsSource.Rd           |   20 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/WebCorpus.Rd                   |   26 -
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/WebSource.Rd                   |   24 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/YahooFinanceSource.Rd          |   21 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/YahooInplaySource.Rd           |   20 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/YahooNewsSource.Rd             |   15 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/corpus.update.Rd               |   21 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/encloseHTML.Rd                 |   12 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/extract.Rd                     |    7 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/extractContentDOM.Rd           |   28 -
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/extractHTMLStrip.Rd            |   20 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/feedquery.Rd                   |   18 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/getEmpty.Rd                    |   12 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/getLinkContent.Rd              |   35 -
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/getURL.Rd                      |   13 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/parse.Rd                       |   13 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/readWeb.Rd                     |   18 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/removeNonASCII.Rd              |   10 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/source.update.Rd               |    7 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/tm.plugin.webmining-package.Rd |   54 --
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/trimWhiteSpaces.Rd             |   11 
 tm.plugin.webmining-1.1/tm.plugin.webmining/man/yahoonews.Rd                   |   12 
 tm.plugin.webmining-1.1/tm.plugin.webmining/vignettes/ShortIntro.Rnw           |   76 --
 tm.plugin.webmining-1.1/tm.plugin.webmining/vignettes/tables/sources.tex       |    4 
 55 files changed, 498 insertions(+), 847 deletions(-)

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

Package Surrogate updated to version 0.1-1 with previous version 0.1-0 dated 2014-03-19

Title: Evaluation of surrogate endpoints in clinical trials
Description: In a clinical trial, it frequently occurs that the most credible outcome to evaluate the effectiveness of a new therapy (the true endpoint) is difficult to measure. In such a situation, it can be an effective strategy to replace the true endpoint by a biomarker that is easier to measure and that allows for a prediction of the treatment effect on the true endpoint (a surrogate endpoint). The package 'Surrogate' allows for an evaluation of the appropriateness of a candidate surrogate endpoint based on the meta-analytic, information-theoretic, and causal-inference frameworks (for normally distributed endpoints). Part of this software has been developed using funding provided from the European Union's 7th Framework Programme for research, technological development and demonstration under Grant Agreement no 602552.
Author: Wim Van der Elst, Ariel Alonso & Geert Molenberghs
Maintainer: Wim Van der Elst

Diff between Surrogate versions 0.1-0 dated 2014-03-19 and 0.1-1 dated 2014-05-11

 DESCRIPTION                        |   12 ++++++------
 MD5                                |   25 ++++++++++++++-----------
 NEWS                               |only
 R/BifixedContCont.R                |    4 ----
 R/CausalDiagramContCont.R          |only
 R/ICAContCont.R                    |   12 ++++++++++--
 R/MICAContCont.R                   |   11 ++++++++++-
 R/SummaryMetaAnalyticSTSContCont.R |    9 +++++++++
 man/BifixedContCont.Rd             |    2 +-
 man/BimixedContCont.Rd             |    2 +-
 man/CausalDiagramContCont.Rd       |only
 man/ICAContCont.Rd                 |   18 +++++++++---------
 man/MICAContCont.Rd                |   30 +++++++++++++++---------------
 man/UnifixedContCont.Rd            |    2 +-
 man/UnimixedContCont.Rd            |    2 +-
 15 files changed, 77 insertions(+), 52 deletions(-)

More information about Surrogate at CRAN
Permanent link

New package finiteruinprob with initial version 0.4
Package: finiteruinprob
Type: Package
Title: Computation of the probability of ruin within a finite time horizon
Version: 0.4
Date: 2014-05-11
Authors@R: c(person(given = 'Benjamin', family = 'Baumgartner', email = 'benjamin@baumgrt.com', role = c('aut', 'cre')), person(given = 'Riccardo', family = 'Gatto', email = 'gatto@stat.unibe.ch', role = c('ctb', 'ths')))
Maintainer: Benjamin Baumgartner
Description: In the Cramér–Lundberg risk process perturbed by a Wiener process, this packages provides approximations to the probability of ruin within a finite time horizon. Currently, there are three methods implemented: The first one uses saddlepoint approximation (two variants are provided), the second one uses importance sampling and the third one is based on the simulation of a dual process. This last method is not very accurate and only given here for completeness.
License: AGPL-3
Imports: sdprisk, numDeriv
Encoding: UTF-8
Packaged: 2014-05-11 18:22:18 UTC; benjamin
Author: Benjamin Baumgartner [aut, cre], Riccardo Gatto [ctb, ths]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-05-12 01:05:28

More information about finiteruinprob at CRAN
Permanent link

Package epipen (with last version 1.0-0) was removed from CRAN

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

2014-04-29 1.0-0
2014-03-21 0.9-2

Permanent link
Package siplab updated to version 1.1 with previous version 1.0 dated 2014-01-10

Title: Spatial individual-plant modelling
Description: A platform for experimenting with spatially explicit individual-based vegetation models.
Author: Oscar Garcia
Maintainer: Oscar Garcia

Diff between siplab versions 1.0 dated 2014-01-10 and 1.1 dated 2014-05-11

 DESCRIPTION           |   10 +++++-----
 MD5                   |   20 ++++++++++----------
 NAMESPACE             |    1 +
 R/assimilation.R      |   20 ++++++++++----------
 R/assimilation.pix.R  |   16 ++++++++--------
 R/pairwise.R          |   11 ++---------
 man/assimilation.Rd   |   22 +++++++++++-----------
 man/efficiency.Rd     |   16 +++++++++++++++-
 man/influence.Rd      |   16 +++++++++++++++-
 man/pairwise.Rd       |    6 +++---
 man/siplab-package.Rd |   12 ++++--------
 11 files changed, 84 insertions(+), 66 deletions(-)

More information about siplab at CRAN
Permanent link

Package phonTools updated to version 0.2-1.2 with previous version 0.2-1.1 dated 2014-01-01

Title: Functions for phonetics in R.
Description: The functions contained in this package are intended to facilitate the organization, display, and analysis of the sorts of data frequently encountered in phonetics research and experimentation, including the easy creation of IPA vowel plots. Some functions also allow for the creation and manipulation of sounds saved as WAV files.
Author: Santiago Barreda
Maintainer: Santiago Barreda

Diff between phonTools versions 0.2-1.1 dated 2014-01-01 and 0.2-1.2 dated 2014-05-11

 phonTools-0.2-1.1/phonTools/R/powertrack.R        |only
 phonTools-0.2-1.1/phonTools/man/powertrack.Rd     |only
 phonTools-0.2-1.2/phonTools/DESCRIPTION           |    8 -
 phonTools-0.2-1.2/phonTools/LICENSE               |    2 
 phonTools-0.2-1.2/phonTools/MD5                   |  111 +++++++++++-----------
 phonTools-0.2-1.2/phonTools/R/FIRfilter.R         |   34 +++---
 phonTools-0.2-1.2/phonTools/R/anova.rcr.R         |    2 
 phonTools-0.2-1.2/phonTools/R/createtemplate.R    |   42 ++++----
 phonTools-0.2-1.2/phonTools/R/errorbar.R          |only
 phonTools-0.2-1.2/phonTools/R/fastacf.R           |   39 ++++---
 phonTools-0.2-1.2/phonTools/R/ldaclassify.R       |   24 +++-
 phonTools-0.2-1.2/phonTools/R/ldboundary.R        |only
 phonTools-0.2-1.2/phonTools/R/lpc.R               |   73 +++++++-------
 phonTools-0.2-1.2/phonTools/R/makeFIR.R           |only
 phonTools-0.2-1.2/phonTools/R/mscohere.R          |    2 
 phonTools-0.2-1.2/phonTools/R/normalize.compare.R |    8 -
 phonTools-0.2-1.2/phonTools/R/phasor.R            |    3 
 phonTools-0.2-1.2/phonTools/R/plot.spectrogram.R  |    2 
 phonTools-0.2-1.2/phonTools/R/plot.template.R     |   39 ++++---
 phonTools-0.2-1.2/phonTools/R/preemphasis.R       |    2 
 phonTools-0.2-1.2/phonTools/R/print.anova.rcr.R   |    6 -
 phonTools-0.2-1.2/phonTools/R/print.template.R    |only
 phonTools-0.2-1.2/phonTools/R/rcr.R               |    2 
 phonTools-0.2-1.2/phonTools/R/resample.R          |   19 ++-
 phonTools-0.2-1.2/phonTools/R/rotate.R            |   24 +++-
 phonTools-0.2-1.2/phonTools/R/sinusoid.R          |    5 
 phonTools-0.2-1.2/phonTools/R/spectralslice.R     |   89 ++++++++---------
 phonTools-0.2-1.2/phonTools/R/spectrogram.R       |   86 ++++++++---------
 phonTools-0.2-1.2/phonTools/R/summary.rcr.R       |    2 
 phonTools-0.2-1.2/phonTools/R/synthfilter.R       |only
 phonTools-0.2-1.2/phonTools/R/territorialmap.R    |only
 phonTools-0.2-1.2/phonTools/R/vowelsynth.R        |    2 
 phonTools-0.2-1.2/phonTools/man/FIRfilter.Rd      |    9 -
 phonTools-0.2-1.2/phonTools/man/Ffilter.Rd        |   12 +-
 phonTools-0.2-1.2/phonTools/man/PSTM.Rd           |    1 
 phonTools-0.2-1.2/phonTools/man/createtemplate.Rd |   27 +++--
 phonTools-0.2-1.2/phonTools/man/errorbars.Rd      |only
 phonTools-0.2-1.2/phonTools/man/fastacf.Rd        |only
 phonTools-0.2-1.2/phonTools/man/findformants.Rd   |    2 
 phonTools-0.2-1.2/phonTools/man/freqresponse.Rd   |   10 +
 phonTools-0.2-1.2/phonTools/man/imputeformants.Rd |    2 
 phonTools-0.2-1.2/phonTools/man/ldboundary.Rd     |only
 phonTools-0.2-1.2/phonTools/man/ldclassify.Rd     |    7 -
 phonTools-0.2-1.2/phonTools/man/loadsound.Rd      |    4 
 phonTools-0.2-1.2/phonTools/man/lpc.Rd            |    4 
 phonTools-0.2-1.2/phonTools/man/makeFIR.Rd        |only
 phonTools-0.2-1.2/phonTools/man/makesound.Rd      |    4 
 phonTools-0.2-1.2/phonTools/man/multiplot.Rd      |    8 -
 phonTools-0.2-1.2/phonTools/man/phasor.Rd         |    2 
 phonTools-0.2-1.2/phonTools/man/pickIPA.Rd        |    2 
 phonTools-0.2-1.2/phonTools/man/polezero.Rd       |    6 -
 phonTools-0.2-1.2/phonTools/man/preemphasis.Rd    |    9 -
 phonTools-0.2-1.2/phonTools/man/resample.Rd       |   20 +--
 phonTools-0.2-1.2/phonTools/man/rotate.Rd         |   14 --
 phonTools-0.2-1.2/phonTools/man/sdellipse.Rd      |    4 
 phonTools-0.2-1.2/phonTools/man/selectslice.Rd    |    9 -
 phonTools-0.2-1.2/phonTools/man/sinc.Rd           |    2 
 phonTools-0.2-1.2/phonTools/man/sinusoid.Rd       |    2 
 phonTools-0.2-1.2/phonTools/man/sound.Rd          |    8 -
 phonTools-0.2-1.2/phonTools/man/spectralslice.Rd  |   27 +----
 phonTools-0.2-1.2/phonTools/man/spectrogram.Rd    |   12 +-
 phonTools-0.2-1.2/phonTools/man/synthfilter.Rd    |only
 phonTools-0.2-1.2/phonTools/man/vowelsynth.Rd     |    6 -
 63 files changed, 439 insertions(+), 400 deletions(-)

More information about phonTools at CRAN
Permanent link

Package choroplethr updated to version 1.5.0 with previous version 1.4.0 dated 2014-03-30

Title: Functions to simplify the creation of choropleths (thematic maps) in R.
Description: choroplethr simplifies the creation of choropleths in R. A choropleth is a thematic map where geographic regions such as states are colored according to some metric, such as which political party the state voted for. choroplethr supports three levels of geographic resolution and two types of scales. Common problems such as matching county data with map data, choosing and labeling discrete scales and creating a clean background are handled automatically. choroplethr provides native support for viewing data from the US Census's American Community Survey (ACS).
Author: Ari Lamstein [cre, aut], Brian P Johnson [ctb, frontend animation code]
Maintainer: Ari Lamstein

Diff between choroplethr versions 1.4.0 dated 2014-03-30 and 1.5.0 dated 2014-05-11

 choroplethr-1.4.0/choroplethr/inst/doc/animation.R                |only
 choroplethr-1.4.0/choroplethr/inst/doc/animation.Rmd              |only
 choroplethr-1.4.0/choroplethr/inst/doc/animation.html             |only
 choroplethr-1.4.0/choroplethr/inst/doc/introduction.R             |only
 choroplethr-1.4.0/choroplethr/inst/doc/introduction.Rmd           |only
 choroplethr-1.4.0/choroplethr/inst/doc/introduction.html          |only
 choroplethr-1.4.0/choroplethr/inst/doc/level-of-detail.R          |only
 choroplethr-1.4.0/choroplethr/inst/doc/level-of-detail.Rmd        |only
 choroplethr-1.4.0/choroplethr/inst/doc/level-of-detail.html       |only
 choroplethr-1.4.0/choroplethr/inst/doc/mapping-census-data.R      |only
 choroplethr-1.4.0/choroplethr/inst/doc/mapping-census-data.Rmd    |only
 choroplethr-1.4.0/choroplethr/inst/doc/mapping-census-data.html   |only
 choroplethr-1.4.0/choroplethr/inst/doc/scale-choice.R             |only
 choroplethr-1.4.0/choroplethr/inst/doc/scale-choice.Rmd           |only
 choroplethr-1.4.0/choroplethr/inst/doc/scale-choice.html          |only
 choroplethr-1.4.0/choroplethr/inst/doc/zip-level-maps.R           |only
 choroplethr-1.4.0/choroplethr/inst/doc/zip-level-maps.Rmd         |only
 choroplethr-1.4.0/choroplethr/inst/doc/zip-level-maps.html        |only
 choroplethr-1.4.0/choroplethr/vignettes/animation.Rmd             |only
 choroplethr-1.4.0/choroplethr/vignettes/introduction.Rmd          |only
 choroplethr-1.4.0/choroplethr/vignettes/level-of-detail.Rmd       |only
 choroplethr-1.4.0/choroplethr/vignettes/mapping-census-data.Rmd   |only
 choroplethr-1.4.0/choroplethr/vignettes/scale-choice.Rmd          |only
 choroplethr-1.4.0/choroplethr/vignettes/zip-level-maps.Rmd        |only
 choroplethr-1.5.0/choroplethr/DESCRIPTION                         |    6 
 choroplethr-1.5.0/choroplethr/MD5                                 |   76 +++++-----
 choroplethr-1.5.0/choroplethr/NAMESPACE                           |    2 
 choroplethr-1.5.0/choroplethr/NEWS                                |   13 +
 choroplethr-1.5.0/choroplethr/R/clip_df.R                         |only
 choroplethr-1.5.0/choroplethr/R/common.R                          |   37 ++++
 choroplethr-1.5.0/choroplethr/R/county.R                          |   21 +-
 choroplethr-1.5.0/choroplethr/R/state.R                           |   23 +--
 choroplethr-1.5.0/choroplethr/R/world.R                           |only
 choroplethr-1.5.0/choroplethr/R/zipcode.R                         |   11 -
 choroplethr-1.5.0/choroplethr/README.md                           |   13 +
 choroplethr-1.5.0/choroplethr/build/vignette.rds                  |binary
 choroplethr-1.5.0/choroplethr/inst/doc/a-introduction.R           |only
 choroplethr-1.5.0/choroplethr/inst/doc/a-introduction.Rmd         |only
 choroplethr-1.5.0/choroplethr/inst/doc/a-introduction.html        |only
 choroplethr-1.5.0/choroplethr/inst/doc/b-level-of-detail.R        |only
 choroplethr-1.5.0/choroplethr/inst/doc/b-level-of-detail.Rmd      |only
 choroplethr-1.5.0/choroplethr/inst/doc/b-level-of-detail.html     |only
 choroplethr-1.5.0/choroplethr/inst/doc/c-level-of-detail.R        |only
 choroplethr-1.5.0/choroplethr/inst/doc/c-level-of-detail.Rmd      |only
 choroplethr-1.5.0/choroplethr/inst/doc/c-level-of-detail.html     |only
 choroplethr-1.5.0/choroplethr/inst/doc/d-mapping-census-data.R    |only
 choroplethr-1.5.0/choroplethr/inst/doc/d-mapping-census-data.Rmd  |only
 choroplethr-1.5.0/choroplethr/inst/doc/d-mapping-census-data.html |only
 choroplethr-1.5.0/choroplethr/inst/doc/e-animation.R              |only
 choroplethr-1.5.0/choroplethr/inst/doc/e-animation.Rmd            |only
 choroplethr-1.5.0/choroplethr/inst/doc/e-animation.html           |only
 choroplethr-1.5.0/choroplethr/inst/doc/f-zip-level-maps.R         |only
 choroplethr-1.5.0/choroplethr/inst/doc/f-zip-level-maps.Rmd       |only
 choroplethr-1.5.0/choroplethr/inst/doc/f-zip-level-maps.html      |only
 choroplethr-1.5.0/choroplethr/inst/tests/test-bind_df_to_map.R    |    6 
 choroplethr-1.5.0/choroplethr/inst/tests/test-choroplethr.R       |    8 +
 choroplethr-1.5.0/choroplethr/man/clip_df.Rd                      |only
 choroplethr-1.5.0/choroplethr/man/format_levels.Rd                |only
 choroplethr-1.5.0/choroplethr/tests/test-all.R                    |    1 
 choroplethr-1.5.0/choroplethr/vignettes/a-introduction.Rmd        |only
 choroplethr-1.5.0/choroplethr/vignettes/b-level-of-detail.Rmd     |only
 choroplethr-1.5.0/choroplethr/vignettes/c-level-of-detail.Rmd     |only
 choroplethr-1.5.0/choroplethr/vignettes/d-mapping-census-data.Rmd |only
 choroplethr-1.5.0/choroplethr/vignettes/e-animation.Rmd           |only
 choroplethr-1.5.0/choroplethr/vignettes/f-zip-level-maps.Rmd      |only
 65 files changed, 141 insertions(+), 76 deletions(-)

More information about choroplethr at CRAN
Permanent link

Package RQDA updated to version 0.2-6 with previous version 0.2-5 dated 2014-03-26

Title: R-based Qualitative Data Analysis
Description: R package for Qualitative Data Analysis. Current version only supports plain text, but it can import PDF highlights if the Enhance package of rjpod, which is available on R-Forge, is installed.
Author: HUANG Ronggui
Maintainer: HUANG Ronggui

Diff between RQDA versions 0.2-5 dated 2014-03-26 and 0.2-6 dated 2014-05-11

 DESCRIPTION         |   15 ++++++++-------
 MD5                 |   16 ++++++++--------
 NAMESPACE           |    2 +-
 R/CodeCatButton.R   |   12 ++++++++++++
 R/merger.R          |    8 +++++---
 inst/ChangeLog      |    3 +++
 inst/NEWS           |    3 +++
 man/CrossCodes.rd   |    2 +-
 man/RQDA-package.Rd |   13 -------------
 9 files changed, 41 insertions(+), 33 deletions(-)

More information about RQDA at CRAN
Permanent link

Package repmis updated to version 0.2.9 with previous version 0.2.8 dated 2014-03-22

Title: A collection of miscellaneous tools for reproducible research with R.
Description: The package includes tools to load R packages and automatically generate BibTeX files citing them as well as load plain-text and Excel formatted data stored on Dropbox, GitHub, and from other sources.
Author: Christopher Gandrud
Maintainer: Christopher Gandrud

Diff between repmis versions 0.2.8 dated 2014-03-22 and 0.2.9 dated 2014-05-11

 DESCRIPTION               |   18 +--
 MD5                       |   28 ++---
 NAMESPACE                 |    4 
 NEWS                      |   14 ++
 R/InstallOldPackages.R    |   17 ++-
 R/LoadandCite.R           |  126 +++++++++++++++--------
 R/source_DropboxData.R    |   52 +++++++--
 R/source_XlsxData.R       |only
 R/source_data.R           |  120 +++++++++++++---------
 R/utils.R                 |  242 ++++++++++++++++++++++++----------------------
 README.md                 |    8 -
 man/InstallOldPackages.Rd |   28 ++---
 man/LoadandCite.Rd        |  135 +++++++++++--------------
 man/source_DropboxData.Rd |   80 ++++++---------
 man/source_XlsxData.Rd    |only
 man/source_data.Rd        |   97 ++++++++----------
 16 files changed, 530 insertions(+), 439 deletions(-)

More information about repmis at CRAN
Permanent link

New package BerlinData with initial version 1.0.0
Package: BerlinData
Type: Package
Title: Easy access to Berlin related data
Version: 1.0.0
Date: 2014-03-14
Author: Kate McCurdy, Dirk Schumacher
Maintainer: Dirk Schumacher
Description: This package provides easy access to http://daten.berlin.de It allows you to search through the data catalogue and to download the data directly from within R.
License: MIT + file LICENSE
URL: http://dirkschumacher.github.io/RBerlinData
Depends: R (>= 2.13.0)
Imports: XML (>= 3.95), stringr
Suggests: testthat, rjson
Packaged: 2014-05-11 12:11:08 UTC; dirkschumacher
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-05-11 16:02:39

More information about BerlinData at CRAN
Permanent link

Package vines updated to version 1.1.0 with previous version 1.0.11 dated 2014-03-05

Title: Multivariate Dependence Modeling with Vines
Description: Vines are graphical models for pair-copula constructions that represent high-dimensional distributions as a factorization of bivariate copulas and marginal density functions. This package contains S4 classes for vines (C-vines and D-vines) and methods for inference, goodness-of-fit tests, density/distribution function evaluation, and simulation.
Author: Yasser Gonzalez-Fernandez [aut, cre], Marta Soto [aut]
Maintainer: Yasser Gonzalez-Fernandez

Diff between vines versions 1.0.11 dated 2014-03-05 and 1.1.0 dated 2014-05-11

 DESCRIPTION   |    8 ++++----
 MD5           |   16 ++++++++--------
 NEWS          |    5 +++++
 R/h.R         |    6 ++++--
 R/hinverse.R  |    6 ++++--
 R/vineFitML.R |   16 ++++++++++++++--
 R/vineOrder.R |    2 ++
 inst/CITATION |   11 +++++------
 src/h.c       |   20 ++++++++++----------
 9 files changed, 56 insertions(+), 34 deletions(-)

More information about vines at CRAN
Permanent link


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