Wed, 04 Mar 2015

New package clifro with initial version 2.4-0
Package: clifro
Type: Package
Title: Easily Download and Visualise Climate Data from CliFlo
Version: 2.4-0
Date: 2015-03-05
Authors@R: person("Blake", "Seers", role = c("aut", "cre"), email = "blake.seers@gmail.com")
VignetteBuilder: knitr
Imports: methods, lubridate, XML, selectr, RCurl, utils, ggplot2, scales, RColorBrewer, reshape2
Suggests: knitr, ggmap
Description: CliFlo is a web portal to the New Zealand National Climate Database and provides public access (via subscription) to around 6,500 various climate stations. Collating and manipulating data from CliFlo (hence clifro) and importing into R for further analysis, exploration and visualisation is now straightforward and coherent. The user is required to have an internet connection, and a current CliFlo subscription (free) if data from stations, other than the public Reefton electronic weather station, is sought.
URL: http://cliflo.niwa.co.nz/ https://github.com/ropensci/clifro
BugReports: https://github.com/ropensci/clifro/issues
License: GPL-2
Collate: 'dataFrame.R' 'cfStation.R' 'cfData.R' 'cfDataList.R' 'cfData-plotMethods.R' 'cfDatatype.R' 'cfQuery.R' 'cfUser.R' 'findStations.R'
Packaged: 2015-03-04 21:31:08 UTC; bsee002
Author: Blake Seers [aut, cre]
Maintainer: Blake Seers
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-04 23:47:33

More information about clifro at CRAN
Permanent link

Package randomForestSRC updated to version 1.6.1 with previous version 1.6.0 dated 2015-01-12

Title: Random Forests for Survival, Regression and Classification (RF-SRC)
Description: A unified treatment of Breiman's random forests for survival, regression and classification problems based on Ishwaran and Kogalur's random survival forests (RSF) package. The package runs in both serial and parallel (OpenMP) modes.
Author: Hemant Ishwaran , Udaya B. Kogalur
Maintainer: Udaya B. Kogalur

Diff between randomForestSRC versions 1.6.0 dated 2015-01-12 and 1.6.1 dated 2015-03-04

 DESCRIPTION                |   10 +-
 MD5                        |  216 ++++++++++++++++++++++-----------------------
 NAMESPACE                  |    8 +
 R/data.utilities.R         |    2 
 R/factor.utilities.R       |    2 
 R/find.interaction.R       |    2 
 R/generic.impute.rfsrc.R   |    2 
 R/generic.predict.rfsrc.R  |    4 
 R/impute.rfsrc.R           |    2 
 R/max.subtree.R            |    2 
 R/plot.competing.risk.R    |    2 
 R/plot.rfsrc.R             |    2 
 R/plot.survival.R          |    2 
 R/plot.variable.R          |    2 
 R/predict.rfsrc.R          |    2 
 R/print.rfsrc.R            |    2 
 R/rf2rfz.R                 |    2 
 R/rfsrc.R                  |    4 
 R/rfsrc.news.R             |    2 
 R/rfsrcSyn.R               |    2 
 R/stat.split.R             |    2 
 R/utilities.R              |    2 
 R/var.select.R             |    2 
 R/vimp.R                   |    2 
 R/zzz.R                    |    2 
 configure.ac               |    2 
 inst/NEWS                  |   13 +-
 inst/doc/rsf-Rnews.pdf     |binary
 man/breast.Rd              |    2 
 man/find.interaction.Rd    |    6 -
 man/follic.Rd              |    2 
 man/impute.Rd              |    5 -
 man/max.subtree.Rd         |    2 
 man/pbc.Rd                 |    2 
 man/plot.competing.risk.Rd |    2 
 man/plot.rfsrc.Rd          |    2 
 man/plot.survival.Rd       |    5 -
 man/plot.variable.Rd       |    2 
 man/predict.rfsrc.Rd       |   10 +-
 man/rf2rfz.Rd              |    2 
 man/rfsrc.Rd               |   15 ++-
 man/rfsrcSyn.Rd            |    2 
 man/stat.split.Rd          |    2 
 man/var.select.Rd          |    8 +
 man/vimp.Rd                |    8 +
 man/wihs.Rd                |    2 
 src/bootstrap.c            |    2 
 src/bootstrap.h            |    2 
 src/classification.c       |    2 
 src/classification.h       |    2 
 src/dataParser.c           |    2 
 src/dataParser.h           |    2 
 src/entry.c                |    2 
 src/entry.h                |    2 
 src/extern.h               |    2 
 src/factor.h               |    2 
 src/factorOps.c            |    2 
 src/factorOps.h            |    2 
 src/global.h               |    2 
 src/importance.c           |    2 
 src/importance.h           |    2 
 src/impute.c               |    2 
 src/impute.h               |    2 
 src/node.h                 |    2 
 src/nodeOps.c              |    2 
 src/nodeOps.h              |    2 
 src/nrutil.c               |    2 
 src/nrutil.h               |    2 
 src/random.c               |    2 
 src/random.h               |    2 
 src/regression.c           |    2 
 src/regression.h           |    2 
 src/rfsrc.c                |    2 
 src/rfsrc.h                |    2 
 src/rfsrcUtil.c            |    2 
 src/rfsrcUtil.h            |    2 
 src/split.c                |    2 
 src/split.h                |    2 
 src/splitClas.c            |    2 
 src/splitClas.h            |    2 
 src/splitCustom.c          |    2 
 src/splitCustom.h          |    2 
 src/splitRegr.c            |    2 
 src/splitRegr.h            |    2 
 src/splitSurv.c            |    2 
 src/splitSurv.h            |    2 
 src/splitUspv.c            |    2 
 src/splitUspv.h            |    2 
 src/splitUtil.c            |    2 
 src/splitUtil.h            |    2 
 src/stack.c                |    2 
 src/stack.h                |    2 
 src/stackOutput.c          |    2 
 src/stackOutput.h          |    2 
 src/stackPreDefined.c      |    2 
 src/stackPreDefined.h      |    2 
 src/survival.c             |    2 
 src/survival.h             |    2 
 src/survivalE.c            |    2 
 src/survivalE.h            |    2 
 src/termOps.c              |    2 
 src/termOps.h              |    2 
 src/terminal.h             |    2 
 src/trace.c                |    2 
 src/trace.h                |    2 
 src/tree.c                 |    2 
 src/tree.h                 |    2 
 src/treeUtil.c             |    2 
 src/treeUtil.h             |    2 
 109 files changed, 264 insertions(+), 238 deletions(-)

More information about randomForestSRC at CRAN
Permanent link

Package nleqslv updated to version 2.6 with previous version 2.5 dated 2014-09-29

Title: Solve Systems of Nonlinear Equations
Description: Solve a system of nonlinear equations using a Broyden or a Newton method with a choice of global strategies such as line search and trust region. There are options for using a numerical or user supplied Jacobian and for specifying that a numerical Jacobian is banded.
Author: Berend Hasselman
Maintainer: Berend Hasselman

Diff between nleqslv versions 2.5 dated 2014-09-29 and 2.6 dated 2015-03-04

 DESCRIPTION                      |   14 ++--
 MD5                              |   45 +++++++++------
 NEWS                             |   17 ++++-
 R/nleqslv.R                      |    2 
 inst                             |only
 man/nleqslv-package.Rd           |    2 
 man/nleqslv.Rd                   |    4 -
 man/testnslv.Rd                  |    2 
 man/zznleqslv-iterationreport.Rd |  112 ++++++++++++++++++++++++++-------------
 src/nwbrdn.f                     |    9 ++-
 src/nwddlg.f                     |    2 
 src/nwmhlm.f                     |    2 
 src/nwnjac.f                     |    2 
 src/nwnleq.f                     |    3 +
 src/nwnwtn.f                     |    9 ++-
 src/nwout.c                      |   46 +++++++++-------
 src/nwpdlg.f                     |    2 
 src/nwtrup.f                     |    6 ++
 src/nwutil.f                     |    4 +
 19 files changed, 185 insertions(+), 98 deletions(-)

More information about nleqslv at CRAN
Permanent link

Package MixGHD updated to version 1.4 with previous version 1.3 dated 2014-12-22

Title: Model Based Clustering, Classification and Discriminant Analysis Using the Mixture of Generalized Hyperbolic Distributions
Description: Carries out model-based clustering, classification and discriminant analysis using five different models. The models are all based on the generalized hyperbolic distribution.The first model MGHD is the classical mixture of generalized hyperbolic distributions. The MGHFA is the mixture of generalized hyperbolic factor analyzers for high dimensional data sets. The MSGHD, mixture of multiple scaled generalized hyperbolic distributions. The cMSGHD is a MSGHD with convex contour plots. The MCGHD, mixture of coalesced generalized hyperbolic distributions is a new more flexible model.
Author: Cristina Tortora, Ryan P. Browne, Brian C. Franczak and Paul D. McNicholas.
Maintainer: Cristina Tortora

Diff between MixGHD versions 1.3 dated 2014-12-22 and 1.4 dated 2015-03-04

 DESCRIPTION           |    8 -
 MD5                   |   34 ++---
 R/DA.R                |   30 ++--
 R/GHD.R               |  304 +++++++++++++++++++++++++++++++++++++++++---------
 R/MCGHD.R             |    6 
 R/MGHD.R              |   14 +-
 R/MGHFA.R             |   12 -
 R/MSGHD.R             |   11 +
 R/Selection.R         |   22 +--
 R/cMSGHD.R            |   11 +
 man/DA.Rd             |    6 
 man/MCGHD.Rd          |    8 -
 man/MGHD.Rd           |   11 +
 man/MGHFA.Rd          |   22 ---
 man/MSGHD.Rd          |    6 
 man/MixGHD-package.Rd |    4 
 man/Selection.Rd      |    7 -
 man/cMSGHD.Rd         |    6 
 18 files changed, 370 insertions(+), 152 deletions(-)

More information about MixGHD at CRAN
Permanent link

Package monreg updated to version 0.1.3 with previous version 0.1.2 dated 2013-02-15

Title: Nonparametric Monotone Regression
Description: Estimates monotone regression and variance functions in a nonparametric model.
Author: This version Kay Pilz and Steffanie Titoff. Earlier developements by Holger Dette and Kay Pilz.
Maintainer: Scott Kostyshak

Diff between monreg versions 0.1.2 dated 2013-02-15 and 0.1.3 dated 2015-03-04

 DESCRIPTION        |   15 ++++++---------
 MD5                |    8 ++++----
 man/monreg.rd      |    8 +++++++-
 man/monvardiff.rd  |    5 +++--
 man/monvarresid.rd |    5 +++--
 5 files changed, 23 insertions(+), 18 deletions(-)

More information about monreg at CRAN
Permanent link

Package krm updated to version 2015.3-4 with previous version 2014.12-1 dated 2014-12-02

Title: Kernel Based Regression Models
Description: Implements several methods for testing the variance component parameter in regression models that contain kernel-based random effects, including a maximum of adjusted scores test. Several kernels are supported, including a profile hidden Markov model mutual information kernel for protein sequence.
Author: Youyi Fong , Saheli Datta, Krisztian Sebestyen
Maintainer: Youyi Fong

Diff between krm versions 2014.12-1 dated 2014-12-02 and 2015.3-4 dated 2015-03-04

 DESCRIPTION     |   10 +++++-----
 MD5             |    8 ++++----
 R/krm.most.R    |   10 +++++-----
 R/sim.liu.R     |    4 ++--
 man/krm.most.Rd |   10 ++++++++++
 5 files changed, 26 insertions(+), 16 deletions(-)

More information about krm at CRAN
Permanent link

Package capm updated to version 0.7.0 with previous version 0.6.0 dated 2015-03-02

Title: Companion Animal Population Management
Description: Quantitative analysis to support companion animal population management.
Author: Oswaldo Santos Baquero [aut, cre], Marcos Amaku [ctb], Fernando Ferreira [ctb]
Maintainer: Oswaldo Santos Baquero

Diff between capm versions 0.6.0 dated 2015-03-02 and 0.7.0 dated 2015-03-04

 DESCRIPTION                |   14 ++---
 MD5                        |   40 ++++++++--------
 NEWS                       |    4 +
 R/CalculateGlobalSens.R    |    2 
 R/CalculateLocalSens.R     |    2 
 R/PlotGlobalSens.R         |    2 
 R/PlotLocalSens.R          |    6 +-
 R/PlotModels.R             |   32 ++++++-------
 R/SetRanges.R              |    2 
 R/SolveIASA.R              |  110 ++++++++++++++++++++++-----------------------
 R/SolveTC.R                |   52 ++++++++++-----------
 R/capm-package.R           |    8 +--
 man/CalculateGlobalSens.Rd |    2 
 man/CalculateLocalSens.Rd  |    2 
 man/PlotGlobalSens.Rd      |    2 
 man/PlotLocalSens.Rd       |    6 +-
 man/PlotModels.Rd          |   10 ++--
 man/SetRanges.Rd           |    2 
 man/SolveIASA.Rd           |   22 ++++-----
 man/SolveTC.Rd             |   16 +++---
 man/capm-package.Rd        |    8 +--
 21 files changed, 174 insertions(+), 170 deletions(-)

More information about capm at CRAN
Permanent link

New package TR8 with initial version 0.9.12
Package: TR8
Type: Package
Title: A Tool for Downloading Functional Traits Data for Plant Species
Version: 0.9.12
Date: 2014-02-27
Author: Gionata Bocci
Maintainer: Gionata Bocci
Description: Plant ecologists often need to collect "traits" data about plant species which are often scattered among various databases: TR8 contains a set of tools which take care of automatically retrieving some of those functional traits data for plant species from publicly available databases (Biolflor, The Ecological Flora of the British Isles, LEDA traitbase, Ellenberg values for Italian Flora, Mycorrhizal intensity databases). The TR8 name, inspired by "car plates" jokes, was chosen since it both reminds of the main object of the package and is extremely short to type.
License: GPL (>= 2)
LazyData: true
Encoding: UTF-8
URL: https://github.com/GioBo/TR8
BugReports: https://github.com/GioBo/TR8/issues
Depends: R (>= 2.10), methods
Imports: RCurl, XML, taxize, plyr, rappdirs, gWidgets, gWidgetstcltk
NeedsCompilation: no
Packaged: 2015-03-04 16:22:37 UTC; gionata
Repository: CRAN
Date/Publication: 2015-03-04 18:34:07

More information about TR8 at CRAN
Permanent link

Package networkD3 updated to version 0.1.2.1 with previous version 0.1.1 dated 2014-12-16

Title: Tools for Creating D3 JavaScript Network Graphs from R
Description: Creates D3 JavaScript network, tree, dendrogram, and Sankey graphs from R.
Author: Christopher Gandrud [aut, cre], J.J. Allaire [aut], B.W. Lewis [ctb], Kevin Kuo [ctb]
Maintainer: Christopher Gandrud

Diff between networkD3 versions 0.1.1 dated 2014-12-16 and 0.1.2.1 dated 2015-03-04

 DESCRIPTION                         |   22 ++++++++++++++++------
 MD5                                 |   22 +++++++++++-----------
 NEWS                                |    9 +++++++++
 R/forceNetwork.R                    |    4 ++--
 R/sankeyNetwork.R                   |    4 ++--
 R/treeNetwork.R                     |   10 ++++------
 README.md                           |    2 +-
 inst/htmlwidgets/forceNetwork.yaml  |    2 +-
 inst/htmlwidgets/sankeyNetwork.yaml |    2 +-
 inst/htmlwidgets/simpleNetwork.yaml |    2 +-
 inst/htmlwidgets/treeNetwork.yaml   |    2 +-
 man/treeNetwork.Rd                  |   10 ++++------
 12 files changed, 53 insertions(+), 38 deletions(-)

More information about networkD3 at CRAN
Permanent link

Package abf2 updated to version 0.7-1 with previous version 0.7-0 dated 2013-07-19

Title: Load Gap-Free Axon ABF2 Files
Description: Loads ABF2 files containing gap-free data from electrophysiological recordings, as created by Axon Instruments/Molecular Devices software such as pClamp 10.
Author: Matthew Caldwell
Maintainer: Matthew Caldwell

Diff between abf2 versions 0.7-0 dated 2013-07-19 and 0.7-1 dated 2015-03-04

 DESCRIPTION         |   12 +++---
 MD5                 |    6 +--
 R/abf.R             |  104 ++++++++++++++++++++++++++--------------------------
 man/abf2-package.Rd |    2 -
 4 files changed, 62 insertions(+), 62 deletions(-)

More information about abf2 at CRAN
Permanent link

Package rNOMADS updated to version 2.1.3 with previous version 2.1.2 dated 2015-01-16

Title: An Interface to the NOAA Operational Model Archive and Distribution System
Description: An interface to the National Oceanic and Atmospheric Administration's Operational Model Archive and Distribution System (NOMADS) that allows R users to quickly and efficiently download global and regional weather model data for processing. rNOMADS currently supports a variety of models ranging from global weather data to an altitude of 40 km, to high resolution regional weather models, to wave and sea ice models. It can also retrieve archived NOMADS models. rNOMADS can retrieve binary data in grib format as well as import ascii data directly into R by interfacing with the GrADS-DODS system.
Author: Daniel C. Bowman [aut, cre]
Maintainer: Daniel C. Bowman

Diff between rNOMADS versions 2.1.2 dated 2015-01-16 and 2.1.3 dated 2015-03-04

 DESCRIPTION |    8 ++++----
 MD5         |    5 +++--
 R/GetDODS.R |    2 +-
 inst        |only
 4 files changed, 8 insertions(+), 7 deletions(-)

More information about rNOMADS at CRAN
Permanent link

Package rclinicaltrials updated to version 1.4.1 with previous version 1.4 dated 2014-11-26

Title: Download Aggregate Trial Information and Results from ClinicalTrials.gov
Description: ClinicalTrials.gov is a registry and results database of publicly and privately supported clinical studies of human participants conducted around the world. Users can search for information about and results from those trials. This provides a set of functions to interact with the search and download features. Results are downloaded to temporary directories and returned as R objects.
Author: Michael C Sachs
Maintainer: Michael C Sachs

Diff between rclinicaltrials versions 1.4 dated 2014-11-26 and 1.4.1 dated 2015-03-04

 DESCRIPTION                    |    8 ++++----
 MD5                            |   24 ++++++++++++------------
 NAMESPACE                      |    2 +-
 NEWS                           |    6 ++++++
 R/clinicaltrials_download.R    |   29 +++++++++++++++++++----------
 build/vignette.rds             |binary
 man/advanced_search_terms.Rd   |    3 ++-
 man/clinicaltrials_count.Rd    |    3 ++-
 man/clinicaltrials_download.Rd |    3 ++-
 man/clinicaltrials_search.Rd   |    3 ++-
 man/gather_results.Rd          |    3 ++-
 man/parse_study_xml.Rd         |    3 ++-
 tests/testthat/test-download.R |    2 +-
 13 files changed, 55 insertions(+), 34 deletions(-)

More information about rclinicaltrials at CRAN
Permanent link

New package ncappc with initial version 0.1
Package: ncappc
Title: NCA Calculation and Population PK Model Diagnosis
Version: 0.1
Authors@R: c(person("Chayan", "Acharya", role = c("aut", "cre"), email = "chayan.acharya@farmbio.uu.se"), person("Andrew C.", "Hooker", role = "aut"), person("Siv", "Jonsson", role = "aut"), person("Mats O.", "Karlsson", role = "aut"))
Description: A flexible tool is presented here that can perform (i) traditional non-compartmental analysis (NCA) and (ii) simulation-based posterior predictive checks for a population pharmacokinetic (PK) model using NCA metrics.
Depends: R (>= 3.0.2)
Imports: ggplot2, grid, gridExtra, scales, gtable, PerformanceAnalytics, lattice, knitr, xtable, reshape2
Suggests: testthat
License: GPL-3
LazyData: true
VignetteBuilder: knitr
Packaged: 2015-03-04 12:02:05 UTC; chaac446
Author: Chayan Acharya [aut, cre], Andrew C. Hooker [aut], Siv Jonsson [aut], Mats O. Karlsson [aut]
Maintainer: Chayan Acharya
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-04 16:14:48

More information about ncappc at CRAN
Permanent link

New package gvcm.cat with initial version 1.8
Package: gvcm.cat
Type: Package
Title: Regularized Categorical Effects/Categorical Effect Modifiers/Continuous/Smooth Effects in GLMs
Version: 1.8
Date: 2015-03-03
Author: Margret Oelker
Maintainer: Margret Oelker
Description: Generalized structured regression models with regularized categorical effects, categorical effect modifiers, continuous effects and smooth effects.
Depends: R (>= 2.10.0), Matrix, MASS, splines
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2015-03-04 13:36:48 UTC; oelker
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-04 16:05:24

More information about gvcm.cat at CRAN
Permanent link

New package geocodeHERE with initial version 0.1.2
Package: geocodeHERE
Title: Wrapper for Nokia's HERE Geocoding API
Version: 0.1.2
Author: Cory Nissen [aut, cre]
Maintainer: Cory Nissen
Description: Wrapper for Nokia's HERE geocoding API. See http://here.com/ for more information on HERE and https://developer.here.com/geocoder for more information on the HERE geocoding API.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
LazyData: true
Imports: httr
URL: https://github.com/corynissen/geocodeHERE
Packaged: 2015-03-04 13:36:11 UTC; c
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-04 16:05:22

More information about geocodeHERE at CRAN
Permanent link

Package FunChisq updated to version 2.0.2 with previous version 2.0.1 dated 2015-02-24

Title: Chi-Square Tests for Non-Parametric Functional Dependencies
Description: Statistical hypothesis testing methods for non-parametric functional dependencies based on chi-square statistics. These tests were designed to reveal causality based on evidence from non-parametric functional dependencies. They include an asymptotic non-constant functional chi-square test, an exact functional test, and a comparative functional chi-square test. The normalized functional chi-square test was used by the Best Performer NMSUSongLab in DREAM8 Breast Cancer Network Inference Challenges. These tests offer an advantage over regression analysis when a parametric functional form cannot be assumed.
Author: Yang Zhang, Hua Zhong, and Joe Song
Maintainer: Joe Song

Diff between FunChisq versions 2.0.1 dated 2015-02-24 and 2.0.2 dated 2015-03-04

 DESCRIPTION                    |    8 +-
 MD5                            |   14 ++--
 NEWS                           |   61 +++++++++++----------
 inst/CITATION                  |   62 ++++++++++-----------
 man/FunChisq-package.Rd        |   11 +--
 man/cp.fun.chisq.test.Rd       |   14 ++--
 man/fun.chisq.test.Rd          |   27 +++++----
 tests/testthat/test_FunChisq.R |  117 ++++++++++++++++++++---------------------
 8 files changed, 161 insertions(+), 153 deletions(-)

More information about FunChisq at CRAN
Permanent link

Package fscaret updated to version 0.9.3 with previous version 0.9 dated 2015-01-11

Title: Automated Feature Selection from 'caret'
Description: Automated feature selection using variety of models provided by 'caret' package. This work was funded by Poland-Singapore bilateral cooperation project no 2/3/POL-SIN/2012.
Author: Jakub Szlek [aut, cre], Aleksander Mendyk [ctb]
Maintainer: Jakub Szlek

Diff between fscaret versions 0.9 dated 2015-01-11 and 0.9.3 dated 2015-03-04

 DESCRIPTION              |   26 +++++++------
 MD5                      |   32 ++++++++--------
 R/classVarImp.R          |   33 +++++++++++++++--
 R/fscaret.R              |    3 +
 R/regVarImp.R            |   37 ++++++++++++++++---
 R/timeout.R              |   39 ++++++++++++++------
 data/funcClassPred.RData |binary
 data/funcRegPred.RData   |binary
 inst/NEWS.Rd             |   10 +++++
 inst/doc/fscaret.R       |    4 +-
 inst/doc/fscaret.Rnw     |    6 ++-
 inst/doc/fscaret.pdf     |binary
 man/fscaret-package.Rd   |   13 +++---
 man/fscaret.Rd           |    4 +-
 man/regVarImp.Rd         |   89 -----------------------------------------------
 man/timeout.Rd           |   50 ++++++++++++++++----------
 vignettes/fscaret.Rnw    |    6 ++-
 17 files changed, 184 insertions(+), 168 deletions(-)

More information about fscaret at CRAN
Permanent link

Package OceanView updated to version 1.0.3 with previous version 1.0.2 dated 2014-12-29

Title: Visualisation of Oceanographic Data and Model Output
Description: Functions for transforming and viewing 2-D and 3-D (oceanographic) data and model output.
Author: Karline Soetaert
Maintainer: Karline Soetaert

Diff between OceanView versions 1.0.2 dated 2014-12-29 and 1.0.3 dated 2015-03-04

 OceanView |only
 1 file changed

More information about OceanView at CRAN
Permanent link

Package Gmisc updated to version 1.1 with previous version 1.0 dated 2015-01-04

Title: Descriptive Statistics, Transition Plots, and More
Description: Tools for making the descriptive "Table 1" used in medical articles, a transition plot for showing changes between categories, a method for variable selection based on the SVD, Bézier lines with arrows complementing the ones in the 'grid' package, and more.
Author: Max Gordon
Maintainer: Max Gordon

Diff between Gmisc versions 1.0 dated 2015-01-04 and 1.1 dated 2015-03-04

 Gmisc-1.0/Gmisc/inst/doc/descriptives.R                         |only
 Gmisc-1.0/Gmisc/inst/doc/descriptives.Rmd                       |only
 Gmisc-1.0/Gmisc/inst/doc/descriptives.html                      |only
 Gmisc-1.0/Gmisc/inst/examples/htmlTable_example.R               |only
 Gmisc-1.0/Gmisc/inst/examples/transitionPlot_example.R          |only
 Gmisc-1.0/Gmisc/man/getLines.Rd                                 |only
 Gmisc-1.0/Gmisc/man/getLinesWithArrow.Rd                        |only
 Gmisc-1.0/Gmisc/man/rotateWidthAccAngle.Rd                      |only
 Gmisc-1.0/Gmisc/man/rotateWidthAccVector.Rd                     |only
 Gmisc-1.0/Gmisc/vignettes/descriptives.Rmd                      |only
 Gmisc-1.1/Gmisc/DESCRIPTION                                     |   16 
 Gmisc-1.1/Gmisc/MD5                                             |  111 +
 Gmisc-1.1/Gmisc/NAMESPACE                                       |   17 
 Gmisc-1.1/Gmisc/NEWS                                            |   14 
 Gmisc-1.1/Gmisc/R/RcppExports.R                                 |only
 Gmisc-1.1/Gmisc/R/bezierArrowGradient.R                         |  516 +++----
 Gmisc-1.1/Gmisc/R/bezierArrowSmpl.R                             |  264 +--
 Gmisc-1.1/Gmisc/R/bezier_private_functions.R                    |  691 +++-------
 Gmisc-1.1/Gmisc/R/descriptionStats.R                            |    8 
 Gmisc-1.1/Gmisc/R/getDescriptionStatsBy.R                       |  108 +
 Gmisc-1.1/Gmisc/R/getPval.R                                     |only
 Gmisc-1.1/Gmisc/R/mergeDesc.R                                   |   84 +
 Gmisc-1.1/Gmisc/R/private_functions.R                           |   42 
 Gmisc-1.1/Gmisc/R/transitionClass.R                             |only
 Gmisc-1.1/Gmisc/R/transitionClass_helpers.R                     |only
 Gmisc-1.1/Gmisc/R/transitionPlot.R                              |   57 
 Gmisc-1.1/Gmisc/R/transitionPlot_helpers.R                      |   26 
 Gmisc-1.1/Gmisc/build/vignette.rds                              |binary
 Gmisc-1.1/Gmisc/inst/doc/Descriptives.R                         |only
 Gmisc-1.1/Gmisc/inst/doc/Descriptives.Rmd                       |only
 Gmisc-1.1/Gmisc/inst/doc/Descriptives.html                      |only
 Gmisc-1.1/Gmisc/inst/doc/Transition-class.R                     |only
 Gmisc-1.1/Gmisc/inst/doc/Transition-class.Rmd                   |only
 Gmisc-1.1/Gmisc/inst/doc/Transition-class.html                  |only
 Gmisc-1.1/Gmisc/inst/doc/transitionPlot.R                       |only
 Gmisc-1.1/Gmisc/inst/doc/transitionPlot.Rmd                     |only
 Gmisc-1.1/Gmisc/inst/doc/transitionPlot.html                    |only
 Gmisc-1.1/Gmisc/inst/examples/bezierArrowGradient_example.R     |   25 
 Gmisc-1.1/Gmisc/inst/examples/getDescriptionStatsBy_example.R   |   23 
 Gmisc-1.1/Gmisc/inst/include                                    |only
 Gmisc-1.1/Gmisc/man/Transition-class.Rd                         |only
 Gmisc-1.1/Gmisc/man/bezierArrowGradient.Rd                      |   42 
 Gmisc-1.1/Gmisc/man/bezierArrowSmpl.Rd                          |   15 
 Gmisc-1.1/Gmisc/man/calculateLinesAndArrow.Rd                   |only
 Gmisc-1.1/Gmisc/man/describeFactors.Rd                          |    8 
 Gmisc-1.1/Gmisc/man/describeMean.Rd                             |    8 
 Gmisc-1.1/Gmisc/man/describeMedian.Rd                           |    8 
 Gmisc-1.1/Gmisc/man/describeProp.Rd                             |    8 
 Gmisc-1.1/Gmisc/man/getAbsoluteWidth.Rd                         |only
 Gmisc-1.1/Gmisc/man/getBezierAdj4Arrw.Rd                        |only
 Gmisc-1.1/Gmisc/man/getDescriptionStatsBy.Rd                    |   51 
 Gmisc-1.1/Gmisc/man/getPval.Rd                                  |only
 Gmisc-1.1/Gmisc/man/gnrlBezierPoints.Rd                         |only
 Gmisc-1.1/Gmisc/man/htmlTable_latex.Rd                          |    6 
 Gmisc-1.1/Gmisc/man/mergeDesc.Rd                                |   29 
 Gmisc-1.1/Gmisc/man/prPasteVec.Rd                               |only
 Gmisc-1.1/Gmisc/man/prPushMarginViewport.Rd                     |    7 
 Gmisc-1.1/Gmisc/man/prTcPlotArrows.Rd                           |only
 Gmisc-1.1/Gmisc/man/prTcPlotBoxColumn.Rd                        |only
 Gmisc-1.1/Gmisc/man/prTcValidateAndPrepClr.Rd                   |only
 Gmisc-1.1/Gmisc/man/prTpGetColors.Rd                            |    4 
 Gmisc-1.1/Gmisc/man/transitionPlot.Rd                           |    7 
 Gmisc-1.1/Gmisc/src                                             |only
 Gmisc-1.1/Gmisc/tests/cpp_tests                                 |only
 Gmisc-1.1/Gmisc/tests/performance                               |only
 Gmisc-1.1/Gmisc/tests/testthat/test-bezier.R                    |only
 Gmisc-1.1/Gmisc/tests/testthat/test-getDescriptionStats.R       |   61 
 Gmisc-1.1/Gmisc/tests/testthat/test-transitionClass.R           |only
 Gmisc-1.1/Gmisc/tests/visual_tests/bezierArrowGradient_vtests.R |   85 -
 Gmisc-1.1/Gmisc/tests/visual_tests/bezierArrowRcpp_vtests.R     |only
 Gmisc-1.1/Gmisc/tests/visual_tests/bezierArrowSmpl_vtests.R     |  107 +
 Gmisc-1.1/Gmisc/tests/visual_tests/tansitionPlot_vtests.R       |    9 
 Gmisc-1.1/Gmisc/tests/visual_tests/test-bezier-adjustment.R     |only
 Gmisc-1.1/Gmisc/vignettes/Descriptives.Rmd                      |only
 Gmisc-1.1/Gmisc/vignettes/Transition-class.Rmd                  |only
 Gmisc-1.1/Gmisc/vignettes/transitionPlot.Rmd                    |only
 76 files changed, 1310 insertions(+), 1147 deletions(-)

More information about Gmisc at CRAN
Permanent link

Package stepR updated to version 1.0-1 with previous version 1.0 dated 2015-02-16

Title: Fitting Step-Functions
Description: Allows to fit step-functions to univariate serial data where neither the number of jumps nor their positions is known.
Author: Thomas Hotz [aut, cre], Hannes Sieling [aut]
Maintainer: Thomas Hotz

Diff between stepR versions 1.0 dated 2015-02-16 and 1.0-1 dated 2015-03-04

 ChangeLog           |only
 DESCRIPTION         |    6 +++---
 MD5                 |    7 ++++---
 src/StepBinom.cpp   |    4 ++--
 src/StepPoisson.cpp |    4 ++--
 5 files changed, 11 insertions(+), 10 deletions(-)

More information about stepR at CRAN
Permanent link

Package simctest updated to version 2.4.1 with previous version 2.4 dated 2013-12-13

Title: Safe Implementation of Monte Carlo Tests
Description: Algorithms for the implementation and evaluation of Monte Carlo tests, as well as for their use in multiple testing procedures.
Author: Axel Gandy with contributions from Patrick Rubin-Delanchy and Georg Hahn
Maintainer: Axel Gandy

Diff between simctest versions 2.4 dated 2013-12-13 and 2.4.1 dated 2015-03-04

 DESCRIPTION                          |    8 +--
 MD5                                  |   31 ++++++------
 NAMESPACE                            |    3 -
 R/mmctest.R                          |   85 ++++++++++++++++++++++++++++-----
 build/vignette.rds                   |binary
 inst/doc/simctest-intro.R            |   26 +++++-----
 inst/doc/simctest-intro.Rnw          |    6 --
 inst/doc/simctest-intro.pdf          |binary
 inst/doc/simctest-mmctest-intro.R    |   53 +++++++++++---------
 inst/doc/simctest-mmctest-intro.Rnw  |   89 ++++++++++++++++++++++++++++++-----
 inst/doc/simctest-mmctest-intro.pdf  |binary
 man/mmctest-methods.Rd               |    6 +-
 man/mmctestres-class.Rd              |    3 +
 man/rejProb-methods.Rd               |only
 vignettes/papers.bib                 |   66 ++++++++++++++-----------
 vignettes/simctest-intro.Rnw         |    6 --
 vignettes/simctest-mmctest-intro.Rnw |   89 ++++++++++++++++++++++++++++++-----
 17 files changed, 339 insertions(+), 132 deletions(-)

More information about simctest at CRAN
Permanent link

Package R2MLwiN updated to version 0.8-0 with previous version 0.2-1 dated 2014-04-22

Title: Running MLwiN from Within R
Description: An R command interface to the MLwiN multilevel modelling software package.
Author: Zhengzheng Zhang [aut, cre], Chris Charlton [aut], Richard Parker [aut], George Leckie [aut], William Browne [aut]
Maintainer: Zhengzheng Zhang

Diff between R2MLwiN versions 0.2-1 dated 2014-04-22 and 0.8-0 dated 2015-03-04

 R2MLwiN-0.2-1/R2MLwiN/R/MacroScript1.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/R/MacroScript2.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter01.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter02.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter03.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter04.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter05.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter06.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter07.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter08.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter09.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter10.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter11.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter12.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter13.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter14.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter15.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter16.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter17.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter18.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter19.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter20.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter21.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter22.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter23.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter24.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/demo/Chapter25.R                       |only
 R2MLwiN-0.2-1/R2MLwiN/man/MacroScript1.Rd                    |only
 R2MLwiN-0.2-1/R2MLwiN/man/MacroScript2.Rd                    |only
 R2MLwiN-0.2-1/R2MLwiN/man/R2MLwiN-package.Rd                 |only
 R2MLwiN-0.2-1/R2MLwiN/man/mlwinfitIGLS.Rd                    |only
 R2MLwiN-0.2-1/R2MLwiN/man/mlwinfitMCMC.Rd                    |only
 R2MLwiN-0.8-0/R2MLwiN/DESCRIPTION                            |   31 
 R2MLwiN-0.8-0/R2MLwiN/MD5                                    |  227 
 R2MLwiN-0.8-0/R2MLwiN/NAMESPACE                              |   78 
 R2MLwiN-0.8-0/R2MLwiN/NEWS                                   |  199 
 R2MLwiN-0.8-0/R2MLwiN/R/BD.R                                 |   35 
 R2MLwiN-0.8-0/R2MLwiN/R/Formula.translate.R                  | 2678 +++++---
 R2MLwiN-0.8-0/R2MLwiN/R/Formula.translate.compat.R           |only
 R2MLwiN-0.8-0/R2MLwiN/R/MCSE.R                               |   84 
 R2MLwiN-0.8-0/R2MLwiN/R/Untoggle.R                           |   64 
 R2MLwiN-0.8-0/R2MLwiN/R/caterpillar.R                        |   71 
 R2MLwiN-0.8-0/R2MLwiN/R/caterpillarR.R                       |  218 
 R2MLwiN-0.8-0/R2MLwiN/R/df2matrix.R                          |only
 R2MLwiN-0.8-0/R2MLwiN/R/double2singlePrecision.R             |   56 
 R2MLwiN-0.8-0/R2MLwiN/R/init.R                               |only
 R2MLwiN-0.8-0/R2MLwiN/R/matrix2df.R                          |only
 R2MLwiN-0.8-0/R2MLwiN/R/mlwin2bugs.R                         |  318 -
 R2MLwiN-0.8-0/R2MLwiN/R/mlwinfitIGLS.R                       | 1101 ++-
 R2MLwiN-0.8-0/R2MLwiN/R/mlwinfitMCMC.R                       | 1329 ++--
 R2MLwiN-0.8-0/R2MLwiN/R/pkgname.R                            |only
 R2MLwiN-0.8-0/R2MLwiN/R/predCurves.r                         |  153 
 R2MLwiN-0.8-0/R2MLwiN/R/predLines.r                          |  346 -
 R2MLwiN-0.8-0/R2MLwiN/R/prior2macro.R                        | 1218 ++-
 R2MLwiN-0.8-0/R2MLwiN/R/runMLwiN.R                           | 3441 +++++++++--
 R2MLwiN-0.8-0/R2MLwiN/R/sixway.R                             |  260 
 R2MLwiN-0.8-0/R2MLwiN/R/trajectories.R                       |  119 
 R2MLwiN-0.8-0/R2MLwiN/R/write.IGLS.R                         |only
 R2MLwiN-0.8-0/R2MLwiN/R/write.MCMC.R                         |only
 R2MLwiN-0.8-0/R2MLwiN/R/ws2foreign.R                         |  133 
 R2MLwiN-0.8-0/R2MLwiN/data/alevchem.rda                      |only
 R2MLwiN-0.8-0/R2MLwiN/data/bang.rda                          |only
 R2MLwiN-0.8-0/R2MLwiN/data/bang1.rda                         |binary
 R2MLwiN-0.8-0/R2MLwiN/data/bes83.rda                         |only
 R2MLwiN-0.8-0/R2MLwiN/data/diag1.rda                         |only
 R2MLwiN-0.8-0/R2MLwiN/data/gcsecomp1.rda                     |only
 R2MLwiN-0.8-0/R2MLwiN/data/gcsemv1.rda                       |only
 R2MLwiN-0.8-0/R2MLwiN/data/height.rda                        |only
 R2MLwiN-0.8-0/R2MLwiN/data/hungary1.rda                      |only
 R2MLwiN-0.8-0/R2MLwiN/data/jspmix1.rda                       |binary
 R2MLwiN-0.8-0/R2MLwiN/data/lips1.rda                         |only
 R2MLwiN-0.8-0/R2MLwiN/data/mmmec.rda                         |only
 R2MLwiN-0.8-0/R2MLwiN/data/rats.rda                          |only
 R2MLwiN-0.8-0/R2MLwiN/data/reading1.rda                      |only
 R2MLwiN-0.8-0/R2MLwiN/data/tutorial.rda                      |binary
 R2MLwiN-0.8-0/R2MLwiN/data/wage1.rda                         |binary
 R2MLwiN-0.8-0/R2MLwiN/data/xc.rda                            |binary
 R2MLwiN-0.8-0/R2MLwiN/data/xc1.rda                           |only
 R2MLwiN-0.8-0/R2MLwiN/demo/00Index                           |   65 
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide01.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide02.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide03.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide04.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide05.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide06.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide07.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide08.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide09.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide10.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide11.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide12.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide13.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide14.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide15.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide16.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide17.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide18.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide19.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide20.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide21.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide22.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide23.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide24.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/MCMCGuide25.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide02.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide03.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide04.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide05.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide06.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide07.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide09.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide10.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide11.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide12.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide13.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide14.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide15.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide16.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/demo/UserGuide18.R                     |only
 R2MLwiN-0.8-0/R2MLwiN/inst                                   |only
 R2MLwiN-0.8-0/R2MLwiN/man/BD.Rd                              |only
 R2MLwiN-0.8-0/R2MLwiN/man/Formula.translate.Rd               |  129 
 R2MLwiN-0.8-0/R2MLwiN/man/Formula.translate.compat.Rd        |only
 R2MLwiN-0.8-0/R2MLwiN/man/MCSE.Rd                            |only
 R2MLwiN-0.8-0/R2MLwiN/man/R2MLwiN.Rd                         |only
 R2MLwiN-0.8-0/R2MLwiN/man/Untoggle.Rd                        |   58 
 R2MLwiN-0.8-0/R2MLwiN/man/alevchem.Rd                        |only
 R2MLwiN-0.8-0/R2MLwiN/man/bang.Rd                            |only
 R2MLwiN-0.8-0/R2MLwiN/man/bang1.Rd                           |   33 
 R2MLwiN-0.8-0/R2MLwiN/man/bes83.Rd                           |only
 R2MLwiN-0.8-0/R2MLwiN/man/caterpillar.Rd                     |  128 
 R2MLwiN-0.8-0/R2MLwiN/man/caterpillarR.Rd                    |   78 
 R2MLwiN-0.8-0/R2MLwiN/man/coef-mlwinfitIGLS-method.Rd        |only
 R2MLwiN-0.8-0/R2MLwiN/man/coef-mlwinfitMCMC-method.Rd        |only
 R2MLwiN-0.8-0/R2MLwiN/man/deviance-mlwinfitIGLS-method.Rd    |only
 R2MLwiN-0.8-0/R2MLwiN/man/df.residual-mlwinfitIGLS-method.Rd |only
 R2MLwiN-0.8-0/R2MLwiN/man/df2matrix.Rd                       |only
 R2MLwiN-0.8-0/R2MLwiN/man/diag1.Rd                           |only
 R2MLwiN-0.8-0/R2MLwiN/man/double2singlePrecision.Rd          |   28 
 R2MLwiN-0.8-0/R2MLwiN/man/extract-methods-igls.Rd            |only
 R2MLwiN-0.8-0/R2MLwiN/man/extract-methods-mcmc.Rd            |only
 R2MLwiN-0.8-0/R2MLwiN/man/fitted-mlwinfitIGLS-method.Rd      |only
 R2MLwiN-0.8-0/R2MLwiN/man/fitted-mlwinfitMCMC-method.Rd      |only
 R2MLwiN-0.8-0/R2MLwiN/man/formula-mlwinfitIGLS-method.Rd     |only
 R2MLwiN-0.8-0/R2MLwiN/man/formula-mlwinfitMCMC-method.Rd     |only
 R2MLwiN-0.8-0/R2MLwiN/man/gcsecomp1.Rd                       |only
 R2MLwiN-0.8-0/R2MLwiN/man/gcsemv1.Rd                         |only
 R2MLwiN-0.8-0/R2MLwiN/man/height.Rd                          |only
 R2MLwiN-0.8-0/R2MLwiN/man/hungary1.Rd                        |only
 R2MLwiN-0.8-0/R2MLwiN/man/jspmix1.Rd                         |   32 
 R2MLwiN-0.8-0/R2MLwiN/man/lips1.Rd                           |only
 R2MLwiN-0.8-0/R2MLwiN/man/logLik-mlwinfitIGLS-method.Rd      |only
 R2MLwiN-0.8-0/R2MLwiN/man/matrix2df.Rd                       |only
 R2MLwiN-0.8-0/R2MLwiN/man/mlwin2bugs.Rd                      |  170 
 R2MLwiN-0.8-0/R2MLwiN/man/mlwinfitIGLS-class.Rd              |only
 R2MLwiN-0.8-0/R2MLwiN/man/mlwinfitMCMC-class.Rd              |only
 R2MLwiN-0.8-0/R2MLwiN/man/mmmec.Rd                           |only
 R2MLwiN-0.8-0/R2MLwiN/man/nobs-mlwinfitIGLS-method.Rd        |only
 R2MLwiN-0.8-0/R2MLwiN/man/nobs-mlwinfitMCMC-method.Rd        |only
 R2MLwiN-0.8-0/R2MLwiN/man/predCurves.Rd                      |  112 
 R2MLwiN-0.8-0/R2MLwiN/man/predLines.Rd                       |  124 
 R2MLwiN-0.8-0/R2MLwiN/man/predict-mlwinfitIGLS-method.Rd     |only
 R2MLwiN-0.8-0/R2MLwiN/man/predict-mlwinfitMCMC-method.Rd     |only
 R2MLwiN-0.8-0/R2MLwiN/man/prior2macro.Rd                     |   88 
 R2MLwiN-0.8-0/R2MLwiN/man/rats.Rd                            |only
 R2MLwiN-0.8-0/R2MLwiN/man/reading1.Rd                        |only
 R2MLwiN-0.8-0/R2MLwiN/man/residuals-mlwinfitIGLS-method.Rd   |only
 R2MLwiN-0.8-0/R2MLwiN/man/residuals-mlwinfitMCMC-method.Rd   |only
 R2MLwiN-0.8-0/R2MLwiN/man/runMLwiN.Rd                        |  701 +-
 R2MLwiN-0.8-0/R2MLwiN/man/sixway.Rd                          |  126 
 R2MLwiN-0.8-0/R2MLwiN/man/summary-methods-igls.Rd            |only
 R2MLwiN-0.8-0/R2MLwiN/man/summary-methods-mcmc.Rd            |only
 R2MLwiN-0.8-0/R2MLwiN/man/trajectories.Rd                    |   71 
 R2MLwiN-0.8-0/R2MLwiN/man/tutorial.Rd                        |   59 
 R2MLwiN-0.8-0/R2MLwiN/man/update-mlwinfitIGLS-method.Rd      |only
 R2MLwiN-0.8-0/R2MLwiN/man/update-mlwinfitMCMC-method.Rd      |only
 R2MLwiN-0.8-0/R2MLwiN/man/vcov-mlwinfitIGLS-method.Rd        |only
 R2MLwiN-0.8-0/R2MLwiN/man/vcov-mlwinfitMCMC-method.Rd        |only
 R2MLwiN-0.8-0/R2MLwiN/man/wage1.Rd                           |   35 
 R2MLwiN-0.8-0/R2MLwiN/man/write.IGLS.Rd                      |only
 R2MLwiN-0.8-0/R2MLwiN/man/write.MCMC.Rd                      |only
 R2MLwiN-0.8-0/R2MLwiN/man/ws2foreign.Rd                      |   79 
 R2MLwiN-0.8-0/R2MLwiN/man/xc.Rd                              |   45 
 R2MLwiN-0.8-0/R2MLwiN/man/xc1.Rd                             |only
 184 files changed, 10103 insertions(+), 4217 deletions(-)

More information about R2MLwiN at CRAN
Permanent link

Package Newdistns updated to version 2.0 with previous version 1.0 dated 2013-08-19

Title: Computes Pdf, Cdf, Quantile and Random Numbers, Measures of Inference for 19 General Families of Distributions
Description: Computes the probability density function, cumulative distribution function, quantile function, random numbers and measures of inference for the following general families of distributions (each family defined in terms of an arbitrary cdf G): Marshall Olkin G distributions, exponentiated G distributions, beta G distributions, gamma G distributions, Kumaraswamy G distributions, generalized beta G distributions, beta extended G distributions, gamma G distributions, gamma uniform G distributions, beta exponential G distributions, Weibull G distributions, log gamma G I distributions, log gamma G II distributions, exponentiated generalized G distributions, exponentiated Kumaraswamy G distributions, geometric exponential Poisson G distributions, truncated-exponential skew-symmetric G distributions, modified beta G distributions, and exponentiated exponential Poisson G distributions.
Author: Saralees Nadarajah, Ricardo Rocha
Maintainer: Saralees Nadarajah

Diff between Newdistns versions 1.0 dated 2013-08-19 and 2.0 dated 2015-03-04

 DESCRIPTION              |   18 
 MD5                      |   46 
 NAMESPACE                |    1 
 R/newdistns.R            | 2381 ++++++++++++++++++++++++++++++++++++++++++++---
 man/Newdistns-package.Rd |   13 
 man/beg.Rd               |   23 
 man/betaexpg.Rd          |   24 
 man/betag.Rd             |   22 
 man/eepg.Rd              |   22 
 man/eg.Rd                |   22 
 man/expg.Rd              |   23 
 man/expkumg.Rd           |   22 
 man/gammag.Rd            |   22 
 man/gammag1.Rd           |   22 
 man/gammag2.Rd           |   22 
 man/gbg.Rd               |   22 
 man/gepg.Rd              |   22 
 man/kumg.Rd              |   22 
 man/loggammag1.Rd        |   22 
 man/loggammag2.Rd        |   22 
 man/mbetag.Rd            |   22 
 man/mog.Rd               |   24 
 man/tessg.Rd             |   22 
 man/weibullg.Rd          |   22 
 24 files changed, 2554 insertions(+), 329 deletions(-)

More information about Newdistns at CRAN
Permanent link

Package dygraphs updated to version 0.4.2 with previous version 0.4.1 dated 2015-01-26

Title: Interface to Dygraphs Interactive Time Series Charting Library
Description: An R interface to the dygraphs JavaScript charting library (a copy of which is included in the package). Provides rich facilities for charting time-series data in R, including highly configurable series- and axis-display and interactive features like zoom/pan and series/point highlighting.
Author: Dan Vanderkam [aut, cph] (dygraphs library in htmlwidgets/lib, http://dygraphs.com/), JJ Allaire [aut, cre] (R interface), RStudio [cph]
Maintainer: JJ Allaire

Diff between dygraphs versions 0.4.1 dated 2015-01-26 and 0.4.2 dated 2015-03-04

 DESCRIPTION |    8 ++++----
 MD5         |    8 ++++----
 NEWS        |    6 ++++++
 R/options.R |    3 ++-
 R/series.R  |    7 ++-----
 5 files changed, 18 insertions(+), 14 deletions(-)

More information about dygraphs at CRAN
Permanent link

Package Rcolombos updated to version 1.5.2 with previous version 1.5.0 dated 2014-03-26

Title: Interface to Colombos Compendia using the Exposed REST API
Description: Provides programmatic access to Colombos, a web based interface for exploring and analyzing comprehensive organism-specific cross-platform expression compendia of bacterial organisms.
Author: Paolo Sonego
Maintainer: Paolo Sonego

Diff between Rcolombos versions 1.5.0 dated 2014-03-26 and 1.5.2 dated 2015-03-04

 DESCRIPTION                         |   10 ++---
 MD5                                 |   30 +++++++--------
 R/Rcolombos.R                       |    8 ++--
 R/utilities.R                       |   12 +++---
 man/advanced_search.Rd              |   68 ++++++++++++++----------------------
 man/advanced_search_by_both.Rd      |   57 +++++++++++-------------------
 man/advanced_search_by_contrasts.Rd |   36 ++++++-------------
 man/advanced_search_by_genes.Rd     |   33 +++++++----------
 man/getCompendium.Rd                |   27 ++++++--------
 man/listAnnotationTypes.Rd          |   21 +++++------
 man/listContrasts.Rd                |   20 +++++-----
 man/listEntities.Rd                 |   24 +++++-------
 man/listGenes.Rd                    |   20 +++++-----
 man/listOrganisms.Rd                |   11 +++--
 man/parseCompendium.Rd              |   21 +++++------
 man/quick_search.Rd                 |   33 +++++++----------
 16 files changed, 189 insertions(+), 242 deletions(-)

More information about Rcolombos at CRAN
Permanent link

Package planor updated to version 0.2-3 with previous version 0.2-0 dated 2014-07-10

Title: Generation of Regular Factorial Designs
Description: Automatic generation of regular factorial designs, including fractional designs, orthogonal block designs, row-column designs and split-plots.
Author: Hervé Monod, Annie Bouvier, André Kobilinsky
Maintainer: Annie Bouvier

Diff between planor versions 0.2-0 dated 2014-07-10 and 0.2-3 dated 2015-03-04

 planor-0.2-0/planor/tests/testSummary.R           |only
 planor-0.2-0/planor/tests/testSummary.Rout.save   |only
 planor-0.2-0/planor/vignettes                     |only
 planor-0.2-3/planor/ChangeLog                     |   12 
 planor-0.2-3/planor/DESCRIPTION                   |   16 
 planor-0.2-3/planor/MD5                           |   60 -
 planor-0.2-3/planor/NAMESPACE                     |   13 
 planor-0.2-3/planor/R/designkey.R                 |    7 
 planor-0.2-3/planor/R/generic.R                   |    4 
 planor-0.2-3/planor/R/keymatrix.R                 |   11 
 planor-0.2-3/planor/R/keyring.R                   |    6 
 planor-0.2-3/planor/R/listofdesignkeys.R          |   10 
 planor-0.2-3/planor/R/listofkeyrings.R            |    9 
 planor-0.2-3/planor/R/planor.R                    | 1079 +++++++++++-----------
 planor-0.2-3/planor/inst/doc/index.html           |   12 
 planor-0.2-3/planor/inst/doc/planor-manual.pdf    |binary
 planor-0.2-3/planor/inst/doc/planorVignette.pdf   |binary
 planor-0.2-3/planor/man/planordesign-class.Rd     |    2 
 planor-0.2-3/planor/tests/HM2.R                   |only
 planor-0.2-3/planor/tests/HM2.Rout                |only
 planor-0.2-3/planor/tests/Kobi0.Rout.save         |    8 
 planor-0.2-3/planor/tests/Kobi1.Rout.save         |    8 
 planor-0.2-3/planor/tests/Kobi2.Rout.save         |    8 
 planor-0.2-3/planor/tests/Kobi3.Rout.save         |    8 
 planor-0.2-3/planor/tests/KobiRecursive.Rout.save |    8 
 planor-0.2-3/planor/tests/NewKobi1.Rout.save      |    8 
 planor-0.2-3/planor/tests/Touzeau2.Rout.save      |    8 
 planor-0.2-3/planor/tests/exsimple.Rout.save      |    8 
 planor-0.2-3/planor/tests/generate.Rout.save      |   16 
 planor-0.2-3/planor/tests/haies.Rout.save         |    8 
 planor-0.2-3/planor/tests/mixkey.Rout.save        |    8 
 planor-0.2-3/planor/tests/noineligible.Rout.save  |    8 
 32 files changed, 667 insertions(+), 678 deletions(-)

More information about planor at CRAN
Permanent link

Package nCal updated to version 2015.3-3 with previous version 14.11-8 dated 2014-11-08

Title: Nonlinear Calibration
Description: Performs nonlinear calibration and curve fitting for data from Luminex, RT-PCR, ELISA, RPPA etc. Its precursor is Ruminex.
Author: Youyi Fong , Krisztian Sebestyen , Xuesong Yu
Maintainer: Youyi Fong

Diff between nCal versions 14.11-8 dated 2014-11-08 and 2015.3-3 dated 2015-03-04

 nCal-14.11-8/nCal/inst/desktop.ini                             |only
 nCal-14.11-8/nCal/inst/doc/desktop.ini                         |only
 nCal-14.11-8/nCal/inst/jags_script/desktop.ini                 |only
 nCal-14.11-8/nCal/inst/misc/desktop.ini                        |only
 nCal-14.11-8/nCal/inst/otherTests/desktop.ini                  |only
 nCal-14.11-8/nCal/inst/unitTests/desktop.ini                   |only
 nCal-14.11-8/nCal/tests/desktop.ini                            |only
 nCal-2015.3-3/nCal/DESCRIPTION                                 |   11 +--
 nCal-2015.3-3/nCal/MD5                                         |   34 ++++------
 nCal-2015.3-3/nCal/NAMESPACE                                   |   14 ++++
 nCal-2015.3-3/nCal/R/bcrm.R                                    |    7 +-
 nCal-2015.3-3/nCal/R/ncalGUI.R                                 |    2 
 nCal-2015.3-3/nCal/build/vignette.rds                          |binary
 nCal-2015.3-3/nCal/inst/doc/nCal-vignette.R                    |   33 ++-------
 nCal-2015.3-3/nCal/inst/doc/nCal-vignette.Rnw                  |    4 -
 nCal-2015.3-3/nCal/inst/doc/nCal-vignette.pdf                  |binary
 nCal-2015.3-3/nCal/vignettes/figure/minimal-Example1bcrm-1.pdf |only
 nCal-2015.3-3/nCal/vignettes/figure/minimal-Example1bcrm.pdf   |binary
 nCal-2015.3-3/nCal/vignettes/figure/minimal-Example1drm-1.pdf  |only
 nCal-2015.3-3/nCal/vignettes/figure/minimal-Example1drm.pdf    |binary
 nCal-2015.3-3/nCal/vignettes/figure/minimal-Example2-1.pdf     |only
 nCal-2015.3-3/nCal/vignettes/figure/minimal-Example2.pdf       |binary
 nCal-2015.3-3/nCal/vignettes/nCal-vignette.Rnw                 |    4 -
 23 files changed, 53 insertions(+), 56 deletions(-)

More information about nCal at CRAN
Permanent link

Package kyotil updated to version 2015.2-27 with previous version 2014.10-5 dated 2014-10-01

Title: Utility Functions by Youyi, Krisz and Others
Description: A miscellaneous set of functions for printing, plotting, kernels, etc. Additional contributors are acknowledged on individual function help pages.
Author: Youyi Fong , Krisztian Sebestyen
Maintainer: Youyi Fong

Diff between kyotil versions 2014.10-5 dated 2014-10-01 and 2015.2-27 dated 2015-03-04

 kyotil-2014.10-5/kyotil/R/string.math.matrix.R                 |only
 kyotil-2015.2-27/kyotil/DESCRIPTION                            |   10 
 kyotil-2015.2-27/kyotil/MD5                                    |   35 -
 kyotil-2015.2-27/kyotil/NAMESPACE                              |   41 +
 kyotil-2015.2-27/kyotil/R/Deming.R                             |only
 kyotil-2015.2-27/kyotil/R/VEplot.R                             |only
 kyotil-2015.2-27/kyotil/R/base.R                               |   33 -
 kyotil-2015.2-27/kyotil/R/kernel.R                             |  312 +++++-----
 kyotil-2015.2-27/kyotil/R/plotting.R                           |    2 
 kyotil-2015.2-27/kyotil/R/print.R                              |  135 +++-
 kyotil-2015.2-27/kyotil/R/regression.model.functions.R         |   33 -
 kyotil-2015.2-27/kyotil/R/string.R                             |    3 
 kyotil-2015.2-27/kyotil/build/vignette.rds                     |binary
 kyotil-2015.2-27/kyotil/man/VEplot.Rd                          |only
 kyotil-2015.2-27/kyotil/man/base.Rd                            |    4 
 kyotil-2015.2-27/kyotil/man/plotting.Rd                        |   12 
 kyotil-2015.2-27/kyotil/man/print.Rd                           |   36 -
 kyotil-2015.2-27/kyotil/man/regression.model.functions.Rd      |    4 
 kyotil-2015.2-27/kyotil/src/Makevars.win                       |    1 
 kyotil-2015.2-27/kyotil/vignettes/figure/minimal-corplot-1.pdf |only
 kyotil-2015.2-27/kyotil/vignettes/figure/minimal-corplot.pdf   |binary
 21 files changed, 424 insertions(+), 237 deletions(-)

More information about kyotil at CRAN
Permanent link

Package ChainLadder updated to version 0.2.0 with previous version 0.1.9 dated 2014-12-20

Title: Statistical Methods and Models for Claims Reserving in General Insurance
Description: Various statistical methods and models which are typically used for the estimation of outstanding claims reserves in general insurance, including those to estimate the claims development result as required under Solvency II.
Author: Markus Gesmann [aut, cre], Daniel Murphy [aut], Wayne Zhang [aut], Alessandro Carrato [aut], Giuseppe Crupi [aut], Christophe Dutang [ctb], Arnaud Lacoume [ctb], Arthur Charpentier [ctb], Mario Wuthrich [aut]
Maintainer: Markus Gesmann

Diff between ChainLadder versions 0.1.9 dated 2014-12-20 and 0.2.0 dated 2015-03-04

 ChainLadder-0.1.9/ChainLadder/inst/CITATION                         |only
 ChainLadder-0.2.0/ChainLadder/DESCRIPTION                           |   46 
 ChainLadder-0.2.0/ChainLadder/MD5                                   |   61 
 ChainLadder-0.2.0/ChainLadder/NAMESPACE                             |   22 
 ChainLadder-0.2.0/ChainLadder/NEWS                                  |   49 
 ChainLadder-0.2.0/ChainLadder/R/BootstrapReserve.R                  |  818 +++++-----
 ChainLadder-0.2.0/ChainLadder/R/CDRMethods.R                        |only
 ChainLadder-0.2.0/ChainLadder/R/ChainLadder.R                       |    1 
 ChainLadder-0.2.0/ChainLadder/R/MWChainLadder.R                     |only
 ChainLadder-0.2.0/ChainLadder/R/MackChainLadderFunctions.R          |    1 
 ChainLadder-0.2.0/ChainLadder/R/Triangles.R                         |  219 +-
 ChainLadder-0.2.0/ChainLadder/R/tweedieReserve.R                    |only
 ChainLadder-0.2.0/ChainLadder/R/zzz.R                               |    5 
 ChainLadder-0.2.0/ChainLadder/README.md                             |   27 
 ChainLadder-0.2.0/ChainLadder/THANKS                                |   34 
 ChainLadder-0.2.0/ChainLadder/data/MW2008.RData                     |only
 ChainLadder-0.2.0/ChainLadder/data/MW2014.RData                     |only
 ChainLadder-0.2.0/ChainLadder/data/UKMotor.RData                    |only
 ChainLadder-0.2.0/ChainLadder/demo/ChainLadder.R                    |  153 -
 ChainLadder-0.2.0/ChainLadder/demo/MackChainLadder.R                |   18 
 ChainLadder-0.2.0/ChainLadder/inst/doc/ChainLadder.R                |  196 +-
 ChainLadder-0.2.0/ChainLadder/inst/doc/ChainLadder.Rnw              |  438 +++--
 ChainLadder-0.2.0/ChainLadder/inst/doc/ChainLadder.pdf              |binary
 ChainLadder-0.2.0/ChainLadder/inst/unitTests/runit.tweedieReserve.R |only
 ChainLadder-0.2.0/ChainLadder/man/BootChainLadder.Rd                |   10 
 ChainLadder-0.2.0/ChainLadder/man/CDR.Rd                            |only
 ChainLadder-0.2.0/ChainLadder/man/ChainLadder-package.Rd            |   71 
 ChainLadder-0.2.0/ChainLadder/man/MW2008.Rd                         |only
 ChainLadder-0.2.0/ChainLadder/man/MW2014.Rd                         |only
 ChainLadder-0.2.0/ChainLadder/man/MackChainLadder.Rd                |   27 
 ChainLadder-0.2.0/ChainLadder/man/Mse-methods.Rd                    |    3 
 ChainLadder-0.2.0/ChainLadder/man/MultiChainLadder.Rd               |  372 ++--
 ChainLadder-0.2.0/ChainLadder/man/UKMotor.Rd                        |only
 ChainLadder-0.2.0/ChainLadder/man/tweedieMethods.Rd                 |only
 ChainLadder-0.2.0/ChainLadder/man/tweedieReserve.Rd                 |only
 ChainLadder-0.2.0/ChainLadder/vignettes/ChainLadder-035.pdf         |only
 ChainLadder-0.2.0/ChainLadder/vignettes/ChainLadder-037.pdf         |only
 ChainLadder-0.2.0/ChainLadder/vignettes/ChainLadder.Rnw             |  438 +++--
 ChainLadder-0.2.0/ChainLadder/vignettes/ChainLadder.bib             |   76 
 ChainLadder-0.2.0/ChainLadder/vignettes/tweedieReserve.pdf          |only
 40 files changed, 1857 insertions(+), 1228 deletions(-)

More information about ChainLadder at CRAN
Permanent link

Package RISmed updated to version 2.1.5 with previous version 2.1.4 dated 2015-01-26

Title: Download Content from NCBI Databases
Description: A set of tools to extract bibliographic content from the National Center for Biotechnology Information (NCBI) databases, including PubMed. The name RISmed is a portmanteau of RIS (for Research Information Systems, a common tag format for bibliographic data) and PubMed.
Author: Stephanie Kovalchik
Maintainer: S. A. Kovalchik

Diff between RISmed versions 2.1.4 dated 2015-01-26 and 2.1.5 dated 2015-03-04

 RISmed-2.1.4/RISmed/man/Day-methods.Rd            |only
 RISmed-2.1.4/RISmed/man/Day.Rd                    |only
 RISmed-2.1.4/RISmed/man/Hour-methods.Rd           |only
 RISmed-2.1.4/RISmed/man/Hour.Rd                   |only
 RISmed-2.1.4/RISmed/man/Minute-methods.Rd         |only
 RISmed-2.1.4/RISmed/man/Minute.Rd                 |only
 RISmed-2.1.4/RISmed/man/Month-methods.Rd          |only
 RISmed-2.1.4/RISmed/man/Month.Rd                  |only
 RISmed-2.1.4/RISmed/man/Year-methods.Rd           |only
 RISmed-2.1.4/RISmed/man/Year.Rd                   |only
 RISmed-2.1.5/RISmed/DESCRIPTION                   |   12 -
 RISmed-2.1.5/RISmed/MD5                           |  101 +++++++---
 RISmed-2.1.5/RISmed/NAMESPACE                     |    5 
 RISmed-2.1.5/RISmed/NEWS                          |   10 -
 RISmed-2.1.5/RISmed/R/AllGenerics.R               |   36 +++
 RISmed-2.1.5/RISmed/R/Cited.R                     |only
 RISmed-2.1.5/RISmed/R/EUtils.R                    |   31 ++-
 RISmed-2.1.5/RISmed/R/EUtilsSummary.R             |   19 +
 RISmed-2.1.5/RISmed/R/Medline.R                   |  217 ++++++++++++++++++----
 RISmed-2.1.5/RISmed/data/myeloma.RData            |binary
 RISmed-2.1.5/RISmed/man/Cited-methods.Rd          |only
 RISmed-2.1.5/RISmed/man/Cited.Rd                  |only
 RISmed-2.1.5/RISmed/man/CollectiveName.Rd         |    5 
 RISmed-2.1.5/RISmed/man/DayAccepted-methods.Rd    |only
 RISmed-2.1.5/RISmed/man/DayAccepted.Rd            |only
 RISmed-2.1.5/RISmed/man/DayEpublish-methods.Rd    |only
 RISmed-2.1.5/RISmed/man/DayEpublish.Rd            |only
 RISmed-2.1.5/RISmed/man/DayPmc-methods.Rd         |only
 RISmed-2.1.5/RISmed/man/DayPmc.Rd                 |only
 RISmed-2.1.5/RISmed/man/DayPpublish-methods.Rd    |only
 RISmed-2.1.5/RISmed/man/DayPpublish.Rd            |only
 RISmed-2.1.5/RISmed/man/DayPubmed-methods.Rd      |only
 RISmed-2.1.5/RISmed/man/DayPubmed.Rd              |only
 RISmed-2.1.5/RISmed/man/DayReceived-methods.Rd    |only
 RISmed-2.1.5/RISmed/man/DayReceived.Rd            |only
 RISmed-2.1.5/RISmed/man/EUtilsGet.Rd              |    2 
 RISmed-2.1.5/RISmed/man/EUtilsSummary-class.Rd    |    3 
 RISmed-2.1.5/RISmed/man/EUtilsSummary.Rd          |    4 
 RISmed-2.1.5/RISmed/man/HourAccepted-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/HourAccepted.Rd           |only
 RISmed-2.1.5/RISmed/man/HourEpublish-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/HourEpublish.Rd           |only
 RISmed-2.1.5/RISmed/man/HourPmc-methods.Rd        |only
 RISmed-2.1.5/RISmed/man/HourPmc.Rd                |only
 RISmed-2.1.5/RISmed/man/HourPpublish-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/HourPpublish.Rd           |only
 RISmed-2.1.5/RISmed/man/HourPubmed-methods.Rd     |only
 RISmed-2.1.5/RISmed/man/HourPubmed.Rd             |only
 RISmed-2.1.5/RISmed/man/HourReceived-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/HourReceived.Rd           |only
 RISmed-2.1.5/RISmed/man/Medline.Rd                |   72 ++++++-
 RISmed-2.1.5/RISmed/man/Mesh.Rd                   |   14 -
 RISmed-2.1.5/RISmed/man/MinuteAccepted-methods.Rd |only
 RISmed-2.1.5/RISmed/man/MinuteAccepted.Rd         |only
 RISmed-2.1.5/RISmed/man/MinuteEpublish-methods.Rd |only
 RISmed-2.1.5/RISmed/man/MinuteEpublish.Rd         |only
 RISmed-2.1.5/RISmed/man/MinutePmc-methods.Rd      |only
 RISmed-2.1.5/RISmed/man/MinutePmc.Rd              |only
 RISmed-2.1.5/RISmed/man/MinutePpublish-methods.Rd |only
 RISmed-2.1.5/RISmed/man/MinutePpublish.Rd         |only
 RISmed-2.1.5/RISmed/man/MinutePubmed-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/MinutePubmed.Rd           |only
 RISmed-2.1.5/RISmed/man/MinuteReceived-methods.Rd |only
 RISmed-2.1.5/RISmed/man/MinuteReceived.Rd         |only
 RISmed-2.1.5/RISmed/man/MonthAccepted-methods.Rd  |only
 RISmed-2.1.5/RISmed/man/MonthAccepted.Rd          |only
 RISmed-2.1.5/RISmed/man/MonthEpublish-methods.Rd  |only
 RISmed-2.1.5/RISmed/man/MonthEpublish.Rd          |only
 RISmed-2.1.5/RISmed/man/MonthPmc-methods.Rd       |only
 RISmed-2.1.5/RISmed/man/MonthPmc.Rd               |only
 RISmed-2.1.5/RISmed/man/MonthPpublish-methods.Rd  |only
 RISmed-2.1.5/RISmed/man/MonthPpublish.Rd          |only
 RISmed-2.1.5/RISmed/man/MonthPubmed-methods.Rd    |only
 RISmed-2.1.5/RISmed/man/MonthPubmed.Rd            |only
 RISmed-2.1.5/RISmed/man/MonthReceived-methods.Rd  |only
 RISmed-2.1.5/RISmed/man/MonthReceived.Rd          |only
 RISmed-2.1.5/RISmed/man/YearAccepted-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/YearAccepted.Rd           |only
 RISmed-2.1.5/RISmed/man/YearEpublish-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/YearEpublish.Rd           |only
 RISmed-2.1.5/RISmed/man/YearPmc-methods.Rd        |only
 RISmed-2.1.5/RISmed/man/YearPmc.Rd                |only
 RISmed-2.1.5/RISmed/man/YearPpublish-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/YearPpublish.Rd           |only
 RISmed-2.1.5/RISmed/man/YearPubmed-methods.Rd     |only
 RISmed-2.1.5/RISmed/man/YearPubmed.Rd             |only
 RISmed-2.1.5/RISmed/man/YearReceived-methods.Rd   |only
 RISmed-2.1.5/RISmed/man/YearReceived.Rd           |only
 88 files changed, 425 insertions(+), 106 deletions(-)

More information about RISmed at CRAN
Permanent link

New package rcrossref with initial version 0.3.0
Package: rcrossref
Title: Client for Various CrossRef APIs
Description: Client for various CrossRef APIs, including metadata search with their old and search APIs, get citations in various formats (including bibtex, citeproc-json, rdf-xml, etc.), convert DOIs to PMIDs, and vice versa, get citations for DOIs, and get links to full text of articles when available.
Version: 0.3.0
Date: 2015-03-03
License: MIT + file LICENSE
Authors@R: c(person("Carl", "Boettiger", role = "aut"), person("Ted", "Hart", role = "aut"), person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"), person("Karthik", "Ram", role = "aut"))
URL: https://github.com/ropensci/rcrossref
BugReports: https://github.com/ropensci/rcrossref/issues
VignetteBuilder: knitr
Imports: jsonlite, XML, httr (>= 0.6.0), plyr, bibtex, dplyr
Suggests: testthat, roxygen2 (>= 4.0.1), knitr
Packaged: 2015-03-03 22:48:55 UTC; sacmac
Author: Carl Boettiger [aut], Ted Hart [aut], Scott Chamberlain [aut, cre], Karthik Ram [aut]
Maintainer: Scott Chamberlain
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-04 05:43:32

More information about rcrossref at CRAN
Permanent link

New package pxweb with initial version 0.5.5
Package: pxweb
Type: Package
Title: R Interface to the PX-Web/PC-Axis API
Version: 0.5.5
Date: 2015-03-03
Author: Mans Magnusson, Leo Lahti, Love Hansson
Maintainer: Mans Magnusson
Description: Generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis API is used by organizations such as Statistics Sweden and Statistics Finland to disseminate data. The R package can interact with all PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract metadata and extract and parse statistics to R data.frame format. PX-Web is a solution to disseminate PC-Axis data files in dynamic tables on the web. Since 2013 PX-Web contains an API to disseminate PC-Axis files.
VignetteBuilder: knitr
URL: https://github.com/rOpenGov/pxweb/
BugReports: https://github.com/rOpenGov/pxweb/issues
Depends: methods
Imports: data.table, plyr, stringr, RJSONIO, httr
License: BSD_2_clause + file LICENSE
Suggests: testthat, ggplot2, knitr
Packaged: 2015-03-03 21:55:53 UTC; manma97
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-04 05:43:30

More information about pxweb at CRAN
Permanent link


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