Sat, 28 May 2022

Package BondValuation updated to version 0.1.1 with previous version 0.1.0 dated 2018-11-14

Title: Fixed Coupon Bond Valuation Allowing for Odd Coupon Periods and Various Day Count Conventions
Description: Analysis of large datasets of fixed coupon bonds, allowing for irregular first and last coupon periods and various day count conventions. With this package you can compute the yield to maturity, the modified and MacAulay durations and the convexity of fixed-rate bonds. It provides the function AnnivDates, which can be used to evaluate the quality of the data and return time-invariant properties and temporal structure of a bond.
Author: Djatschenko Wadim [aut, cre]
Maintainer: Djatschenko Wadim <wadim.djatschenko@gmx.de>

Diff between BondValuation versions 0.1.0 dated 2018-11-14 and 0.1.1 dated 2022-05-28

 DESCRIPTION               |   10 ++---
 MD5                       |   28 +++++++-------
 R/AccrInt.R               |   32 ++++++++---------
 R/AnnivDates.R            |   51 +++++++++++++--------------
 R/BondVal.Yield.R         |   66 +++++++++++++++++------------------
 man/AccrInt.Rd            |   50 +++++++++++++++-----------
 man/AnnivDates.Rd         |   86 +++++++++++++++++++++++++---------------------
 man/BondVal.Price.Rd      |   29 +++++++++++----
 man/BondVal.Yield.Rd      |   30 +++++++++++-----
 man/DP.Rd                 |   25 ++++++++++---
 man/List.DCC.Rd           |    6 ++-
 man/NonBusDays.Brazil.Rd  |    6 ++-
 man/PanelSomeBonds2016.Rd |    6 ++-
 man/SomeBonds2016.Rd      |    6 ++-
 src/RcppExports.cpp       |    5 ++
 15 files changed, 253 insertions(+), 183 deletions(-)

More information about BondValuation at CRAN
Permanent link

Package abclass updated to version 0.3.0 with previous version 0.2.0 dated 2022-04-11

Title: Angle-Based Large-Margin Classifiers
Description: Multi-category angle-based large-margin classifiers. See Zhang and Liu (2014) <doi:10.1093/biomet/asu017> for details.
Author: Wenjie Wang [aut, cre] , Eli Lilly and Company [cph]
Maintainer: Wenjie Wang <wang@wwenjie.org>

Diff between abclass versions 0.2.0 dated 2022-04-11 and 0.3.0 dated 2022-05-28

 abclass-0.2.0/abclass/inst/include/abclass/BoostGLasso.h          |only
 abclass-0.2.0/abclass/inst/include/abclass/HingeBoostGLasso.h     |only
 abclass-0.2.0/abclass/inst/include/abclass/LogisticGLasso.h       |only
 abclass-0.2.0/abclass/inst/include/abclass/LumGLasso.h            |only
 abclass-0.2.0/abclass/inst/include/abclass/abclass_glasso_cv.h    |only
 abclass-0.2.0/abclass/inst/include/abclass/abclass_net_cv.h       |only
 abclass-0.2.0/abclass/src/boost_glasso.cpp                        |only
 abclass-0.2.0/abclass/src/hinge_boost_glasso.cpp                  |only
 abclass-0.2.0/abclass/src/logistic_glasso.cpp                     |only
 abclass-0.2.0/abclass/src/lum_glasso.cpp                          |only
 abclass-0.3.0/abclass/DESCRIPTION                                 |    6 
 abclass-0.3.0/abclass/MD5                                         |   91 +-
 abclass-0.3.0/abclass/NAMESPACE                                   |    1 
 abclass-0.3.0/abclass/NEWS.md                                     |   20 
 abclass-0.3.0/abclass/R/RcppExports.R                             |   72 +
 abclass-0.3.0/abclass/R/abclass.R                                 |  386 +++-------
 abclass-0.3.0/abclass/R/coef.R                                    |    5 
 abclass-0.3.0/abclass/R/predict.R                                 |   11 
 abclass-0.3.0/abclass/R/utils.R                                   |   19 
 abclass-0.3.0/abclass/README.md                                   |   92 +-
 abclass-0.3.0/abclass/inst/CITATION                               |    2 
 abclass-0.3.0/abclass/inst/include/abclass.h                      |   25 
 abclass-0.3.0/abclass/inst/include/abclass/AbclassGroupLasso.h    |   54 -
 abclass-0.3.0/abclass/inst/include/abclass/AbclassGroupMCP.h      |only
 abclass-0.3.0/abclass/inst/include/abclass/AbclassGroupSCAD.h     |only
 abclass-0.3.0/abclass/inst/include/abclass/AbclassNet.h           |   33 
 abclass-0.3.0/abclass/inst/include/abclass/BoostGroupLasso.h      |only
 abclass-0.3.0/abclass/inst/include/abclass/BoostGroupMCP.h        |only
 abclass-0.3.0/abclass/inst/include/abclass/BoostGroupSCAD.h       |only
 abclass-0.3.0/abclass/inst/include/abclass/BoostNet.h             |    4 
 abclass-0.3.0/abclass/inst/include/abclass/CrossValidation.h      |    2 
 abclass-0.3.0/abclass/inst/include/abclass/HingeBoostGroupLasso.h |only
 abclass-0.3.0/abclass/inst/include/abclass/HingeBoostGroupMCP.h   |only
 abclass-0.3.0/abclass/inst/include/abclass/HingeBoostGroupSCAD.h  |only
 abclass-0.3.0/abclass/inst/include/abclass/HingeBoostNet.h        |    7 
 abclass-0.3.0/abclass/inst/include/abclass/LogisticGroupLasso.h   |only
 abclass-0.3.0/abclass/inst/include/abclass/LogisticGroupMCP.h     |only
 abclass-0.3.0/abclass/inst/include/abclass/LogisticGroupSCAD.h    |only
 abclass-0.3.0/abclass/inst/include/abclass/LogisticNet.h          |    2 
 abclass-0.3.0/abclass/inst/include/abclass/LumGroupLasso.h        |only
 abclass-0.3.0/abclass/inst/include/abclass/LumGroupMCP.h          |only
 abclass-0.3.0/abclass/inst/include/abclass/LumGroupSCAD.h         |only
 abclass-0.3.0/abclass/inst/include/abclass/LumNet.h               |   30 
 abclass-0.3.0/abclass/inst/include/abclass/template_cv.h          |only
 abclass-0.3.0/abclass/inst/include/abclass/utils.h                |   54 -
 abclass-0.3.0/abclass/man/abclass.Rd                              |   41 -
 abclass-0.3.0/abclass/src/RcppExports.cpp                         |  348 +++++++--
 abclass-0.3.0/abclass/src/boost_group_lasso.cpp                   |only
 abclass-0.3.0/abclass/src/boost_group_mcp.cpp                     |only
 abclass-0.3.0/abclass/src/boost_group_scad.cpp                    |only
 abclass-0.3.0/abclass/src/boost_net.cpp                           |   13 
 abclass-0.3.0/abclass/src/export-helpers.h                        |   91 +-
 abclass-0.3.0/abclass/src/hinge_boost_group_lasso.cpp             |only
 abclass-0.3.0/abclass/src/hinge_boost_group_mcp.cpp               |only
 abclass-0.3.0/abclass/src/hinge_boost_group_scad.cpp              |only
 abclass-0.3.0/abclass/src/hinge_boost_net.cpp                     |   12 
 abclass-0.3.0/abclass/src/logistic_group_lasso.cpp                |only
 abclass-0.3.0/abclass/src/logistic_group_mcp.cpp                  |only
 abclass-0.3.0/abclass/src/logistic_group_scad.cpp                 |only
 abclass-0.3.0/abclass/src/logistic_net.cpp                        |    9 
 abclass-0.3.0/abclass/src/lum_group_lasso.cpp                     |only
 abclass-0.3.0/abclass/src/lum_group_mcp.cpp                       |only
 abclass-0.3.0/abclass/src/lum_group_scad.cpp                      |only
 abclass-0.3.0/abclass/src/lum_net.cpp                             |   12 
 abclass-0.3.0/abclass/src/predict.cpp                             |    8 
 65 files changed, 910 insertions(+), 540 deletions(-)

More information about abclass at CRAN
Permanent link

Package maybe updated to version 1.0.0 with previous version 0.2.1 dated 2022-03-11

Title: The Maybe Monad
Description: The maybe type represents the possibility of some value or nothing. It is often used instead of throwing an error or returning `NULL`. The advantage of using a maybe type over `NULL` is that it is both composable and requires the developer to explicitly acknowledge the potential absence of a value, helping to avoid the existence of unexpected behaviour.
Author: Andrew McNeil [aut, cre]
Maintainer: Andrew McNeil <andrew.richard.mcneil@gmail.com>

Diff between maybe versions 0.2.1 dated 2022-03-11 and 1.0.0 dated 2022-05-28

 DESCRIPTION                        |    6 -
 MD5                                |   20 ++++-
 NAMESPACE                          |    5 +
 NEWS.md                            |   10 ++
 R/maybe.R                          |  133 +++++++++++++++++++++++++++++++++++--
 README.md                          |   26 -------
 man/filter_justs.Rd                |only
 man/filter_map.Rd                  |only
 man/from_just.Rd                   |only
 man/maybe_case.Rd                  |only
 man/maybe_map2.Rd                  |only
 tests/testthat/test-filter_justs.R |only
 tests/testthat/test-filter_map.R   |only
 tests/testthat/test-from_just.R    |only
 tests/testthat/test-maybe_case.R   |only
 tests/testthat/test-maybe_map2.R   |only
 16 files changed, 162 insertions(+), 38 deletions(-)

More information about maybe at CRAN
Permanent link

Package ipkg updated to version 1.0.5 with previous version 1.0.4 dated 2022-01-17

Title: Install R Packages on GitHub from Hub.fastgit.xyz
Description: When you want to install an R package on GitHub, but you can't access GitHub, this function helps you download and install the package from another website <https://hub.fastgit.xyz/>, which is in real-time sync with GitHub.
Author: Xinyuan Chu [aut, cre]
Maintainer: Xinyuan Chu <chuxinyuan@outlook.com>

Diff between ipkg versions 1.0.4 dated 2022-01-17 and 1.0.5 dated 2022-05-28

 DESCRIPTION        |   12 ++++++------
 MD5                |    6 +++---
 R/install_github.R |    2 +-
 README.md          |    2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

More information about ipkg at CRAN
Permanent link

Package ClustVarLV updated to version 2.1.1 with previous version 2.0.1 dated 2020-01-08

Title: Clustering of Variables Around Latent Variables
Description: Functions for the clustering of variables around Latent Variables, for 2-way or 3-way data. Each cluster of variables, which may be defined as a local or directional cluster, is associated with a latent variable. External variables measured on the same observations or/and additional information on the variables can be taken into account. A "noise" cluster or sparse latent variables can also be defined.
Author: Evelyne Vigneau [aut, cre], Mingkun Chen [ctb], Veronique Cariou [aut]
Maintainer: Evelyne Vigneau <evelyne.vigneau@oniris-nantes.fr>

Diff between ClustVarLV versions 2.0.1 dated 2020-01-08 and 2.1.1 dated 2022-05-28

 DESCRIPTION                                   |   10 
 MD5                                           |   68 -
 NAMESPACE                                     |    2 
 R/CLV.R                                       |   20 
 R/CLV3W_kmeans.R                              |   19 
 R/CLV_kmeans.R                                |    7 
 R/boot_clv.R                                  |  274 ++++++-
 R/ciders-data.R                               |    2 
 R/coffee-data.R                               |    1 
 R/consol_calcul_s.R                           |   25 
 R/lm_CLV.R                                    |    2 
 R/plot_var.R                                  |   27 
 R/predict.lmclv.R                             |   14 
 build/vignette.rds                            |binary
 inst/doc/Getting_started_with_ClustVarLV.R    |   43 -
 inst/doc/Getting_started_with_ClustVarLV.Rmd  |   42 -
 inst/doc/Getting_started_with_ClustVarLV.html |  925 ++++++++++++++------------
 inst/doc/clv3w-vignette.R                     |   22 
 inst/doc/clv3w-vignette.html                  |  916 ++++++++++++++-----------
 man/AUPA_psycho.Rd                            |    4 
 man/CLV.Rd                                    |   17 
 man/CLV3W_kmeans.Rd                           |   19 
 man/CLV_kmeans.Rd                             |   17 
 man/LCLV.Rd                                   |    3 
 man/apples_sh.Rd                              |    6 
 man/authen_NMR.Rd                             |    6 
 man/boot_clv.Rd                               |   20 
 man/ciders.Rd                                 |    7 
 man/coffee.Rd                                 |    7 
 man/get_loading.Rd                            |    3 
 man/lm_CLV.Rd                                 |   16 
 man/plot_var.Rd                               |   13 
 man/plot_var.clv3w.Rd                         |   15 
 src/RcppExports.cpp                           |   23 
 vignettes/Getting_started_with_ClustVarLV.Rmd |   42 -
 35 files changed, 1580 insertions(+), 1057 deletions(-)

More information about ClustVarLV at CRAN
Permanent link

Package hypervolume updated to version 3.0.4 with previous version 3.0.3 dated 2022-05-16

Title: High Dimensional Geometry, Set Operations, Projection, and Inference Using Kernel Density Estimation, Support Vector Machines, and Convex Hulls
Description: Estimates the shape and volume of high-dimensional datasets and performs set operations: intersection / overlap, union, unique components, inclusion test, and hole detection. Uses stochastic geometry approach to high-dimensional kernel density estimation, support vector machine delineation, and convex hull generation. Applications include modeling trait and niche hypervolumes and species distribution modeling.
Author: Benjamin Blonder, with contributions from Cecina Babich Morrow, David J. Harris, Stuart Brown, Gregoire Butruille, Alex Laini, and Dan Chen
Maintainer: Benjamin Blonder <benjamin.blonder@berkeley.edu>

Diff between hypervolume versions 3.0.3 dated 2022-05-16 and 3.0.4 dated 2022-05-28

 DESCRIPTION                 |   14 +-
 MD5                         |   10 -
 NAMESPACE                   |  254 ++++++++++++++++++++++----------------------
 R/hypervolume_expectation.R |  132 +++++++++++-----------
 build/partial.rdb           |binary
 man/expectation_convex.Rd   |    4 
 6 files changed, 206 insertions(+), 208 deletions(-)

More information about hypervolume at CRAN
Permanent link

Package bmemLavaan updated to version 0.5 with previous version 0.4 dated 2022-04-20

Title: Mediation Analysis with Missing Data and Non-Normal Data
Description: Methods for mediation analysis with missing data and non-normal data are implemented. For missing data, four methods are available: Listwise deletion, Pairwise deletion, Multiple imputation, and Two Stage Maximum Likelihood algorithm. For MI and TS-ML, auxiliary variables can be included to handle missing data. For handling non-normal data, bootstrap and two-stage robust methods can be used. Technical details of the methods can be found in Zhang and Wang (2013, <doi:10.1007/s11336-012-9301-5>), Zhang (2014, <doi:10.3758/s13428-013-0424-0>), and Yuan and Zhang (2012, <doi:10.1007/s11336-012-9282-4>).
Author: Shuigen Ming [aut], Hong Zhang [aut], Zhiyong Zhang [aut, cre], Lijuan Wang [aut]
Maintainer: Zhiyong Zhang <johnnyzhz@gmail.com>

Diff between bmemLavaan versions 0.4 dated 2022-04-20 and 0.5 dated 2022-05-28

 DESCRIPTION         |   12 +++++++-----
 MD5                 |   15 +++++++++------
 R/bmem.R            |   24 ++++++++++++------------
 R/data.R            |only
 R/power.R           |   30 +++++++++++++++---------------
 build/partial.rdb   |binary
 build/vignette.rds  |binary
 data                |only
 man/Math.Rd         |only
 man/summary.bmem.Rd |    2 +-
 10 files changed, 44 insertions(+), 39 deletions(-)

More information about bmemLavaan at CRAN
Permanent link

Package HBSTM updated to version 1.0.2 with previous version 1.0.1 dated 2014-01-18

Title: Hierarchical Bayesian Space-Time Models for Gaussian Space-Time Data
Description: Fits Hierarchical Bayesian space-Time models for Gaussian data. Furthermore, its functions have been implemented for analysing the fitting qualities of those models.
Author: Pilar Munyoz, Alberto Lopez Moreno
Maintainer: Alberto Lopez Moreno <bertolomo@gmail.com>

Diff between HBSTM versions 1.0.1 dated 2014-01-18 and 1.0.2 dated 2022-05-28

 HBSTM-1.0.1/HBSTM/data/coordinates.csv.gz |only
 HBSTM-1.0.1/HBSTM/data/datalist           |only
 HBSTM-1.0.1/HBSTM/data/hirlam.csv.gz      |only
 HBSTM-1.0.1/HBSTM/inst/doc                |only
 HBSTM-1.0.2/HBSTM/DESCRIPTION             |   17 +++---
 HBSTM-1.0.2/HBSTM/MD5                     |   15 ++---
 HBSTM-1.0.2/HBSTM/NAMESPACE               |   12 +---
 HBSTM-1.0.2/HBSTM/R/2-gets-sets.r         |   84 +++++++++++++++---------------
 HBSTM-1.0.2/HBSTM/data/coordinates.csv    |only
 HBSTM-1.0.2/HBSTM/data/hirlam.csv         |only
 HBSTM-1.0.2/HBSTM/inst/docs               |only
 HBSTM-1.0.2/HBSTM/man/hirlam.rd           |    6 +-
 12 files changed, 66 insertions(+), 68 deletions(-)

More information about HBSTM at CRAN
Permanent link

Package webtools updated to version 0.7.10 with previous version 0.7.9 dated 2022-01-20

Title: Various Useful Web Tools (Including Full CRAN Dataset Search and Fetch)
Description: A set of useful web tools to improve your productivity. Including: searching DuckDuckGo; finding and loading datasets across all CRAN packages (not just those you've installed); sharing a file to a paste-bin; getting a fast GUID.
Author: LS Malenica
Maintainer: LS Malenica <lsmalenica@gmail.com>

Diff between webtools versions 0.7.9 dated 2022-01-20 and 0.7.10 dated 2022-05-28

 DESCRIPTION |    6 +++---
 MD5         |    6 +++---
 R/guid.R    |    2 +-
 man/guid.Rd |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

More information about webtools at CRAN
Permanent link

Package bioimagetools updated to version 1.1.8 with previous version 1.1.5 dated 2020-05-29

Title: Tools for Microscopy Imaging
Description: Tools for 3D imaging, mostly for biology/microscopy. Read and write TIFF stacks. Functions for segmentation, filtering and analyzing 3D point patterns.
Author: Volker Schmid [aut, cre], Priyanka Kukreja [ctb], Fabian Scheipl [ctb]
Maintainer: Volker Schmid <stats@volkerschmid.de>

Diff between bioimagetools versions 1.1.5 dated 2020-05-29 and 1.1.8 dated 2022-05-28

 bioimagetools-1.1.5/bioimagetools/inst/doc/readwriteplot.R          |only
 bioimagetools-1.1.5/bioimagetools/inst/doc/readwriteplot.Rmd        |only
 bioimagetools-1.1.5/bioimagetools/vignettes/readwriteplot.Rmd       |only
 bioimagetools-1.1.5/bioimagetools/vignettes/readwriteplot_cache     |only
 bioimagetools-1.1.8/bioimagetools/DESCRIPTION                       |   17 -
 bioimagetools-1.1.8/bioimagetools/MD5                               |   39 --
 bioimagetools-1.1.8/bioimagetools/NEWS                              |    4 
 bioimagetools-1.1.8/bioimagetools/R/image.R                         |   12 
 bioimagetools-1.1.8/bioimagetools/R/nearestneighbours.R             |  116 +++----
 bioimagetools-1.1.8/bioimagetools/R/segment.R                       |    2 
 bioimagetools-1.1.8/bioimagetools/README.md                         |    3 
 bioimagetools-1.1.8/bioimagetools/build/vignette.rds                |binary
 bioimagetools-1.1.8/bioimagetools/inst/doc/readwriteplot.html       |  154 +++++++---
 bioimagetools-1.1.8/bioimagetools/inst/doc/readwriteplot.html.asis  |only
 bioimagetools-1.1.8/bioimagetools/man/segment.Rd                    |    6 
 bioimagetools-1.1.8/bioimagetools/vignettes/readwriteplot.html.asis |only
 16 files changed, 205 insertions(+), 148 deletions(-)

More information about bioimagetools at CRAN
Permanent link

Package packer updated to version 0.1.3 with previous version 0.1.2 dated 2022-01-08

Title: An Opinionated Framework for Using 'JavaScript'
Description: Enforces good practice and provides convenience functions to make work with 'JavaScript' not just easier but also scalable. It is a robust wrapper to 'NPM', 'yarn', and 'webpack' that enables to compartmentalize 'JavaScript' code, leverage 'NPM' and 'yarn' packages, include 'TypeScript', 'React', or 'Vue' in web applications, and much more.
Author: John Coene [aut, cre]
Maintainer: John Coene <jcoenep@gmail.com>

Diff between packer versions 0.1.2 dated 2022-01-08 and 0.1.3 dated 2022-05-28

 DESCRIPTION         |   14 +++++++-------
 MD5                 |   30 ++++++++++++++++++++----------
 NAMESPACE           |    9 +++++++++
 NEWS.md             |    7 +++++++
 R/ambiorix.R        |    6 +++++-
 R/assertions.R      |   10 ++++++++--
 R/checks.R          |    2 +-
 R/engine.R          |    2 +-
 R/loaders.R         |    5 ++++-
 R/npx.R             |only
 R/roclets.R         |only
 R/tailwind.R        |only
 R/vue.R             |    8 --------
 inst/tailwind       |only
 man/dev_roclet.Rd   |only
 man/npx.Rd          |only
 man/prod_roclet.Rd  |only
 man/use_tailwind.Rd |only
 tests/fns.R         |   13 ++++++++-----
 19 files changed, 70 insertions(+), 36 deletions(-)

More information about packer at CRAN
Permanent link

Package echarts4r updated to version 0.4.4 with previous version 0.4.3 dated 2022-01-03

Title: Create Interactive Graphs with 'Echarts JavaScript' Version 5
Description: Easily create interactive charts by leveraging the 'Echarts Javascript' library which includes 36 chart types, themes, 'Shiny' proxies and animations.
Author: John Coene [aut, cre, cph], Wei Su [ctb], Helgasoft [ctb], Xianying Tan [ctb] , Robin Cura [ctb] , Mathida Chuk [ctb], Robert Koetsier [ctb]
Maintainer: John Coene <jcoenep@gmail.com>

Diff between echarts4r versions 0.4.3 dated 2022-01-03 and 0.4.4 dated 2022-05-28

 DESCRIPTION                                          |   16 ++--
 MD5                                                  |   48 ++++++-------
 NEWS.md                                              |    7 +-
 R/add.R                                              |    4 -
 R/echarts4r.R                                        |    2 
 R/facets.R                                           |   13 +++
 R/themes.R                                           |   66 ++++---------------
 inst/htmlwidgets/echarts4r.js                        |   10 ++
 inst/htmlwidgets/lib/echarts-4.8.0/echarts-en.min.js |    4 -
 inst/htmlwidgets/lib/echarts-4.8.0/echarts-gl.min.js |    2 
 man/band2.Rd                                         |    4 -
 man/e_area.Rd                                        |    4 -
 man/e_brush.Rd                                       |    4 -
 man/e_datazoom.Rd                                    |    4 -
 man/e_facet.Rd                                       |   14 ++++
 man/e_line.Rd                                        |    4 -
 man/e_pictorial.Rd                                   |    4 -
 man/e_step.Rd                                        |    4 -
 man/e_tree.Rd                                        |    4 -
 man/errorbar.Rd                                      |    4 -
 man/histogram.Rd                                     |    4 -
 man/init.Rd                                          |    2 
 man/scatter.Rd                                       |    4 -
 man/smooth.Rd                                        |    4 -
 man/theme.Rd                                         |   61 ++---------------
 25 files changed, 117 insertions(+), 180 deletions(-)

More information about echarts4r at CRAN
Permanent link

Package embryogrowth updated to version 8.5 with previous version 8.4 dated 2022-04-04

Title: Tools to Analyze the Thermal Reaction Norm of Embryo Growth
Description: Tools to analyze the embryo growth and the sexualisation thermal reaction norms. See <doi:10.7717/peerj.8451> for tsd functions; see <doi:10.1016/j.jtherbio.2014.08.005> for thermal reaction norm of embryo growth.
Author: Marc Girondot <marc.girondot@gmail.com>
Maintainer: Marc Girondot <marc.girondot@gmail.com>

Diff between embryogrowth versions 8.4 dated 2022-04-04 and 8.5 dated 2022-05-28

 DESCRIPTION                      |   14 +++---
 MD5                              |   86 +++++++++++++++++++--------------------
 NEWS                             |    8 +++
 R/FormatNests.R                  |    4 -
 R/GRTRN_MHmcmc.R                 |    6 +-
 R/GenerateAnchor.R               |    2 
 R/Generate_hatchling_metric.R    |    5 +-
 R/HatchingSuccess.MHmcmc.R       |   10 ++--
 R/HatchingSuccess.fit.R          |    2 
 R/HatchingSuccess.predict.R      |    2 
 R/P_TRT.R                        |   24 +++++-----
 R/STRN.R                         |    4 -
 R/STRN_MHmcmc.R                  |   13 +----
 R/STRN_fit.R                     |    2 
 R/embryogrowth-package.R         |    4 -
 R/hist.NestsResult.R             |    2 
 R/info.nests.R                   |   18 ++++----
 R/likelihoodR.R                  |    4 -
 R/onAttach.R                     |    2 
 R/plot.NestsResult.R             |    4 -
 R/plotR.R                        |   10 ++--
 R/searchR.R                      |    4 -
 R/tsd.R                          |    8 +--
 R/tsd_MHmcmc.R                   |   12 ++---
 data/DatabaseNestingArea.rda     |binary
 data/DatabaseTSD.rda             |binary
 data/TSP.list.rda                |binary
 data/stages.rda                  |binary
 man/FormatNests.Rd               |    2 
 man/GRTRN_MHmcmc.Rd              |    4 +
 man/Generate_hatchling_metric.Rd |    2 
 man/HatchingSuccess.MHmcmc.Rd    |    4 +
 man/P_TRT.Rd                     |    4 -
 man/STRN.Rd                      |    2 
 man/STRN_MHmcmc.Rd               |    6 +-
 man/embryogrowth-package.Rd      |    4 -
 man/info.nests.Rd                |    2 
 man/likelihoodR.Rd               |    2 
 man/plot.NestsResult.Rd          |    2 
 man/plotR.Rd                     |    6 +-
 man/searchR.Rd                   |    2 
 man/tsd.Rd                       |    2 
 man/tsd_MHmcmc.Rd                |    6 +-
 man/uncertainty.datalogger.Rd    |    4 +
 44 files changed, 157 insertions(+), 147 deletions(-)

More information about embryogrowth at CRAN
Permanent link

Package ycevo (with last version 0.1.0) was removed from CRAN

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

2022-05-13 0.1.0

Permanent link

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