Title: Cross-Platform Perl Based R Function to Create Excel 2003 (XLS)
and Excel 2007 (XLSX) Files
Description: Cross-platform Perl based R function to create Excel 2003 (XLS) and Excel 2007 (XLSX)
files from one or more data frames. Each data frame will be
written to a separate named worksheet in the Excel spreadsheet.
The worksheet name will be the name of the data frame it contains
or can be specified by the user.
Author: Marc Schwartz <marc_schwartz@me.com> and various authors for Perl modules listed in each .pm file.
Maintainer: Marc Schwartz <marc_schwartz@me.com>
Diff between WriteXLS versions 4.1.0 dated 2019-02-26 and 5.0.0 dated 2019-05-25
DESCRIPTION | 8 ++-- INSTALL | 16 +++----- MD5 | 16 ++++---- NAMESPACE | 2 - R/WriteXLS.R | 88 ++++++++++++++++++++++++++++--------------------- R/testPerl.R | 2 - inst/Perl/WriteXLS.pl | 2 - inst/Perl/WriteXLSX.pl | 2 - man/WriteXLS.Rd | 50 ++++++++++++++++++--------- 9 files changed, 108 insertions(+), 78 deletions(-)
Title: Convert Strings into any Case
Description: A consistent, flexible and easy to use tool to parse and convert strings into cases like snake or camel among others.
Author: Malte Grosser [aut, cre]
Maintainer: Malte Grosser <malte.grosser@gmail.com>
Diff between snakecase versions 0.10.0 dated 2019-05-16 and 0.11.0 dated 2019-05-25
DESCRIPTION | 10 MD5 | 42 ++-- NEWS.md | 54 ++++- R/abbreviation_internal.R | 43 +++- R/caseconverters.R | 16 - R/parsing_helpers_internal.R | 60 ++++- R/to_any_case.R | 187 +++++++++++------- R/to_parsed_case_internal.R | 130 ++++++++++-- build/vignette.rds |binary inst/doc/caseconverters.R | 2 inst/doc/caseconverters.html | 4 inst/doc/introducing-the-snakecase-package.R |only inst/doc/introducing-the-snakecase-package.Rmd |only inst/doc/introducing-the-snakecase-package.html |only man/caseconverter.Rd | 16 - man/parsing_helpers.Rd | 25 +- man/to_any_case.Rd | 111 ++++++---- man/to_parsed_case_internal.Rd | 8 tests/testthat/test-to_any_case.R | 243 ++++++++++++++++++++++-- tests/testthat/test-to_lower_camel_case.R | 5 tests/testthat/test-to_parsed_case_internal.R | 21 +- tests/testthat/test-to_title_case.R | 10 tests/testthat/test-to_upper_camel_case.R | 20 + vignettes/introducing-the-snakecase-package.Rmd |only 24 files changed, 759 insertions(+), 248 deletions(-)
Title: Global Sensitivity Analysis of Model Outputs
Description: A collection of functions for factor screening, global sensitivity analysis and reliability sensitivity analysis. Most of the functions have to be applied on model with scalar output, but several functions support multi-dimensional outputs.
Author: Bertrand Iooss, Alexandre Janon and Gilles Pujol, with contributions from Baptiste Broto, Khalid Boumhaout, Sebastien Da Veiga, Thibault Delage, Jana Fruth, Laurent Gilquin, Joseph Guillaume, Loic Le Gratiet, Paul Lemaitre, Barry L. Nelson, Filippo Monari, Roelof Oomen, Oldrich Rakovec, Bernardo Ramos, Olivier Roustant, Eunhye Song, Jeremy Staum, Roman Sueur, Taieb Touati, Frank Weber
Maintainer: Bertrand Iooss <biooss@yahoo.fr>
Diff between sensitivity versions 1.15.2 dated 2018-09-02 and 1.16.0 dated 2019-05-25
DESCRIPTION | 14 +-- MD5 | 34 +++++--- NAMESPACE | 7 + NEWS | 17 ++++ R/PLIquantile.r | 167 ++++++++++++++++++++++++++++++++++++++------ R/PLIquantile_multivar.r |only R/PLIsuperquantile.r |only R/shapleySubsetMc.R |only R/testmodels.R | 16 +++- man/PLI.Rd | 4 - man/PLIquantile.Rd | 87 ++++++++++++++++++---- man/PLIquantile_multivar.Rd |only man/PLIsuperquantile.Rd |only man/sensitivity-package.Rd | 5 - man/shapleyPermEx.Rd | 2 man/shapleyPermRand.Rd | 2 man/shapleySubsetMc.Rd |only man/sobolGP.Rd | 2 man/sobolMultOut.Rd | 23 +----- man/sobolSmthSpl.Rd | 97 +++++++++++++------------ man/testmodels.Rd | 4 - 21 files changed, 346 insertions(+), 135 deletions(-)
Title: Data Exchange Between R and 'LabKey' Server
Description: The 'LabKey' client library for R makes it easy for R users to
load live data from a 'LabKey' Server, <http://www.labkey.com/>,
into the R environment for analysis, provided users have permissions
to read the data. It also enables R users to insert, update, and
delete records stored on a 'LabKey' Server, provided they have appropriate
permissions to do so.
Author: Peter Hussey
Maintainer: Cory Nathe <cnathe@labkey.com>
Diff between Rlabkey versions 2.2.5 dated 2019-03-14 and 2.3.0 dated 2019-05-25
DESCRIPTION | 8 +- MD5 | 25 ++++++-- NAMESPACE | 3 - NEWS | 3 + R/labkey.defaults.R | 102 +++++++++++++++++++++++++++--------- R/labkey.webdav.R |only R/parseHeader.R | 86 +++++++++++++++--------------- build/vignette.rds |binary inst/doc/RlabkeyExample.pdf |binary man/Rlabkey-package.Rd | 4 - man/labkey.webdav.delete.Rd |only man/labkey.webdav.downloadFolder.Rd |only man/labkey.webdav.get.Rd |only man/labkey.webdav.listDir.Rd |only man/labkey.webdav.mkDir.Rd |only man/labkey.webdav.mkDirs.Rd |only man/labkey.webdav.pathExists.Rd |only man/labkey.webdav.put.Rd |only 18 files changed, 149 insertions(+), 82 deletions(-)
Title: Probabilistic Knowledge Structures
Description: Fitting and testing probabilistic knowledge structures,
especially the basic local independence model (BLIM, Doignon & Flamagne,
1999), using the minimum discrepancy maximum likelihood (MDML) method
(Heller & Wickelmaier, 2013 <doi:10.1016/j.endm.2013.05.145>).
Author: Florian Wickelmaier [aut, cre],
Juergen Heller [aut],
Pasquale Anselmi [ctb]
Maintainer: Florian Wickelmaier <wickelmaier@web.de>
Diff between pks versions 0.4-0 dated 2016-04-18 and 0.4-1 dated 2019-05-25
ChangeLog | 7 +++++++ DESCRIPTION | 16 +++++++++------- MD5 | 29 +++++++++++++++-------------- NAMESPACE | 3 ++- R/blim.R | 5 +++-- build |only data/DoignonFalmagne7.rda |binary data/Taagepera.rda |binary data/endm.rda |binary inst/CITATION | 3 ++- man/Taagepera.Rd | 1 + man/blim.Rd | 9 +++++---- man/delineate.Rd | 14 +++++++------- man/endm.Rd | 1 + man/fwd_bck_graded.Rd | 1 + man/jacobian.Rd | 6 ++++-- 16 files changed, 57 insertions(+), 38 deletions(-)
Title: Extended Structural Equation Modelling
Description: Create structural equation models that can be manipulated programmatically.
Models may be specified with matrices or paths (LISREL or RAM)
Example models include confirmatory factor, multiple group, mixture
distribution, categorical threshold, modern test theory, differential
Fit functions include full information maximum likelihood, maximum likelihood, and weighted least squares.
equations, state space, and many others.
Support and advanced package binaries available at <http://openmx.ssri.psu.edu>.
The software is described in Neale, Hunter, Pritikin, Zahery, Brick,
Kirkpatrick, Estabrook, Bates, Maes, & Boker (2016) <doi:10.1007/s11336-014-9435-8>.
Author: Steven M. Boker [aut],
Michael C. Neale [aut],
Hermine H. Maes [aut],
Michael J. Wilde [ctb],
Michael Spiegel [aut],
Timothy R. Brick [aut],
Ryne Estabrook [aut],
Timothy C. Bates [aut],
Paras Mehta [ctb],
Timo von Oertzen [ctb],
Ross J. Gore [aut],
Michael D. Hunter [aut],
Daniel C. Hackett [ctb],
Julian Karch [ctb],
Andreas M. Brandmaier [ctb],
Joshua N. Pritikin [aut, cre],
Mahsa Zahery [aut],
Robert M. Kirkpatrick [aut],
Yang Wang [ctb],
Charles Driver [ctb],
Massachusetts Institute of Technology [cph],
S. G. Johnson [cph],
Association for Computing Machinery [cph],
Dieter Kraft [cph],
Stefan Wilhelm [cph],
Sarah Medland [cph],
Carl F. Falk [cph],
Matt Keller [cph],
Manjunath B G [cph],
The Regents of the University of California [cph],
Lester Ingber [cph],
Wong Shao Voon [cph],
Juan Palacios [cph],
Jiang Yang [cph],
Gavin Band [cph],
Yann Collet [cph],
Facebook, Inc. [cph],
Yuta Mori [cph],
Shaun Purcell [cph],
Christopher Chang [cph]
Maintainer: Joshua N. Pritikin <jpritikin@pobox.com>
Diff between OpenMx versions 2.13.0 dated 2019-05-24 and 2.13.1 dated 2019-05-25
DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- R/MxVersion.R | 2 +- inst/CITATION | 2 +- src/omxMatrix.h | 8 ++------ src/plink2_base.h | 10 +++------- 6 files changed, 16 insertions(+), 24 deletions(-)
Title: Nanosecond-Resolution Time for R
Description: Full 64-bit resolution date and time support with resolution up
to nanosecond granularity is provided, with easy transition to and from the
standard 'POSIXct' type.
Author: Dirk Eddelbuettel and Leonardo Silvestri
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between nanotime versions 0.2.3 dated 2018-09-30 and 0.2.4 dated 2019-05-25
ChangeLog | 16 ++++++++++++++++ DESCRIPTION | 10 +++++----- MD5 | 16 ++++++++-------- NAMESPACE | 1 + R/nanotime.R | 9 ++++++++- README.md | 2 +- inst/NEWS.Rd | 10 ++++++++-- inst/unitTests/test_nanotime.R | 10 ++++++++++ man/nanotime.Rd | 9 +++------ 9 files changed, 60 insertions(+), 23 deletions(-)
Title: R Interface to the Data Retriever
Description: Provides an R interface to the Data Retriever
<http://data-retriever.org/> via the Data Retriever's
command line interface. The Data Retriever automates the
tasks of finding, downloading, and cleaning public datasets,
and then stores them in a local database.
Author: Daniel McGlinn [aut] (<https://orcid.org/0000-0003-2359-3526>),
Pranita Sharma [aut] (<https://orcid.org/0000-0002-5871-380X>),
David J Harris [aut] (<https://orcid.org/0000-0003-3332-9307>),
Henry Senyondo [aut, cre] (<https://orcid.org/0000-0001-7105-5808>),
Shawn Taylor [aut] (<https://orcid.org/0000-0002-6178-6903>),
Harshit Bansal [aut] (<https://orcid.org/0000-0002-3285-812X>),
Max Pohlman [aut],
Ethan White [aut] (<https://orcid.org/0000-0001-6728-7745>)
Maintainer: Henry Senyondo <henrykironde@gmail.com>
Diff between rdataretriever versions 1.0.0 dated 2017-03-12 and 2.0.0 dated 2019-05-25
rdataretriever-1.0.0/rdataretriever/R/rdataretriever-package.R |only rdataretriever-1.0.0/rdataretriever/man/check_for_retriever.Rd |only rdataretriever-1.0.0/rdataretriever/man/print.update_log.Rd |only rdataretriever-1.0.0/rdataretriever/man/rdataretriever.Rd |only rdataretriever-1.0.0/rdataretriever/man/run_cli.Rd |only rdataretriever-1.0.0/rdataretriever/man/set_home.Rd |only rdataretriever-2.0.0/rdataretriever/DESCRIPTION | 58 rdataretriever-2.0.0/rdataretriever/MD5 | 43 rdataretriever-2.0.0/rdataretriever/NAMESPACE | 13 rdataretriever-2.0.0/rdataretriever/R/rdataretriever.R | 705 ++++++---- rdataretriever-2.0.0/rdataretriever/README.md | 196 ++ rdataretriever-2.0.0/rdataretriever/man/datasets.Rd | 10 rdataretriever-2.0.0/rdataretriever/man/download.Rd | 20 rdataretriever-2.0.0/rdataretriever/man/fetch.Rd | 12 rdataretriever-2.0.0/rdataretriever/man/get_citation.Rd |only rdataretriever-2.0.0/rdataretriever/man/get_updates.Rd | 1 rdataretriever-2.0.0/rdataretriever/man/install.Rd | 9 rdataretriever-2.0.0/rdataretriever/man/install_csv.Rd |only rdataretriever-2.0.0/rdataretriever/man/install_json.Rd |only rdataretriever-2.0.0/rdataretriever/man/install_msaccess.Rd |only rdataretriever-2.0.0/rdataretriever/man/install_mysql.Rd |only rdataretriever-2.0.0/rdataretriever/man/install_postgres.Rd |only rdataretriever-2.0.0/rdataretriever/man/install_sqlite.Rd |only rdataretriever-2.0.0/rdataretriever/man/install_xml.Rd |only rdataretriever-2.0.0/rdataretriever/man/reload_scripts.Rd |only rdataretriever-2.0.0/rdataretriever/man/reset.Rd | 11 rdataretriever-2.0.0/rdataretriever/man/use_RetrieverPath.Rd |only rdataretriever-2.0.0/rdataretriever/tests |only 28 files changed, 756 insertions(+), 322 deletions(-)
More information about rdataretriever at CRAN
Permanent link
Title: Intrinsic Dimension for Data Mining
Description: Contains techniques for mining large and high-dimensional data
sets by using the concept of Intrinsic Dimension (ID). Here the ID is
not necessarily an integer. It is extended to fractal dimensions. And
the Morisita estimator is used for the ID estimation, but other
tools are included as well.
Author: Jean Golay [aut, cre],
Mohamed Laib [aut]
Maintainer: Jean Golay <jeangolay@gmail.com>
Diff between IDmining versions 1.0.5 dated 2018-08-08 and 1.0.6 dated 2019-05-25
DESCRIPTION | 14 +++++++------- MD5 | 46 +++++++++++++++++++++++----------------------- R/Butterfly.R | 2 +- R/IDmining.R | 6 +++--- R/MBFR.r | 2 +- R/MBFR_parallel.R | 2 +- R/MBRM.R | 4 +++- R/MBRM_parallel.R | 2 +- R/MINDEX_SP.R | 2 +- R/MINDID.R | 2 +- R/MINDID_FMC.R | 2 +- R/RenDim.R | 2 +- R/logMINDEX.R | 2 +- man/Butterfly.Rd | 2 +- man/IDmining-package.Rd | 14 +++++++------- man/MBFR.Rd | 2 +- man/MBFR_parallel.Rd | 2 +- man/MBRM.Rd | 4 +++- man/MBRM_parallel.Rd | 2 +- man/MINDEX_SP.Rd | 2 +- man/MINDID.Rd | 2 +- man/MINDID_FMC.Rd | 2 +- man/RenDim.Rd | 2 +- man/logMINDEX.Rd | 2 +- 24 files changed, 64 insertions(+), 60 deletions(-)
Title: Manage, Analyse and Simulate Hyperspectral Data
Description: Transformation of reflectance spectra, calculation of vegetation indices and red edge parameters, spectral resampling for hyperspectral remote sensing, simulation of reflectance and transmittance using the leaf reflectance model PROSPECT and the canopy reflectance model PROSAIL.
Author: Lukas W. Lehnert [cre, aut] (<https://orcid.org/0000-0002-5229-2282>),
Hanna Meyer [ctb],
Joerg Bendix [ctb]
Maintainer: Lukas W. Lehnert <lukaslehnert@googlemail.com>
Diff between hsdar versions 0.7.2 dated 2018-12-06 and 1.0.0 dated 2019-05-25
ChangeLog | 11 ++++++++- DESCRIPTION | 21 ++++++++++++------ MD5 | 33 ++++++++++++++++------------- R/HyperSpecRaster_methods.R | 10 +++++--- R/plot_HyperSpec_cube.R | 20 +++++++++++++++-- R/read_header.R |only R/speclib_print.R | 16 ++++++++++++++ R/spectralInterpolation.R |only R/spectral_resampling.R | 2 - R/spectral_resampling_response.R | 6 ++--- R/unmix.R | 2 - build/hsdar.pdf |binary inst/CITATION | 44 +++++++++++++++++++++++---------------- inst/doc/Hsdar-intro.pdf |binary inst/doc/References.pdf |binary man/cubePlot.Rd | 6 ++++- man/read.header.Rd |only man/rededge.Rd | 2 - man/spectralInterpolation.Rd |only src/interpolate.f90 |only 20 files changed, 118 insertions(+), 55 deletions(-)
Title: Cause-Specific Framework for Competing-Risk Analysis
Description: Numerical integration of cause-specific survival curves to arrive at cause-specific cumulative incidence functions,
with three usage modes: 1) Convenient API for parametric survival regression followed by competing-risk analysis, 2) API for
CFC, accepting user-specified survival functions in R, and 3) Same as 2, but accepting survival functions in C++.
Author: Mansour T.A. Sharabiani, Alireza S. Mahani
Maintainer: Alireza S. Mahani <alireza.s.mahani@gmail.com>
Diff between CFC versions 1.1.0 dated 2017-06-21 and 1.1.2 dated 2019-05-25
ChangeLog | 7 + DESCRIPTION | 8 - MD5 | 40 ++++---- R/zzz.R | 16 +-- build/vignette.rds |binary inst/CITATION |only inst/doc/cfc.R | 12 +- inst/doc/cfc.Rnw | 17 ++- inst/doc/cfc.pdf |binary man/cfc.Rd | 218 ++++++++++++++++++++++---------------------- man/cfc.pbasis.Rd | 2 man/cfc.prepdata.Rd | 104 ++++++++++---------- man/cfc.survreg.Rd | 124 ++++++++++++------------- man/cfc.survreg.survprob.Rd | 164 ++++++++++++++++----------------- man/cfc.tbasis.Rd | 168 +++++++++++++++++---------------- man/summary.cfc.Rd | 206 +++++++++++++++++++++-------------------- man/summary.cfc.pbasis.Rd | 4 man/summary.cfc.survreg.Rd | 76 ++++++++------- man/summary.cfc.tbasis.Rd | 82 ++++++++-------- src/Makevars | 4 vignettes/cfc.Rnw | 17 ++- vignettes/jsslogo.jpg |only 22 files changed, 666 insertions(+), 603 deletions(-)
Title: Age-Depth Modelling using Bayesian Statistics
Description: Bacon is an approach to age-depth modelling that uses Bayesian statistics to reconstruct accumulation histories for deposits, through combining radiocarbon and other dates with prior information. See Blaauw & Christen (2011) <doi:10.1214/11-BA618>.
Author: Maarten Blaauw [aut, cre],
J. Andres Christen [aut],
Judith Esquivel Vazquez [ctb],
Ted Belding [cph],
James Theiler [cph],
Brian Gough [cph],
Charles Karney [cph]
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>
Diff between rbacon versions 2.3.7 dated 2019-02-13 and 2.3.8 dated 2019-05-25
DESCRIPTION | 10 +-- MD5 | 58 ++++++++++---------- NEWS.md | 27 ++++++++- R/Bacon.R | 97 ++++++++++++++++++++++----------- R/MCMC.R | 15 ++--- R/accrate.R | 114 +++++++++++++++++++++------------------ R/agedepth.R | 77 ++++++++++++++------------ R/calc.R | 136 +++++++++++++++++++++++------------------------ R/calibrate.R | 107 ++++++++++++++++++++---------------- R/internal_plots.R | 39 ++++++------- R/plots.R | 86 +++++++++++++++-------------- R/read_write.R | 87 ++++++++++++++++-------------- man/AgesOfEvents.Rd | 19 ++++-- man/Bacon.Age.d.Rd | 2 man/Bacon.Rd | 40 ++++++++----- man/Bacon.hist.Rd | 10 +-- man/accrate.age.ghost.Rd | 25 +++++--- man/add.dates.Rd | 2 man/agedepth.Rd | 66 ++++++++++++++-------- man/agemodel.it.Rd | 2 man/calib.plot.Rd | 31 ++++++---- man/flux.age.ghost.Rd | 31 ++++++---- man/proxy.ghost.Rd | 29 ++++++---- man/scissors.Rd | 2 man/thinner.Rd | 2 src/bacon.h | 61 ++++++++++----------- src/cal.h | 4 - src/input.cpp | 2 src/input.h | 2 src/twalk.h | 8 +- 30 files changed, 675 insertions(+), 516 deletions(-)
Title: Searching for Optimal MDS Procedure for Metric and
Interval-Valued Data
Description: Selecting the optimal multidimensional scaling (MDS) procedure for metric data via metric MDS (ratio, interval, mspline) and nonmetric MDS (ordinal). Selecting the optimal multidimensional scaling (MDS) procedure for interval-valued data via metric MDS (ratio, interval, mspline).Selecting the optimal multidimensional scaling procedure for interval-valued data by varying all combinations of normalization and optimization methods.Selecting the optimal MDS procedure for statistical data referring to the evaluation of tourist attractiveness of Lower Silesian counties.
(Borg, I., Groenen, P.J.F., Mair, P. (2013) <doi:10.1007/978-3-642-31848-1>,
Groenen, P.J.F., Winsberg, S., Rodriguez, O., Diday, E. (2006) <doi:10.1016/j.csda.2006.04.003>,
Walesiak, M. (2016) <doi:10.15611/ekt.2016.2.01>,
Walesiak, M. (2017) <doi:10.15611/ekt.2017.3.01>).
Author: Marek Walesiak <marek.walesiak@ue.wroc.pl>, Andrzej Dudek <andrzej.dudek@ue.wroc.pl>
Maintainer: Andrzej Dudek <andrzej.dudek@ue.wroc.pl>
Diff between mdsOpt versions 0.3-3 dated 2018-12-08 and 0.4-1 dated 2019-05-25
DESCRIPTION | 8 ++++---- MD5 | 17 +++++++++-------- NAMESPACE | 3 ++- R/findOptimalIscalInterval.r | 24 +++++++++++++++++++----- R/findOptimalSmacofSym.r | 25 ++++++++++++++++++++----- R/optSmacofSym.r | 2 +- R/optSmacofSymInterval.r | 2 +- inst |only man/findOptimalIscalInterval.rd | 6 +++++- man/findOptimalSmacofSym.rd | 6 ++++-- 10 files changed, 65 insertions(+), 28 deletions(-)
Title: Model-Free Reinforcement Learning
Description: Performs model-free reinforcement learning in R. This implementation enables the learning
of an optimal policy based on sample sequences consisting of states, actions and rewards. In
addition, it supplies multiple predefined reinforcement learning algorithms, such as experience
replay. Methodological details can be found in Sutton and Barto (1998) <ISBN:0262039249>.
Author: Nicolas Proellochs [aut, cre],
Stefan Feuerriegel [aut]
Maintainer: Nicolas Proellochs <nicolas.proellochs@wi.jlug.de>
Diff between ReinforcementLearning versions 1.0.3 dated 2019-04-21 and 1.0.4 dated 2019-05-25
DESCRIPTION | 13 MD5 | 52 +- NAMESPACE | 12 NEWS.md | 10 R/ReinforcementLearning.R | 20 R/actionSelection.R | 40 + R/experienceReplay.R | 30 + R/gridworld.R | 23 - R/learningRule.R | 2 R/policy.R | 44 +- R/sampleExperience.R | 6 README.md | 88 +++- inst/doc/ReinforcementLearning.R | 157 ++++++- inst/doc/ReinforcementLearning.Rmd | 299 +++++++++++--- inst/doc/ReinforcementLearning.html | 675 ++++++++++++++++++++++++--------- man/computePolicy.Rd |only man/epsilonGreedyActionSelection.Rd | 4 man/experienceReplay.Rd | 4 man/gridworldEnvironment.Rd | 12 man/policy.Rd | 6 man/randomActionSelection.Rd | 2 man/replayExperience.Rd |only man/selectEpsilonGreedyAction.Rd |only man/selectRandomAction.Rd |only tests/testthat/test.actionSelection.R | 4 tests/testthat/test.experienceReplay.R | 10 tests/testthat/test.learningRule.R | 2 tests/testthat/test.policy.R | 10 vignettes/ReinforcementLearning.Rmd | 299 +++++++++++--- 29 files changed, 1367 insertions(+), 457 deletions(-)
More information about ReinforcementLearning at CRAN
Permanent link
Title: Hierarchical Exponential-Family Random Graph Models
Description: Hierarchical exponential-family random graph models with local dependence.
Author: Michael Schweinberger <michael.schweinberger@rice.edu> [aut, cre], Mark S. Handcock <handcock@ucla.edu> [aut], Sergii Babkin <babkin.sergii@gmail.com> [aut], Jonathan Stewart <jonathan.stewart@rice.edu> [aut], Duy Vu <duy.vu@unimelb.edu.au> [aut], Pamela Luna <pamela.luna@rice.edu> [ctb]
Maintainer: Michael Schweinberger <michael.schweinberger@rice.edu>
Diff between hergm versions 4.1-2 dated 2019-05-08 and 4.1-3 dated 2019-05-25
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- R/hergm.R | 2 +- R/hergm.print.R | 11 +++++++++-- man/hergm.Rd | 14 +++++++++++--- 5 files changed, 29 insertions(+), 14 deletions(-)
Title: Obtain and Visualize Regulome-Gene Expression Correlations in
Cancer
Description: Builds a 'SQLite' database file of pre-calculated transcription
factor/microRNA-gene correlations (co-expression) in cancer from the
Cistrome Cancer Liu et al. (2011) <doi:10.1186/gb-2011-12-8-r83> and
'miRCancerdb' databases (in press). Provides custom classes and functions
to query, tidy and plot the correlation data.
Author: Mahmoud Ahmed [aut, cre] (<https://orcid.org/0000-0002-4377-6541>)
Maintainer: Mahmoud Ahmed <mahmoud.s.fahmy@students.kasralainy.edu.eg>
Diff between cRegulome versions 0.3.0 dated 2019-01-03 and 0.3.1 dated 2019-05-25
DESCRIPTION | 6 MD5 | 15 +- NEWS.md | 38 +++-- README.md | 13 - build/vignette.rds |binary inst/CITATION |only inst/doc/case_study.html | 236 ++++++++++++++++++++++++++++++++---- inst/doc/using_cRegulome.html | 226 +++++++++++++++++++++++++++++++--- tests/testthat/test-methods.plots.R | 4 9 files changed, 459 insertions(+), 79 deletions(-)