Sat, 06 Apr 2019

Package sandwich updated to version 2.5-1 with previous version 2.5-0 dated 2018-08-17

Title: Robust Covariance Matrix Estimators
Description: Model-robust standard error estimators for cross-sectional, time series, clustered, panel, and longitudinal data.
Author: Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>), Thomas Lumley [aut], Susanne Berger [ctb], Nathaniel Graham [ctb]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>

Diff between sandwich versions 2.5-0 dated 2018-08-17 and 2.5-1 dated 2019-04-06

 DESCRIPTION                          |    8 +-
 MD5                                  |   58 ++++++++--------
 NEWS                                 |   10 ++
 R/vcovBS.R                           |    2 
 R/vcovBS.lm.R                        |    4 -
 R/vcovCL.R                           |    2 
 R/vcovPC.R                           |    2 
 R/vcovPL.R                           |    2 
 build/partial.rdb                    |binary
 build/vignette.rds                   |binary
 data/InstInnovation.rda              |binary
 data/Investment.rda                  |binary
 data/PetersenCL.rda                  |binary
 data/PublicSchools.rda               |binary
 inst/doc/sandwich-CL.R               |    1 
 inst/doc/sandwich-CL.Rnw             |  125 +++++++++++++++++------------------
 inst/doc/sandwich-CL.pdf             |binary
 inst/doc/sandwich-OOP.R              |    7 +
 inst/doc/sandwich-OOP.Rnw            |    1 
 inst/doc/sandwich-OOP.pdf            |binary
 inst/doc/sandwich.pdf                |binary
 inst/doc/sim-CL.R                    |    1 
 man/lrvar.Rd                         |    1 
 man/vcovBS.Rd                        |    1 
 tests/Examples/sandwich-Ex.Rout.save |    2 
 vignettes/hac.bib                    |   62 +++++++++++------
 vignettes/sandwich-CL.Rnw            |  125 +++++++++++++++++------------------
 vignettes/sandwich-OOP.Rnw           |    1 
 vignettes/sandwich-OOP.Rout.save     |    2 
 vignettes/sim-CL.R                   |    1 
 30 files changed, 234 insertions(+), 184 deletions(-)

More information about sandwich at CRAN
Permanent link

Package isoband updated to version 0.2.0 with previous version 0.1.0 dated 2019-02-03

Title: Generate Isolines and Isobands from Regularly Spaced Elevation Grids
Description: A fast C++ implementation to generate contour lines (isolines) and contour polygons (isobands) from regularly spaced grids containing elevation data.
Author: Claus Wilke [aut, cre]
Maintainer: Claus Wilke <wilke@austin.utexas.edu>

Diff between isoband versions 0.1.0 dated 2019-02-03 and 0.2.0 dated 2019-04-06

 isoband-0.1.0/isoband/man/figures/README-basic-plotting-1.png |only
 isoband-0.1.0/isoband/man/figures/README-basic-plotting-2.png |only
 isoband-0.1.0/isoband/man/figures/README-basic-plotting-3.png |only
 isoband-0.1.0/isoband/man/figures/README-polygon-hadley-1.png |only
 isoband-0.2.0/isoband/DESCRIPTION                             |   18 -
 isoband-0.2.0/isoband/MD5                                     |   66 +++-
 isoband-0.2.0/isoband/NAMESPACE                               |   15 
 isoband-0.2.0/isoband/NEWS.md                                 |    7 
 isoband-0.2.0/isoband/R/RcppExports.R                         |    4 
 isoband-0.2.0/isoband/R/clip-lines.R                          |only
 isoband-0.2.0/isoband/R/iso-to-sfg.R                          |   44 ++
 isoband-0.2.0/isoband/R/isoband.R                             |    1 
 isoband-0.2.0/isoband/R/isobands-grob.R                       |only
 isoband-0.2.0/isoband/R/isolines-grob.R                       |only
 isoband-0.2.0/isoband/R/label-placer.R                        |only
 isoband-0.2.0/isoband/R/utilities.R                           |only
 isoband-0.2.0/isoband/README.md                               |  153 +---------
 isoband-0.2.0/isoband/build                                   |only
 isoband-0.2.0/isoband/inst                                    |only
 isoband-0.2.0/isoband/man/angle_halfcircle_bottom.Rd          |only
 isoband-0.2.0/isoband/man/clip_lines.Rd                       |only
 isoband-0.2.0/isoband/man/figures/README-volcano-1.png        |binary
 isoband-0.2.0/isoband/man/figures/isoband-logo.png            |only
 isoband-0.2.0/isoband/man/iso_to_sfg.Rd                       |   45 ++
 isoband-0.2.0/isoband/man/isobands_grob.Rd                    |only
 isoband-0.2.0/isoband/man/isolines_grob.Rd                    |only
 isoband-0.2.0/isoband/man/label_placer.Rd                     |only
 isoband-0.2.0/isoband/man/label_placer_simple.Rd              |only
 isoband-0.2.0/isoband/src/RcppExports.cpp                     |   20 +
 isoband-0.2.0/isoband/src/clip-lines.cpp                      |only
 isoband-0.2.0/isoband/src/clip-lines.h                        |only
 isoband-0.2.0/isoband/src/isoband.cpp                         |   25 +
 isoband-0.2.0/isoband/src/polygon.h                           |    4 
 isoband-0.2.0/isoband/src/separate-polygons.cpp               |   38 ++
 isoband-0.2.0/isoband/src/separate-polygons.h                 |    5 
 isoband-0.2.0/isoband/src/test-clip-lines.cpp                 |only
 isoband-0.2.0/isoband/src/test-separate-polygons.cpp          |   41 ++
 isoband-0.2.0/isoband/tests/testthat/test-clip-lines.R        |only
 isoband-0.2.0/isoband/tests/testthat/test-isolines-grob.R     |only
 isoband-0.2.0/isoband/tests/testthat/test-label-placer.R      |only
 isoband-0.2.0/isoband/vignettes                               |only
 41 files changed, 302 insertions(+), 184 deletions(-)

More information about isoband at CRAN
Permanent link

New package FinTS with initial version 0.4-6
Package: FinTS
Type: Package
Title: Companion to Tsay (2005) Analysis of Financial Time Series
Version: 0.4-6
Date: 2019-04-05
Author: Spencer Graves
Maintainer: Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>
Description: R companion to Tsay (2005) Analysis of Financial Time Series, second edition (Wiley). Includes data sets, functions and script files required to work some of the examples. Version 0.3-x includes R objects for all data files used in the text and script files to recreate most of the analyses in chapters 1-3 and 9 plus parts of chapters 4 and 11.
License: GPL (>= 2)
URL: https://r-forge.r-project.org/projects/fints/
Depends: R (>= 2.10), zoo, graphics
Suggests: moments, distrEx, tseries, urca, lmtest, sandwich, psych, GPArotation, chron, polynom, e1071
Repository: CRAN
Repository/R-Forge/Project: fints
Repository/R-Forge/Revision: 123
Repository/R-Forge/DateTimeStamp: 2019-04-06 20:52:58
Date/Publication: 2019-04-06 22:33:32 UTC
NeedsCompilation: no
Packaged: 2019-04-06 21:10:10 UTC; rforge

More information about FinTS at CRAN
Permanent link

Package QPot updated to version 1.5 with previous version 1.4 dated 2019-03-27

Title: Quasi-Potential Analysis for Stochastic Differential Equations
Description: Tools to 1) simulate and visualize stochastic differential equations and 2) determine stability of equilibria using the ordered-upwind method to compute the quasi-potential.
Author: Christopher Moore [aut], Christopher Stieha [aut, cre], Ben Nolting [aut], Maria Cameron [aut], Karen Abbott [aut], James Gregson [cph] (author of expression_parser library: https://github.com/jamesgregson/expression_parser)
Maintainer: Christopher Stieha <stieha@hotmail.com>

Diff between QPot versions 1.4 dated 2019-03-27 and 1.5 dated 2019-04-06

 DESCRIPTION                 |    6 +++---
 MD5                         |    8 ++++----
 inst/doc/QPot_Example1.html |   36 ++++++++++++++++++------------------
 inst/doc/QPot_Example2.html |   42 ++++++++++++++++++------------------------
 src/upwindorderedv4.c       |   15 ++++++++++-----
 5 files changed, 53 insertions(+), 54 deletions(-)

More information about QPot at CRAN
Permanent link

Package MLML2R updated to version 0.3.2 with previous version 0.3.1 dated 2018-11-12

Title: Maximum Likelihood Estimation of DNA Methylation and Hydroxymethylation Proportions
Description: Maximum likelihood estimates (MLE) of the proportions of 5-mC and 5-hmC in the DNA using information from BS-conversion, TAB-conversion, and oxBS-conversion methods. One can use information from all three methods or any combination of two of them. Estimates are based on Binomial model by Qu et al. (2013) <doi:10.1093/bioinformatics/btt459> and Kiihl et al. (2019) <doi:10.1515/sagmb-2018-0031>.
Author: Samara Kiihl [aut, cre], Maria Jose Martinez-Garrido [aut], Arce Domingo-Relloso [aut], Jose Bermudez [aut], Maria Tellez-Plaza [aut]
Maintainer: Samara Kiihl <samara@ime.unicamp.br>

Diff between MLML2R versions 0.3.1 dated 2018-11-12 and 0.3.2 dated 2019-04-06

 DESCRIPTION             |    8 +-
 MD5                     |   12 ++--
 R/MLML.R                |    5 +
 inst/CITATION           |only
 inst/doc/vignette.R     |  130 ++++++++++++++++++++++++------------------------
 inst/doc/vignette.pdf   |binary
 man/MLML.Rd             |    7 ++
 vignettes/vignette.html |only
 8 files changed, 87 insertions(+), 75 deletions(-)

More information about MLML2R at CRAN
Permanent link

Package bs4Dash updated to version 0.3.0 with previous version 0.2.0 dated 2018-09-20

Title: A 'Bootstrap 4' Version of 'shinydashboard'
Description: Make 'Bootstrap 4' dashboards. Use the full power of 'AdminLTE3', a dashboard template built on top of 'Bootstrap 4' <https://github.com/almasaeed2010/AdminLTE/tree/v3-dev>.
Author: David Granjon [aut, cre], RinteRface [cph], Almasaeed Studio [ctb, cph] (AdminLTE3 theme for Bootstrap 4), Winston Chang [ctb, cph] (Utils functions from shinydashboard), Thomas Park [ctb, cph] (Bootswatch Sketchy theme CSS)
Maintainer: David Granjon <dgranjon@ymail.com>

Diff between bs4Dash versions 0.2.0 dated 2018-09-20 and 0.3.0 dated 2019-04-06

 bs4Dash-0.2.0/bs4Dash/inst/bootstrap-4.1.0                                   |only
 bs4Dash-0.2.0/bs4Dash/inst/doc/bs4Showcase.Rmd                               |only
 bs4Dash-0.2.0/bs4Dash/inst/doc/bs4Showcase.html                              |only
 bs4Dash-0.2.0/bs4Dash/vignettes/bs4Showcase.Rmd                              |only
 bs4Dash-0.3.0/bs4Dash/DESCRIPTION                                            |   18 
 bs4Dash-0.3.0/bs4Dash/LICENSE                                                |only
 bs4Dash-0.3.0/bs4Dash/MD5                                                    |  150 +-
 bs4Dash-0.3.0/bs4Dash/NAMESPACE                                              |   16 
 bs4Dash-0.3.0/bs4Dash/NEWS.md                                                |   50 
 bs4Dash-0.3.0/bs4Dash/R/cards.R                                              |  668 ++++++++--
 bs4Dash-0.3.0/bs4Dash/R/dashboardBody.R                                      |    2 
 bs4Dash-0.3.0/bs4Dash/R/dashboardControlbar.R                                |   29 
 bs4Dash-0.3.0/bs4Dash/R/dashboardNavbar.R                                    |   25 
 bs4Dash-0.3.0/bs4Dash/R/dashboardPage.R                                      |  128 +
 bs4Dash-0.3.0/bs4Dash/R/dashboardSidebar.R                                   |   80 +
 bs4Dash-0.3.0/bs4Dash/R/deps.R                                               |   18 
 bs4Dash-0.3.0/bs4Dash/R/useful-items.R                                       |  641 +++++++++
 bs4Dash-0.3.0/bs4Dash/README.md                                              |   97 -
 bs4Dash-0.3.0/bs4Dash/build/vignette.rds                                     |binary
 bs4Dash-0.3.0/bs4Dash/inst/AdminLTE3-3.0.0/adminlte.css                      |only
 bs4Dash-0.3.0/bs4Dash/inst/AdminLTE3-3.0.0/adminlte.js                       |only
 bs4Dash-0.3.0/bs4Dash/inst/AdminLTE3-3.0.0/adminlte.min.css                  |    4 
 bs4Dash-0.3.0/bs4Dash/inst/AdminLTE3-3.0.0/adminlte.min.js                   |    6 
 bs4Dash-0.3.0/bs4Dash/inst/AdminLTE3-3.0.0/fonts                             |only
 bs4Dash-0.3.0/bs4Dash/inst/bootstrap-4.3.1                                   |only
 bs4Dash-0.3.0/bs4Dash/inst/bs4Dash-0.2.0/bs4Dash.css                         |only
 bs4Dash-0.3.0/bs4Dash/inst/bs4Dash-0.2.0/bs4Dash.js                          |   25 
 bs4Dash-0.3.0/bs4Dash/inst/doc/bs4Intro.Rmd                                  |  393 +++++
 bs4Dash-0.3.0/bs4Dash/inst/doc/bs4Intro.html                                 |  665 +++++++++
 bs4Dash-0.3.0/bs4Dash/inst/doc/bs4Themes.html                                |  483 +++++--
 bs4Dash-0.3.0/bs4Dash/inst/doc/bs4cards.Rmd                                  |only
 bs4Dash-0.3.0/bs4Dash/inst/doc/bs4cards.html                                 |only
 bs4Dash-0.3.0/bs4Dash/inst/doc/bs4sortable.Rmd                               |only
 bs4Dash-0.3.0/bs4Dash/inst/doc/bs4sortable.html                              |only
 bs4Dash-0.3.0/bs4Dash/inst/examples/showcase/classic/app.R                   |  530 -------
 bs4Dash-0.3.0/bs4Dash/inst/examples/showcase/classic/global.R                |only
 bs4Dash-0.3.0/bs4Dash/inst/examples/showcase/classic/rsconnect/130.60.24.205 |only
 bs4Dash-0.3.0/bs4Dash/inst/examples/showcase/old_school/app.R                |  532 -------
 bs4Dash-0.3.0/bs4Dash/inst/examples/showcase/old_school/global.R             |only
 bs4Dash-0.3.0/bs4Dash/inst/jquery-ui-1.12.1                                  |only
 bs4Dash-0.3.0/bs4Dash/man/attachmentBlock.Rd                                 |only
 bs4Dash-0.3.0/bs4Dash/man/bs4Accordion.Rd                                    |    7 
 bs4Dash-0.3.0/bs4Dash/man/bs4Card.Rd                                         |   13 
 bs4Dash-0.3.0/bs4Dash/man/bs4Carousel.Rd                                     |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4CarouselItem.Rd                                 |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4DashBody.Rd                                     |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4DashControlbar.Rd                               |    4 
 bs4Dash-0.3.0/bs4Dash/man/bs4DashPage.Rd                                     |   26 
 bs4Dash-0.3.0/bs4Dash/man/bs4DashSidebar.Rd                                  |    4 
 bs4Dash-0.3.0/bs4Dash/man/bs4DropdownMenu.Rd                                 |   11 
 bs4Dash-0.3.0/bs4Dash/man/bs4InfoBox.Rd                                      |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4ListGroup.Rd                                    |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4ProgressBar.Rd                                  |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4SidebarMenu.Rd                                  |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4SidebarUserPanel.Rd                             |only
 bs4Dash-0.3.0/bs4Dash/man/bs4SocialCard.Rd                                   |only
 bs4Dash-0.3.0/bs4Dash/man/bs4Sortable.Rd                                     |only
 bs4Dash-0.3.0/bs4Dash/man/bs4TabCard.Rd                                      |   46 
 bs4Dash-0.3.0/bs4Dash/man/bs4TabSetPanel.Rd                                  |   74 +
 bs4Dash-0.3.0/bs4Dash/man/bs4Timeline.Rd                                     |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4TimelineEnd.Rd                                  |    4 
 bs4Dash-0.3.0/bs4Dash/man/bs4TimelineItem.Rd                                 |   12 
 bs4Dash-0.3.0/bs4Dash/man/bs4TimelineItemMedia.Rd                            |    6 
 bs4Dash-0.3.0/bs4Dash/man/bs4TimelineLabel.Rd                                |    4 
 bs4Dash-0.3.0/bs4Dash/man/bs4TimelineStart.Rd                                |    4 
 bs4Dash-0.3.0/bs4Dash/man/bs4UserCard.Rd                                     |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4ValueBox.Rd                                     |    2 
 bs4Dash-0.3.0/bs4Dash/man/bs4ValueBoxOutput.Rd                               |    2 
 bs4Dash-0.3.0/bs4Dash/man/cardComment.Rd                                     |only
 bs4Dash-0.3.0/bs4Dash/man/cardPad.Rd                                         |only
 bs4Dash-0.3.0/bs4Dash/man/cardProfile.Rd                                     |only
 bs4Dash-0.3.0/bs4Dash/man/cardProfileItem.Rd                                 |only
 bs4Dash-0.3.0/bs4Dash/man/cardProfileItemList.Rd                             |only
 bs4Dash-0.3.0/bs4Dash/man/descriptionBlock.Rd                                |only
 bs4Dash-0.3.0/bs4Dash/man/dropdownItemList.Rd                                |    2 
 bs4Dash-0.3.0/bs4Dash/man/figures/bs4Dash1.png                               |only
 bs4Dash-0.3.0/bs4Dash/man/figures/bs4Dash1.svg                               |only
 bs4Dash-0.3.0/bs4Dash/man/figures/bs4Dash_Lorenz.png                         |only
 bs4Dash-0.3.0/bs4Dash/man/figures/bs4Dash_ratp.png                           |only
 bs4Dash-0.3.0/bs4Dash/man/userMessage.Rd                                     |only
 bs4Dash-0.3.0/bs4Dash/man/userMessages.Rd                                    |only
 bs4Dash-0.3.0/bs4Dash/man/userPost.Rd                                        |only
 bs4Dash-0.3.0/bs4Dash/man/userPostMedia.Rd                                   |only
 bs4Dash-0.3.0/bs4Dash/man/userPostTagItem.Rd                                 |only
 bs4Dash-0.3.0/bs4Dash/man/userPostTagItems.Rd                                |only
 bs4Dash-0.3.0/bs4Dash/vignettes/bs4Intro.Rmd                                 |  393 +++++
 bs4Dash-0.3.0/bs4Dash/vignettes/bs4cards.Rmd                                 |only
 bs4Dash-0.3.0/bs4Dash/vignettes/bs4sortable.Rmd                              |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Boxes.png                         |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Cards.png                         |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Dash_basicPage.png                |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Dash_body.png                     |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Dash_controlbar.png               |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Dash_navbar.png                   |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Dash_sidebar.png                  |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Dash_wrapup.png                   |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4InfoBoxes.png                     |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4SocialCards.png                   |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4Sortable.gif                      |only
 bs4Dash-0.3.0/bs4Dash/vignettes/figures/bs4TabCards.png                      |only
 100 files changed, 3647 insertions(+), 1545 deletions(-)

More information about bs4Dash at CRAN
Permanent link

Package mapsapi updated to version 0.4.0 with previous version 0.3.9 dated 2019-01-19

Title: 'sf'-Compatible Interface to 'Google Maps' APIs
Description: Interface to the 'Google Maps' APIs: (1) routing directions based on the 'Directions' API, returned as 'sf' objects, either as single feature per alternative route, or a single feature per segment per alternative route; (2) travel distance or time matrices based on the 'Distance Matrix' API; (3) geocoded locations based on the 'Geocode' API, returned as 'sf' objects, either points or bounds.
Author: Michael Dorman [aut, cre], Tom Buckley [ctb], Alex Dannenberg [ctb]
Maintainer: Michael Dorman <dorman@post.bgu.ac.il>

Diff between mapsapi versions 0.3.9 dated 2019-01-19 and 0.4.0 dated 2019-04-06

 DESCRIPTION            |    6 -
 MD5                    |   18 ++--
 NEWS.md                |   11 +-
 R/mp_get_points.R      |    7 +
 R/mp_get_routes.R      |  182 ++++++++++++++++++++++++++++++---------------
 R/mp_get_segments.R    |   58 +++++++++++---
 build/vignette.rds     |binary
 inst/doc/intro.html    |  198 +++++++++++++++++++++++++------------------------
 man/mp_get_routes.Rd   |   13 ++-
 man/mp_get_segments.Rd |   12 ++
 10 files changed, 322 insertions(+), 183 deletions(-)

More information about mapsapi at CRAN
Permanent link

New package virtuoso with initial version 0.1.3
Package: virtuoso
Type: Package
Title: Interface to 'Virtuoso' using 'ODBC'
Version: 0.1.3
Authors@R: c(person("Carl", "Boettiger", email = "cboettig@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1642-628X")), person("Bryce", "Mecum", role = "ctb", email = "brycemecum@gmail.com", comment = c(ORCID = "0000-0002-0381-3766")))
Description: Provides users with a simple and convenient mechanism to manage and query a 'Virtuoso' database using the 'DBI' (DataBase Interface) compatible 'ODBC' (Open Database Connectivity) interface. 'Virtuoso' is a high-performance "universal server," which can act as both a relational database, supporting standard Structured Query Language ('SQL') queries, while also supporting data following the Resource Description Framework ('RDF') model for Linked Data. 'RDF' data can be queried using 'SPARQL' ('SPARQL' Protocol and 'RDF' Query Language) queries, a graph-based query that supports semantic reasoning. This allows users to leverage the performance of local or remote 'Virtuoso' servers using popular 'R' packages such as 'DBI' and 'dplyr', while also providing a high-performance solution for working with large 'RDF' triplestores from 'R.' The package also provides helper routines to install, launch, and manage a 'Virtuoso' server locally on 'Mac', 'Windows' and 'Linux' platforms using the standard interactive installers from the 'R' command-line. By automatically handling these setup steps, the package can make using 'Virtuoso' considerably faster and easier for a most users to deploy in a local environment. Managing the bulk import of triples from common serializations with a single intuitive command is another key feature of this package. Bulk import performance can be tens to hundreds of times faster than the comparable imports using existing 'R' tools, including 'rdflib' and 'redland' packages.
License: MIT + file LICENSE
URL: https://github.com/ropensci/virtuoso
BugReports: https://github.com/ropensci/virtuoso/issues
Encoding: UTF-8
LazyData: true
Imports: odbc, processx, DBI, utils, ini, rappdirs, curl, fs, digest, ps
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, nycflights13, testthat, covr, jsonld, dplyr, spelling
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2019-03-13 17:28:51 UTC; cboettig
Author: Carl Boettiger [aut, cre, cph] (<https://orcid.org/0000-0002-1642-628X>), Bryce Mecum [ctb] (<https://orcid.org/0000-0002-0381-3766>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-06 12:00:03 UTC

More information about virtuoso at CRAN
Permanent link

Package RobinHood updated to version 1.0.5 with previous version 1.0.1 dated 2019-02-03

Title: Interface for the RobinHood.com No Commission Investing Platform
Description: Execute API calls to the RobinHood <https://robinhood.com> investing platform. Functionality includes accessing account data and current holdings, retrieving investment statistics and quotes, placing and canceling orders, getting market trading hours, searching investments by popular tag, and interacting with watch lists.
Author: Joseph Blubaugh
Maintainer: Joseph Blubaugh <jestonblu@gmail.com>

Diff between RobinHood versions 1.0.1 dated 2019-02-03 and 1.0.5 dated 2019-04-06

 DESCRIPTION                   |    8 +++---
 MD5                           |   44 +++++++++++++++++++++++-------------
 NAMESPACE                     |    2 +
 R/api_endpoints.R             |   34 ++++++++++++++++------------
 R/api_historicals.R           |only
 R/api_instruments.R           |   44 +++++++++++++++++++++++++++---------
 R/api_option_instruments.R    |only
 R/api_option_positions.R      |only
 R/api_orders.R                |    3 ++
 R/api_portfolio.R             |only
 R/api_positions.R             |    4 ++-
 R/api_quote.R                 |    2 -
 R/api_tickers.R               |    2 -
 R/get_historicals.R           |only
 R/get_order_history.R         |    9 +++----
 R/get_portfolios.R            |only
 R/get_positions.R             |   50 +++++++++++++++++++++++-------------------
 R/get_quote.R                 |    6 ++---
 R/get_tag.R                   |    2 -
 R/watchlist.R                 |    4 +--
 man/api_historicals.Rd        |only
 man/api_instruments.Rd        |    6 +++--
 man/api_option_instruments.Rd |only
 man/api_option_positions.Rd   |only
 man/api_portfolios.Rd         |only
 man/get_historicals.Rd        |only
 man/get_portfolios.Rd         |only
 man/get_positions.Rd          |    2 -
 man/get_quote.Rd              |    4 +--
 29 files changed, 140 insertions(+), 86 deletions(-)

More information about RobinHood at CRAN
Permanent link

New package uwot with initial version 0.1.2
Package: uwot
Title: The Uniform Manifold Approximation and Projection (UMAP) Method for Dimensionality Reduction
Version: 0.1.2
Authors@R: person("James", "Melville", email = "jlmelville@gmail.com", role = c("aut", "cre"))
Description: An implementation of the Uniform Manifold Approximation and Projection dimensionality reduction by McInnes et al. (2018) <arXiv:1802.03426>. It also provides means to transform new data and to carry out supervised dimensionality reduction. An implementation of the related LargeVis method of Tang et al. (2016) <arXiv:1602.00370> is also provided. This is a complete re-implementation in R (and C++, via the 'Rcpp' package): no Python installation is required. See the uwot website (<https://github.com/jlmelville/uwot>) for more documentation and examples.
License: GPL-3
URL: https://github.com/jlmelville/uwot
BugReports: https://github.com/jlmelville/uwot/issues
Encoding: UTF-8
LazyData: true
Suggests: testthat, covr
RoxygenNote: 6.1.1
Depends: Matrix
LinkingTo: Rcpp, RcppProgress, RcppParallel, RcppAnnoy, dqrng
Imports: Rcpp, methods, FNN, RSpectra, RcppAnnoy (>= 0.0.11), RcppParallel, irlba
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2019-04-06 04:28:16 UTC; jlmel
Author: James Melville [aut, cre]
Maintainer: James Melville <jlmelville@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-06 11:40:03 UTC

More information about uwot at CRAN
Permanent link

New package tradestatistics with initial version 0.1
Package: tradestatistics
Type: Package
Title: Open Trade Statistics API Wrapper and Utility Program
Version: 0.1
Authors@R: c( person(given = "Mauricio", family = "Vargas", role = c("aut", "cre", "cph"), email = "mvargas@dcc.uchile.cl", comment = c(ORCID = "0000-0003-1017-7574")), person(given = "Joshua", family = "Kunst", role = "ctb"), person(given = "Emily", family = "Riederer", role = "rev"), person(given = "Mark", family = "Padgham", role = "rev", comment = c(ORCID = "0000-0003-1017-7574")), person(given = "Amanda", family = "Dobbyn", role = "rev"), person(given = "Jorge", family = "Cimentada", role = "rev"), person(family = "United Nations International Trade Statistics Database", role = "dtc"), person(family = "Center for International Development at Harvard University", role = "dtc"), person(family = "The Observatory of Economic Complexity", role = "dtc") )
URL: https://ropensci.github.io/tradestatistics
BugReports: https://github.com/ropensci/tradestatistics/issues
Description: Access Open Trade Statistics API from R to download international trade data.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.2)
Imports: rlang, magrittr, dplyr, stringr, crul, purrr, jsonlite
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat, styler, pkgdown, vcr
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-04-05 15:49:57 UTC; pacha
Author: Mauricio Vargas [aut, cre, cph] (<https://orcid.org/0000-0003-1017-7574>), Joshua Kunst [ctb], Emily Riederer [rev], Mark Padgham [rev] (<https://orcid.org/0000-0003-1017-7574>), Amanda Dobbyn [rev], Jorge Cimentada [rev], United Nations International Trade Statistics Database [dtc], Center for International Development at Harvard University [dtc], The Observatory of Economic Complexity [dtc]
Maintainer: Mauricio Vargas <mvargas@dcc.uchile.cl>
Repository: CRAN
Date/Publication: 2019-04-06 11:30:03 UTC

More information about tradestatistics at CRAN
Permanent link

New package syntaxr with initial version 0.8.0
Package: syntaxr
Type: Package
Title: An 'SPSS' Syntax Generator for Multi-Variable Manipulation
Version: 0.8.0
Author: Alix Lahuec <alix.lahuec@mail.mcgill.ca>
Maintainer: Alix Lahuec <alix.lahuec@mail.mcgill.ca>
URL: https://github.com/greenmeen/syntaxr
BugReports: https://github.com/greenmeen/syntaxr/issues
Description: A set of functions for generating 'SPSS' syntax files from the R environment.
Imports: magrittr
Suggests: covr, haven, testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-04-05 14:55:54 UTC; lahue
Repository: CRAN
Date/Publication: 2019-04-06 11:10:03 UTC

More information about syntaxr at CRAN
Permanent link

Package IBDsim updated to version 0.9-8 with previous version 0.9-7 dated 2017-04-26

Title: Simulation of Chromosomal Regions Shared by Family Members
Description: Simulation of segments shared identical-by-descent (IBD) by pedigree members. Using sex specific recombination rates along the human genome (Kong et. al (2010) <doi:10.1038/nature09525>), phased chromosomes are simulated for all pedigree members, either by unconditional gene dropping or conditional on a specified IBD pattern. Additional functions provide summaries and further analysis of the simulated genomes.
Author: Magnus Dehli Vigeland
Maintainer: Magnus Dehli Vigeland <m.d.vigeland@medisin.uio.no>

Diff between IBDsim versions 0.9-7 dated 2017-04-26 and 0.9-8 dated 2019-04-06

 DESCRIPTION             |    8 ++++----
 MD5                     |   10 +++++-----
 NEWS                    |    3 +++
 man/oneLocusIBD.Rd      |   13 +++++--------
 man/oneLocusJacquard.Rd |   12 ++++++------
 src/IBDsim.c            |   22 +++++++++++++---------
 6 files changed, 36 insertions(+), 32 deletions(-)

More information about IBDsim at CRAN
Permanent link

New package ProPublicaR with initial version 0.9.2
Package: ProPublicaR
Type: Package
Title: Access Functions for ProPublica's APIs
Version: 0.9.2
Authors@R: c( person("Aleksander", "Dietrichson", email = "dietrichson@gmail.com", role=c("aut", "cre")), person("Joselina", "Davit", email = "joselinadavyt@gmail.com", role = c("aut")) )
Description: Provides wrapper functions to access the ProPublica's Congress and Campaign Finance APIs. The Congress API provides near real-time access to legislative data from the House of Representatives, the Senate and the Library of Congress. The Campaign Finance API provides data from United States Federal Election Commission filings and other sources. The API covers summary information for candidates and committees, as well as certain types of itemized data. For more information about these APIs go to: <https://www.propublica.org/datastore/apis>.
License: GPL-3 | file LICENSE
BugReports: https://github.com/dietrichson/ProPublicaR/issues
Depends: R (>= 3.1)
Imports: dplyr, stringr, httr, config, lubridate
Suggests: testthat, httptest, knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1.9000
Collate: 'a_get_new_members.R' 'bills_legislation_by_keyword.R' 'compare_two_member_bill_sponsorships.R' 'compare_two_member_vote_positions.R' 'data.R' 'get_a_bill.R' 'get_amendments_bill.R' 'get_bills_cosponsored_member.R' 'get_candidate.R' 'get_candidate_by_name.R' 'get_candidates_in_race.R' 'get_committee.R' 'get_committee_by_name.R' 'get_committee_electioneering_communications.R' 'get_committee_filings.R' 'get_committee_leadership.R' 'get_congress_member.R' 'get_congressional_statement_by_bill.R' 'get_congressional_statement_by_member.R' 'get_congressional_statement_by_subjects.R' 'get_cosponsors_specific_bill.R' 'get_current_members_by_statedistrict.R' 'get_electioneering_communications_by_date.R' 'get_electioneering_communications_committee.R' 'get_electronic_filing_byDate.R' 'get_electronic_filing_by_committees.R' 'get_electronic_filing_by_types.R' 'get_electronic_filing_form_types.R' 'get_hearing_specific_committee.R' 'get_house_senate_floor_actions_by_date.R' 'get_independent_expenditure_by_committee.R' 'get_independent_expenditure_by_date.R' 'get_independent_expenditure_office_totals.R' 'get_independent_expenditure_race_totals_committee.R' 'get_independent_expenditure_support_candidate.R' 'get_independent_expenditure_support_presidential_candidate.R' 'get_lobbyist_bundlers.R' 'get_member_vote_position.R' 'get_members_leaving.R' 'get_nominees_by_state.R' 'get_quarter_office_expenses_by_category_house_member.R' 'get_quarter_office_expenses_house_member.R' 'get_races_for_state.R' 'get_recent_amendments.R' 'get_recent_committee_hearing.R' 'get_recent_congressional_statements.R' 'get_recent_congressional_statements_by_date.R' 'get_recent_congressional_statements_by_term.R' 'get_recent_electioneering_communications.R' 'get_recent_house_senate_floor_actions.R' 'get_recent_independent_expend.R' 'get_recent_late_contributions.R' 'get_recent_late_contributions_candidate.R' 'get_recent_late_contributions_committee.R' 'get_recent_late_contributions_date.R' 'get_recent_lobbying_representation_filings.R' 'get_recent_nominations_by_category.R' 'get_recent_official_communications.R' 'get_recent_official_communications_by_category.R' 'get_recent_official_communications_by_chamber.R' 'get_recent_official_communications_by_date.R' 'get_recent_personal_explanations.R' 'get_recent_personal_explanations_specific_member.R' 'get_recent_personal_explanations_votes.R' 'get_recent_personal_explanations_votes_by_category.R' 'get_recent_personal_explanations_votes_specific_member.R' 'get_recent_personal_explanations_votes_specific_member_by_category.R' 'get_recent_votes.R' 'get_recently_added_independent_expenditure_committees.R' 'get_recently_candidates.R' 'get_recently_committees.R' 'get_related_bills.R' 'get_senate_nomination_votes.R' 'get_specific_bill.R' 'get_specific_bill_subject.R' 'get_specific_committee.R' 'get_specific_lobbying_representation_filings.R' 'get_specific_nominations.R' 'get_specific_roll_call_vote.R' 'get_specific_subcommittee.R' 'get_state_party_counts.R' 'get_statement_subjects.R' 'get_subjects_for_bill.R' 'get_top20_candidate_of_FinancialCategory.R' 'get_upcoming_bills.R' 'get_votes_by_date.R' 'get_votes_by_date_range.R' 'get_votes_by_type.R' 'list_members_chamber_congress.R' 'lists_of_committees.R' 'pp_convert_to_data_frame.R' 'pp_query.R' 'recent_bills_by_member.R' 'recent_bills_by_subject.R' 'recent_bills_by_type.R' 'search_lobbying_representation_filings.R' 'validate_cycle.R' 'validate_district.R' 'validate_state.R'
NeedsCompilation: no
Packaged: 2019-04-05 16:29:22 UTC; sasha
Author: Aleksander Dietrichson [aut, cre], Joselina Davit [aut]
Maintainer: Aleksander Dietrichson <dietrichson@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-06 10:43:00 UTC

More information about ProPublicaR at CRAN
Permanent link

Package ExPanDaR updated to version 0.4.0 with previous version 0.3.0 dated 2018-10-12

Title: Explore Panel Data Interactively
Description: Provides a shiny-based front end (the 'ExPanD' app) and a set of functions for exploratory panel data analysis. Run as a web-based app, 'ExPanD' enables users to assess the robustness of empirical evidence without providing them access to the underlying data. You can also use the functions of the package to support your exploratory data analysis workflow. Refer to the vignettes of the package for more information on how to use 'ExPanD' and/or the functions of this package.
Author: Joachim Gassen [aut, cre] (<https://orcid.org/0000-0003-4364-2911>)
Maintainer: Joachim Gassen <gassen@wiwi.hu-berlin.de>

Diff between ExPanDaR versions 0.3.0 dated 2018-10-12 and 0.4.0 dated 2019-04-06

 DESCRIPTION                         |   10 +-
 LICENSE                             |    2 
 MD5                                 |   46 +++++----
 NAMESPACE                           |    4 
 NEWS.md                             |   69 ++++++++++++--
 R/ExPanD.R                          |   67 ++++++++++----
 R/prepare_ext_obs_table.R           |    6 -
 build/vignette.rds                  |binary
 data/worldbank.RData                |binary
 data/worldbank_data_def.RData       |binary
 inst/application/server.R           |   58 ++++++++----
 inst/application/ui.R               |  169 ++++++++++++++++++------------------
 inst/doc/ExPanDaR-functions.R       |    2 
 inst/doc/ExPanDaR-functions.Rmd     |    2 
 inst/doc/ExPanDaR-functions.html    |   23 +++-
 inst/doc/customize_ExPanD.R         |only
 inst/doc/customize_ExPanD.Rmd       |only
 inst/doc/customize_ExPanD.html      |only
 inst/doc/use_ExPanD.html            |   24 ++---
 man/ExPanD.Rd                       |   42 ++++++--
 man/prepare_correlation_table.Rd    |    4 
 man/prepare_ext_obs_table.Rd        |    6 -
 man/prepare_quantile_trend_graph.Rd |    6 -
 man/treat_outliers.Rd               |    3 
 vignettes/ExPanDaR-functions.Rmd    |    2 
 vignettes/customize_ExPanD.Rmd      |only
 26 files changed, 343 insertions(+), 202 deletions(-)

More information about ExPanDaR at CRAN
Permanent link

New package MatTransMix with initial version 0.1.1
Package: MatTransMix
Version: 0.1.1
Date: 2019-03-24
Title: Clustering with Matrix Gaussian and Matrix Transformation Mixture Models
Authors@R: c(person("Xuwen", "Zhu", role = c("aut", "cre"), email = "xuwen.zhu@louisville.edu"), person("Volodymyr", "Melnykov", role = "aut"), person("Shuchismita", "Sarkar", role = "ctb"), person("Michael", "Hutt", role = c("ctb", "cph")), person("Stephen", "Moshier", role = c("ctb", "cph")), person("Rouben", "Rostamian", role = c("ctb", "cph")), person("Carl Edward", "Rasmussen", role = c("ctb", "cph")), person("Dianne", "Cook", role = c("ctb", "cph")))
Depends: R (>= 3.0.0)
LazyLoad: yes
LazyData: no
Description: Provides matrix Gaussian mixture models, matrix transformation mixture models and their model-based clustering results. The parsimonious models of the mean matrices and variance covariance matrices are implemented with a total of 196 variations.
License: GPL (>= 2)
Packaged: 2019-04-05 19:51:11 UTC; zhu
Author: Xuwen Zhu [aut, cre], Volodymyr Melnykov [aut], Shuchismita Sarkar [ctb], Michael Hutt [ctb, cph], Stephen Moshier [ctb, cph], Rouben Rostamian [ctb, cph], Carl Edward Rasmussen [ctb, cph], Dianne Cook [ctb, cph]
Maintainer: Xuwen Zhu <xuwen.zhu@louisville.edu>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2019-04-06 09:22:44 UTC

More information about MatTransMix at CRAN
Permanent link

Package dglars updated to version 2.1.1 with previous version 2.1.0 dated 2018-10-09

Title: Differential Geometric Least Angle Regression
Description: Differential geometric least angle regression method for fitting sparse generalized linear models. In this version of the package, the user can fit models specifying Gaussian, Poisson, Binomial, Gamma and Inverse Gaussian family. Furthermore, several link functions can be used to model the relationship between the conditional expected value of the response variable and the linear predictor. The solution curve can be computed using an efficient predictor-corrector or a cyclic coordinate descent algorithm, as described in the paper linked to via the URL below.
Author: Luigi Augugliaro
Maintainer: Luigi Augugliaro <luigi.augugliaro@unipa.it>

Diff between dglars versions 2.1.0 dated 2018-10-09 and 2.1.1 dated 2019-04-06

 ChangeLog             |    3 +++
 DESCRIPTION           |    8 ++++----
 MD5                   |    8 ++++----
 R/logLik.dglars.R     |    2 +-
 man/dglars-package.Rd |    4 ++--
 5 files changed, 14 insertions(+), 11 deletions(-)

More information about dglars at CRAN
Permanent link

Package rvg updated to version 0.2.0 with previous version 0.1.9 dated 2018-06-10

Title: R Graphics Devices for Vector Graphics Output
Description: Vector Graphics devices for Microsoft PowerPoint and Excel. Functions extending package 'officer' are provided to embed 'DrawingML' graphics into 'Microsoft PowerPoint' presentations and 'Microsoft Excel' workbooks.
Author: David Gohel [aut, cre], Bob Rudis [ctb] (the javascript code used by function set_attr), Francois Brunetti [ctb] (clipping algorithms)
Maintainer: David Gohel <david.gohel@ardata.fr>

Diff between rvg versions 0.1.9 dated 2018-06-10 and 0.2.0 dated 2019-04-06

 rvg-0.1.9/rvg/R/dsvg.R                              |only
 rvg-0.1.9/rvg/R/dsvg_view.R                         |only
 rvg-0.1.9/rvg/R/utils.R                             |only
 rvg-0.1.9/rvg/man/dsvg.Rd                           |only
 rvg-0.1.9/rvg/man/dsvg_view.Rd                      |only
 rvg-0.1.9/rvg/man/rvg_tracer_off.Rd                 |only
 rvg-0.1.9/rvg/man/rvg_tracer_on.Rd                  |only
 rvg-0.1.9/rvg/man/set_attr.Rd                       |only
 rvg-0.1.9/rvg/src/dsvg.cpp                          |only
 rvg-0.1.9/rvg/tests/testthat/test-svg-interactive.R |only
 rvg-0.1.9/rvg/tests/testthat/test-svg-lines.R       |only
 rvg-0.1.9/rvg/tests/testthat/test-svg-points.R      |only
 rvg-0.1.9/rvg/tests/testthat/test-svg-text.R        |only
 rvg-0.2.0/rvg/DESCRIPTION                           |   10 +-
 rvg-0.2.0/rvg/MD5                                   |   46 ++++---------
 rvg-0.2.0/rvg/NAMESPACE                             |    9 --
 rvg-0.2.0/rvg/NEWS                                  |    6 +
 rvg-0.2.0/rvg/R/RcppExports.R                       |   20 -----
 rvg-0.2.0/rvg/R/body_add_vg.R                       |    1 
 rvg-0.2.0/rvg/R/dml_docx.R                          |    2 
 rvg-0.2.0/rvg/R/fonts.R                             |    4 +
 rvg-0.2.0/rvg/R/rcpp.R                              |only
 rvg-0.2.0/rvg/README.md                             |   33 ++++++---
 rvg-0.2.0/rvg/man/dml_pptx.Rd                       |    4 -
 rvg-0.2.0/rvg/man/dml_xlsx.Rd                       |    4 -
 rvg-0.2.0/rvg/src/RcppExports.cpp                   |   70 --------------------
 rvg-0.2.0/rvg/src/a_color.cpp                       |   38 ----------
 rvg-0.2.0/rvg/src/a_color.h                         |    2 
 rvg-0.2.0/rvg/src/line_style.cpp                    |   67 -------------------
 rvg-0.2.0/rvg/src/line_style.h                      |    1 
 rvg-0.2.0/rvg/tests/testthat/test-bg.R              |   39 -----------
 31 files changed, 61 insertions(+), 295 deletions(-)

More information about rvg at CRAN
Permanent link

Package cgraph updated to version 4.0.2 with previous version 4.0.1 dated 2019-03-11

Title: Computational Graphs
Description: Allows to create, evaluate, and differentiate computational graphs in R. A computational graph is a graph representation of a multivariate function decomposed by its (elementary) operations. Nodes in the graph represent arrays while edges represent dependencies among the arrays. An advantage of expressing a function as a computational graph is that this enables to differentiate the function by automatic differentiation. The 'cgraph' package supports various operations including basic arithmetic, trigonometry operations, and linear algebra operations. It differentiates computational graphs by reverse automatic differentiation. The flexible architecture of the package makes it applicable to solve a variety of problems including local sensitivity analysis, gradient-based optimization, and machine learning.
Author: Ron Triepels
Maintainer: Ron Triepels <dev@cgraph.org>

Diff between cgraph versions 4.0.1 dated 2019-03-11 and 4.0.2 dated 2019-04-06

 DESCRIPTION                 |    6 +-
 MD5                         |   26 +++++------
 NAMESPACE                   |    5 --
 NEWS.md                     |   30 ++++++++++---
 R/graph.R                   |    6 +-
 R/node.R                    |   22 ---------
 man/cg_graph_gradients.Rd   |    6 +-
 src/function.c              |   33 --------------
 src/function.h              |    2 
 src/graph.c                 |   49 ++++++++++++++-------
 src/internal.c              |   16 +++---
 src/node.c                  |  101 +++++++++++++++++++++++++++-----------------
 src/node.h                  |   13 +++++
 tests/testthat/test_array.R |    4 -
 14 files changed, 168 insertions(+), 151 deletions(-)

More information about cgraph at CRAN
Permanent link

Package ggdmc (with last version 0.2.5.8) was removed from CRAN

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

2019-04-06 0.2.5.8

Permanent link
New package tRophicPosition with initial version 0.7.7
Package: tRophicPosition
Type: Package
Title: Bayesian Trophic Position Calculation with Stable Isotopes
Version: 0.7.7
Date: 2019-04-05
Depends: R (>= 3.4.0)
Imports: coda, data.table, ggplot2, gridExtra, hdrcde, MCMCglmm, plyr, rjags, stats
Author: Claudio Quezada-Romegialli, Andrew L Jackson, Chris Harrod
URL: https://github.com/clquezada/tRophicPosition
BugReports: https://groups.google.com/d/forum/trophicposition-support
Maintainer: Claudio Quezada-Romegialli <clquezada@harrodlab.net>
Description: Estimates the trophic position of a consumer relative to a baseline species. It implements a Bayesian approach which combines an interface to the 'JAGS' MCMC library of 'rjags' and stable isotopes. Users are encouraged to test the package and send bugs and/or errors to trophicposition-support@googlegroups.com.
License: GPL (>= 2)
LazyData: TRUE
RoxygenNote: 6.1.1
Suggests: dplyr, knitr, rmarkdown, testthat, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-06 04:03:26 UTC; clquezada
Repository: CRAN
Date/Publication: 2019-04-06 06:00:02 UTC

More information about tRophicPosition at CRAN
Permanent link

Package quadmesh updated to version 0.4.0 with previous version 0.3.0 dated 2019-01-16

Title: Quadrangle Mesh
Description: Create surface forms from matrix or 'raster' data for flexible plotting and conversion to other mesh types. The functions 'quadmesh' or 'triangmesh' produce a continuous surface as a 'mesh3d' object as used by the 'rgl' package. This is used for plotting raster data in 3D (optionally with texture), and allows the application of a map projection without data loss and many processing applications that are restricted by inflexible regular grid rasters. There are discrete forms of these continuous surfaces available with 'dquadmesh' and 'dtriangmesh' functions.
Author: Michael D. Sumner [aut, cre]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>

Diff between quadmesh versions 0.3.0 dated 2019-01-16 and 0.4.0 dated 2019-04-06

 DESCRIPTION                              |   11 
 MD5                                      |   75 
 NAMESPACE                                |   77 
 NEWS.md                                  |    7 
 R/mesh-plot.R                            |   29 
 R/quadmesh.R                             |    2 
 R/reproj.R                               |    9 
 R/triangmesh.R                           |    2 
 README.md                                |  586 -
 build/vignette.rds                       |binary
 inst/doc/quadmesh.R                      |  194 
 inst/doc/quadmesh.Rmd                    |  450 -
 inst/doc/quadmesh.html                   |12472 +++++++++++++++----------------
 inst/doc/topography.R                    |  100 
 inst/doc/topography.html                 |12176 +++++++++++++++---------------
 man/bary_index.Rd                        |   86 
 man/etopo.Rd                             |   22 
 man/figures/README-unnamed-chunk-4-1.png |binary
 man/figures/README-unnamed-chunk-6-1.png |binary
 man/figures/README-unnamed-chunk-7-1.png |binary
 man/figures/README-unnamed-chunk-8-1.png |binary
 man/figures/README-unnamed-chunk-8-2.png |binary
 man/figures/README-unnamed-chunk-9-1.png |binary
 man/figures/README-unnamed-chunk-9-2.png |binary
 man/llh2xyz.Rd                           |   42 
 man/mesh_plot.Rd                         |  140 
 man/qm_as_raster.Rd                      |   54 
 man/qsc.Rd                               |   52 
 man/quadmesh-package.Rd                  |   63 
 man/quadmesh.Rd                          |  146 
 man/reproj.Rd                            |   42 
 man/triangmesh.Rd                        |  152 
 man/triangulate_quads.Rd                 |   80 
 man/worldll.Rd                           |   24 
 man/xymap.Rd                             |   24 
 tests/testthat/Rplots.pdf                |only
 tests/testthat/test-barycentric.R        |    9 
 tests/testthat/test-image.R              |    2 
 vignettes/quadmesh.Rmd                   |  450 -
 39 files changed, 13915 insertions(+), 13663 deletions(-)

More information about quadmesh at CRAN
Permanent link

New package ggdmc with initial version 0.2.5.8
Package: ggdmc
Type: Package
Title: Cognitive Models
Version: 0.2.5.8
Date: 2019-04-06
Author: Yi-Shin Lin [aut, cre], Andrew Heathcote [aut]
Maintainer: Yi-Shin Lin <yishinlin001@gmail.com>
Description: Hierarchical Bayesian models. The package provides tools to fit two response time models, using the population-based Markov Chain Monte Carlo.
License: GPL-2
URL: https://github.com/yxlin/ggdmc
BugReports: https://github.com/yxlin/ggdmc/issues
LazyData: TRUE
Imports: Rcpp (>= 0.12.10), coda, stats, utils, ggplot2, matrixStats, data.table (>= 1.10.4)
Depends: R (>= 3.3.0)
LinkingTo: Rcpp (>= 0.12.10), RcppArmadillo (>= 0.7.100.3.0)
Suggests: testthat
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2019-04-06 02:00:12 UTC; yslin
Repository: CRAN
Date/Publication: 2019-04-06 06:00:07 UTC

More information about ggdmc at CRAN
Permanent link

Package g3viz updated to version 1.0.4 with previous version 1.0.0 dated 2019-03-29

Title: Interactively Visualize Genetic Mutation Data using a Lollipop-Diagram
Description: R interface for 'g3-lollipop' JavaScript library. Visualize genetic mutation data using an interactive lollipop diagram in RStudio or your browser.
Author: Xin Guo [aut, cre]
Maintainer: Xin Guo <g3viz.group@gmail.com>

Diff between g3viz versions 1.0.0 dated 2019-03-29 and 1.0.4 dated 2019-04-06

 g3viz-1.0.0/g3viz/vignettes/figures/cbioportal_theme.png        |only
 g3viz-1.0.0/g3viz/vignettes/figures/customized_plot.png         |only
 g3viz-1.0.0/g3viz/vignettes/figures/default_theme.png           |only
 g3viz-1.0.0/g3viz/vignettes/figures/ggplot2_theme.png           |only
 g3viz-1.0.0/g3viz/vignettes/figures/nature_theme.png            |only
 g3viz-1.0.0/g3viz/vignettes/figures/simple_theme.png            |only
 g3viz-1.0.4/g3viz/DESCRIPTION                                   |   12 
 g3viz-1.0.4/g3viz/LICENSE                                       |    4 
 g3viz-1.0.4/g3viz/MD5                                           |   51 
 g3viz-1.0.4/g3viz/R/g3LollipopOptions.R                         |    3 
 g3viz-1.0.4/g3viz/R/g3LollipopTheme.R                           |  110 
 g3viz-1.0.4/g3viz/R/parseProteinChange.R                        |    1 
 g3viz-1.0.4/g3viz/R/readMAF.R                                   |   14 
 g3viz-1.0.4/g3viz/R/uniprot2pfam.R                              |    2 
 g3viz-1.0.4/g3viz/build/vignette.rds                            |binary
 g3viz-1.0.4/g3viz/inst/doc/chart_themes.R                       |only
 g3viz-1.0.4/g3viz/inst/doc/chart_themes.Rmd                     |only
 g3viz-1.0.4/g3viz/inst/doc/chart_themes.html                    |only
 g3viz-1.0.4/g3viz/inst/doc/introduction.R                       |  202 
 g3viz-1.0.4/g3viz/inst/doc/introduction.Rmd                     |  490 -
 g3viz-1.0.4/g3viz/inst/doc/introduction.html                    | 3583 +++++++---
 g3viz-1.0.4/g3viz/inst/htmlwidgets/lib/g3viz/g3-lollipop.js     |   28 
 g3viz-1.0.4/g3viz/inst/htmlwidgets/lib/g3viz/g3-lollipop.min.js |    2 
 g3viz-1.0.4/g3viz/man/g3Lollipop.options.Rd                     |    7 
 g3viz-1.0.4/g3viz/man/g3Lollipop.theme.Rd                       |    6 
 g3viz-1.0.4/g3viz/man/parseProteinChange.Rd                     |    3 
 g3viz-1.0.4/g3viz/man/readMAF.Rd                                |   14 
 g3viz-1.0.4/g3viz/man/uniprot2pfam.Rd                           |    2 
 g3viz-1.0.4/g3viz/vignettes/chart_themes.Rmd                    |only
 g3viz-1.0.4/g3viz/vignettes/introduction.Rmd                    |  490 -
 g3viz-1.0.4/g3viz/vignettes/tables                              |only
 31 files changed, 3303 insertions(+), 1721 deletions(-)

More information about g3viz at CRAN
Permanent link

Package plotmo updated to version 3.5.4 with previous version 3.5.3 dated 2019-03-16

Title: Plot a Model's Residuals, Response, and Partial Dependence Plots
Description: Plot model surfaces for a wide variety of models using partial dependence plots and other techniques. Also plot model residuals and other information on the model.
Author: Stephen Milborrow
Maintainer: Stephen Milborrow <milbo@sonic.net>

Diff between plotmo versions 3.5.3 dated 2019-03-16 and 3.5.4 dated 2019-04-06

 DESCRIPTION                             |   10 +-
 MD5                                     |   92 +++++++++++-----------
 NEWS                                    |    8 +
 R/check.index.R                         |   13 +--
 R/lib.R                                 |  105 +++++++++++++++-----------
 R/plotmo.R                              |    2 
 R/xy.R                                  |    9 +-
 inst/doc/modguide.pdf                   |binary
 inst/doc/plotmo-notes.pdf               |binary
 inst/doc/plotres-notes.pdf              |binary
 inst/slowtests/linmod.R                 |    2 
 inst/slowtests/make.README.bat          |    2 
 inst/slowtests/test.c50.bat             |    5 -
 inst/slowtests/test.caret.Rout.save     |   16 +--
 inst/slowtests/test.caret.bat           |    5 -
 inst/slowtests/test.center.R            |    2 
 inst/slowtests/test.center.Rout.save    |    2 
 inst/slowtests/test.center.bat          |    5 -
 inst/slowtests/test.degree.bat          |    5 -
 inst/slowtests/test.dots.R              |   31 +++----
 inst/slowtests/test.dots.Rout.save      |   39 ++++-----
 inst/slowtests/test.dots.bat            |    5 -
 inst/slowtests/test.emma.bat            |    4 
 inst/slowtests/test.fac.bat             |    5 -
 inst/slowtests/test.gbm.bat             |    5 -
 inst/slowtests/test.glmnet.bat          |    5 -
 inst/slowtests/test.glmnetUtils.bat     |    5 -
 inst/slowtests/test.linmod.R            |    8 +
 inst/slowtests/test.linmod.Rout.save    |    8 +
 inst/slowtests/test.linmod.bat          |    5 -
 inst/slowtests/test.mlr.bat             |    5 -
 inst/slowtests/test.modguide.bat        |    5 -
 inst/slowtests/test.non.earth.Rout.save |    4 
 inst/slowtests/test.non.earth.bat       |    5 -
 inst/slowtests/test.partdep.bat         |    5 -
 inst/slowtests/test.partykit.bat        |    5 -
 inst/slowtests/test.plotmo.Rout.save    |   12 +-
 inst/slowtests/test.plotmo.args.bat     |    5 -
 inst/slowtests/test.plotmo.bat          |    5 -
 inst/slowtests/test.plotmo.dots.bat     |    5 -
 inst/slowtests/test.plotmo.x.bat        |    5 -
 inst/slowtests/test.plotmo3.R           |   64 +++++++++++++++
 inst/slowtests/test.plotmo3.Rout.save   |  129 ++++++++++++++++++++++++++++++++
 inst/slowtests/test.plotmo3.bat         |    5 -
 inst/slowtests/test.plotres.bat         |    5 -
 inst/slowtests/test.pre.bat             |    5 -
 inst/slowtests/test.printcall.bat       |    5 -
 47 files changed, 475 insertions(+), 202 deletions(-)

More information about plotmo at CRAN
Permanent link

Package sugrrants updated to version 0.2.4 with previous version 0.2.3 dated 2019-02-21

Title: Supporting Graphs for Analysing Time Series
Description: Provides 'ggplot2' graphics for analysing time series data. It aims to fit into the 'tidyverse' and grammar of graphics framework for handling temporal data.
Author: Earo Wang [aut, cre] (<https://orcid.org/0000-0001-6448-5260>), Di Cook [aut, ths] (<https://orcid.org/0000-0002-3813-7155>), Rob Hyndman [aut, ths] (<https://orcid.org/0000-0002-2140-5352>)
Maintainer: Earo Wang <earo.wang@gmail.com>

Diff between sugrrants versions 0.2.3 dated 2019-02-21 and 0.2.4 dated 2019-04-06

 sugrrants-0.2.3/sugrrants/man/figure                     |only
 sugrrants-0.2.4/sugrrants/DESCRIPTION                    |    6 -
 sugrrants-0.2.4/sugrrants/MD5                            |   28 ++---
 sugrrants-0.2.4/sugrrants/NEWS.md                        |    6 +
 sugrrants-0.2.4/sugrrants/R/calendar-fun.R               |   13 ++
 sugrrants-0.2.4/sugrrants/R/facet-calendar.R             |    2 
 sugrrants-0.2.4/sugrrants/R/frame-calendar.R             |   75 ++++++---------
 sugrrants-0.2.4/sugrrants/R/prettify.R                   |   14 +-
 sugrrants-0.2.4/sugrrants/README.md                      |    8 +
 sugrrants-0.2.4/sugrrants/build/vignette.rds             |binary
 sugrrants-0.2.4/sugrrants/inst/doc/frame-calendar.html   |    7 +
 sugrrants-0.2.4/sugrrants/man/facet-calendar.Rd          |    2 
 sugrrants-0.2.4/sugrrants/man/figures                    |only
 sugrrants-0.2.4/sugrrants/man/frame-calendar.Rd          |   14 +-
 sugrrants-0.2.4/sugrrants/tests/testthat/test-calendar.R |   33 +++---
 15 files changed, 109 insertions(+), 99 deletions(-)

More information about sugrrants at CRAN
Permanent link


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