Thu, 13 Mar 2025

Package scDHA (with last version 1.2.2) was removed from CRAN

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

2024-04-02 1.2.2
2023-04-04 1.2.1

Permanent link
Package ScRNAIMM (with last version 0.1) was removed from CRAN

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

2023-11-17 0.1

Permanent link
Package scCAN (with last version 1.0.5) was removed from CRAN

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

2024-06-13 1.0.5

Permanent link
Package Rfast updated to version 2.1.5.1 with previous version 2.1.5 dated 2025-02-27

Title: A Collection of Efficient and Extremely Fast R Functions
Description: A collection of fast (utility) functions for data analysis. Column and row wise means, medians, variances, minimums, maximums, many t, F and G-square tests, many regressions (normal, logistic, Poisson), are some of the many fast functions. References: a) Tsagris M., Papadakis M. (2018). Taking R to its limits: 70+ tips. PeerJ Preprints 6:e26605v1 <doi:10.7287/peerj.preprints.26605v1>. b) Tsagris M. and Papadakis M. (2018). Forward regression in R: from the extreme slow to the extreme fast. Journal of Data Science, 16(4): 771--780. <doi:10.6339/JDS.201810_16(4).00006>. c) Chatzipantsiou C., Dimitriadis M., Papadakis M. and Tsagris M. (2020). Extremely Efficient Permutation and Bootstrap Hypothesis Tests Using Hypothesis Tests Using R. Journal of Modern Applied Statistical Methods, 18(2), eP2898. <doi:10.48550/arXiv.1806.10947>. d) Tsagris M., Papadakis M., Alenazi A. and Alzeley O. (2024). Computationally Efficient Outlier Detection for High-Dimensional Data Using the [...truncated...]
Author: Manos Papadakis [aut, cre, cph], Michail Tsagris [aut], Marios Dimitriadis [aut], Stefanos Fafalios [aut], Matteo Fasiolo [aut], Morgan Jacob [ctb], Giorgos Borboudakis [aut], John Burkardt [aut], Changliang Zou [aut]
Maintainer: Manos Papadakis <rfastofficial@gmail.com>

Diff between Rfast versions 2.1.5 dated 2025-02-27 and 2.1.5.1 dated 2025-03-13

 Rfast-2.1.5.1/Rfast/DESCRIPTION                    |    8 
 Rfast-2.1.5.1/Rfast/MD5                            |  194 ++++++++++-----------
 Rfast-2.1.5.1/Rfast/NAMESPACE                      |    2 
 Rfast-2.1.5.1/Rfast/NEWS.md                        |   16 +
 Rfast-2.1.5.1/Rfast/R/auc.R                        |    2 
 Rfast-2.1.5.1/Rfast/R/group.R                      |   54 -----
 Rfast-2.1.5.1/Rfast/R/system_and_package.R         |   12 -
 Rfast-2.1.5.1/Rfast/build/partial.rdb              |binary
 Rfast-2.1.5.1/Rfast/inst/include/Rfast/Dist.h      |    1 
 Rfast-2.1.5.1/Rfast/inst/include/Rfast/Set.h       |    4 
 Rfast-2.1.5.1/Rfast/inst/include/Rfast/helpers.hpp |    1 
 Rfast-2.1.5.1/Rfast/inst/include/Rfast/matrix.hpp  |    1 
 Rfast-2.1.5.1/Rfast/inst/include/Rfast/templates.h |    5 
 Rfast-2.1.5.1/Rfast/inst/include/Rfast/types.hpp   |    1 
 Rfast-2.1.5.1/Rfast/inst/include/Rfast/vector.hpp  |    1 
 Rfast-2.1.5.1/Rfast/man/group.Rd                   |    2 
 Rfast-2.1.5.1/Rfast/src/Coeff.h                    |    1 
 Rfast-2.1.5.1/Rfast/src/Diag.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/Makevars                   |    2 
 Rfast-2.1.5.1/Rfast/src/Norm.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/Rank.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/Sort.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/Table.cpp                  |    1 
 Rfast-2.1.5.1/Rfast/src/add_to_namespace.cpp       |    1 
 Rfast-2.1.5.1/Rfast/src/apply_condition.cpp        |    1 
 Rfast-2.1.5.1/Rfast/src/as_integer.cpp             |    1 
 Rfast-2.1.5.1/Rfast/src/binarysearch.cpp           |    1 
 Rfast-2.1.5.1/Rfast/src/bincomb.cpp                |    1 
 Rfast-2.1.5.1/Rfast/src/check.cpp                  |    5 
 Rfast-2.1.5.1/Rfast/src/cholesky.cpp               |    1 
 Rfast-2.1.5.1/Rfast/src/col_row_utilities.cpp      |    9 
 Rfast-2.1.5.1/Rfast/src/col_row_utilities_p.cpp    |   19 +-
 Rfast-2.1.5.1/Rfast/src/col_statistical.cpp        |   16 -
 Rfast-2.1.5.1/Rfast/src/colrint_mle.cpp            |    1 
 Rfast-2.1.5.1/Rfast/src/colweibull_mle.cpp         |    1 
 Rfast-2.1.5.1/Rfast/src/cts.cpp                    |    1 
 Rfast-2.1.5.1/Rfast/src/cts.h                      |    2 
 Rfast-2.1.5.1/Rfast/src/cts_rf.h                   |    1 
 Rfast-2.1.5.1/Rfast/src/design_matrix.cpp          |    1 
 Rfast-2.1.5.1/Rfast/src/dir_knn.cpp                |    1 
 Rfast-2.1.5.1/Rfast/src/diri_nr_type2.cpp          |    1 
 Rfast-2.1.5.1/Rfast/src/dista.cpp                  |   47 ++---
 Rfast-2.1.5.1/Rfast/src/dists.cpp                  |    3 
 Rfast-2.1.5.1/Rfast/src/each.cpp                   |    3 
 Rfast-2.1.5.1/Rfast/src/eigs_sym_c.cpp             |    2 
 Rfast-2.1.5.1/Rfast/src/energy.cpp                 |    1 
 Rfast-2.1.5.1/Rfast/src/floyd_john.cpp             |    1 
 Rfast-2.1.5.1/Rfast/src/frame_to_matrix.cpp        |    1 
 Rfast-2.1.5.1/Rfast/src/g2_export.cpp              |    1 
 Rfast-2.1.5.1/Rfast/src/g2_helpers.cpp             |    1 
 Rfast-2.1.5.1/Rfast/src/gamma.cpp                  |    1 
 Rfast-2.1.5.1/Rfast/src/gaussian_nb.cpp            |    1 
 Rfast-2.1.5.1/Rfast/src/geom_regs.cpp              |    1 
 Rfast-2.1.5.1/Rfast/src/glm.cpp                    |    1 
 Rfast-2.1.5.1/Rfast/src/group.cpp                  |    1 
 Rfast-2.1.5.1/Rfast/src/hash.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/is.cpp                     |    1 
 Rfast-2.1.5.1/Rfast/src/k_nn.h                     |    1 
 Rfast-2.1.5.1/Rfast/src/logistic_only.cpp          |    1 
 Rfast-2.1.5.1/Rfast/src/lower_upper_tri.cpp        |    1 
 Rfast-2.1.5.1/Rfast/src/maha.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/maha_ex.cpp                |    1 
 Rfast-2.1.5.1/Rfast/src/matrices.cpp               |    1 
 Rfast-2.1.5.1/Rfast/src/mn.cpp                     |   11 -
 Rfast-2.1.5.1/Rfast/src/mn.h                       |    3 
 Rfast-2.1.5.1/Rfast/src/multinom_regs.cpp          |    1 
 Rfast-2.1.5.1/Rfast/src/normlog_reg.cpp            |    1 
 Rfast-2.1.5.1/Rfast/src/normlog_regs.cpp           |    1 
 Rfast-2.1.5.1/Rfast/src/odds_helper.cpp            |    1 
 Rfast-2.1.5.1/Rfast/src/pc_skel.cpp                |    2 
 Rfast-2.1.5.1/Rfast/src/pc_skel.h                  |    1 
 Rfast-2.1.5.1/Rfast/src/permutation.cpp            |    1 
 Rfast-2.1.5.1/Rfast/src/positive_negative.cpp      |    1 
 Rfast-2.1.5.1/Rfast/src/prop.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/qpois.cpp                  |    1 
 Rfast-2.1.5.1/Rfast/src/rbing.cpp                  |    1 
 Rfast-2.1.5.1/Rfast/src/read.cpp                   |    3 
 Rfast-2.1.5.1/Rfast/src/reg_lib.cpp                |    1 
 Rfast-2.1.5.1/Rfast/src/reg_lib.h                  |    1 
 Rfast-2.1.5.1/Rfast/src/rep.cpp                    |    1 
 Rfast-2.1.5.1/Rfast/src/rint.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/rmdp.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/rvmf.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/sf.cpp                     |    2 
 Rfast-2.1.5.1/Rfast/src/sort_unique.cpp            |    1 
 Rfast-2.1.5.1/Rfast/src/spat_med.cpp               |    1 
 Rfast-2.1.5.1/Rfast/src/spml.cpp                   |    1 
 Rfast-2.1.5.1/Rfast/src/sw_regs.cpp                |    2 
 Rfast-2.1.5.1/Rfast/src/sw_regs.h                  |    1 
 Rfast-2.1.5.1/Rfast/src/system_files.cpp           |    8 
 Rfast-2.1.5.1/Rfast/src/system_files.h             |    2 
 Rfast-2.1.5.1/Rfast/src/topological_sort.cpp       |    1 
 Rfast-2.1.5.1/Rfast/src/utilities.cpp              |    1 
 Rfast-2.1.5.1/Rfast/src/varcomps_mle.cpp           |    1 
 Rfast-2.1.5.1/Rfast/src/vecdist.cpp                |    1 
 Rfast-2.1.5.1/Rfast/src/weib_reg.cpp               |    1 
 Rfast-2.1.5.1/Rfast/src/weibull_mle.cpp            |    1 
 Rfast-2.1.5/Rfast/R/all_equals.R                   |only
 Rfast-2.1.5/Rfast/man/all_equals.Rd                |only
 99 files changed, 278 insertions(+), 230 deletions(-)

More information about Rfast at CRAN
Permanent link

Package cholera updated to version 0.9.0 with previous version 0.8.0 dated 2023-03-01

Title: Amend, Augment and Aid Analysis of John Snow's Cholera Map
Description: Amends errors, augments data and aids analysis of John Snow's map of the 1854 London cholera outbreak.
Author: Peter Li [aut, cre]
Maintainer: Peter Li <lindbrook@gmail.com>

Diff between cholera versions 0.8.0 dated 2023-03-01 and 0.9.0 dated 2025-03-13

 cholera-0.8.0/cholera/R/addMilePosts.R                              |only
 cholera-0.8.0/cholera/R/addSnow.R                                   |only
 cholera-0.8.0/cholera/R/cholera.R                                   |only
 cholera-0.8.0/cholera/R/latlongAuxilliaryFunctions.R                |only
 cholera-0.8.0/cholera/R/latlongNearestPump.R                        |only
 cholera-0.8.0/cholera/R/latlongNeighborhoodData.R                   |only
 cholera-0.8.0/cholera/R/latlongNeighborhoodVoronoi.R                |only
 cholera-0.8.0/cholera/R/latlongNeighborhoodWalking.R                |only
 cholera-0.8.0/cholera/R/latlongVoronoi.R                            |only
 cholera-0.8.0/cholera/R/latlongWalkingPath.R                        |only
 cholera-0.8.0/cholera/R/oxfordWeather.R                             |only
 cholera-0.8.0/cholera/R/povertyLondon.R                             |only
 cholera-0.8.0/cholera/R/roadSegmentFix.R                            |only
 cholera-0.8.0/cholera/R/snowNeighborhood.R                          |only
 cholera-0.8.0/cholera/R/unstackAuxiliaryFunctions.R                 |only
 cholera-0.8.0/cholera/R/walkingAuxiliaryFunctions.R                 |only
 cholera-0.8.0/cholera/R/winterTemperatures.R                        |only
 cholera-0.8.0/cholera/data/oxford.weather.rda                       |only
 cholera-0.8.0/cholera/data/road.segments.RData                      |only
 cholera-0.8.0/cholera/inst/doc/duplicate.missing.cases.R            |only
 cholera-0.8.0/cholera/inst/doc/kernel.density.R                     |only
 cholera-0.8.0/cholera/inst/doc/parallelization.R                    |only
 cholera-0.8.0/cholera/inst/doc/roads.R                              |only
 cholera-0.8.0/cholera/inst/doc/tiles.polygons.R                     |only
 cholera-0.8.0/cholera/inst/doc/time.series.R                        |only
 cholera-0.8.0/cholera/inst/doc/unstacking.bars.R                    |only
 cholera-0.8.0/cholera/man/addFrame.Rd                               |only
 cholera-0.8.0/cholera/man/addMilePosts.Rd                           |only
 cholera-0.8.0/cholera/man/addSnow.Rd                                |only
 cholera-0.8.0/cholera/man/caseDistance.Rd                           |only
 cholera-0.8.0/cholera/man/figures/README-latlong-1.png              |only
 cholera-0.8.0/cholera/man/figures/README-latlong_voronoi-1.png      |only
 cholera-0.8.0/cholera/man/figures/README-latlong_walking-1.png      |only
 cholera-0.8.0/cholera/man/fixFatalities.Rd                          |only
 cholera-0.8.0/cholera/man/isoLines.Rd                               |only
 cholera-0.8.0/cholera/man/landmarkData.Rd                           |only
 cholera-0.8.0/cholera/man/latlongAddress.Rd                         |only
 cholera-0.8.0/cholera/man/latlongFatalities.Rd                      |only
 cholera-0.8.0/cholera/man/latlongLandmarks.Rd                       |only
 cholera-0.8.0/cholera/man/latlongNearestPump.Rd                     |only
 cholera-0.8.0/cholera/man/latlongNeighborhoodData.Rd                |only
 cholera-0.8.0/cholera/man/latlongNeighborhoodVoronoi.Rd             |only
 cholera-0.8.0/cholera/man/latlongNeighborhoodWalking.Rd             |only
 cholera-0.8.0/cholera/man/latlongPumps.Rd                           |only
 cholera-0.8.0/cholera/man/latlongRoads.Rd                           |only
 cholera-0.8.0/cholera/man/latlongVoronoi.Rd                         |only
 cholera-0.8.0/cholera/man/latlongWalkingPath.Rd                     |only
 cholera-0.8.0/cholera/man/nearestPump.Rd                            |only
 cholera-0.8.0/cholera/man/oxford.weather.Rd                         |only
 cholera-0.8.0/cholera/man/oxfordWeather.Rd                          |only
 cholera-0.8.0/cholera/man/plot.latlongNeighborhoodVoronoi.Rd        |only
 cholera-0.8.0/cholera/man/plot.latlong_neighborhood_data.Rd         |only
 cholera-0.8.0/cholera/man/plot.latlong_walking.Rd                   |only
 cholera-0.8.0/cholera/man/plot.latlong_walking_path.Rd              |only
 cholera-0.8.0/cholera/man/plot.oxfordWeather.Rd                     |only
 cholera-0.8.0/cholera/man/plot.povertyLondon.Rd                     |only
 cholera-0.8.0/cholera/man/plot.voronoi.Rd                           |only
 cholera-0.8.0/cholera/man/plot.winterTemperatures.Rd                |only
 cholera-0.8.0/cholera/man/povertyLondon.Rd                          |only
 cholera-0.8.0/cholera/man/print.iso.Rd                              |only
 cholera-0.8.0/cholera/man/print.latlongNeighborhoodVoronoi.Rd       |only
 cholera-0.8.0/cholera/man/print.latlong_walking_path.Rd             |only
 cholera-0.8.0/cholera/man/print.voronoi.Rd                          |only
 cholera-0.8.0/cholera/man/roadSegmentFix.Rd                         |only
 cholera-0.8.0/cholera/man/segmentLength.Rd                          |only
 cholera-0.8.0/cholera/man/simulateWalkingDistance.Rd                |only
 cholera-0.8.0/cholera/man/snowNeighborhood.Rd                       |only
 cholera-0.8.0/cholera/man/subsetRoadsSamples.Rd                     |only
 cholera-0.8.0/cholera/man/summary.voronoi.Rd                        |only
 cholera-0.8.0/cholera/man/summary.walking.Rd                        |only
 cholera-0.8.0/cholera/man/unitMeter.Rd                              |only
 cholera-0.8.0/cholera/man/winterTemperatures.Rd                     |only
 cholera-0.8.0/cholera/vignettes/broad.street.A.png                  |only
 cholera-0.8.0/cholera/vignettes/broad.street.B.png                  |only
 cholera-0.8.0/cholera/vignettes/fig12-6.png                         |only
 cholera-0.8.0/cholera/vignettes/msu-snows-mapB.jpg                  |only
 cholera-0.8.0/cholera/vignettes/noel.street.png                     |only
 cholera-0.9.0/cholera/DESCRIPTION                                   |   21 
 cholera-0.9.0/cholera/MD5                                           |  451 +-
 cholera-0.9.0/cholera/NAMESPACE                                     |   79 
 cholera-0.9.0/cholera/R/addCase.R                                   |   58 
 cholera-0.9.0/cholera/R/addDelaunay.R                               |   51 
 cholera-0.9.0/cholera/R/addEuclideanPath.R                          |  162 
 cholera-0.9.0/cholera/R/addIndexCase.R                              |   16 
 cholera-0.9.0/cholera/R/addKernelDensity.R                          |  130 
 cholera-0.9.0/cholera/R/addLandmarkSquares.R                        |only
 cholera-0.9.0/cholera/R/addLandmarks.R                              |  430 +-
 cholera-0.9.0/cholera/R/addNeighborhoodCases.R                      |  103 
 cholera-0.9.0/cholera/R/addNeighborhoodEuclidean.R                  |  169 
 cholera-0.9.0/cholera/R/addNeighborhoodSnow.R                       |only
 cholera-0.9.0/cholera/R/addNeighborhoodWalking.R                    |  571 --
 cholera-0.9.0/cholera/R/addVoronoi.R                                |    3 
 cholera-0.9.0/cholera/R/addWalkingPath.R                            |  421 --
 cholera-0.9.0/cholera/R/addWhitehead.R                              |  134 
 cholera-0.9.0/cholera/R/appendixB.R                                 |only
 cholera-0.9.0/cholera/R/caseDistance.R                              |   20 
 cholera-0.9.0/cholera/R/caseLocator.R                               |  256 -
 cholera-0.9.0/cholera/R/caseRoadClassificationFix.R                 |only
 cholera-0.9.0/cholera/R/cholera-package.R                           |only
 cholera-0.9.0/cholera/R/cliffordStreet.R                            |only
 cholera-0.9.0/cholera/R/data.R                                      |  106 
 cholera-0.9.0/cholera/R/distanceTime.R                              |    6 
 cholera-0.9.0/cholera/R/embedNodes.R                                |only
 cholera-0.9.0/cholera/R/euclidean.R                                 |  243 -
 cholera-0.9.0/cholera/R/euclideanLatlong.R                          |only
 cholera-0.9.0/cholera/R/euclideanNominal.R                          |only
 cholera-0.9.0/cholera/R/euclideanPath.R                             | 1519 +++----
 cholera-0.9.0/cholera/R/fixFatalities.R                             |    2 
 cholera-0.9.0/cholera/R/geoCartesianSegmentLocator.R                |only
 cholera-0.9.0/cholera/R/geoCartesianSimulation.R                    |only
 cholera-0.9.0/cholera/R/isoLines.R                                  |    3 
 cholera-0.9.0/cholera/R/isoVertices.R                               |    6 
 cholera-0.9.0/cholera/R/landmarkData.R                              | 1148 ++++-
 cholera-0.9.0/cholera/R/latlongAddress.R                            |   30 
 cholera-0.9.0/cholera/R/latlongCoordinates.R                        |   22 
 cholera-0.9.0/cholera/R/latlongEmbed.R                              |   86 
 cholera-0.9.0/cholera/R/latlongFatalities.R                         |    6 
 cholera-0.9.0/cholera/R/latlongFrame.R                              |   19 
 cholera-0.9.0/cholera/R/latlongLandmarks.R                          |  139 
 cholera-0.9.0/cholera/R/latlongOrthoAddress.R                       |  140 
 cholera-0.9.0/cholera/R/latlongOrthoLandmarks.R                     |only
 cholera-0.9.0/cholera/R/latlongOrthoPump.R                          |   24 
 cholera-0.9.0/cholera/R/latlongPumps.R                              |    6 
 cholera-0.9.0/cholera/R/latlongRoads.R                              |   43 
 cholera-0.9.0/cholera/R/latlongSimulateFatalities.R                 |only
 cholera-0.9.0/cholera/R/midpointLatlong.R                           |only
 cholera-0.9.0/cholera/R/midpointNative.R                            |only
 cholera-0.9.0/cholera/R/nearestPump.R                               |  610 ---
 cholera-0.9.0/cholera/R/neighborhoodData.R                          |  332 -
 cholera-0.9.0/cholera/R/orientationPlot.R                           |    3 
 cholera-0.9.0/cholera/R/orthogonalProjectionFatalities.R            |only
 cholera-0.9.0/cholera/R/orthogonalSegment.R                         |    3 
 cholera-0.9.0/cholera/R/partitionAddresses.R                        |    3 
 cholera-0.9.0/cholera/R/partitionOrthoAddresses.R                   |    3 
 cholera-0.9.0/cholera/R/partitionRoads.R                            |    2 
 cholera-0.9.0/cholera/R/pathFunctions.R                             |only
 cholera-0.9.0/cholera/R/pearlString.R                               |   44 
 cholera-0.9.0/cholera/R/pearsonResiduals.R                          |  147 
 cholera-0.9.0/cholera/R/profile2D.R                                 |   58 
 cholera-0.9.0/cholera/R/profile3D.R                                 |    9 
 cholera-0.9.0/cholera/R/pumpCase.R                                  |   49 
 cholera-0.9.0/cholera/R/pumpData.R                                  |   10 
 cholera-0.9.0/cholera/R/pumpFatalities.R                            |   27 
 cholera-0.9.0/cholera/R/pumpLocator.R                               |  192 
 cholera-0.9.0/cholera/R/pumpTokens.R                                |  162 
 cholera-0.9.0/cholera/R/regularCases.R                              |only
 cholera-0.9.0/cholera/R/roadPointDistance.R                         |    2 
 cholera-0.9.0/cholera/R/roadSegments.R                              |    4 
 cholera-0.9.0/cholera/R/segmentHighlight.R                          |   77 
 cholera-0.9.0/cholera/R/segmentLength.R                             |   50 
 cholera-0.9.0/cholera/R/segmentLocator.R                            |  315 +
 cholera-0.9.0/cholera/R/selectPump.R                                |  152 
 cholera-0.9.0/cholera/R/simulateFatalities.R                        |  347 -
 cholera-0.9.0/cholera/R/simulateFatalitiesB.R                       |only
 cholera-0.9.0/cholera/R/simulateWalkingDistance.R                   |    7 
 cholera-0.9.0/cholera/R/snow.R                                      |only
 cholera-0.9.0/cholera/R/snowColors.R                                |    1 
 cholera-0.9.0/cholera/R/snowMap.R                                   |   34 
 cholera-0.9.0/cholera/R/streetHighlight.R                           |   11 
 cholera-0.9.0/cholera/R/streetLength.R                              |   60 
 cholera-0.9.0/cholera/R/streetNameLocator.R                         |  386 +
 cholera-0.9.0/cholera/R/streetNumberLocator.R                       |  372 +
 cholera-0.9.0/cholera/R/subsetRoadsSamples.R                        |    2 
 cholera-0.9.0/cholera/R/tanakaContourPlot.R                         |   14 
 cholera-0.9.0/cholera/R/thresholdFatalties.R                        |    3 
 cholera-0.9.0/cholera/R/unitMeter.R                                 |    4 
 cholera-0.9.0/cholera/R/unstack.R                                   |  232 -
 cholera-0.9.0/cholera/R/utils-latlong.R                             |only
 cholera-0.9.0/cholera/R/utils-unstack.R                             |only
 cholera-0.9.0/cholera/R/utils-voronoi.R                             |only
 cholera-0.9.0/cholera/R/utils.R                                     |only
 cholera-0.9.0/cholera/R/voronoi.R                                   |  272 -
 cholera-0.9.0/cholera/R/voronoiLatlong.R                            |only
 cholera-0.9.0/cholera/R/voronoiNominal.R                            |only
 cholera-0.9.0/cholera/R/voronoiPolygons.R                           |    3 
 cholera-0.9.0/cholera/R/walking.R                                   |  625 +--
 cholera-0.9.0/cholera/R/walkingPath.R                               | 1978 ++++------
 cholera-0.9.0/cholera/R/walkingTime.R                               |only
 cholera-0.9.0/cholera/README.md                                     |   85 
 cholera-0.9.0/cholera/build/vignette.rds                            |binary
 cholera-0.9.0/cholera/data/fatalities.address.rda                   |binary
 cholera-0.9.0/cholera/data/fatalities.rda                           |binary
 cholera-0.9.0/cholera/data/fatalities.unstacked.rda                 |binary
 cholera-0.9.0/cholera/data/landmark.squares.rda                     |binary
 cholera-0.9.0/cholera/data/landmarks.rda                            |binary
 cholera-0.9.0/cholera/data/latlong.ortho.addr.rda                   |binary
 cholera-0.9.0/cholera/data/latlong.ortho.pump.rda                   |binary
 cholera-0.9.0/cholera/data/latlong.ortho.pump.vestry.rda            |binary
 cholera-0.9.0/cholera/data/latlong.regular.cases.rda                |only
 cholera-0.9.0/cholera/data/latlong.sim.ortho.proj.rda               |only
 cholera-0.9.0/cholera/data/meter.to.yard.rda                        |only
 cholera-0.9.0/cholera/data/ortho.proj.pump.rda                      |binary
 cholera-0.9.0/cholera/data/ortho.proj.pump.vestry.rda               |binary
 cholera-0.9.0/cholera/data/ortho.proj.rda                           |binary
 cholera-0.9.0/cholera/data/road.segments.rda                        |only
 cholera-0.9.0/cholera/data/roads.rda                                |binary
 cholera-0.9.0/cholera/data/sim.ortho.proj.rda                       |binary
 cholera-0.9.0/cholera/inst/doc/duplicate.missing.cases.Rmd          |   50 
 cholera-0.9.0/cholera/inst/doc/duplicate.missing.cases.html         |  175 
 cholera-0.9.0/cholera/inst/doc/kernel.density.Rmd                   |   45 
 cholera-0.9.0/cholera/inst/doc/kernel.density.html                  |  125 
 cholera-0.9.0/cholera/inst/doc/parallelization.Rmd                  |   80 
 cholera-0.9.0/cholera/inst/doc/parallelization.html                 |  304 -
 cholera-0.9.0/cholera/inst/doc/roads.Rmd                            |  100 
 cholera-0.9.0/cholera/inst/doc/roads.html                           |  341 -
 cholera-0.9.0/cholera/inst/doc/tiles.polygons.Rmd                   |   94 
 cholera-0.9.0/cholera/inst/doc/tiles.polygons.html                  |  205 -
 cholera-0.9.0/cholera/inst/doc/time.series.Rmd                      |   19 
 cholera-0.9.0/cholera/inst/doc/time.series.html                     |  131 
 cholera-0.9.0/cholera/inst/doc/unstacking.bars.Rmd                  |  253 -
 cholera-0.9.0/cholera/inst/doc/unstacking.bars.html                 |  271 -
 cholera-0.9.0/cholera/man/addCase.Rd                                |   11 
 cholera-0.9.0/cholera/man/addDelaunay.Rd                            |    6 
 cholera-0.9.0/cholera/man/addEuclideanPath.Rd                       |   48 
 cholera-0.9.0/cholera/man/addIndexCase.Rd                           |    6 
 cholera-0.9.0/cholera/man/addKernelDensity.Rd                       |    5 
 cholera-0.9.0/cholera/man/addLandmarkSquares.Rd                     |only
 cholera-0.9.0/cholera/man/addLandmarks.Rd                           |    7 
 cholera-0.9.0/cholera/man/addNeighborhoodCases.Rd                   |   32 
 cholera-0.9.0/cholera/man/addNeighborhoodEuclidean.Rd               |   33 
 cholera-0.9.0/cholera/man/addNeighborhoodSnow.Rd                    |only
 cholera-0.9.0/cholera/man/addNeighborhoodWalking.Rd                 |   34 
 cholera-0.9.0/cholera/man/addWalkingPath.Rd                         |   53 
 cholera-0.9.0/cholera/man/addWhitehead.Rd                           |   11 
 cholera-0.9.0/cholera/man/caseLocator.Rd                            |   12 
 cholera-0.9.0/cholera/man/cholera-package.Rd                        |   29 
 cholera-0.9.0/cholera/man/euclideanPath.Rd                          |   63 
 cholera-0.9.0/cholera/man/fatalities.Rd                             |    2 
 cholera-0.9.0/cholera/man/figures/README-latlong_walking_path-1.png |binary
 cholera-0.9.0/cholera/man/figures/README-latlong_walking_path-2.png |only
 cholera-0.9.0/cholera/man/landmark.squares.Rd                       |    8 
 cholera-0.9.0/cholera/man/landmarks.Rd                              |   22 
 cholera-0.9.0/cholera/man/latlong.ortho.pump.Rd                     |    2 
 cholera-0.9.0/cholera/man/latlong.ortho.pump.vestry.Rd              |    2 
 cholera-0.9.0/cholera/man/latlong.regular.cases.Rd                  |only
 cholera-0.9.0/cholera/man/latlong.sim.ortho.proj.Rd                 |only
 cholera-0.9.0/cholera/man/meter.to.yard.Rd                          |only
 cholera-0.9.0/cholera/man/neighborhoodData.Rd                       |   15 
 cholera-0.9.0/cholera/man/neighborhoodEuclidean.Rd                  |   22 
 cholera-0.9.0/cholera/man/neighborhoodSnow.Rd                       |only
 cholera-0.9.0/cholera/man/neighborhoodVoronoi.Rd                    |   11 
 cholera-0.9.0/cholera/man/neighborhoodWalking.Rd                    |   26 
 cholera-0.9.0/cholera/man/ortho.proj.Rd                             |    5 
 cholera-0.9.0/cholera/man/ortho.proj.pump.Rd                        |    2 
 cholera-0.9.0/cholera/man/ortho.proj.pump.vestry.Rd                 |    2 
 cholera-0.9.0/cholera/man/pearsonResiduals.Rd                       |only
 cholera-0.9.0/cholera/man/plot.euclidean.Rd                         |   13 
 cholera-0.9.0/cholera/man/plot.euclideanLatlong.Rd                  |only
 cholera-0.9.0/cholera/man/plot.euclidean_path.Rd                    |   23 
 cholera-0.9.0/cholera/man/plot.neighborhood_data.Rd                 |    6 
 cholera-0.9.0/cholera/man/plot.snow.Rd                              |only
 cholera-0.9.0/cholera/man/plot.voronoi_latlong.Rd                   |only
 cholera-0.9.0/cholera/man/plot.voronoi_nominal.Rd                   |only
 cholera-0.9.0/cholera/man/plot.walking.Rd                           |   29 
 cholera-0.9.0/cholera/man/plot.walking_path.Rd                      |   27 
 cholera-0.9.0/cholera/man/print.euclidean.Rd                        |    2 
 cholera-0.9.0/cholera/man/print.euclideanLatlong.Rd                 |only
 cholera-0.9.0/cholera/man/print.euclidean_path.Rd                   |    4 
 cholera-0.9.0/cholera/man/print.voronoi_latlong.Rd                  |only
 cholera-0.9.0/cholera/man/print.voronoi_nominal.Rd                  |only
 cholera-0.9.0/cholera/man/print.walking_path.Rd                     |    8 
 cholera-0.9.0/cholera/man/profile2D.Rd                              |    8 
 cholera-0.9.0/cholera/man/profile3D.Rd                              |    2 
 cholera-0.9.0/cholera/man/pumpData.Rd                               |    2 
 cholera-0.9.0/cholera/man/pumpFatalities.Rd                         |    4 
 cholera-0.9.0/cholera/man/pumpLocator.Rd                            |    8 
 cholera-0.9.0/cholera/man/road.segments.Rd                          |    2 
 cholera-0.9.0/cholera/man/roads.Rd                                  |    2 
 cholera-0.9.0/cholera/man/segmentHighlight.Rd                       |    9 
 cholera-0.9.0/cholera/man/segmentLocator.Rd                         |   41 
 cholera-0.9.0/cholera/man/sim.ortho.proj.Rd                         |    2 
 cholera-0.9.0/cholera/man/simulateFatalities.Rd                     |   20 
 cholera-0.9.0/cholera/man/snowMap.Rd                                |   10 
 cholera-0.9.0/cholera/man/streetHighlight.Rd                        |    6 
 cholera-0.9.0/cholera/man/streetLength.Rd                           |    5 
 cholera-0.9.0/cholera/man/streetNameLocator.Rd                      |   48 
 cholera-0.9.0/cholera/man/streetNumberLocator.Rd                    |   48 
 cholera-0.9.0/cholera/man/summary.euclidean.Rd                      |    2 
 cholera-0.9.0/cholera/man/summary.voronoi_nominal.Rd                |only
 cholera-0.9.0/cholera/man/tanakaContourPlot.Rd                      |only
 cholera-0.9.0/cholera/man/unstackFatalities.Rd                      |    8 
 cholera-0.9.0/cholera/man/walkingPath.Rd                            |   66 
 cholera-0.9.0/cholera/vignettes/duplicate.missing.cases.Rmd         |   50 
 cholera-0.9.0/cholera/vignettes/kernel.density.Rmd                  |   45 
 cholera-0.9.0/cholera/vignettes/parallelization.Rmd                 |   80 
 cholera-0.9.0/cholera/vignettes/roads.Rmd                           |  100 
 cholera-0.9.0/cholera/vignettes/tiles.polygons.Rmd                  |   94 
 cholera-0.9.0/cholera/vignettes/time.series.Rmd                     |   19 
 cholera-0.9.0/cholera/vignettes/unstacking.bars.Rmd                 |  253 -
 289 files changed, 6838 insertions(+), 10183 deletions(-)

More information about cholera at CRAN
Permanent link

Package idefix updated to version 1.1.0 with previous version 1.0.3 dated 2022-03-28

Title: Efficient Designs for Discrete Choice Experiments
Description: Generates efficient designs for discrete choice experiments based on the multinomial logit model, and individually adapted designs for the mixed multinomial logit model. The generated designs can be presented on screen and choice data can be gathered using a shiny application. Traets F, Sanchez G, and Vandebroek M (2020) <doi:10.18637/jss.v096.i03>.
Author: Frits Traets [aut], Daniel Gil [ctb], Qusai Iwidat [ctb], Mouhannad Arabi [ctb], Martina Vandebroek [ctb], Michel Meulders [cre]
Maintainer: Michel Meulders <michel.meulders@kuleuven.be>

Diff between idefix versions 1.0.3 dated 2022-03-28 and 1.1.0 dated 2025-03-13

 DESCRIPTION                    |   36 +-
 MD5                            |   83 ++---
 NAMESPACE                      |    8 
 R/CEA.R                        |  602 ++++++++++++++++++++++++++++++++++-------
 R/Fullsets_ucpp.R              |  234 +++++++--------
 R/blocking.R                   |only
 R/data.R                       |  118 ++++----
 R/efficiency_algorithms.R      |  467 +++++++++++++++++++++++++++----
 R/efficiency_criterions.R      |  298 +++++++++++++++++++-
 R/efficiency_criterions_ucpp.R |   21 +
 R/estimation_support.R         |  134 ++++++---
 R/generation.R                 |  383 ++++++++++++++++++++++++++
 R/importance_sampling.R        |  532 ++++++++++++++++++------------------
 R/methods.R                    |only
 R/shiny_support.R              |  362 ++++++++++++++++--------
 build/partial.rdb              |binary
 inst/CITATION                  |   40 +-
 inst/REFERENCES.bib            |  124 ++++----
 man/ABerr.Rd                   |only
 man/Blocks.Rd                  |only
 man/CEA.Rd                     |  426 ++++++++++++++++++-----------
 man/DBerr.Rd                   |   82 ++---
 man/Datatrans.Rd               |  150 +++++-----
 man/Decode.Rd                  |  194 ++++++-------
 man/EvaluateDesign.Rd          |only
 man/ImpsampMNL.Rd              |  210 +++++++-------
 man/LoadData.Rd                |   50 +--
 man/Modfed.Rd                  |  392 +++++++++++++++++---------
 man/Profiles.Rd                |   92 +++---
 man/RespondMNL.Rd              |   70 ++--
 man/SeqCEA.Rd                  |  290 +++++++++----------
 man/SeqKL.Rd                   |  192 ++++++-------
 man/SeqMOD.Rd                  |  274 +++++++++---------
 man/SurveyApp.Rd               |  556 ++++++++++++++++++-------------------
 man/aggregate_design.Rd        |   38 +-
 man/example_design.Rd          |   38 +-
 man/example_design2.Rd         |   40 +-
 man/idefix-package.Rd          |   90 +++---
 man/nochoice_design.Rd         |   42 +-
 src/Makevars                   |   11 
 src/Makevars.win               |   11 
 tests/testthat.R               |    6 
 tests/testthat/testCEA.R       |  382 +++++++++++++-------------
 tests/testthat/testModfed.R    |    4 
 tests/testthat/testSeqCEA.R    |  306 ++++++++++----------
 45 files changed, 4637 insertions(+), 2751 deletions(-)

More information about idefix at CRAN
Permanent link

Package googlePolylines updated to version 0.8.7 with previous version 0.8.5 dated 2024-10-22

Title: Encoding Coordinates into 'Google' Polylines
Description: Encodes simple feature ('sf') objects and coordinates, and decodes polylines using the 'Google' polyline encoding algorithm (<https://developers.google.com/maps/documentation/utilities/polylinealgorithm>).
Author: David Cooley [aut, cre], Paulo Barcelos [ctb] , Chris Muir [ctb], Michael Chirico [ctb]
Maintainer: David Cooley <dcooley@symbolix.com.au>

Diff between googlePolylines versions 0.8.5 dated 2024-10-22 and 0.8.7 dated 2025-03-13

 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/algorithm.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/apply_permutation.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/clamp.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/cxx11                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/cxx14                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/cxx17                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/find_backward.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/find_not.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/gather.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/hex.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/is_clamped.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/is_palindrome.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/is_partitioned_until.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/minmax.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/minmax_element.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/searching                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/sort_subrange.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/algorithm/string_regex.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind.hpp                                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/apply.hpp                                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/bind_cc.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/bind_mf2_cc.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/bind_mf_cc.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/bind_template.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/detail/is_same.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/detail/requires_cxx11.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/make_adaptable.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/mem_fn_cc.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/mem_fn_template.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/mem_fn_vw.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/protect.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/bind/storage.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/cast.hpp                                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/cerrno.hpp                                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/concept_archetype.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/allocator.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/adaptive_node_pool.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/adaptive_node_pool_impl.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/alloc_lib.h                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/allocator_version_traits.hpp                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/auto_link.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/block_list.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/block_slist.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/compare_functors.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/container_or_allocator_rebind.hpp                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/container_rebind.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/dispatch_uses_allocator.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/dlmalloc.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/flat_tree.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/function_detector.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/guards_dended.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/is_container.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/is_contiguous_container.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/is_sorted.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/iterator_to_raw_pointer.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/math_functions.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/minimal_char_traits_header.hpp                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/multiallocation_chain.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/mutex.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/node_alloc_holder.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/node_pool.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/node_pool_impl.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/pair.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/pair_key_mapped_of_value.hpp                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/pool_common.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/pool_common_alloc.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/pool_resource.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/singleton.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/thread_mutex.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/transform_iterator.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container/detail/tree.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/container_hash/extensions.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/alignof.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/alloc_construct.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/allocator_access.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/allocator_traits.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/bit.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/data.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/default_allocator.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/detail/is_same.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/detail/lwt_unattended.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/detail/splitmix64.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/detail/string_view.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/empty_value.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/exchange.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/explicit_operator_bool.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/first_scalar.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/identity.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/lightweight_test.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/lightweight_test_trait.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/max_align.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/noinit_adaptor.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/serialization.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/span.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/swap.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/type_name.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/core/uncaught_exceptions.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/crc.hpp                                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/cregex.hpp                                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/cstdlib.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/algorithm.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/allocator_utilities.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/atomic_count.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/binary_search.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/bitmask.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/catch_exceptions.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/compressed_pair.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/container_fwd.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/fenv.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/has_default_constructor.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/identifier.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/is_incrementable.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/is_sorted.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/is_xxx.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/iterator.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/lightweight_main.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/lightweight_mutex.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/lightweight_test.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/lightweight_test_report.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/lightweight_thread.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/named_template_params.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/no_exceptions_support.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/numeric_traits.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/ob_compressed_pair.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/quick_allocator.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/scoped_enum_emulation.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/sp_typeinfo.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/utf8_codecvt_facet.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/detail/utf8_codecvt_facet.ipp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/all.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/current_exception_cast.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/detail                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/diagnostic_information.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/enable_current_exception.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/enable_error_info.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_api_function.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_at_line.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_errno.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_file_handle.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_file_name.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_file_open_mode.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_nested_exception.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/errinfo_type_info_name.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/error_info.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/get_error_info.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/info.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/info_tuple.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/to_string.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception/to_string_stub.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/exception_ptr.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/foreach.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/foreach_fwd.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/detail                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function0.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function1.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function10.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function2.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function3.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function4.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function5.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function6.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function7.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function8.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function/function9.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function_types/function_type.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function_types/is_function.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function_types/is_function_pointer.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function_types/is_function_reference.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function_types/is_member_pointer.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/function_types/member_function_pointer.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional.hpp                                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/factory.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/forward_adapter.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/hash                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/hash.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/identity.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/lightweight_forward_adapter.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/overloaded_function                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/overloaded_function.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/functional/value_factory.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/generator_iterator.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/cluster_exits.hpp                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/algorithms/detail/recalculate.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/policies/robustness/get_rescale_policy.hpp                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/policies/robustness/no_rescale_policy.hpp                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/policies/robustness/rescale_policy.hpp                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/policies/robustness/rescale_policy_tags.hpp                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/policies/robustness/robust_point_type.hpp                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/policies/robustness/robust_type.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/policies/robustness/segment_ratio_type.hpp                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/geometry/util/for_each_with_index.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/integer/common_factor.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/integer/extended_euclidean.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/integer/integer_log2.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/integer/integer_mask.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/integer/mod_inverse.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/integer/static_log2.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/integer/static_min_max.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/algo_type.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/any_node_and_algorithms.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/array_initializer.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/assert.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/avltree_node.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/bstree_algorithms_base.hpp                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/common_slist_algorithms.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/default_header_holder.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/ebo_functor_holder.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/empty_node_checker.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/equal_to_value.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/exception_disposer.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/function_detector.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/generic_hook.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/get_value_traits.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/hash_combine.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/hashtable_node.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/hook_traits.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/iiterator.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/is_stateful_value_traits.hpp                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/key_nodeptr_comp.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/list_iterator.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/list_node.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/math.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/minimal_less_equal_header.hpp                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/minimal_pair_header.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/node_cloner_disposer.hpp                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/node_holder.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/node_to_value.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/parent_from_member.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/rbtree_node.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/simple_disposers.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/size_holder.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/slist_iterator.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/slist_node.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/transform_iterator.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/tree_iterator.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/tree_node.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/tree_value_compare.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/twin.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/detail/uncast.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/list.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/member_value_traits.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/options.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/parent_from_member.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/intrusive/pointer_plus_bits.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/io                                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/io_fwd.hpp                                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/counting_iterator.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/detail/any_conversion_eater.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/detail/minimum_category.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/function_input_iterator.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/function_output_iterator.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/indirect_iterator.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/is_lvalue_iterator.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/is_readable_iterator.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/iterator_archetypes.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/new_iterator_tests.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/permutation_iterator.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator/zip_iterator.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/iterator_adaptors.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/ccmath.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/ceil.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/copysign.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/detail/swap.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/div.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/fabs.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/fdim.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/floor.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/fma.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/fmax.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/fmin.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/fmod.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/fpclassify.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/frexp.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/hypot.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/ilogb.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/isfinite.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/isgreater.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/isgreaterequal.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/isless.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/islessequal.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/isnormal.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/isunordered.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/logb.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/modf.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/next.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/remainder.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/round.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/scalbln.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/scalbn.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/signbit.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/sqrt.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/ccmath/trunc.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/common_factor.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/common_factor_ct.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/common_factor_rt.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/complex                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/complex.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/concepts                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/constants/info.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/binomial.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/daubechies_scaling.hpp                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/daubechies_wavelet.hpp                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/detail/daubechies_scaling_integer_grid.hpp      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/detail/iconv.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/detail/lambert_w_lookup_table.ipp               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/expint.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/fourier_transform_daubechies.hpp                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/gegenbauer.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/laguerre.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/prime.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/relative_difference.hpp                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/round.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/rsqrt.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/sinc.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/sinhc.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/spherical_harmonic.hpp                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/special_functions/ulp.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/agm.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/centered_continued_fraction.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/concepts.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/condition_numbers.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/cubic_roots.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/header_deprecated.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/minima.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/norms.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/polynomial.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/recurrence.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/stats.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tools/ulps_plot.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tr1.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/math/tr1_c_macros.ipp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/move/algo/adaptive_sort.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/move/algo/detail/pdqsort.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/move/algorithm.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/move/detail/nsec_clock.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/move/make_unique.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/move/move.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/accumulate.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/alias.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/arithmetic.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/as_sequence.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/apply_1st.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/basic_bind.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/config/dependent_nttp.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/contains_impl.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/count_impl.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/filter_iter.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/fold_op.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/fold_pred.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/order_impl.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/partition_op.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/preprocessor/is_seq.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/preprocessor/token_equal.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/range_c                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/reverse_iter_fold_impl.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/shift_op.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/single_element_iter.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/sort_impl.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/test                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/test.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/transform_iter.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/aux_/unwrap.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/bitor.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/bitwise.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/char.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/char_fwd.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/contains.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/contains_fwd.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/copy_if.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/count.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/count_fwd.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/deque.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/divides.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/empty_sequence.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/equal.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/filter_view.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/find.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/for_each.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/get_tag.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/index_if.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/index_of.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/inherit_linearly.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/key_type.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/limits/map.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/limits/string.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/list_c.hpp                                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/lower_bound.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/map                                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/map.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/math                                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/max.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/min.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/min_element.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/modulus.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/multiset                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/order.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/order_fwd.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/partition.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/print.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/range_c.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/replace.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/replace_if.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/reverse.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/reverse_iter_fold.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/set_c.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/shift_left.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/shift_right.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/single_view.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/sort.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/stable_partition.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/string.hpp                                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/switch.hpp                                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/transform_view.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/unique.hpp                                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/unpack_args.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/upper_bound.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/value_type.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/vector_c.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/mpl/zip_view.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/complex128.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/complex_adaptor.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/concepts                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/cpp_complex.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/cpp_dec_float.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/debug_adaptor.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/atomic.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/dynamic_array.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/itos.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/static_array.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/string_helpers.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/tables.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/uniform_int_distribution.hpp                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/detail/utype_helper.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/eigen.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/float128.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/gmp.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/logged_adaptor.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/miller_rabin.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/mpc.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/mpfi.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/mpfr.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/random.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/tommath.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/multiprecision/traits/extract_exponent_type.hpp                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/numeric/conversion/int_float_mixture.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/numeric/conversion/is_subranged.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/numeric/conversion/sign_mixture.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/numeric/conversion/udt_builtin_mixture.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/numeric/odeint.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/arithmetic.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/arithmetic/div.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/arithmetic/mul.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/detail                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/enum.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/insert.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/pop_back.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/pop_front.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/push_back.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/push_front.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/remove.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/replace.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/reverse.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/to_list.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/to_seq.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/array/to_tuple.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/assert_msg.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/comma.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/comparison.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/comparison/greater.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/comparison/greater_equal.hpp                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/control.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/debug.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/debug/assert.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/debug/line.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/detail/is_nullary.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/detail/is_unary.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/detail/null.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/detail/split.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/enum_params_with_defaults.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/enum_shifted.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/expand.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/facilities.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/facilities/apply.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/facilities/is_empty_or_1.hpp                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/facilities/va_opt.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/for.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/if.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/iteration.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/library.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/limits.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/append.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/at.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/cat.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/enum.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/filter.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/first_n.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/for_each.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/for_each_product.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/rest_n.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/size.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/to_array.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/to_seq.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/to_tuple.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/list/transform.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/logical.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/logical/bitnor.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/logical/bitxor.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/logical/nor.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/logical/or.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/logical/xor.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/max.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/min.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/punctuation.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/punctuation/paren_if.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/punctuation/remove_parens.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repeat_2nd.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repeat_3rd.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repeat_from_to.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repeat_from_to_2nd.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repeat_from_to_3rd.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repetition.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repetition/deduce_r.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repetition/deduce_z.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repetition/enum_params_with_defaults.hpp                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repetition/enum_shifted_binary_params.hpp                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repetition/enum_trailing.hpp                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/repetition/enum_trailing_binary_params.hpp                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/selection                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/selection.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/detail/binary_transform.hpp                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/detail/to_list_msvc.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/filter.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/fold_right.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/for_each_product.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/insert.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/limits/fold_right_1024.hpp                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/limits/fold_right_256.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/limits/fold_right_512.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/pop_back.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/pop_front.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/push_back.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/push_front.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/remove.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/replace.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/reverse.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/to_array.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/to_list.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/to_tuple.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/seq/variadic_seq_to_seq.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/slot.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/slot/counter.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/enum.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/insert.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/limits/reverse_128.hpp                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/limits/reverse_256.hpp                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/limits/reverse_64.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/limits/to_seq_128.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/limits/to_seq_256.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/limits/to_seq_64.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/pop_back.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/pop_front.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/push_back.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/push_front.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/remove.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/replace.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/reverse.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/to_array.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/tuple/to_seq.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/variadic.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/variadic/detail/is_single_return.hpp                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/variadic/to_array.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/variadic/to_list.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/variadic/to_seq.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/variadic/to_tuple.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/while.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/preprocessor/wstringize.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm.hpp                                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/all.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/deduce_quat.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/detail/quat_assign.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/detail/swizzle_traits.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/detail/vec_register_impl.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/gen/swizzle2.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/gen/swizzle3.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/gen/swizzle4.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/gen/vec_operations2.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/gen/vec_operations3.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/gen/vec_operations4.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/lite.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/map.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/map_vec_mat.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/mat_traits_defaults.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/operations.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/quat.hpp                                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/quat_access.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/quat_operations.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/quat_traits_array.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/quat_traits_defaults.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/quat_vec_operations.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/swizzle.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/swizzle2.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/swizzle3.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/swizzle4.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_operations.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_operations2.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_operations3.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_operations4.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_register.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_register2.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_register3.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_register4.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_traits_array.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_traits_defaults.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/qvm/vec_traits_gnuc.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range.hpp                                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/copied.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/define_adaptor.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/formatted.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/indexed.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/indirected.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/map.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/ref_unwrapped.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/replaced.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/replaced_if.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/tokenized.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/transformed.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptor/type_erased.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/adaptors.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/adjacent_find.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/binary_search.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/copy.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/copy_backward.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/count.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/count_if.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/equal_range.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/fill.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/fill_n.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/find.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/find_end.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/find_first_of.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/find_if.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/for_each.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/generate.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/heap_algorithm.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/inplace_merge.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/lexicographical_compare.hpp                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/lower_bound.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/max_element.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/merge.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/min_element.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/mismatch.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/nth_element.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/partial_sort.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/partial_sort_copy.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/partition.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/permutation.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/random_shuffle.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/remove.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/remove_copy.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/remove_copy_if.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/remove_if.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/replace.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/replace_copy.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/replace_copy_if.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/replace_if.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/reverse_copy.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/rotate.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/rotate_copy.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/search.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/search_n.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/set_algorithm.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/sort.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/stable_partition.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/stable_sort.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/swap_ranges.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/transform.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/unique.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/unique_copy.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm/upper_bound.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/algorithm_ext.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/any_range.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/as_array.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/atl.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/category.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/combine.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/const_reverse_iterator.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/counting_range.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/any_iterator.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/any_iterator_buffer.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/any_iterator_interface.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/any_iterator_wrapper.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/collection_traits.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/collection_traits_detail.hpp                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/combine_cxx03.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/combine_cxx11.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/combine_no_rvalue.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/combine_rvalue.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/demote_iterator_traversal_tag.hpp                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/difference_type.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/empty.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/join_iterator.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/less.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/microsoft.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/detail/sizer.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/irange.hpp                                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/istream_range.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/iterator_range_hash.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/join.hpp                                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/metafunctions.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/mfc.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/mfc_map.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/numeric.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/pointer.hpp                                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/result_iterator.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/reverse_result_iterator.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/sub_range.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/range/traversal.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/regex                                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/regex.hpp                                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/regex_fwd.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/smart_ptr.hpp                                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/tuple/tuple_comparison.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/tuple/tuple_io.hpp                                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits.hpp                                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/alignment_traits.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/arithmetic_traits.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/array_traits.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/broken_compiler_spec.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/composite_traits.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/config.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/bool_trait_def.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/bool_trait_undef.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/detector.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/has_postfix_operator.hpp                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/has_prefix_operator.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/ice_and.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/ice_eq.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/ice_not.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/ice_or.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/is_swappable_cxx_11.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detail/template_arity_spec.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detected.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/detected_or.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/extent.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/floating_point_promotion.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_bit_and.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_bit_and_assign.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_bit_or.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_bit_or_assign.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_bit_xor.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_bit_xor_assign.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_complement.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_dereference.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_divides.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_divides_assign.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_equal_to.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_greater.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_greater_equal.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_left_shift.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_left_shift_assign.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_less.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_less_equal.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_logical_and.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_logical_not.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_logical_or.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_modulus.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_modulus_assign.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_multiplies.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_multiplies_assign.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_negate.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_new_operator.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_not_equal_to.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_nothrow_destructor.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_operator.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_post_decrement.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_post_increment.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_pre_decrement.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_pre_increment.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_right_shift.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_right_shift_assign.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_unary_minus.hpp                                        |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_unary_plus.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/has_virtual_destructor.hpp                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/ice.hpp                                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/integral_promotion.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_base_of_tr1.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_bounded_array.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_complex.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_compound.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_copy_assignable.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_detected.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_detected_convertible.hpp                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_detected_exact.hpp                                      |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_final.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_list_constructible.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_member_object_pointer.hpp                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_nothrow_swappable.hpp                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_object.hpp                                              |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_scoped_enum.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_swappable.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_trivially_copyable.hpp                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_unbounded_array.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_unscoped_enum.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/is_virtual_base_of.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/make_signed.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/nonesuch.hpp                                               |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/object_traits.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/promote.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/rank.hpp                                                   |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/reference_traits.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/remove_cv_ref.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/type_traits/transform_traits.hpp                                       |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/addressof.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/compare_pointees.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/detail/in_place_factory_prefix.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/detail/in_place_factory_suffix.hpp                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/detail/minstd_rand.hpp                                         |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/explicit_operator_bool.hpp                                     |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/in_place_factory.hpp                                           |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/string_ref.hpp                                                 |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/string_ref_fwd.hpp                                             |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/string_view.hpp                                                |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/utility/string_view_fwd.hpp                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/variant.hpp                                                            |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/variant/bad_visit.hpp                                                  |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/variant/detail/enable_recursive.hpp                                    |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/variant/detail/substitute.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/variant/recursive_variant.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/variant/recursive_wrapper.hpp                                          |only
 googlePolylines-0.8.5/googlePolylines/inst/i/b/variant/visitor_ptr.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/DESCRIPTION                                                                     |   17 
 googlePolylines-0.8.7/googlePolylines/MD5                                                                             | 3122 ++++------
 googlePolylines-0.8.7/googlePolylines/build/vignette.rds                                                              |binary
 googlePolylines-0.8.7/googlePolylines/inst/doc/sfencode.html                                                          |   78 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/algorithm/string/predicate.hpp                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/algorithm/string/predicate_facade.hpp                                  |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/algorithm/string/sequence_traits.hpp                                   |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/any                                                                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/any.hpp                                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/assert.hpp                                                             |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/assert/source_location.hpp                                             |    9 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/bind.hpp                                                          | 1943 ------
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/detail/bind_cc.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/detail/bind_mf2_cc.hpp                                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/detail/bind_mf_cc.hpp                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/detail/integer_sequence.hpp                                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/detail/result_traits.hpp                                          |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/detail/tuple_for_each.hpp                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/mem_fn.hpp                                                        |  427 -
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/placeholders.hpp                                                  |   19 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/bind/std_placeholders.hpp                                              |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/call_traits.hpp                                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/chrono                                                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/chrono.hpp                                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/concept/detail/general.hpp                                             |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/concept/usage.hpp                                                      |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/abi                                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/abi_prefix.hpp                                                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/abi_suffix.hpp                                                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/assert_cxx03.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/assert_cxx11.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/assert_cxx14.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/assert_cxx17.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/assert_cxx20.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/assert_cxx23.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/assert_cxx98.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/auto_link.hpp                                                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/borland.hpp                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/clang.hpp                                              |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/codegear.hpp                                           |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/common_edg.hpp                                         |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/cray.hpp                                               |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/digitalmars.hpp                                        |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/gcc.hpp                                                |    9 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/gcc_xml.hpp                                            |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/hp_acc.hpp                                             |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/intel.hpp                                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/metrowerks.hpp                                         |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/mpw.hpp                                                |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/nvcc.hpp                                               |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/pathscale.hpp                                          |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/sunpro_cc.hpp                                          |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/vacpp.hpp                                              |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/visualc.hpp                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/xlcpp.hpp                                              |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/compiler/xlcpp_zos.hpp                                          |    1 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/detail/cxx_composite.hpp                                        |    1 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/detail/suffix.hpp                                               |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/no_tr1/cmath.hpp                                                |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/no_tr1/complex.hpp                                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/no_tr1/functional.hpp                                           |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/no_tr1/memory.hpp                                               |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/no_tr1/utility.hpp                                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/platform/linux.hpp                                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/platform/win32.hpp                                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/stdlib/libstdcpp3.hpp                                           |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/config/user.hpp                                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/allocator_traits.hpp                                         |  219 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/container_fwd.hpp                                            |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/advanced_insert_int.hpp                               |  129 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/alloc_helpers.hpp                                     |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/allocation_type.hpp                                   |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/config_begin.hpp                                      |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/construct_in_place.hpp                                |   36 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/copy_move_algo.hpp                                    |   87 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/destroyers.hpp                                        |   96 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/is_pair.hpp                                           |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/iterators.hpp                                         |  341 -
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/mpl.hpp                                               |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/next_capacity.hpp                                     |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/value_init.hpp                                        |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/version_type.hpp                                      |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/detail/workaround.hpp                                        |   57 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/new_allocator.hpp                                            |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/options.hpp                                                  |   72 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container/vector.hpp                                                   |  698 +-
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container_hash/is_range.hpp                                            |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/container_hash/is_tuple_like.hpp                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/core/checked_delete.hpp                                                |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/core/cmath.hpp                                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/core/detail/sp_thread_pause.hpp                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/core/detail/sp_thread_sleep.hpp                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/core/detail/sp_thread_yield.hpp                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/core/detail/sp_win32_sleep.hpp                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/core/launder.hpp                                                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/cstdint.hpp                                                            |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/current_function.hpp                                                   |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/date_time                                                              |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/describe                                                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/detail/basic_pointerbuf.hpp                                            |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/detail/interlocked.hpp                                                 |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/detail/lcast_precision.hpp                                             |   63 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/enable_shared_from_this.hpp                                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/exception/exception.hpp                                                |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/function.hpp                                                           |   68 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/function/function_base.hpp                                             |  236 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/function/function_fwd.hpp                                              |   77 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/function/function_template.hpp                                         |  862 +-
 googlePolylines-0.8.7/googlePolylines/inst/i/b/function_types/detail/classifier.hpp                                   |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/function_types/detail/synthesize.hpp                                   |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/adapted                                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/algorithm                                                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/container                                                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/include                                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/iterator                                                        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/mpl.hpp                                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/mpl/detail                                                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/sequence                                                        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/support                                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/fusion/view                                                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/append.hpp                                         |   19 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/area.hpp                                           |   36 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/assign.hpp                                         |   17 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/centroid.hpp                                       |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/clear.hpp                                          |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/convert.hpp                                        |   59 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/correct.hpp                                        |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/correct_closure.hpp                                |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/assign_indexed_point.hpp                    |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/assign_values.hpp                           |   31 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/buffer/buffer_inserter.hpp                  |  102 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/buffer/buffer_policies.hpp                  |   21 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp        |  213 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/buffer/get_piece_turns.hpp                  |   19 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/buffer/implementation.hpp                   |   21 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/calculate_point_order.hpp                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/centroid/translating_transformer.hpp        |   13 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp       |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_feature/range_to_range.hpp          |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_points/linear_or_areal_to_areal.hpp |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_points/linear_to_linear.hpp         |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_points/multipoint_to_geometry.hpp   |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_points/point_to_geometry.hpp        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_points/segment_to_segment.hpp       |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/closest_points/utilities.hpp                |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/convert_indexed_to_indexed.hpp              |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/convert_point_to_point.hpp                  |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/convex_hull/interface.hpp                   |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/covered_by/implementation.hpp               |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/disjoint/linear_areal.hpp                   |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/disjoint/linear_linear.hpp                  |   21 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp          |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp            |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/disjoint/segment_box.hpp                    |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp     |   59 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/distance/interface.hpp                      |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/distance/linear_to_linear.hpp               |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/distance/point_to_geometry.hpp              |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/distance/segment_to_box.hpp                 |   57 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/distance/segment_to_segment.hpp             |   33 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/distance/strategy_utils.hpp                 |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/envelope/initialize.hpp                     |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/envelope/intersects_antimeridian.hpp        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/envelope/range_of_boxes.hpp                 |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/envelope/segment.hpp                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/equals/collect_vectors.hpp                  |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/equals/interface.hpp                        |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/extreme_points.hpp                          |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/for_each_range.hpp                          |    1 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/has_self_intersections.hpp                  |   21 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/interior_iterator.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/intersection/areal_areal.hpp                |   39 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/intersection/box_box_implementation.hpp     |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/intersection/gc.hpp                         |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/intersection/interface.hpp                  |   29 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/intersection/multi.hpp                      |   29 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/intersects/implementation.hpp               |    9 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp   |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_simple/linear.hpp                        |   32 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_simple/multipoint.hpp                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp           |   29 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_valid/multipolygon.hpp                   |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_valid/pointlike.hpp                      |   31 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_valid/polygon.hpp                        |   66 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/is_valid/segment.hpp                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/multi_modify_with_predicate.hpp             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp        |   75 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/assign_parents.hpp                  |   34 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/backtrack_check_si.hpp              |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/check_enrich.hpp                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/clip_linestring.hpp                 |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/cluster_info.hpp                    |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/copy_segment_point.hpp              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/copy_segments.hpp                   |   38 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/discard_duplicate_turns.hpp         |  174 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp      |  199 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/follow.hpp                          |   35 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/follow_linear_linear.hpp            |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_clusters.hpp                    |   56 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_intersection_points.hpp         |   23 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_relative_order.hpp              |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_turn_info.hpp                   |  377 -
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp      |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp           |  273 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_turn_info_la.hpp                |  336 -
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp                |  113 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/get_turns.hpp                       |  116 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/handle_colocations.hpp              |   55 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/intersection_insert.hpp             |  176 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp           |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/linear_linear.hpp                   |   23 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/overlay.hpp                         |   76 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/pointlike_areal.hpp                 |    9 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/pointlike_linear.hpp                |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp             |   35 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/self_turn_points.hpp                |   48 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/sort_by_side.hpp                    |  123 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/stream_info.hpp                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/traversal.hpp                       |  273 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp          |   72 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp       |   54 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/overlay/traverse.hpp                        |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/point_is_spike_or_equal.hpp                 |   86 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/areal_areal.hpp                      |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/boundary_checker.hpp                 |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/follow_helpers.hpp                   |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/linear_areal.hpp                     |   95 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/multi_point_geometry.hpp             |   25 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/point_point.hpp                      |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/result.hpp                           |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/relate/turns.hpp                            |   45 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/sections/section_functions.hpp              |   39 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/sections/sectionalize.hpp                   |  118 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/single_geometry.hpp                         |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/sub_range.hpp                               |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/touches/implementation.hpp                  |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/touches/interface.hpp                       |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/tupled_output.hpp                           |   27 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/turns/print_turns.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/detail/within/multi_point.hpp                      |   29 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/difference.hpp                                     |   49 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/discrete_frechet_distance.hpp                      |   27 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/discrete_hausdorff_distance.hpp                    |   78 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/dispatch/closest_points.hpp                        |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/dispatch/disjoint.hpp                              |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/dispatch/distance.hpp                              |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/for_each.hpp                                       |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/length.hpp                                         |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/line_interpolate.hpp                               |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/merge_elements.hpp                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/num_geometries.hpp                                 |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/num_points.hpp                                     |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/point_on_surface.hpp                               |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/remove_spikes.hpp                                  |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/simplify.hpp                                       |   32 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/sym_difference.hpp                                 |   70 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/transform.hpp                                      |   47 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/algorithms/union.hpp                                          |   93 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/arithmetic/determinant.hpp                                    |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/access.hpp                                               |  139 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/closure.hpp                                              |   35 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/config.hpp                                               |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/coordinate_dimension.hpp                                 |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/coordinate_system.hpp                                    |   13 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/coordinate_type.hpp                                      |   35 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/cs.hpp                                                   |   27 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/geometry_id.hpp                                          |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/is_areal.hpp                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/point_order.hpp                                          |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/point_type.hpp                                           |   13 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/primary_single_tag.hpp                                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/radian_access.hpp                                        |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/radius.hpp                                               |  111 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/reverse_dispatch.hpp                                     |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/ring_type.hpp                                            |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/tag.hpp                                                  |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/tag_cast.hpp                                             |   13 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/tags.hpp                                                 |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/core/topological_dimension.hpp                                |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/andoyer_inverse.hpp                                  |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/area_formulas.hpp                                    |   48 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/differential_quantities.hpp                          |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/geographic.hpp                                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/gnomonic_intersection.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/gnomonic_spheroid.hpp                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/karney_direct.hpp                                    |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/karney_inverse.hpp                                   |   68 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/meridian_direct.hpp                                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/quarter_meridian.hpp                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/thomas_direct.hpp                                    |   19 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/thomas_inverse.hpp                                   |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/vincenty_direct.hpp                                  |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/formulas/vincenty_inverse.hpp                                 |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_any.hpp                              |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_array.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_fusion.hpp                           |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_polygon.hpp                          |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_polygon/box.hpp                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_polygon/point.hpp                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_polygon/polygon.hpp                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_polygon/ring.hpp                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_range                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_tuple.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/boost_variant2.hpp                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/c_array.hpp                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/detail                                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/std_any.hpp                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/std_array.hpp                              |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/std_pair_as_segment.hpp                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/adapted/std_variant.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/concepts/box_concept.hpp                           |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/concepts/linestring_concept.hpp                    |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/concepts/polygon_concept.hpp                       |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/concepts/ring_concept.hpp                          |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/concepts/segment_concept.hpp                       |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/helper_geometry.hpp                                |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/geometries/register                                           |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/algorithms/bounds.hpp                            |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/algorithms/intersection_content.hpp              |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/algorithms/minmaxdist.hpp                        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/algorithms/nth_element.hpp                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/algorithms/path_intersection.hpp                 |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/algorithms/smallest_for_indexable.hpp            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/bounded_view.hpp                                 |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/kmeans                                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/node/node.hpp                              |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/node/weak_dynamic.hpp                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/node/weak_static.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/pack_create.hpp                            |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/utilities/are_counts_ok.hpp                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/utilities/are_levels_ok.hpp                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/utilities/gl_draw.hpp                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/utilities/print.hpp                        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/utilities/statistics.hpp                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/rtree/visitors/insert.hpp                        |   25 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/detail/varray.hpp                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/index/equal_to.hpp                                            |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/io/dsv/write.hpp                                              |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/io/svg/svg_mapper.hpp                                         |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/io/svg/write_svg.hpp                                          |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/io/svg/write_svg_multi.hpp                                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/io/wkt/read.hpp                                               |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/io/wkt/stream.hpp                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/io/wkt/write.hpp                                              |   17 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/iterators/point_reverse_iterator.hpp                          |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/multi                                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/policies/is_valid/failing_reason_policy.hpp                   |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/policies/relate/direction.hpp                                 |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/policies/relate/intersection_points.hpp                       |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/policies/relate/intersection_policy.hpp                       |   13 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/policies/relate/intersection_ratios.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/policies/robustness/segment_ratio.hpp                         |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/epsg.hpp                                                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/esri.hpp                                                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/iau2000.hpp                                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projection.hpp                                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/epsg.hpp                                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/epsg_params.hpp                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/epsg_traits.hpp                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/esri.hpp                                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/esri_params.hpp                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/esri_traits.hpp                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/iau2000.hpp                                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/iau2000_params.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/iau2000_traits.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/impl/pj_transform.hpp                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/projections/proj/ob_tran.hpp                              |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/shared_grids.hpp                                          |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/shared_grids_boost.hpp                                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/shared_grids_std.hpp                                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/srs/transformation.hpp                                        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/agnostic/point_in_box_by_side.hpp                  |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/agnostic/point_in_point.hpp                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/agnostic/point_in_poly_winding.hpp                 |   13 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/area.hpp                                           |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/area_result.hpp                                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/azimuth/cartesian.hpp                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/azimuth/geographic.hpp                             |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/azimuth/spherical.hpp                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/area.hpp                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/area_surveyor.hpp                        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/buffer_end_round.hpp                     |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/centroid_average.hpp                     |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/centroid_bashein_detmer.hpp              |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/centroid_weighted_length.hpp             |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/densify.hpp                              |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/disjoint_segment_box.hpp                 |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/distance_projected_point_ax.hpp          |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/distance_pythagoras.hpp                  |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp          |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp        |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/envelope.hpp                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/envelope_box.hpp                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/envelope_multipoint.hpp                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/envelope_point.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/envelope_segment.hpp                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/expand_box.hpp                           |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/expand_point.hpp                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/expand_segment.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/intersection.hpp                         |  182 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/line_interpolate.hpp                     |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp     |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/point_in_poly_franklin.hpp               |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/side_by_triangle.hpp                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/cartesian/turn_in_ring_winding.hpp                 |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/comparable_distance_result.hpp                     |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/compare.hpp                                        |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/concepts/convex_hull_concept.hpp                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/concepts/segment_intersect_concept.hpp             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/concepts/simplify_concept.hpp                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/concepts/within_concept.hpp                        |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/convex_hull.hpp                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/convex_hull/cartesian.hpp                          |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/covered_by.hpp                                     |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/default_area_result.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/disjoint.hpp                                       |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/distance.hpp                                       |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/distance_result.hpp                                |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/envelope.hpp                                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/expand.hpp                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/area.hpp                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/buffer_end_round.hpp                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/disjoint_segment_box.hpp                |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/distance_cross_track_box_box.hpp        |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/distance_cross_track_point_box.hpp      |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/envelope.hpp                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/envelope_segment.hpp                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/expand_segment.hpp                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/intersection.hpp                        |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/intersection_elliptic.hpp               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/geographic/mapping_ssf.hpp                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/intersection_result.hpp                            |   17 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/intersection_strategies.hpp                        |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/normalize.hpp                                      |   21 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/relate.hpp                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/side_info.hpp                                      |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/area.hpp                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/closest_points_pt_seg.hpp                |   30 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/disjoint_segment_box.hpp                 |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/distance_cross_track_box_box.hpp         |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/distance_cross_track_point_box.hpp       |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/distance_haversine.hpp                   |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/distance_segment_box.hpp                 |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/envelope.hpp                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/envelope_box.hpp                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/envelope_multipoint.hpp                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/envelope_point.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/envelope_segment.hpp                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/expand_box.hpp                           |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/expand_point.hpp                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/expand_segment.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/intersection.hpp                         |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/point_in_poly_winding.hpp                |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/point_order.hpp                          |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/spherical/side_by_cross_track.hpp                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/strategies.hpp                                     |    1 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/strategy_transform.hpp                             |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/transform/map_transformer.hpp                      |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/transform/matrix_transformers.hpp                  |   17 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/transform/srs_transformer.hpp                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategies/within.hpp                                         |   28 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/cartesian/area.hpp                                   |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/cartesian/in_circle_robust.hpp                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/cartesian/precise_area.hpp                           |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/relate.hpp                                           |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/spherical/envelope_multipoint.hpp                    |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/spherical/envelope_point.hpp                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/spherical/envelope_segment.hpp                       |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/spherical/expand_box.hpp                             |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/strategy/spherical/expand_point.hpp                           |   13 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/add_const_if_c.hpp                                       |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/bare_type.hpp                                            |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/bounds.hpp                                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/closure_as_bool.hpp                                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/combine_if.hpp                                           |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/compress_variant.hpp                                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/has_infinite_coordinate.hpp                              |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/is_inverse_spheroidal_coordinates.hpp                    |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/math.hpp                                                 |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/numeric_cast.hpp                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/precise_math.hpp                                         |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/promote_floating_point.hpp                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/rational.hpp                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/transform_variant.hpp                                    |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/type_traits.hpp                                          |  112 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/util/type_traits_std.hpp                                      |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/geometry/views/enumerate_view.hpp                                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/get_pointer.hpp                                                        |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/integer.hpp                                                            |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/integer/common_factor_rt.hpp                                           |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/integer_traits.hpp                                                     |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/intrusive/detail/algorithm.hpp                                         |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/intrusive/detail/iterator.hpp                                          |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/intrusive/detail/mpl.hpp                                               |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/intrusive/detail/workaround.hpp                                        |   43 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/intrusive/pack_options.hpp                                             |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/intrusive_ptr.hpp                                                      |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/is_placeholder.hpp                                                     |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/iterator/advance.hpp                                                   |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/iterator/detail/facade_iterator_category.hpp                           |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/iterator/iterator_categories.hpp                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/iterator/iterator_concepts.hpp                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast.hpp                                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/bad_lexical_cast.hpp                                      |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/buffer_view.hpp                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/converter_lexical.hpp                              |  186 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/converter_lexical_streams.hpp                      | 1231 +--
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/converter_numeric.hpp                              |  156 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/inf_nan.hpp                                        |   47 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/is_character.hpp                                   |   49 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/lcast_basic_unlockedbuf.hpp                        |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/lcast_char_constants.hpp                           |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/lcast_unsigned_converters.hpp                      |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/detail/widest_char.hpp                                    |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/lexical_cast/try_lexical_convert.hpp                                   |  172 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/ccmath/detail/config.hpp                                          |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/ccmath/isinf.hpp                                                  |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/ccmath/isnan.hpp                                                  |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/constants/constants.hpp                                           |   58 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/cstdfloat/cstdfloat_cmath.hpp                                     |   60 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/cstdfloat/cstdfloat_iostream.hpp                                  |   60 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/cstdfloat/cstdfloat_limits.hpp                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/policies/error_handling.hpp                                       |  381 -
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/policies/policy.hpp                                               |  211 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/acosh.hpp                                       |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/asinh.hpp                                       |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/atanh.hpp                                       |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/bernoulli.hpp                                   |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/cbrt.hpp                                        |   52 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/cos_pi.hpp                                      |   50 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/bernoulli_details.hpp                    |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/erf_inv.hpp                              |  210 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/fp_traits.hpp                            |   75 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/gamma_inva.hpp                           |   28 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/igamma_inverse.hpp                       |   65 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/igamma_large.hpp                         |  122 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/lgamma_small.hpp                         |   37 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/polygamma.hpp                            |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/round_fwd.hpp                            |   49 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/detail/unchecked_factorial.hpp                  |  216 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/digamma.hpp                                     |  152 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/erf.hpp                                         |  302 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/expm1.hpp                                       |   98 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/factorials.hpp                                  |   31 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/fpclassify.hpp                                  |  165 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/gamma.hpp                                       |  803 +-
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/hypot.hpp                                       |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/lanczos.hpp                                     |  679 +-
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/log1p.hpp                                       |   77 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/math_fwd.hpp                                    |  687 +-
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/next.hpp                                        |   43 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/pow.hpp                                         |   23 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/powm1.hpp                                       |   64 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/sign.hpp                                        |   75 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/sin_pi.hpp                                      |   66 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/sqrt1pm1.hpp                                    |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/trigamma.hpp                                    |  103 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/trunc.hpp                                       |  173 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/special_functions/zeta.hpp                                        |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/array.hpp                                                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/assert.hpp                                                  |   17 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/atomic.hpp                                                  |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/big_constant.hpp                                            |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/complex.hpp                                                 |   41 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/config.hpp                                                  |  410 +
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/convert_from_string.hpp                                     |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/cstdint.hpp                                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_10.hpp                            |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_11.hpp                            |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_12.hpp                            |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_13.hpp                            |   28 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_14.hpp                            |   30 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_15.hpp                            |   32 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_16.hpp                            |   34 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_17.hpp                            |   36 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_18.hpp                            |   38 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_19.hpp                            |   40 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_2.hpp                             |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_20.hpp                            |   42 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_3.hpp                             |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_4.hpp                             |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_5.hpp                             |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_6.hpp                             |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_7.hpp                             |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_8.hpp                             |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner1_9.hpp                             |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_10.hpp                            |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_11.hpp                            |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_12.hpp                            |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_13.hpp                            |   28 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_14.hpp                            |   30 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_15.hpp                            |   32 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_16.hpp                            |   34 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_17.hpp                            |   36 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_18.hpp                            |   38 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_19.hpp                            |   40 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_2.hpp                             |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_20.hpp                            |   42 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_3.hpp                             |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_4.hpp                             |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_5.hpp                             |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_6.hpp                             |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_7.hpp                             |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_8.hpp                             |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner2_9.hpp                             |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_10.hpp                            |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_11.hpp                            |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_12.hpp                            |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_13.hpp                            |   28 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_14.hpp                            |   30 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_15.hpp                            |   32 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_16.hpp                            |   34 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_17.hpp                            |   36 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_18.hpp                            |   38 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_19.hpp                            |   40 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_2.hpp                             |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_20.hpp                            |   42 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_3.hpp                             |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_4.hpp                             |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_5.hpp                             |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_6.hpp                             |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_7.hpp                             |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_8.hpp                             |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/polynomial_horner3_9.hpp                             |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_10.hpp                              |   40 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_11.hpp                              |   44 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_12.hpp                              |   48 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_13.hpp                              |   52 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_14.hpp                              |   56 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_15.hpp                              |   60 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_16.hpp                              |   64 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_17.hpp                              |   68 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_18.hpp                              |   72 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_19.hpp                              |   76 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_2.hpp                               |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_20.hpp                              |   80 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_3.hpp                               |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_4.hpp                               |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_5.hpp                               |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_6.hpp                               |   24 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_7.hpp                               |   28 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_8.hpp                               |   32 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner1_9.hpp                               |   36 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_10.hpp                              |   34 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_11.hpp                              |   38 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_12.hpp                              |   42 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_13.hpp                              |   46 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_14.hpp                              |   50 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_15.hpp                              |   54 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_16.hpp                              |   58 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_17.hpp                              |   62 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_18.hpp                              |   66 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_19.hpp                              |   70 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_2.hpp                               |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_20.hpp                              |   74 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_3.hpp                               |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_4.hpp                               |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_5.hpp                               |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_6.hpp                               |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_7.hpp                               |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_8.hpp                               |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner2_9.hpp                               |   30 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_10.hpp                              |   34 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_11.hpp                              |   38 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_12.hpp                              |   42 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_13.hpp                              |   46 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_14.hpp                              |   50 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_15.hpp                              |   54 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_16.hpp                              |   58 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_17.hpp                              |   62 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_18.hpp                              |   66 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_19.hpp                              |   70 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_2.hpp                               |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_20.hpp                              |   74 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_3.hpp                               |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_4.hpp                               |   10 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_5.hpp                               |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_6.hpp                               |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_7.hpp                               |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_8.hpp                               |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/detail/rational_horner3_9.hpp                               |   30 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/fraction.hpp                                                |  147 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/is_constant_evaluated.hpp                                   |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/is_detected.hpp                                             |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/mp.hpp                                                      |   58 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/numeric_limits.hpp                                          |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/precision.hpp                                               |  175 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/promotion.hpp                                               |  326 -
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/rational.hpp                                                |   87 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/roots.hpp                                                   |  140 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/series.hpp                                                  |   71 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/throw_exception.hpp                                         |   23 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/toms748_solve.hpp                                           |  102 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/tuple.hpp                                                   |   67 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/math/tools/type_traits.hpp                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/adl_move_swap.hpp                                                 |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/adaptive_merge.hpp                                           |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/adaptive_sort_merge.hpp                               |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/basic_op.hpp                                          |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/heap_sort.hpp                                         |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/insertion_sort.hpp                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/merge.hpp                                             |   32 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/merge_sort.hpp                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/search.hpp                                            |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/detail/set_difference.hpp                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/algo/predicate.hpp                                                |   20 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/core.hpp                                                          |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/config_begin.hpp                                           |    1 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/iterator_to_raw_pointer.hpp                                |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/launder.hpp                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/meta_utils.hpp                                             |   25 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/meta_utils_core.hpp                                        |   15 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/move_helpers.hpp                                           |   48 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/placement_new.hpp                                          |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/reverse_iterator.hpp                                       |   56 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/std_ns_begin.hpp                                           |   16 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/std_ns_end.hpp                                             |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/to_raw_pointer.hpp                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/type_traits.hpp                                            |   94 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/detail/workaround.hpp                                             |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/iterator.hpp                                                      |   44 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/move/unique_ptr.hpp                                                    |   96 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/mp11                                                                   |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/mp11.hpp                                                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/mpl/assert.hpp                                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/mpl/aux_/integral_wrapper.hpp                                          |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/mpl/if.hpp                                                             |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/cpp_bin_float.hpp                                       |  103 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/cpp_int.hpp                                             |   18 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/cpp_int/checked.hpp                                     |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/cpp_int/divide.hpp                                      |   42 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/cpp_int/limits.hpp                                      |   14 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/cpp_int/literals.hpp                                    |    8 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/cpp_int/misc.hpp                                        |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/detail/default_ops.hpp                                  |   53 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/detail/functions/trunc.hpp                              |   12 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/detail/min_max.hpp                                      |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/detail/number_base.hpp                                  |   25 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/detail/standalone_config.hpp                            |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/number.hpp                                              |   19 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/multiprecision/traits/std_integer_traits.hpp                           |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/noncopyable.hpp                                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/none.hpp                                                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/none_t.hpp                                                             |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/numeric/conversion/detail/old_numeric_cast.hpp                         |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/operators.hpp                                                          |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/optional                                                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/polygon                                                                |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/predef/version.h                                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/preprocessor/variadic/has_opt.hpp                                      |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/assert.hpp                                                         |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/config.hpp                                                         |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/deduce_mat.hpp                                                     |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/deduce_scalar.hpp                                                  |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/deduce_vec.hpp                                                     |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/detail/cofactor_impl.hpp                                           |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/detail/determinant_impl.hpp                                        |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/detail/mat_assign.hpp                                              |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/detail/remove_const.hpp                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/detail/transp_impl.hpp                                             |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/detail/vec_assign.hpp                                              |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/enable_if.hpp                                                      |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/error.hpp                                                          |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/mat_assign2.hpp                                                |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/mat_assign3.hpp                                                |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/mat_assign4.hpp                                                |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/mat_operations2.hpp                                            |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/mat_operations3.hpp                                            |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/mat_operations4.hpp                                            |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/vec_assign2.hpp                                                |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/vec_assign3.hpp                                                |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/vec_assign4.hpp                                                |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/vec_mat_operations2.hpp                                        |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/vec_mat_operations3.hpp                                        |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/gen/vec_mat_operations4.hpp                                        |    6 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/is_scalar.hpp                                                      |    5 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/map_mat_mat.hpp                                                    |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/map_mat_vec.hpp                                                    |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat.hpp                                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat_access.hpp                                                     |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat_operations.hpp                                                 |    1 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat_operations2.hpp                                                |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat_operations3.hpp                                                |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat_operations4.hpp                                                |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat_traits.hpp                                                     |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/mat_traits_array.hpp                                               |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/math.hpp                                                           |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/scalar_traits.hpp                                                  |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/static_assert.hpp                                                  |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/throw_exception.hpp                                                |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/to_string.hpp                                                      |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/vec.hpp                                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/vec_access.hpp                                                     |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/vec_mat_operations.hpp                                             |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/vec_mat_operations2.hpp                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/vec_mat_operations3.hpp                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/vec_mat_operations4.hpp                                            |    3 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/qvm/vec_traits.hpp                                                     |    7 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/range/iterator_range_io.hpp                                            |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/ratio                                                                  |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/serialization                                                          |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/shared_ptr.hpp                                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/smart_ptr                                                              |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/system                                                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/thread                                                                 |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/throw_exception.hpp                                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/tuple/detail/tuple_basic.hpp                                           |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/tuple/tuple.hpp                                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_index.hpp                                                         |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_index/ctti_type_index.hpp                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_index/detail/compile_time_type_info.hpp                           |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_index/detail/ctti_register_class.hpp                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_index/detail/stl_register_class.hpp                               |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_index/stl_type_index.hpp                                          |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_index/type_index_facade.hpp                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/intrinsics.hpp                                             |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_class.hpp                                               |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_const.hpp                                               |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_copy_constructible.hpp                                  |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_floating_point.hpp                                      |   22 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_integral.hpp                                            |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_lvalue_reference.hpp                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_member_pointer.hpp                                      |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_noncopyable.hpp                                         |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_pointer.hpp                                             |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_same.hpp                                                |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/is_volatile.hpp                                            |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/type_traits/type_with_alignment.hpp                                    |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/utility/enable_if.hpp                                                  |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/apply_visitor_binary.hpp                                |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/apply_visitor_unary.hpp                                 |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/config.hpp                                              |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/element_index.hpp                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/forced_return.hpp                                       |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/has_result_type.hpp                                     |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/hash_variant.hpp                                        |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/initializer.hpp                                         |   89 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/make_variant_list.hpp                                   |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/move.hpp                                                |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/std_hash.hpp                                            |    2 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/variant_io.hpp                                          |   26 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/detail/visitation_impl.hpp                                     |   11 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/get.hpp                                                        |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/recursive_wrapper_fwd.hpp                                      |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/variant.hpp                                                    |   88 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant/variant_fwd.hpp                                                |   45 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/variant2                                                               |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/version.hpp                                                            |    4 
 googlePolylines-0.8.7/googlePolylines/inst/i/b/visit_each.hpp                                                         |only
 googlePolylines-0.8.7/googlePolylines/inst/i/b/winapi                                                                 |only
 1690 files changed, 14879 insertions(+), 15309 deletions(-)

More information about googlePolylines at CRAN
Permanent link

Package fucom updated to version 0.0.4 with previous version 0.0.3 dated 2025-01-15

Title: Full Consistency Method (FUCOM)
Description: Full Consistency Method (FUCOM) for multi-criteria decision-making (MCDM), developed by Dragam Pamucar in 2018 (<doi:10.3390/sym10090393>). The goal of the method is to determine the weights of criteria such that the deviation from full consistency is minimized. Users provide a character vector specifying the ranking of each criterion according to its significance, starting from the criterion expected to have the highest weight to the least significant one. Additionally, users provide a numeric vector specifying the priority values for each criterion. The comparison is made with respect to the first-ranked (most significant) criterion. The function returns the optimized weights for each criterion (summing to 1), the comparative priority (Phi) values, the mathematical transitivity condition (w) value, and the minimum deviation from full consistency (DFC).
Author: Mateus Vanzetta [aut, cre], Marcos Santos [ctb]
Maintainer: Mateus Vanzetta <mateusvanzetta@id.uff.br>

Diff between fucom versions 0.0.3 dated 2025-01-15 and 0.0.4 dated 2025-03-13

 DESCRIPTION                 |    6 +++---
 MD5                         |    6 +++---
 inst/doc/fucom.html         |    6 +++---
 tests/testthat/test-fucom.R |   34 ----------------------------------
 4 files changed, 9 insertions(+), 43 deletions(-)

More information about fucom at CRAN
Permanent link

Package fastcpd updated to version 0.16.0 with previous version 0.14.6 dated 2024-11-05

Title: Fast Change Point Detection via Sequential Gradient Descent
Description: Implements fast change point detection algorithm based on the paper "Sequential Gradient Descent and Quasi-Newton's Method for Change-Point Analysis" by Xianyang Zhang, Trisha Dawn <https://proceedings.mlr.press/v206/zhang23b.html>. The algorithm is based on dynamic programming with pruning and sequential gradient descent. It is able to detect change points a magnitude faster than the vanilla Pruned Exact Linear Time(PELT). The package includes examples of linear regression, logistic regression, Poisson regression, penalized linear regression data, and whole lot more examples with custom cost function in case the user wants to use their own cost function.
Author: Xingchi Li [aut, cre, cph] , Xianyang Zhang [aut, cph]
Maintainer: Xingchi Li <anthony.li.stat.tamu.edu@lixingchi.com>

Diff between fastcpd versions 0.14.6 dated 2024-11-05 and 0.16.0 dated 2025-03-13

 fastcpd-0.14.6/fastcpd/R/check.R                                                                               |only
 fastcpd-0.14.6/fastcpd/R/fastcpd_class.R                                                                       |only
 fastcpd-0.14.6/fastcpd/R/fastcpd_data.R                                                                        |only
 fastcpd-0.14.6/fastcpd/R/fastcpd_wrappers.R                                                                    |only
 fastcpd-0.14.6/fastcpd/inst/doc/comparison-pelt.R                                                              |only
 fastcpd-0.14.6/fastcpd/src/fastcpd_class.cc                                                                    |only
 fastcpd-0.14.6/fastcpd/src/fastcpd_class.h                                                                     |only
 fastcpd-0.14.6/fastcpd/src/fastcpd_class_nll.cc                                                                |only
 fastcpd-0.14.6/fastcpd/src/fastcpd_test.h                                                                      |only
 fastcpd-0.14.6/fastcpd/src/fastcpd_test_constants.h                                                            |only
 fastcpd-0.14.6/fastcpd/src/fastcpd_types.h                                                                     |only
 fastcpd-0.14.6/fastcpd/src/fastcpd_wrapper.h                                                                   |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_lm_2.R                                                  |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_mean-time_1.R                                           |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_mean-time_2.txt                                         |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_mean-time_3.txt                                         |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_meanvariance-time_1.txt                                 |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_meanvariance-time_2.txt                                 |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_meanvariance_1.R                                        |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_meanvariance_2.R                                        |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_variance-time_1.txt                                     |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_variance-time_2.txt                                     |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_variance_1.R                                            |only
 fastcpd-0.14.6/fastcpd/tests/testthat/examples/fastcpd_variance_2.R                                            |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_mean-time_1.R                                      |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_mean-time_2.R                                      |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_mean-time_3.R                                      |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_meanvariance-time_1.R                              |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_meanvariance-time_2.R                              |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_meanvariance_1.R                                   |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_meanvariance_2.R                                   |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_variance-time_1.R                                  |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_variance-time_2.R                                  |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_variance_1.R                                       |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-examples-fastcpd_variance_2.R                                       |only
 fastcpd-0.14.6/fastcpd/tests/testthat/test-vignettes-comparison-pelt.R                                         |only
 fastcpd-0.14.6/fastcpd/vignettes/comparison-packages/ar3-mcp-result-1.png                                      |only
 fastcpd-0.14.6/fastcpd/vignettes/comparison-packages/univariate-mean-and-or-variance-change-mcp-result-1.png   |only
 fastcpd-0.14.6/fastcpd/vignettes/comparison-packages/univariate-mean-change-mcp-result-1.png                   |only
 fastcpd-0.16.0/fastcpd/DESCRIPTION                                                                             |   30 
 fastcpd-0.16.0/fastcpd/MD5                                                                                     |  232 -
 fastcpd-0.16.0/fastcpd/NAMESPACE                                                                               |    1 
 fastcpd-0.16.0/fastcpd/NEWS.md                                                                                 |   15 
 fastcpd-0.16.0/fastcpd/R/RcppExports.R                                                                         |    4 
 fastcpd-0.16.0/fastcpd/R/class.R                                                                               |only
 fastcpd-0.16.0/fastcpd/R/data.R                                                                                |only
 fastcpd-0.16.0/fastcpd/R/fastcpd.R                                                                             |  499 ++
 fastcpd-0.16.0/fastcpd/R/utilities.R                                                                           |only
 fastcpd-0.16.0/fastcpd/R/variance_estimation.R                                                                 |    3 
 fastcpd-0.16.0/fastcpd/README.md                                                                               |   81 
 fastcpd-0.16.0/fastcpd/build/vignette.rds                                                                      |binary
 fastcpd-0.16.0/fastcpd/inst/doc/comparison-packages.Rmd                                                        |  238 -
 fastcpd-0.16.0/fastcpd/inst/doc/comparison-packages.html                                                       | 1770 ++++-----
 fastcpd-0.16.0/fastcpd/inst/doc/comparison-pelt.Rmd                                                            |  932 +++++
 fastcpd-0.16.0/fastcpd/inst/doc/comparison-pelt.html                                                           | 1821 ++++------
 fastcpd-0.16.0/fastcpd/inst/doc/examples-advanced.R                                                            | 1072 ++---
 fastcpd-0.16.0/fastcpd/inst/doc/examples-custom-model.R                                                        |  304 -
 fastcpd-0.16.0/fastcpd/inst/doc/exploration-during-development.R                                               |only
 fastcpd-0.16.0/fastcpd/inst/doc/exploration-during-development.Rmd                                             |only
 fastcpd-0.16.0/fastcpd/inst/doc/exploration-during-development.html                                            |only
 fastcpd-0.16.0/fastcpd/inst/doc/time-complexity.Rmd                                                            |only
 fastcpd-0.16.0/fastcpd/inst/doc/time-complexity.html                                                           |only
 fastcpd-0.16.0/fastcpd/inst/include/fastcpd.h                                                                  |only
 fastcpd-0.16.0/fastcpd/inst/include/fastcpd_impl.h                                                             |   50 
 fastcpd-0.16.0/fastcpd/inst/include/ref_fastglm_fit_glm.h                                                      |only
 fastcpd-0.16.0/fastcpd/inst/include/ref_fastglm_fit_glm_dense.h                                                |only
 fastcpd-0.16.0/fastcpd/inst/include/ref_fastglm_glm.h                                                          |only
 fastcpd-0.16.0/fastcpd/inst/include/ref_fastglm_glm_base.h                                                     |only
 fastcpd-0.16.0/fastcpd/inst/include/ref_tseries.h                                                              |only
 fastcpd-0.16.0/fastcpd/man/bitcoin.Rd                                                                          |    2 
 fastcpd-0.16.0/fastcpd/man/fastcpd-class.Rd                                                                    |    2 
 fastcpd-0.16.0/fastcpd/man/fastcpd.Rd                                                                          |    9 
 fastcpd-0.16.0/fastcpd/man/fastcpd_ar.Rd                                                                       |    2 
 fastcpd-0.16.0/fastcpd/man/fastcpd_arima.Rd                                                                    |   10 
 fastcpd-0.16.0/fastcpd/man/fastcpd_arma.Rd                                                                     |   11 
 fastcpd-0.16.0/fastcpd/man/fastcpd_binomial.Rd                                                                 |    2 
 fastcpd-0.16.0/fastcpd/man/fastcpd_family.Rd                                                                   |    2 
 fastcpd-0.16.0/fastcpd/man/fastcpd_garch.Rd                                                                    |   10 
 fastcpd-0.16.0/fastcpd/man/fastcpd_lasso.Rd                                                                    |   39 
 fastcpd-0.16.0/fastcpd/man/fastcpd_lm.Rd                                                                       |    4 
 fastcpd-0.16.0/fastcpd/man/fastcpd_mean.Rd                                                                     |   38 
 fastcpd-0.16.0/fastcpd/man/fastcpd_meanvariance.Rd                                                             |   65 
 fastcpd-0.16.0/fastcpd/man/fastcpd_poisson.Rd                                                                  |    2 
 fastcpd-0.16.0/fastcpd/man/fastcpd_ts.Rd                                                                       |  106 
 fastcpd-0.16.0/fastcpd/man/fastcpd_var.Rd                                                                      |    2 
 fastcpd-0.16.0/fastcpd/man/fastcpd_variance.Rd                                                                 |   49 
 fastcpd-0.16.0/fastcpd/man/figures/README-ar3-1.png                                                            |binary
 fastcpd-0.16.0/fastcpd/man/figures/README-time-comparison-1.png                                                |only
 fastcpd-0.16.0/fastcpd/man/occupancy.Rd                                                                        |    2 
 fastcpd-0.16.0/fastcpd/man/plot.Rd                                                                             |    9 
 fastcpd-0.16.0/fastcpd/man/print.Rd                                                                            |    2 
 fastcpd-0.16.0/fastcpd/man/show.Rd                                                                             |    2 
 fastcpd-0.16.0/fastcpd/man/summary.Rd                                                                          |    2 
 fastcpd-0.16.0/fastcpd/man/transcriptome.Rd                                                                    |    2 
 fastcpd-0.16.0/fastcpd/man/uk_seatbelts.Rd                                                                     |   42 
 fastcpd-0.16.0/fastcpd/man/well_log.Rd                                                                         |    2 
 fastcpd-0.16.0/fastcpd/src/RcppExports.cpp                                                                     |   39 
 fastcpd-0.16.0/fastcpd/src/fastcpd_classes.cc                                                                  |only
 fastcpd-0.16.0/fastcpd/src/fastcpd_impl.cc                                                                     |   61 
 fastcpd-0.16.0/fastcpd/src/fastcpd_test.cc                                                                     |  504 +-
 fastcpd-0.16.0/fastcpd/src/ref_fastglm_fit_glm.cc                                                              |only
 fastcpd-0.16.0/fastcpd/src/ref_fastglm_fit_glm_dense.cc                                                        |only
 fastcpd-0.16.0/fastcpd/src/ref_r_family.c                                                                      |only
 fastcpd-0.16.0/fastcpd/src/ref_tseries.cc                                                                      |only
 fastcpd-0.16.0/fastcpd/src/ref_tseries_cfuncs.f90                                                              |only
 fastcpd-0.16.0/fastcpd/src/ref_tseries_dsumsl.f                                                                |only
 fastcpd-0.16.0/fastcpd/src/ref_tseries_formats.c                                                               |only
 fastcpd-0.16.0/fastcpd/src/ref_tseries_garch.c                                                                 |only
 fastcpd-0.16.0/fastcpd/src/test-fastcpd.cc                                                                     |  209 -
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/data-uk_seatbelts.R                                             |   40 
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_arima.txt                                               |    8 
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_arma.txt                                                |    9 
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_garch.txt                                               |    8 
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_lasso.txt                                               |   37 
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_lm_2.txt                                                |only
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_mean.R                                                  |   11 
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_meanvariance.R                                          |only
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_ts.txt                                                  |   97 
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/fastcpd_variance.R                                              |only
 fastcpd-0.16.0/fastcpd/tests/testthat/examples/plot.R                                                          |    7 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-check.R                                                             |   14 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-data-transcriptome.R                                       |    4 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-data-uk_seatbelts.R                                        |    2 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-data-well_log.R                                            |    6 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_3.R                                                |    2 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_ar_1.R                                             |    5 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_ar_2.R                                             |    5 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_arima.R                                            |    2 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_arma.R                                             |    2 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_binomial.R                                         |    5 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_garch.R                                            |    8 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_lasso.R                                            |    4 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_lm_1.R                                             |    6 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_lm_2.R                                             |    9 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_mean.R                                             |    3 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_meanvariance.R                                     |only
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_poisson.R                                          |    9 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_ts.R                                               |    2 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-examples-fastcpd_variance.R                                         |only
 fastcpd-0.16.0/fastcpd/tests/testthat/test-experiments.R                                                       |  494 --
 fastcpd-0.16.0/fastcpd/tests/testthat/test-fastcpd-class.R                                                     |   30 
 fastcpd-0.16.0/fastcpd/tests/testthat/test-vignettes-comparison-pelt-lasso.R                                   |only
 fastcpd-0.16.0/fastcpd/tests/testthat/test-vignettes-comparison-pelt-logistic-regression.R                     |only
 fastcpd-0.16.0/fastcpd/tests/testthat/test-vignettes-comparison-pelt-poisson-regression.R                      |only
 fastcpd-0.16.0/fastcpd/vignettes/comparison-packages.Rmd                                                       |  238 -
 fastcpd-0.16.0/fastcpd/vignettes/comparison-packages/data-setup-garch11-1.png                                  |binary
 fastcpd-0.16.0/fastcpd/vignettes/comparison-packages/data-setup-multivariate-mean-and-or-variance-change-1.png |binary
 fastcpd-0.16.0/fastcpd/vignettes/comparison-packages/detection-comparison-well-log-plot-1.png                  |binary
 fastcpd-0.16.0/fastcpd/vignettes/comparison-packages/time-comparison-well-log-plot-1.png                       |binary
 fastcpd-0.16.0/fastcpd/vignettes/comparison-packages/univariate-mean-change-bcp-result-1.png                   |binary
 fastcpd-0.16.0/fastcpd/vignettes/comparison-pelt.Rmd                                                           |  932 +++++
 fastcpd-0.16.0/fastcpd/vignettes/exploration-during-development.Rmd                                            |only
 fastcpd-0.16.0/fastcpd/vignettes/time-complexity                                                               |only
 fastcpd-0.16.0/fastcpd/vignettes/time-complexity.Rmd                                                           |only
 154 files changed, 5946 insertions(+), 4336 deletions(-)

More information about fastcpd at CRAN
Permanent link

Package anticlust updated to version 0.8.10 with previous version 0.8.9-1 dated 2025-01-20

Title: Subset Partitioning via Anticlustering
Description: The method of anticlustering partitions a pool of elements into groups (i.e., anticlusters) with the goal of maximizing between-group similarity or within-group heterogeneity. The anticlustering approach thereby reverses the logic of cluster analysis that strives for high within-group homogeneity and clear separation between groups. Computationally, anticlustering is accomplished by maximizing instead of minimizing a clustering objective function, such as the intra-cluster variance (used in k-means clustering) or the sum of pairwise distances within clusters. The main function anticlustering() gives access to optimal and heuristic anticlustering methods described in Papenberg and Klau (2021; <doi:10.1037/met0000301>), Brusco et al. (2020; <doi:10.1111/bmsp.12186>), Papenberg (2024; <doi:10.1111/bmsp.12315>), and Papenberg et al. (2025; <doi:10.1101/2025.03.03.641320>). The optimal algorithms require that an integer linear programming solver is installed. This p [...truncated...]
Author: Martin Papenberg [aut, cre] , Meik Michalke [ctb] , Gunnar W. Klau [ths], Juliane V. Nagel [ctb] , Martin Breuer [ctb] , Marie L. Schaper [ctb] , Max Diekhoff [ctb] , Hannah Hengelbrock [ctb]
Maintainer: Martin Papenberg <martin.papenberg@hhu.de>

Diff between anticlust versions 0.8.9-1 dated 2025-01-20 and 0.8.10 dated 2025-03-13

 DESCRIPTION                              |   45 -
 MD5                                      |   34 -
 R/Optimal_Dispersion.R                   |   20 
 R/ilp-solve.R                            |   37 +
 R/input-validation.R                     |    3 
 R/optimal_anticlustering.R               |   12 
 R/weighted-cluster-editing.R             |    2 
 R/wrapper-anticlustering.R               |   18 
 build/vignette.rds                       |binary
 inst/doc/Best_practices.html             |  106 ++--
 inst/doc/Categorical_vars.html           |  688 +++++++++++++++------------
 inst/doc/Speeding_up_anticlustering.html |  772 ++++++++++++++++++++-----------
 inst/doc/stimulus-selection.html         |  694 ++++++++++++++++-----------
 inst/tinytest/test-2pml.R                |    2 
 inst/tinytest/test-ilp-solvers.R         |   66 +-
 man/anticlustering.Rd                    |   18 
 man/optimal_anticlustering.Rd            |    5 
 man/optimal_dispersion.Rd                |    2 
 18 files changed, 1525 insertions(+), 999 deletions(-)

More information about anticlust at CRAN
Permanent link

New package webqueue with initial version 1.0.0
Package: webqueue
Title: Multicore HTTP Server
Version: 1.0.0
Date: 2025-03-12
Description: Distributes HTTP requests among a pool of background R processes. Supports timeouts and interrupts of requests to ensure that CPU cores are utilized effectively.
URL: https://cmmr.github.io/webqueue/, https://github.com/cmmr/webqueue
BugReports: https://github.com/cmmr/webqueue/issues
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 4.2.0)
Imports: cli, httpuv, jsonlite, jobqueue, later, parallelly, promises, R6, rlang, semaphore, webutils, utils
Suggests: httr2, knitr, RCurl, rmarkdown, testthat (>= 3.0.0), withr
NeedsCompilation: no
Packaged: 2025-03-12 21:23:44 UTC; Daniel
Author: Daniel P. Smith [aut, cre] , Alkek Center for Metagenomics and Microbiome Research [cph, fnd]
Maintainer: Daniel P. Smith <dansmith01@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-13 21:10:02 UTC

More information about webqueue at CRAN
Permanent link

New package pkgdiff with initial version 0.1.9
Package: pkgdiff
Title: Identifies Package Differences
Version: 0.1.9
Maintainer: David Bosak <dbosak01@gmail.com>
Description: Identifies differences between versions of a package. Specifically, the functions help determine if there are breaking changes from one package version to the next. The package also includes a stability assessment, to help you determine the overall stability of a package, or even an entire repository.
License: CC0
Encoding: UTF-8
URL: https://pkgdiff.r-sassy.org, https://github.com/dbosak01/pkgdiff
BugReports: https://github.com/dbosak01/pkgdiff/issues
Depends: R (>= 4.0.0)
Imports: rvest, common, crayon, utils, cranlogs
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-12 22:02:58 UTC; dbosa
Author: David Bosak [aut, cre], Brian Varney [ctb], Kevin Putschko [ctb]
Repository: CRAN
Date/Publication: 2025-03-13 21:10:05 UTC

More information about pkgdiff at CRAN
Permanent link

New package R4GoodPersonalFinances with initial version 0.2.0
Package: R4GoodPersonalFinances
Title: Make Better Financial Decisions
Version: 0.2.0
Description: Make informed, data-driven decisions for your personal or household finances. Use tools and methods that are selected carefully to align with academic consensus, bridging the gap between theoretical knowledge and practical application. They assist you in finding optimal asset allocation, preparing for retirement or financial independence, calculating optimal spending, and more. For more details see: Haghani V., White J. (2023, ISBN:978-1-119-74791-8), Idzorek T., Kaplan P. (2024, ISBN:9781952927379).
License: MIT + file LICENSE
URL: https://www.r4good.academy/, https://r4goodacademy.github.io/R4GoodPersonalFinances/, https://github.com/R4GoodAcademy/R4GoodPersonalFinances
BugReports: https://github.com/R4GoodAcademy/R4GoodPersonalFinances/issues
Depends: R (>= 4.1.0)
Imports: bsicons, bslib, dplyr, ggplot2, ggrepel, ggtext, glue, PrettyCols, scales, shiny, tidyr, readr, fs, purrr, stringr, withr
Suggests: spelling, testthat (>= 3.0.0), vdiffr
Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Packaged: 2025-03-12 14:54:21 UTC; kamil
Author: Kamil Wais [aut, cre, cph, fnd] , Olesia Wais [aut]
Maintainer: Kamil Wais <kamil.wais@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-13 20:50:05 UTC

More information about R4GoodPersonalFinances at CRAN
Permanent link

New package lionfish with initial version 1.0.27
Package: lionfish
Title: Interactive 'tourr' Using 'python'
Version: 1.0.27
Description: Extends the functionality of the 'tourr' package by an interactive graphical user interface. The interactivity allows users to effortlessly refine their 'tourr' results by manual intervention, which allows for integration of expert knowledge and aids the interpretation of results. For more information on 'tourr' see Wickham et. al (2011) <doi:10.18637/jss.v040.i02> or <https://github.com/ggobi/tourr>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: reticulate, tourr (>= 1.2.4), data.table, utils
Suggests: ggplot2, viridis, randomForest, knitr, rmarkdown, markdown, colorspace, ggbeeswarm, patchwork, mvtnorm, tidyverse, dplyr, gridExtra, flexclust
VignetteBuilder: knitr
URL: https://mmedl94.github.io/lionfish/
Depends: R (>= 3.5.0)
LazyData: true
NeedsCompilation: no
Packaged: 2025-03-12 17:01:22 UTC; matthias
Author: Matthias Medl [aut, cre]
Maintainer: Matthias Medl <matthias.medl@chello.at>
Repository: CRAN
Date/Publication: 2025-03-13 20:50:02 UTC

More information about lionfish at CRAN
Permanent link

Package Rgof updated to version 3.1.0 with previous version 3.0.0 dated 2025-02-01

Title: 1d Goodness of Fit Tests
Description: Routines that allow the user to run a large number of goodness-of-fit tests. It allows for data to be continuous or discrete. It includes routines to estimate the power of the tests and display them as a power graph. The routine run.studies allows a user to quickly study the power of a new method and how it compares to some of the standard ones.
Author: Wolfgang Rolke [aut, cre]
Maintainer: Wolfgang Rolke <wolfgang.rolke@upr.edu>

Diff between Rgof versions 3.0.0 dated 2025-02-01 and 3.1.0 dated 2025-03-13

 DESCRIPTION                     |    8 -
 MD5                             |   91 ++++++++++---------
 NAMESPACE                       |    1 
 NEWS.md                         |    3 
 R/RcppExports.R                 |   46 +++++-----
 R/Rgof-package.R                |   60 ++++++-------
 R/case.studies.R                |    2 
 R/data.R                        |    2 
 R/gof_power.R                   |   40 +++++---
 R/gof_power_cont.R              |  135 ++++++-----------------------
 R/gof_power_disc.R              |  115 +++++--------------------
 R/gof_test.R                    |   22 ++--
 R/gof_test_adjusted_pvalue.R    |   10 +-
 R/gof_test_cont.R               |   37 +++-----
 R/gof_test_cont_adj.R           |   46 ++--------
 R/gof_test_disc.R               |   18 +--
 R/gof_test_disc_adj.R           |   44 +++------
 R/power_cont_R.R                |only
 R/power_disc_R.R                |only
 R/power_newtest.R               |    2 
 R/run.studies.R                 |   11 +-
 R/timecheck.R                   |only
 build/vignette.rds              |binary
 inst/doc/Rgof.R                 |   16 +--
 inst/doc/Rgof.Rmd               |   16 +--
 inst/doc/Rgof.html              |  183 ++++++++++++++++++++--------------------
 man/calcTS.Rd                   |only
 man/gof_cont.Rd                 |    6 -
 man/gof_power.Rd                |   18 +--
 man/gof_power_cont.Rd           |   10 +-
 man/gof_power_disc.Rd           |    8 -
 man/gof_test.Rd                 |   12 +-
 man/gof_test_adjusted_pvalue.Rd |    8 -
 man/gof_test_cont.Rd            |    4 
 man/gof_test_cont_adj.Rd        |    2 
 man/gof_test_disc.Rd            |    4 
 man/power_cont.Rd               |   23 -----
 man/power_cont_R.Rd             |only
 man/power_disc.Rd               |   22 +---
 man/power_disc_R.Rd             |only
 man/run.studies.Rd              |    6 -
 man/timecheck.Rd                |only
 src/RcppExports.cpp             |   52 ++++++-----
 src/TS_cont.cpp                 |    7 +
 src/gof_cont.cpp                |   41 +-------
 src/gof_disc.cpp                |   21 +---
 src/power_cont.cpp              |   69 ++++++---------
 src/power_disc.cpp              |   76 ++++++++--------
 src/teststatistics.cpp          |only
 src/teststatistics.h            |only
 vignettes/Rgof.Rmd              |   16 +--
 51 files changed, 554 insertions(+), 759 deletions(-)

More information about Rgof at CRAN
Permanent link

Package mpactr updated to version 0.2.0 with previous version 0.1.0 dated 2024-09-10

Title: Correction of Preprocessed MS Data
Description: An 'R' implementation of the 'python' program Metabolomics Peak Analysis Computational Tool ('MPACT') (Robert M. Samples, Sara P. Puckett, and Marcy J. Balunas (2023) <doi:10.1021/acs.analchem.2c04632>). Filters in the package serve to address common errors in tandem mass spectrometry preprocessing, including: (1) isotopic patterns that are incorrectly split during preprocessing, (2) features present in solvent blanks due to carryover between samples, (3) features whose abundance is greater than user-defined abundance threshold in a specific group of samples, for example media blanks, (4) ions that are inconsistent between technical replicates, and (5) in-source fragment ions created during ionization before fragmentation in the tandem mass spectrometry workflow.
Author: Allison Mason [aut] , Gregory Johnson [aut] , Patrick Schloss [aut, cre, cph]
Maintainer: Patrick Schloss <pschloss@umich.edu>

Diff between mpactr versions 0.1.0 dated 2024-09-10 and 0.2.0 dated 2025-03-13

 mpactr-0.1.0/mpactr/LICENSE                                                  |only
 mpactr-0.1.0/mpactr/R/mpactr-package.R                                       |only
 mpactr-0.1.0/mpactr/man/example.Rd                                           |only
 mpactr-0.2.0/mpactr/DESCRIPTION                                              |   31 +--
 mpactr-0.2.0/mpactr/MD5                                                      |   93 ++++++----
 mpactr-0.2.0/mpactr/NAMESPACE                                                |    8 
 mpactr-0.2.0/mpactr/R/RcppExports.R                                          |only
 mpactr-0.2.0/mpactr/R/data.R                                                 |    6 
 mpactr-0.2.0/mpactr/R/filter_pactr-accessors.R                               |   19 +-
 mpactr-0.2.0/mpactr/R/filter_pactr-methods.R                                 |   92 ---------
 mpactr-0.2.0/mpactr/R/filters.R                                              |   20 +-
 mpactr-0.2.0/mpactr/R/import_data.R                                          |   42 +++-
 mpactr-0.2.0/mpactr/R/mpactR-package.R                                       |only
 mpactr-0.2.0/mpactr/R/mpactr-accessors.R                                     |   15 -
 mpactr-0.2.0/mpactr/R/quality_control.R                                      |   10 -
 mpactr-0.2.0/mpactr/R/summary-class.R                                        |   17 +
 mpactr-0.2.0/mpactr/README.md                                                |   15 -
 mpactr-0.2.0/mpactr/build/partial.rdb                                        |binary
 mpactr-0.2.0/mpactr/build/vignette.rds                                       |only
 mpactr-0.2.0/mpactr/inst/CITATION                                            |only
 mpactr-0.2.0/mpactr/inst/doc                                                 |only
 mpactr-0.2.0/mpactr/inst/extdata/PTY087I2_dataset.csv                        |only
 mpactr-0.2.0/mpactr/inst/extdata/PTY087I2_extractmetadata.csv                |only
 mpactr-0.2.0/mpactr/inst/extdata/PTY087I2_samplelist.csv                     |only
 mpactr-0.2.0/mpactr/man/example_path.Rd                                      |only
 mpactr-0.2.0/mpactr/man/figures                                              |only
 mpactr-0.2.0/mpactr/man/filter_cv.Rd                                         |    5 
 mpactr-0.2.0/mpactr/man/filter_group.Rd                                      |    5 
 mpactr-0.2.0/mpactr/man/filter_insource_ions.Rd                              |    5 
 mpactr-0.2.0/mpactr/man/filter_mispicked_ions.Rd                             |    5 
 mpactr-0.2.0/mpactr/man/filter_summary.Rd                                    |    4 
 mpactr-0.2.0/mpactr/man/get_cv_data.Rd                                       |    5 
 mpactr-0.2.0/mpactr/man/get_group_averages.Rd                                |    5 
 mpactr-0.2.0/mpactr/man/get_meta_data.Rd                                     |    5 
 mpactr-0.2.0/mpactr/man/get_peak_table.Rd                                    |    5 
 mpactr-0.2.0/mpactr/man/get_raw_data.Rd                                      |    5 
 mpactr-0.2.0/mpactr/man/get_similar_ions.Rd                                  |    5 
 mpactr-0.2.0/mpactr/man/import_data.Rd                                       |    9 
 mpactr-0.2.0/mpactr/man/mpactr-package.Rd                                    |    8 
 mpactr-0.2.0/mpactr/man/plot_qc_tree.Rd                                      |    5 
 mpactr-0.2.0/mpactr/man/qc_summary.Rd                                        |    5 
 mpactr-0.2.0/mpactr/src                                                      |only
 mpactr-0.2.0/mpactr/tests/testthat/exttestdata/peak_table_dups.csv           |only
 mpactr-0.2.0/mpactr/tests/testthat/exttestdata/peak_table_post_formatted.csv |only
 mpactr-0.2.0/mpactr/tests/testthat/test-data.R                               |only
 mpactr-0.2.0/mpactr/tests/testthat/test-filter_pactr-methods.R               |    2 
 mpactr-0.2.0/mpactr/tests/testthat/test-import_data.R                        |   22 ++
 mpactr-0.2.0/mpactr/tests/testthat/test-peak_table_formatter.R               |   50 +++++
 mpactr-0.2.0/mpactr/tests/testthat/test-quality_control.R                    |    6 
 mpactr-0.2.0/mpactr/tests/testthat/test-summary-class.R                      |   14 +
 mpactr-0.2.0/mpactr/vignettes                                                |only
 51 files changed, 317 insertions(+), 226 deletions(-)

More information about mpactr at CRAN
Permanent link

Package ncdf4.helpers updated to version 0.3-7 with previous version 0.3-6 dated 2021-10-15

Title: Helper Functions for Use with the 'ncdf4' Package
Description: Contains a collection of helper functions for dealing with 'NetCDF' files <https://www.unidata.ucar.edu/software/netcdf/> opened using 'ncdf4', particularly 'NetCDF' files that conform to the Climate and Forecast (CF) Metadata Conventions <http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html>.
Author: David Bronaugh [aut], Lee Zeman [cre]
Maintainer: Lee Zeman <lzeman@uvic.ca>

Diff between ncdf4.helpers versions 0.3-6 dated 2021-10-15 and 0.3-7 dated 2025-03-13

 CHANGELOG                            |    2 +-
 DESCRIPTION                          |   19 +++++++++++--------
 MD5                                  |   14 +++++++-------
 NAMESPACE                            |    2 +-
 R/helpers.r                          |    2 +-
 R/ncdf4.helpers-package.R            |    3 +--
 man/ncdf4.helpers.Rd                 |    8 ++++++++
 tests/testthat/test-file-functions.R |   15 ++++++++-------
 8 files changed, 38 insertions(+), 27 deletions(-)

More information about ncdf4.helpers at CRAN
Permanent link

Package nemsqar updated to version 1.1.0 with previous version 1.0.0 dated 2025-03-05

Title: National Emergency Medical Service Quality Alliance Measure Calculations
Description: Designed to automate the calculation of Emergency Medical Service (EMS) quality metrics, 'nemsqar' implements measures defined by the National EMS Quality Alliance (NEMSQA). By providing reliable, evidence-based quality assessments, the package supports EMS agencies, healthcare providers, and researchers in evaluating and improving patient outcomes. Users can find details on all approved NEMSQA measures at <https://www.nemsqa.org/measures>. Full technical specifications, including documentation and pseudocode used to develop 'nemsqar', are available on the NEMSQA website after creating a user profile at <https://www.nemsqa.org>.
Author: Nicolas Foss [aut, cre], Samuel Kordik [aut] , Alyssa Green [ctb], Iowa Department of Health and Human Services [cph]
Maintainer: Nicolas Foss <nicolas.foss@hhs.iowa.gov>

Diff between nemsqar versions 1.0.0 dated 2025-03-05 and 1.1.0 dated 2025-03-13

 DESCRIPTION                                   |   11 -
 MD5                                           |  151 ++++++++++++------------
 NAMESPACE                                     |    4 
 NEWS.md                                       |  110 ++++++++---------
 R/airway_01.R                                 |  120 ++++++++++++-------
 R/airway_05.R                                 |  124 ++++++++++++--------
 R/airway_18.R                                 |  129 ++++++++++++---------
 R/asthma_01.R                                 |   72 +++++++++--
 R/hypoglycemia_01.R                           |   78 ++++++++++--
 R/nemsqa_binomial_confint.R                   |only
 R/nemsqar-package.R                           |    3 
 R/pediatrics_03b.R                            |   90 +++++++++++---
 R/respiratory_01.R                            |   78 ++++++++++--
 R/respiratory_02.R                            |   88 +++++++++++---
 R/results_summarize.R                         |  159 +++++++++++++++++++-------
 R/safety_01.R                                 |   80 ++++++++++---
 R/safety_02.R                                 |   77 ++++++++++--
 R/safety_04.R                                 |  105 ++++++++++++-----
 R/seizure_02.R                                |   76 ++++++++++--
 R/stroke_01.R                                 |  107 ++++++++++++-----
 R/summarize_measure.R                         |  105 +++++++++++++----
 R/syncope_01.R                                |  128 ++++++++++++--------
 R/tbi_01.R                                    |  129 ++++++++++++---------
 R/trauma_01.R                                 |   77 ++++++++++--
 R/trauma_03.R                                 |   92 +++++++++++----
 R/trauma_04.R                                 |   94 ++++++++++++---
 R/trauma_08.R                                 |  126 ++++++++++++--------
 R/trauma_14.R                                 |  101 +++++++++++++---
 R/ttr_01.R                                    |  121 ++++++++++++-------
 README.md                                     |    2 
 man/airway_01.Rd                              |   47 ++++++-
 man/airway_05.Rd                              |   49 ++++++--
 man/airway_18.Rd                              |   52 ++++++--
 man/asthma_01.Rd                              |   47 +++++--
 man/figures/lifecycle-deprecated.svg          |only
 man/figures/lifecycle-experimental.svg        |only
 man/figures/lifecycle-stable.svg              |only
 man/figures/lifecycle-superseded.svg          |only
 man/hypoglycemia_01.Rd                        |   54 ++++++--
 man/nemsqa_binomial_confint.Rd                |only
 man/pediatrics_03b.Rd                         |   56 ++++++---
 man/respiratory_01.Rd                         |   52 ++++++--
 man/respiratory_02.Rd                         |   54 ++++++--
 man/results_summarize.Rd                      |   81 ++++++++++---
 man/safety_01.Rd                              |   54 ++++++--
 man/safety_02.Rd                              |   54 ++++++--
 man/safety_04.Rd                              |   51 ++++++--
 man/seizure_02.Rd                             |   50 ++++++--
 man/stroke_01.Rd                              |   53 ++++++--
 man/summarize_measure.Rd                      |   69 +++++++++--
 man/syncope_01.Rd                             |   52 ++++++--
 man/tbi_01.Rd                                 |   53 ++++++--
 man/trauma_01.Rd                              |   51 ++++++--
 man/trauma_03.Rd                              |   51 ++++++--
 man/trauma_04.Rd                              |   51 ++++++--
 man/trauma_08.Rd                              |   50 ++++++--
 man/trauma_14.Rd                              |   51 ++++++--
 man/ttr_01.Rd                                 |   45 +++++--
 tests/testthat/test-airway_01.R               |   59 +++++++++
 tests/testthat/test-airway_05.R               |   38 ++++++
 tests/testthat/test-airway_18.R               |   41 ++++++
 tests/testthat/test-asthma_01.R               |   30 ++++
 tests/testthat/test-hypoglycemia_01.R         |   38 ++++++
 tests/testthat/test-nemsqa_binomial_confint.R |only
 tests/testthat/test-pediatrics_03b.R          |   35 +++++
 tests/testthat/test-respiratory_01.R          |   31 +++++
 tests/testthat/test-respiratory_02.R          |   29 ++++
 tests/testthat/test-safety_01.R               |   25 ++++
 tests/testthat/test-safety_02.R               |   29 ++++
 tests/testthat/test-safety_04.R               |   33 +++++
 tests/testthat/test-seizure_02.R              |   32 +++++
 tests/testthat/test-stroke_01.R               |   32 +++++
 tests/testthat/test-syncope_01.R              |   34 +++++
 tests/testthat/test-tbi_01.R                  |   40 ++++++
 tests/testthat/test-trauma_01.R               |   36 +++++
 tests/testthat/test-trauma_03.R               |   38 ++++++
 tests/testthat/test-trauma_04.R               |   91 ++++++++++++++
 tests/testthat/test-trauma_08.R               |   34 +++++
 tests/testthat/test-trauma_14.R               |   62 ++++++++++
 tests/testthat/test-ttr_01.R                  |   42 ++++++
 80 files changed, 3585 insertions(+), 1108 deletions(-)

More information about nemsqar at CRAN
Permanent link

Package fastFMM updated to version 0.4.0 with previous version 0.3.0 dated 2024-09-29

Title: Fast Functional Mixed Models using Fast Univariate Inference
Description: Implementation of the fast univariate inference approach (Cui et al. (2022) <doi:10.1080/10618600.2021.1950006>, Loewinger et al. (2024) <doi:10.7554/eLife.95802.2>) for fitting functional mixed models. User guides and Python package information can be found at <https://github.com/gloewing/photometry_FLMM>.
Author: Erjia Cui [aut, cre], Gabriel Loewinger [aut], Al Xin [ctb]
Maintainer: Erjia Cui <ecui@umn.edu>

Diff between fastFMM versions 0.3.0 dated 2024-09-29 and 0.4.0 dated 2025-03-13

 DESCRIPTION                   |   10 +++++-----
 MD5                           |   16 ++++++++--------
 NEWS.md                       |    6 ++++++
 R/fui.R                       |   10 ++++++++--
 R/plot_fui.R                  |    4 ++++
 README.md                     |    3 ++-
 inst/doc/fastFMM-vignette.pdf |binary
 man/fui.Rd                    |    9 +++++++--
 man/plot_fui.Rd               |    4 ++++
 9 files changed, 44 insertions(+), 18 deletions(-)

More information about fastFMM at CRAN
Permanent link

Package vigicaen updated to version 0.15.6 with previous version 0.15.5 dated 2025-02-21

Title: 'VigiBase' Pharmacovigilance Database Toolbox
Description: Perform the analysis of the World Health Organization (WHO) Pharmacovigilance database 'VigiBase' (Extract Case Level version), <https://who-umc.org/> e.g., load data, perform data management, disproportionality analysis, and descriptive statistics. Intended for pharmacovigilance routine use or studies. This package is NOT supported nor reflect the opinion of the WHO, or the Uppsala Monitoring Centre. Disproportionality methods are described by Norén et al (2013) <doi:10.1177/0962280211403604>.
Author: Charles Dolladille [aut, cre] , Basile Chretien [aut] , Universite de Caen Normandie [cph] , Unite de pharmaco-epidemiologie [cph]
Maintainer: Charles Dolladille <cdolladille@hotmail.com>

Diff between vigicaen versions 0.15.5 dated 2025-02-21 and 0.15.6 dated 2025-03-13

 vigicaen-0.15.5/vigicaen/man/figures/README-pressure-1.png                                 |only
 vigicaen-0.15.5/vigicaen/man/figures/README-pv_advanced-1.png                              |only
 vigicaen-0.15.5/vigicaen/man/figures/README-pv_routine-1.png                               |only
 vigicaen-0.15.5/vigicaen/man/figures/vg.svg                                                |only
 vigicaen-0.15.6/vigicaen/DESCRIPTION                                                       |    8 
 vigicaen-0.15.6/vigicaen/MD5                                                               |  232 -
 vigicaen-0.15.6/vigicaen/NAMESPACE                                                         |    1 
 vigicaen-0.15.6/vigicaen/NEWS.md                                                           |   29 
 vigicaen-0.15.6/vigicaen/R/check_data_type.R                                               |   41 
 vigicaen-0.15.6/vigicaen/R/check_dm.R                                                      |   97 
 vigicaen-0.15.6/vigicaen/R/check_id_list.R                                                 |   34 
 vigicaen-0.15.6/vigicaen/R/compute_dispro.R                                                |  624 ++--
 vigicaen-0.15.6/vigicaen/R/compute_or_mod.R                                                |  217 -
 vigicaen-0.15.6/vigicaen/R/create_example_tables.R                                         |  620 ++--
 vigicaen-0.15.6/vigicaen/R/data_doc.R                                                      |  688 ++--
 vigicaen-0.15.6/vigicaen/R/desc_cont.R                                                     |  548 ++-
 vigicaen-0.15.6/vigicaen/R/desc_dch.R                                                      |  310 +-
 vigicaen-0.15.6/vigicaen/R/desc_facvar.R                                                   |  437 +-
 vigicaen-0.15.6/vigicaen/R/desc_outcome.R                                                  |  344 +-
 vigicaen-0.15.6/vigicaen/R/desc_rch.R                                                      |  269 -
 vigicaen-0.15.6/vigicaen/R/desc_tto.R                                                      |  214 -
 vigicaen-0.15.6/vigicaen/R/dt_fst.R                                                        |  118 
 vigicaen-0.15.6/vigicaen/R/dt_parquet.R                                                    |  164 -
 vigicaen-0.15.6/vigicaen/R/extract_tto.R                                                   |  195 -
 vigicaen-0.15.6/vigicaen/R/fix_path_endslash.R                                             |   50 
 vigicaen-0.15.6/vigicaen/R/get_atc_code.R                                                  |  276 -
 vigicaen-0.15.6/vigicaen/R/get_drecno.R                                                    |   31 
 vigicaen-0.15.6/vigicaen/R/get_llt_smq.R                                                   |   16 
 vigicaen-0.15.6/vigicaen/R/get_llt_soc.R                                                   |  572 +--
 vigicaen-0.15.6/vigicaen/R/ic_tail.R                                                       |   11 
 vigicaen-0.15.6/vigicaen/R/query_data_type.R                                               |    4 
 vigicaen-0.15.6/vigicaen/R/reader.R                                                        |   62 
 vigicaen-0.15.6/vigicaen/R/screen_adr.R                                                    |   15 
 vigicaen-0.15.6/vigicaen/R/screen_drug.R                                                   |  272 -
 vigicaen-0.15.6/vigicaen/R/tb_meddra.R                                                     |  408 +-
 vigicaen-0.15.6/vigicaen/R/tb_subset.R                                                     |   28 
 vigicaen-0.15.6/vigicaen/R/tb_vigibase.R                                                   | 1431 ++++-----
 vigicaen-0.15.6/vigicaen/R/tb_who.R                                                        | 1388 ++++-----
 vigicaen-0.15.6/vigicaen/R/texter.R                                                        |   60 
 vigicaen-0.15.6/vigicaen/R/vigi_routine.R                                                  | 1359 +++++----
 vigicaen-0.15.6/vigicaen/README.md                                                         |   14 
 vigicaen-0.15.6/vigicaen/data/mp_.rda                                                      |binary
 vigicaen-0.15.6/vigicaen/inst/doc/basic_workflow.Rmd                                       | 1510 +++++-----
 vigicaen-0.15.6/vigicaen/inst/doc/basic_workflow.html                                      |    2 
 vigicaen-0.15.6/vigicaen/inst/doc/descriptive.R                                            |    2 
 vigicaen-0.15.6/vigicaen/inst/doc/descriptive.Rmd                                          |    5 
 vigicaen-0.15.6/vigicaen/inst/doc/descriptive.html                                         |   56 
 vigicaen-0.15.6/vigicaen/inst/doc/getting_started.Rmd                                      |  418 +-
 vigicaen-0.15.6/vigicaen/inst/doc/interactions.Rmd                                         |  402 +-
 vigicaen-0.15.6/vigicaen/inst/doc/routine_pharmacovigilance.R                              |    8 
 vigicaen-0.15.6/vigicaen/inst/doc/routine_pharmacovigilance.Rmd                            |   40 
 vigicaen-0.15.6/vigicaen/inst/doc/routine_pharmacovigilance.html                           |   58 
 vigicaen-0.15.6/vigicaen/inst/doc/template_dictionary.Rmd                                  |  292 -
 vigicaen-0.15.6/vigicaen/inst/doc/template_main.R                                          |    1 
 vigicaen-0.15.6/vigicaen/inst/doc/template_main.Rmd                                        |  687 ++--
 vigicaen-0.15.6/vigicaen/inst/doc/template_main.html                                       |    7 
 vigicaen-0.15.6/vigicaen/man/create_example_tables.Rd                                      |  188 -
 vigicaen-0.15.6/vigicaen/man/desc_facvar.Rd                                                |    2 
 vigicaen-0.15.6/vigicaen/man/desc_rch.Rd                                                   |    6 
 vigicaen-0.15.6/vigicaen/man/figures/README-render_graph-1.png                             |binary
 vigicaen-0.15.6/vigicaen/man/figures/vg.png                                                |only
 vigicaen-0.15.6/vigicaen/man/ic_tail.Rd                                                    |    2 
 vigicaen-0.15.6/vigicaen/tests/testthat.R                                                  |   24 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/add_adr.md                                  |    2 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/add_drug.md                                 |    2 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/check_data_type.md                          |  290 +
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/check_dm.md                                 |    8 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/check_id_list.md                            |   51 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/compute_dispro.md                           |   14 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/desc_cont.md                                |only
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/desc_outcome.md                             |    2 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/desc_rch.md                                 |   10 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/extract_tto.md                              |    2 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/get_drecno.md                               |   52 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/query_data_type.md                          |    4 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/screen_drug.md                              |   12 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/tb_subset.md                                |   45 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/tb_vigibase.md                              |    9 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/tb_who.md                                   |    9 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine.md                             |  114 
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/arrow-table.svg                |only
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/base-graphic.svg               |  590 ++-
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/case-time-to-onset.svg         |  602 ++-
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/case-tto-below-median.svg      |  602 ++-
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/custom-drug-and-adr-labels.svg |  602 ++-
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/exporting.svg                  |  602 ++-
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/ic025-below-0.svg              |  590 ++-
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/no-cases.svg                   |  254 +
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/no-rechallenge.svg             |only
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/no-time-to-onset-export.svg    |  254 +
 vigicaen-0.15.6/vigicaen/tests/testthat/_snaps/vigi_routine/no-time-to-onset.svg           |  254 +
 vigicaen-0.15.6/vigicaen/tests/testthat/test-add_drug.R                                    | 1430 ++++-----
 vigicaen-0.15.6/vigicaen/tests/testthat/test-check_data_type.R                             |  374 +-
 vigicaen-0.15.6/vigicaen/tests/testthat/test-check_dm.R                                    |   98 
 vigicaen-0.15.6/vigicaen/tests/testthat/test-check_id_list.R                               |  159 -
 vigicaen-0.15.6/vigicaen/tests/testthat/test-compute_dispro.R                              |  908 +++---
 vigicaen-0.15.6/vigicaen/tests/testthat/test-compute_or_mod.R                              |  199 -
 vigicaen-0.15.6/vigicaen/tests/testthat/test-create_example_tables.R                       |  178 -
 vigicaen-0.15.6/vigicaen/tests/testthat/test-desc_cont.R                                   |  783 ++---
 vigicaen-0.15.6/vigicaen/tests/testthat/test-desc_dch.R                                    |   37 
 vigicaen-0.15.6/vigicaen/tests/testthat/test-desc_facvar.R                                 |  827 ++---
 vigicaen-0.15.6/vigicaen/tests/testthat/test-desc_outcome.R                                |   12 
 vigicaen-0.15.6/vigicaen/tests/testthat/test-desc_rch.R                                    |   59 
 vigicaen-0.15.6/vigicaen/tests/testthat/test-dt_fst.R                                      |  140 
 vigicaen-0.15.6/vigicaen/tests/testthat/test-dt_parquet.R                                  |  158 -
 vigicaen-0.15.6/vigicaen/tests/testthat/test-extract_tto.R                                 |  442 +-
 vigicaen-0.15.6/vigicaen/tests/testthat/test-get_atc_code.R                                |  100 
 vigicaen-0.15.6/vigicaen/tests/testthat/test-get_drecno.R                                  | 1366 ++++-----
 vigicaen-0.15.6/vigicaen/tests/testthat/test-ic_tail.R                                     |   10 
 vigicaen-0.15.6/vigicaen/tests/testthat/test-screen_adr.R                                  |  622 ++--
 vigicaen-0.15.6/vigicaen/tests/testthat/test-tb_subset.R                                   | 1009 +++---
 vigicaen-0.15.6/vigicaen/tests/testthat/test-tb_vigibase.R                                 |  845 ++---
 vigicaen-0.15.6/vigicaen/tests/testthat/test-tb_who.R                                      |  193 -
 vigicaen-0.15.6/vigicaen/tests/testthat/test-vigi_routine.R                                |  293 +
 vigicaen-0.15.6/vigicaen/vignettes/basic_workflow.Rmd                                      | 1510 +++++-----
 vigicaen-0.15.6/vigicaen/vignettes/descriptive.Rmd                                         |    5 
 vigicaen-0.15.6/vigicaen/vignettes/getting_started.Rmd                                     |  418 +-
 vigicaen-0.15.6/vigicaen/vignettes/interactions.Rmd                                        |  402 +-
 vigicaen-0.15.6/vigicaen/vignettes/routine_pharmacovigilance.Rmd                           |   40 
 vigicaen-0.15.6/vigicaen/vignettes/template_dictionary.Rmd                                 |  292 -
 vigicaen-0.15.6/vigicaen/vignettes/template_main.Rmd                                       |  687 ++--
 121 files changed, 18495 insertions(+), 14974 deletions(-)

More information about vigicaen at CRAN
Permanent link

Package RWsearch updated to version 5.2.4 with previous version 5.2.0 dated 2024-10-12

Title: Lazy Search in R Packages, Task Views, CRAN, the Web. All-in-One Download
Description: Search by keywords in R packages, task views, CRAN, the web and display the results in the console or in txt, html or pdf files. Download the package documentation (html index, README, NEWS, pdf manual, vignettes, source code, binaries) with a single instruction. Visualize the package dependencies and CRAN checks. Compare the package versions, unload and install the packages and their dependencies in a safe order. Explore CRAN archives. Use the above functions for task view maintenance. Access web search engines from the console thanks to 80+ bookmarks. All functions accept standard and non-standard evaluation.
Author: Patrice Kiener [aut, cre]
Maintainer: Patrice Kiener <rpackages@inmodelia.com>

Diff between RWsearch versions 5.2.0 dated 2024-10-12 and 5.2.4 dated 2025-03-13

 DESCRIPTION                                                |   14 
 MD5                                                        |   47 
 NAMESPACE                                                  |    2 
 NEWS                                                       |   23 
 R/p_inst.R                                                 |  112 -
 R/p_vers.R                                                 |   35 
 build/vignette.rds                                         |binary
 inst/doc/RWsearch-1-Introduction.R                         |only
 inst/doc/RWsearch-1-Introduction.Rmd                       |   20 
 inst/doc/RWsearch-1-Introduction.html                      | 1412 +++++--------
 inst/doc/RWsearch-2-Display-Download-Documentation.Rmd     |   14 
 inst/doc/RWsearch-2-Display-Download-Documentation.html    | 1250 +++--------
 inst/doc/RWsearch-3-Package-versions-and-dependencies.Rmd  |   16 
 inst/doc/RWsearch-3-Package-versions-and-dependencies.html |  778 +------
 inst/doc/RWsearch-4-Tools-for-taskviews.Rmd                |   14 
 inst/doc/RWsearch-4-Tools-for-taskviews.html               | 1008 ++-------
 inst/doc/RWsearch-5-Web-search-engines.Rmd                 |   14 
 inst/doc/RWsearch-5-Web-search-engines.html                | 1377 +++++-------
 man/p_inst.Rd                                              |   45 
 man/p_vers.Rd                                              |   10 
 vignettes/RWsearch-1-Introduction.Rmd                      |   20 
 vignettes/RWsearch-2-Display-Download-Documentation.Rmd    |   14 
 vignettes/RWsearch-3-Package-versions-and-dependencies.Rmd |   16 
 vignettes/RWsearch-4-Tools-for-taskviews.Rmd               |   14 
 vignettes/RWsearch-5-Web-search-engines.Rmd                |   14 
 25 files changed, 2317 insertions(+), 3952 deletions(-)

More information about RWsearch at CRAN
Permanent link

Package Rlabkey updated to version 3.4.2 with previous version 3.4.1 dated 2024-11-11

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, <https://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 [aut], Cory Nathe [cre]
Maintainer: Cory Nathe <cnathe@labkey.com>

Diff between Rlabkey versions 3.4.1 dated 2024-11-11 and 3.4.2 dated 2025-03-13

 DESCRIPTION                         |    8 +++----
 MD5                                 |   12 +++++-----
 NEWS                                |    4 +++
 R/labkey.webdav.R                   |   41 ++++++++++++++++++++----------------
 man/Rlabkey-package.Rd              |    4 +--
 man/labkey.webdav.downloadFolder.Rd |    4 ++-
 man/labkey.webdav.get.Rd            |    4 ++-
 7 files changed, 45 insertions(+), 32 deletions(-)

More information about Rlabkey at CRAN
Permanent link

Package DrugExposureDiagnostics updated to version 1.1.2 with previous version 1.1.1 dated 2025-02-06

Title: Diagnostics for OMOP Common Data Model Drug Records
Description: Ingredient specific diagnostics for drug exposure records in the Observational Medical Outcomes Partnership (OMOP) common data model.
Author: Ger Inberg [aut, cre] , Edward Burn [aut] , Theresa Burkard [aut] , Yuchen Guo [ctb] , Marti Catala [ctb] , Mike Du [ctb] , Xintong Li [ctb] , Ross Williams [ctb] , Erasmus MC [cph]
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>

Diff between DrugExposureDiagnostics versions 1.1.1 dated 2025-02-06 and 1.1.2 dated 2025-03-13

 DrugExposureDiagnostics-1.1.1/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/ShinyApp.R               |only
 DrugExposureDiagnostics-1.1.1/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/ShinyModule.R            |only
 DrugExposureDiagnostics-1.1.1/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/data2                    |only
 DrugExposureDiagnostics-1.1.1/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/global-new.R             |only
 DrugExposureDiagnostics-1.1.1/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/mock.zip                 |only
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/DESCRIPTION                                         |   12 -
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/MD5                                                 |   68 ++++------
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/NEWS.md                                             |    7 +
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/R/dataPlotPanel.R                                   |    5 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/R/executeChecks.R                                   |   31 +++-
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/R/getDrugRecords.R                                  |   10 +
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/R/metaDataPanel.R                                   |    1 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/R/mockDrugExposure.R                                |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/R/shiny.R                                           |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/R/utils.R                                           |   23 +++
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/DaysSupply.html                            |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/DiagnosticsSummary.html                    |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/DrugDose.html                              |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/DrugDuration.html                          |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/DrugSig.html                               |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/DrugSourceConcepts.html                    |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/DrugTypes.html                             |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.R    |    1 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.Rmd  |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/IntroductionToDrugExposureDiagnostics.html |   51 ++++---
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/Missingness.html                           |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/Quantity.html                              |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/Routes.html                                |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/doc/VerbatimEndDate.html                       |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/SaveRDS.R                |only
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/inst/shiny/ResultsExplorer/utils.R                  |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/man/executeChecks.Rd                                |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/man/executeChecksSingleIngredient.Rd                |    6 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/man/getAllCheckOptions.Rd                           |only
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/man/getDrugRecords.Rd                               |    4 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/man/validateChecks.Rd                               |only
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/tests/testthat/test-SyntheaSqlServer.R              |    2 
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/tests/testthat/test-executeChecks.R                 |   47 ++++++
 DrugExposureDiagnostics-1.1.2/DrugExposureDiagnostics/vignettes/IntroductionToDrugExposureDiagnostics.Rmd |    2 
 39 files changed, 216 insertions(+), 100 deletions(-)

More information about DrugExposureDiagnostics at CRAN
Permanent link

Package autoFC updated to version 0.2.0.1002 with previous version 0.2.0.1001 dated 2024-02-17

Title: Automatic Construction of Forced-Choice Tests
Description: Forced-choice (FC) response has gained increasing popularity and interest for its resistance to faking when well-designed (Cao & Drasgow, 2019 <doi:10.1037/apl0000414>). To established well-designed FC scales, typically each item within a block should measure different trait and have similar level of social desirability (Zhang et al., 2020 <doi:10.1177/1094428119836486>). Recent study also suggests the importance of high inter-item agreement of social desirability between items within a block (Pavlov et al., 2021 <doi:10.31234/osf.io/hmnrc>). In addition to this, FC developers may also need to maximize factor loading differences (Brown & Maydeu-Olivares, 2011 <doi:10.1177/0013164410375112>) or minimize item location differences (Cao & Drasgow, 2019 <doi:10.1037/apl0000414>) depending on scoring models. Decision of which items should be assigned to the same block, termed item pairing, is thus critical to the quality of an FC test. This pairing p [...truncated...]
Author: Mengtong Li [cre, aut] , Tianjun Sun [aut] , Bo Zhang [aut]
Maintainer: Mengtong Li <ml70@illinois.edu>

Diff between autoFC versions 0.2.0.1001 dated 2024-02-17 and 0.2.0.1002 dated 2025-03-13

 DESCRIPTION                |    6 -
 MD5                        |   12 +-
 R/fit_TIRT_model.R         |    4 
 R/sa_pairing_generalized.R |    6 -
 build/vignette.rds         |binary
 inst/doc/autoFC.R          |    2 
 inst/doc/autoFC.html       |  266 ++++++++++++++++++++++-----------------------
 7 files changed, 148 insertions(+), 148 deletions(-)

More information about autoFC at CRAN
Permanent link

Package siren updated to version 1.0.6 with previous version 1.0.5 dated 2024-11-07

Title: Hybrid FA-CFA for Controlling Acquiescence in Restricted Factorial Solutions
Description: Performs hybrid multi-stage factor analytic procedure for controlling acquiescence in restricted solutions (Ferrando & Lorenzo-Seva, 2000 <https://www.uv.es/revispsi/articulos3.00/ferran7.pdf>).
Author: David Navarro-Gonzalez [aut, cre], Pere J. Ferrando [aut], Fabia Morales-Vives [aut], Ana Hernandez-Dorado [aut]
Maintainer: David Navarro-Gonzalez <david.navarro@udl.cat>

Diff between siren versions 1.0.5 dated 2024-11-07 and 1.0.6 dated 2025-03-13

 DESCRIPTION            |    8 +-
 MD5                    |   14 ++---
 inst/doc/vignette.R    |    4 -
 inst/doc/vignette.Rmd  |   37 ++++++-------
 inst/doc/vignette.html |  137 +++++++++++++++++++++++--------------------------
 man/acquihybrid.Rd     |   10 +--
 man/siren-package.Rd   |    2 
 vignettes/vignette.Rmd |   37 ++++++-------
 8 files changed, 119 insertions(+), 130 deletions(-)

More information about siren at CRAN
Permanent link

Package hdar updated to version 1.0.5 with previous version 1.0.4 dated 2024-11-19

Title: 'REST' API Client for Accessing Data on 'WEkEO HDA V2'
Description: Provides seamless access to the WEkEO Harmonised Data Access (HDA) API, enabling users to query, download, and process data efficiently from the HDA platform. With 'hdar', researchers and data scientists can integrate the extensive HDA datasets into their R workflows, enhancing their data analysis capabilities. Comprehensive information on the API functionality and usage is available at <https://gateway.prod.wekeo2.eu/hda-broker/docs>.
Author: Matteo Mattiuzzi [aut, cre]
Maintainer: Matteo Mattiuzzi <matteo.mattiuzzi@eea.europa.eu>

Diff between hdar versions 1.0.4 dated 2024-11-19 and 1.0.5 dated 2025-03-13

 DESCRIPTION           |    8 ++++----
 LICENSE               |only
 MD5                   |   22 ++++++++++++++++++----
 README.md             |    3 +++
 build/vignette.rds    |binary
 inst/doc/hdar.html    |    4 ++--
 vignettes/dsvsd.html  |only
 vignettes/dsvsd.qmd   |only
 vignettes/dsvsd_files |only
 9 files changed, 27 insertions(+), 10 deletions(-)

More information about hdar at CRAN
Permanent link

Package eventPred updated to version 0.2.7 with previous version 0.2.6 dated 2024-09-17

Title: Event Prediction
Description: Predicts enrollment and events at the design or analysis stage using specified enrollment and time-to-event models through simulations.
Author: Kaifeng Lu [aut, cre]
Maintainer: Kaifeng Lu <kaifenglu@gmail.com>

Diff between eventPred versions 0.2.6 dated 2024-09-17 and 0.2.7 dated 2025-03-13

 eventPred-0.2.6/eventPred/R/runShinyApp.R                                                |only
 eventPred-0.2.6/eventPred/man/llik_pwexp.Rd                                              |only
 eventPred-0.2.6/eventPred/man/runShinyApp.Rd                                             |only
 eventPred-0.2.7/eventPred/DESCRIPTION                                                    |   20 
 eventPred-0.2.7/eventPred/MD5                                                            |   86 
 eventPred-0.2.7/eventPred/NAMESPACE                                                      |   34 
 eventPred-0.2.7/eventPred/NEWS.md                                                        |   15 
 eventPred-0.2.7/eventPred/R/eventPred-package.R                                          |   84 
 eventPred-0.2.7/eventPred/R/fitDropout.R                                                 |  203 -
 eventPred-0.2.7/eventPred/R/fitEnrollment.R                                              |   92 
 eventPred-0.2.7/eventPred/R/fitEvent.R                                                   |  200 -
 eventPred-0.2.7/eventPred/R/getPrediction.R                                              | 1099 ++-----
 eventPred-0.2.7/eventPred/R/predictEnrollment.R                                          |  371 +-
 eventPred-0.2.7/eventPred/R/predictEvent.R                                               | 1494 +++++-----
 eventPred-0.2.7/eventPred/R/runShinyApp_eventPred.R                                      |only
 eventPred-0.2.7/eventPred/R/summarizeObserved.R                                          |  334 +-
 eventPred-0.2.7/eventPred/R/utilities.R                                                  |  191 -
 eventPred-0.2.7/eventPred/build/vignette.rds                                             |binary
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_after_enrollment_completion.Rmd      |    4 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_after_enrollment_completion.html     |   16 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_at_the_design_stage.html             |   14 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_before_enrollment_completion.Rmd     |    4 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_before_enrollment_completion.html    |   22 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_incorporating_covariates.Rmd         |    4 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_incorporating_covariates.html        |   14 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_incorporating_prior_information.Rmd  |    4 
 eventPred-0.2.7/eventPred/inst/doc/event_prediction_incorporating_prior_information.html |   22 
 eventPred-0.2.7/eventPred/inst/shinyApp/app.R                                            |  504 ++-
 eventPred-0.2.7/eventPred/inst/shinyApp/www/manual.pdf                                   |binary
 eventPred-0.2.7/eventPred/man/eventPred-package.Rd                                       |   74 
 eventPred-0.2.7/eventPred/man/fitDropout.Rd                                              |   32 
 eventPred-0.2.7/eventPred/man/fitEnrollment.Rd                                           |   15 
 eventPred-0.2.7/eventPred/man/fitEvent.Rd                                                |   35 
 eventPred-0.2.7/eventPred/man/getPrediction.Rd                                           |   38 
 eventPred-0.2.7/eventPred/man/pllik_pwexp.Rd                                             |only
 eventPred-0.2.7/eventPred/man/pmodavg.Rd                                                 |    7 
 eventPred-0.2.7/eventPred/man/ppwexp.Rd                                                  |    7 
 eventPred-0.2.7/eventPred/man/predictEnrollment.Rd                                       |   14 
 eventPred-0.2.7/eventPred/man/predictEvent.Rd                                            |   55 
 eventPred-0.2.7/eventPred/man/pwexpreg.Rd                                                |    7 
 eventPred-0.2.7/eventPred/man/qpwexp.Rd                                                  |    7 
 eventPred-0.2.7/eventPred/man/runShinyApp_eventPred.Rd                                   |only
 eventPred-0.2.7/eventPred/man/summarizeObserved.Rd                                       |   10 
 eventPred-0.2.7/eventPred/vignettes/event_prediction_after_enrollment_completion.Rmd     |    4 
 eventPred-0.2.7/eventPred/vignettes/event_prediction_before_enrollment_completion.Rmd    |    4 
 eventPred-0.2.7/eventPred/vignettes/event_prediction_incorporating_covariates.Rmd        |    4 
 eventPred-0.2.7/eventPred/vignettes/event_prediction_incorporating_prior_information.Rmd |    4 
 47 files changed, 2807 insertions(+), 2341 deletions(-)

More information about eventPred at CRAN
Permanent link

New package SeuratExplorer with initial version 0.1.0
Package: SeuratExplorer
Title: An 'Shiny' App for Exploring scRNA-seq Data Processed in 'Seurat'
Version: 0.1.0
Description: A simple, one-command package which runs an interactive dashboard capable of common visualizations for single cell RNA-seq. 'SeuratExplorer' requires a processed 'Seurat' object, which is saved as 'rds' or 'qs2' file.
License: GPL (>= 3)
Encoding: UTF-8
Imports: ggplot2, utils, Seurat, shiny, shinydashboard, DT, shinycssloaders, patchwork, tools, colourpicker, shinyWidgets, scales, SeuratObject, shinyjqui, shinyBS, ggalluvial, dplyr, ComplexHeatmap, qs2, circlize, reshape2, stats, htmltools
Depends: R (>= 4.1.0)
Suggests: BiocManager, DESeq2, MAST, roxygen2, devtools
NeedsCompilation: no
Packaged: 2025-03-12 00:05:21 UTC; Xi_Lab
Author: Yongchao Zhang [aut, cre]
Maintainer: Yongchao Zhang <zhangyongchao@nibs.ac.cn>
Repository: CRAN
Date/Publication: 2025-03-13 13:10:05 UTC

More information about SeuratExplorer at CRAN
Permanent link

New package HARplus with initial version 1.0.1
Package: HARplus
Title: Enhanced R Package for 'GEMPACK' .har and .sl4 Files
Version: 1.0.1
Description: Provides tools for processing and analyzing .har and .sl4 files, making it easier for 'GEMPACK' users and 'GTAP' researchers to handle large economic datasets. It simplifies the management of multiple experiment results, enabling faster and more efficient comparisons without complexity. Users can extract, restructure, and merge data seamlessly, ensuring compatibility across different tools. The processed data can be exported and used in 'R', 'Stata', 'Python', 'Julia', or any software that supports Text, CSV, or 'Excel' formats.
License: MIT + file LICENSE
Encoding: UTF-8
BugReports: https://github.com/bodysbobb/HARplus/issues/
URL: https://github.com/bodysbobb/HARplus/, https://bodysbobb.github.io/HARplus/
Imports: openxlsx, haven, stats, utils, tidyr, tools, tidyselect
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-12 02:09:52 UTC; b_pat
Author: Pattawee Puangchit [aut, cre]
Maintainer: Pattawee Puangchit <ppuangch@purdue.edu>
Repository: CRAN
Date/Publication: 2025-03-13 13:20:06 UTC

More information about HARplus at CRAN
Permanent link

New package cpam with initial version 0.1.3
Package: cpam
Title: Changepoint Additive Models for Time Series Omics Data
Version: 0.1.3
Description: Provides a comprehensive framework for time series omics analysis, integrating changepoint detection, smooth and shape-constrained trends, and uncertainty quantification. It supports gene- and transcript-level inferences, p-value aggregation for improved power, and both case-only and case-control designs. It includes an interactive 'shiny' interface. The methods are described in Yates et al. (2024) <doi:10.1101/2024.12.22.630003>.
License: GPL (>= 3)
Encoding: UTF-8
Imports: bslib, cli, dplyr, edgeR, ggplot2, grDevices, magrittr, matrixStats, mgcv, mvnfast, parallel, pbmcapply, purrr, RColorBrewer, rlang, scam, shiny, shinyjs, stats, stringr, tidyr, tximport
Depends: R (>= 3.5)
URL: https://l-a-yates.github.io/cpam/, https://github.com/l-a-yates/cpam
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
BugReports: https://github.com/l-a-yates/cpam/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-11 23:41:12 UTC; layates
Author: Luke Yates [aut, cre, cph] , Michael Charleston [aut], Jazmine Humphreys [aut], Steven Smith [aut]
Maintainer: Luke Yates <luke.yates@utas.edu.au>
Repository: CRAN
Date/Publication: 2025-03-13 13:20:02 UTC

More information about cpam at CRAN
Permanent link

New package abms with initial version 0.1
Package: abms
Title: Augmented Bayesian Model Selection for Regression Models
Version: 0.1
Description: Tools to perform model selection alongside estimation under Linear, Logistic, Negative binomial, Quantile, and Skew-Normal regression. Under the spike-and-slab method, a probability for each possible model is estimated with the posterior mean, credibility interval, and standard deviation of coefficients and parameters under the most probable model.
License: GPL (>= 3)
URL: https://github.com/SirCornflake/BMS
Encoding: UTF-8
Imports: BayesLogit, GIGrvg, mvtnorm, truncnorm
Depends: R (>= 3.6.0)
LazyData: true
NeedsCompilation: no
Packaged: 2025-03-12 01:15:35 UTC; asus
Author: Francisco Segovia [aut, cre], Luis Gutierres [aut], Ramses Mena [aut]
Maintainer: Francisco Segovia <fasegovia@uc.cl>
Repository: CRAN
Date/Publication: 2025-03-13 13:10:02 UTC

More information about abms at CRAN
Permanent link

New package tinyVAST with initial version 1.0.0
Package: tinyVAST
Title: Multivariate Spatio-Temporal Models using Structural Equations
Version: 1.0.0
Date: 2025-03-10
Description: Fits a wide variety of multivariate spatio-temporal models with simultaneous and lagged interactions among variables (including vector autoregressive spatio-temporal ('VAST') dynamics) for areal, continuous, or network spatial domains. It includes time-variable, space-variable, and space-time-variable interactions using dynamic structural equation models ('DSEM') as expressive interface, and the 'mgcv' package to specify splines via the formula interface. See Thorson et al. (2024) <doi:10.48550/arXiv.2401.10193> for more details.
License: GPL-3
Depends: R (>= 4.1.0)
Imports: corpcor, fmesher, igraph, Matrix (>= 1.3.0), methods, mgcv, sem, sf, sfnetworks, TMB (>= 1.9.17), units, checkmate, abind, sdmTMB
Suggests: dsem (>= 1.1.0), ggplot2, knitr, lattice, mvtnorm, pdp, rmarkdown, rnaturalearth, rnaturalearthdata, testthat, tweedie, viridisLite, visreg, plyr, DHARMa, glmmTMB, tibble
LinkingTo: RcppEigen, TMB
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
URL: https://vast-lib.github.io/tinyVAST/
BugReports: https://github.com/vast-lib/tinyVAST/issues
NeedsCompilation: yes
Packaged: 2025-03-10 17:36:28 UTC; James.Thorson
Author: James T. Thorson [aut, cre] , Sean C. Anderson [aut]
Maintainer: James T. Thorson <James.Thorson@noaa.gov>
Repository: CRAN
Date/Publication: 2025-03-13 12:40:02 UTC

More information about tinyVAST at CRAN
Permanent link

Package taxonomizr updated to version 0.11.1 with previous version 0.10.8 dated 2025-02-27

Title: Functions to Work with NCBI Accessions and Taxonomy
Description: Functions for assigning taxonomy to NCBI accession numbers and taxon IDs based on NCBI's accession2taxid and taxdump files. This package allows the user to download NCBI data dumps and create a local database for fast and local taxonomic assignment.
Author: Scott Sherrill-Mix [aut, cre]
Maintainer: Scott Sherrill-Mix <ssm@msu.edu>

Diff between taxonomizr versions 0.10.8 dated 2025-02-27 and 0.11.1 dated 2025-03-13

 DESCRIPTION                |    8 ++++----
 MD5                        |   28 ++++++++++++++--------------
 R/taxa.R                   |   30 +++++++++++++++---------------
 README.md                  |    5 ++++-
 inst/doc/usage.Rmd         |    3 +++
 inst/doc/usage.html        |    8 ++++++++
 man/getDescendants.Rd      |    4 ++--
 man/getRawTaxonomy.Rd      |    4 ++--
 man/getTaxonomy.Rd         |    7 +++----
 man/getTaxonomy2.Rd        |    7 +++----
 man/normalizeTaxa.Rd       |    6 +++---
 man/read.nodes.Rd          |    2 +-
 man/read.nodes.sql.Rd      |    2 +-
 tests/testthat/test_taxa.R |   44 ++++++++++++++++++++++----------------------
 vignettes/usage.Rmd        |    3 +++
 15 files changed, 88 insertions(+), 73 deletions(-)

More information about taxonomizr at CRAN
Permanent link

Package tall updated to version 0.1.1 with previous version 0.1.0 dated 2025-02-06

Title: Text Analysis for All
Description: An R 'shiny' app designed for diverse text analysis tasks, offering a wide range of methodologies tailored to Natural Language Processing (NLP) needs. It is a versatile, general-purpose tool for analyzing textual data. 'tall' features a comprehensive workflow, including data cleaning, preprocessing, statistical analysis, and visualization, all integrated for effective text analysis.
Author: Massimo Aria [aut, cre, cph] , Maria Spano [aut] , Luca D'Aniello [aut] , Corrado Cuccurullo [ctb] , Michelangelo Misuraca [ctb]
Maintainer: Massimo Aria <aria@unina.it>

Diff between tall versions 0.1.0 dated 2025-02-06 and 0.1.1 dated 2025-03-13

 DESCRIPTION               |   10 
 MD5                       |   26 
 NAMESPACE                 |    2 
 NEWS.md                   |    4 
 R/reinert.R               |  130 +--
 R/tall.R                  |    7 
 R/zzz.R                   |    2 
 inst/tall/helpContent.R   | 1784 +++++++++++++++++++++++++++-------------------
 inst/tall/libraries.R     |   52 -
 inst/tall/server.R        |  906 +++++++++++++----------
 inst/tall/tallFunctions.R |  824 +++++++++++++++------
 inst/tall/tallShot.R      |   18 
 inst/tall/ui.R            | 1319 +++++++++++++++++++---------------
 man/reinert.Rd            |    2 
 14 files changed, 3106 insertions(+), 1980 deletions(-)

More information about tall at CRAN
Permanent link

New package sbim with initial version 1.0.0
Package: sbim
Title: Simulation-Based Inference using a Metamodel for Log-Likelihood Estimator
Version: 1.0.0
Description: Parameter inference methods for models defined implicitly using a random simulator. Inference is carried out using simulation-based estimates of the log-likelihood of the data. The inference methods implemented in this package are explained in Park, J. (2025) <doi:10.48550/arxiv.2311.09446>. These methods are built on a simulation metamodel which assumes that the estimates of the log-likelihood are approximately normally distributed with the mean function that is locally quadratic around its maximum. Parameter estimation and uncertainty quantification can be carried out using the ht() function (for hypothesis testing) and the ci() function (for constructing a confidence interval for one-dimensional parameters).
License: GPL (>= 3)
Encoding: UTF-8
LinkingTo: Rcpp
Imports: Rcpp, stats
Suggests: devtools, dplyr, ggplot2, knitr, magrittr, pomp, rmarkdown, tidyr
VignetteBuilder: knitr
Depends: R (>= 3.5)
NeedsCompilation: yes
Packaged: 2025-03-11 16:31:09 UTC; j139p002_a
Author: Joonha Park [aut, cre]
Maintainer: Joonha Park <j.park@ku.edu>
Repository: CRAN
Date/Publication: 2025-03-13 12:50:02 UTC

More information about sbim at CRAN
Permanent link

New package RcppColMetric with initial version 0.1.0
Package: RcppColMetric
Title: Efficient Column-Wise Metric Computation Against Common Vector
Version: 0.1.0
Description: In data science, it is a common practice to compute a series of columns (e.g. features) against a common response vector. Various metrics are provided with efficient computation implemented with 'Rcpp'.
License: MIT + file LICENSE
Suggests: caTools, infotheo, magrittr, MASS, microbenchmark, testthat (>= 3.0.0)
Encoding: UTF-8
URL: https://github.com/zhuxr11/RcppColMetric
BugReports: https://github.com/zhuxr11/RcppColMetric/issues
LinkingTo: Rcpp
Imports: Rcpp
NeedsCompilation: yes
Packaged: 2025-03-11 15:29:29 UTC; Admin
Author: Xiurui Zhu [aut, cre]
Maintainer: Xiurui Zhu <zxr6@163.com>
Repository: CRAN
Date/Publication: 2025-03-13 12:40:09 UTC

More information about RcppColMetric at CRAN
Permanent link

New package mvPot with initial version 0.1.7
Package: mvPot
Title: Multivariate Peaks-over-Threshold Modelling for Spatial Extreme Events
Version: 0.1.7
Description: Tools for high-dimensional peaks-over-threshold inference and simulation of Brown-Resnick and extremal Student spatial extremal processes. These include optimization routines based on censored likelihood and gradient scoring, and exact simulation algorithms for max-stable and multivariate Pareto distributions based on rejection sampling. Fast multivariate Gaussian and Student distribution functions using separation-of-variable algorithm with quasi Monte Carlo integration are also provided. Key references include de Fondeville and Davison (2018) <doi:10.1093/biomet/asy026>, Thibaud and Opitz (2015) <doi:10.1093/biomet/asv045>, Wadsworth and Tawn (2014) <doi:10.1093/biomet/ast042> and Genz and Bretz (2009) <doi:10.1007/978-3-642-01689-9>.
License: GPL-2
Imports: MASS, evd, numbers, gmp
Encoding: UTF-8
URL: https://github.com/r-fndv/mvPot
NeedsCompilation: yes
Packaged: 2025-03-11 18:21:06 UTC; lbelzile
Author: Raphael de Fondeville [aut] , Leo Belzile [aut, cre] , Emeric Thibaud [ctb]
Maintainer: Leo Belzile <belzilel@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-13 13:00:07 UTC

More information about mvPot at CRAN
Permanent link

New package GenHMM1d with initial version 0.2.1
Package: GenHMM1d
Title: Goodness-of-Fit for Zero-Inflated Univariate Hidden Markov Models
Version: 0.2.1
Description: Inference, goodness-of-fit tests, and predictions for continuous and discrete univariate Hidden Markov Models (HMM), including zero-inflated distributions. The goodness-of-fit test is based on a Cramer-von Mises statistic and uses parametric bootstrap to estimate the p-value. The description of the methodology is taken from Nasri et al (2020) <doi:10.1029/2019WR025122>.
License: GPL-3
Encoding: UTF-8
Maintainer: Bouchra R. Nasri <bouchra.nasri@umontreal.ca>
Depends: R (>= 3.5.0), doParallel, parallel, foreach
Imports: ggplot2, stats, matrixcalc, reshape2, rmutil, VaRES, VGAM, EnvStats, GLDEX, GeneralizedHyperbolic, actuar, extraDistr, gamlss.dist, sgt, skewt, sn, ssdtools, stabledist
NeedsCompilation: no
Packaged: 2025-03-11 09:43:46 UTC; 49009427
Author: Bouchra R. Nasri [aut, cre, cph], Mamadou Yamar Thioub [aut, cph], Bruno N. Remillard [aut, cph]
Repository: CRAN
Date/Publication: 2025-03-13 12:20:02 UTC

More information about GenHMM1d at CRAN
Permanent link

New package cossonet with initial version 1.0
Package: cossonet
Title: Sparse Nonparametric Regression for High-Dimensional Data
Version: 1.0
Description: Estimation of sparse nonlinear functions in nonparametric regression using component selection and smoothing. Designed for the analysis of high-dimensional data, the models support various data types, including exponential family models and Cox proportional hazards models. The methodology is based on Lin and Zhang (2006) <doi:10.1214/009053606000000722>.
License: GPL-3
Encoding: UTF-8
Imports: cosso, survival, stats, MASS, glmnet, graphics
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), usethis (>= 2.1.5), devtools
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-03-11 06:00:46 UTC; jieun
Author: Jieun Shin [aut, cre]
Maintainer: Jieun Shin <jieunstat@uos.ac.kr>
Repository: CRAN
Date/Publication: 2025-03-13 12:10:06 UTC

More information about cossonet at CRAN
Permanent link

New package cmAnalysis with initial version 1.0.0
Package: cmAnalysis
Title: Process and Visualise Concept Mapping Data
Version: 1.0.0
Author: Jos Hageman [aut, cre], Jarl Kampen [aut]
Maintainer: Jos Hageman <jos.hageman@wur.nl>
Description: Processing and visualizing concept mapping data. Concept maps are versatile tools used across disciplines to enhance understanding, teaching, brainstorming, and information organization. The analysis of concept mapping data involves the sequential use of cluster analysis (for sorting participants and statements), multidimensional scaling (for positioning statements in a conceptual space), and visualization techniques, including point cluster maps and dendrograms.
License: GPL-3
Encoding: UTF-8
Imports: cluster, ggplot2, factoextra, clue, igraph, stringr, pheatmap
NeedsCompilation: no
Packaged: 2025-03-11 14:44:40 UTC; hagem011
Repository: CRAN
Date/Publication: 2025-03-13 12:50:05 UTC

More information about cmAnalysis at CRAN
Permanent link

New package clinify with initial version 0.1.2
Package: clinify
Title: Clinical Table Styling Tools and Utilities
Version: 0.1.2
Depends: R (>= 4.2)
Imports: flextable, officer, magrittr, dplyr, knitr, htmltools, tidyselect, zoo
Suggests: rmarkdown, testthat (>= 3.0.0), Tplyr, rvest, withr, xml2
Description: The primary motivation of this package is to take the things that are great about the R packages 'flextable' <https://davidgohel.github.io/flextable/> and 'officer' <https://davidgohel.github.io/officer/>, take the standard and complex pieces of formatting clinical tables for regulatory use, and simplify the tedious pieces.
License: Apache License (>= 2)
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://atorus-research.github.io/clinify/
NeedsCompilation: no
Packaged: 2025-03-11 00:59:23 UTC; mstackhouse
Author: Mike Stackhouse [aut, cre] , Ross Didenko [aut], Yevhenii Boiko [aut], Marat Zakirov [ctb], Roman Rogoza [ctb], Atorus Research, Inc. [cph], Incyte Corporation [cph]
Maintainer: Mike Stackhouse <mike.stackhouse@atorusresearch.com>
Repository: CRAN
Date/Publication: 2025-03-13 12:10:10 UTC

More information about clinify at CRAN
Permanent link

New package censoredAIDS with initial version 0.1.0
Title: Estimation of Censored AI/QUAI Demand System via Maximum Likelihood Estimation (MLE)
Package: censoredAIDS
Version: 0.1.0
Description: Tools for estimating censored Almost Ideal (AI) and Quadratic Almost Ideal (QUAI) demand systems using Maximum Likelihood Estimation (MLE). It includes functions for calculating demand share equations and the truncated log-likelihood function for a system of equations, incorporating demographic variables. The package is designed to handle censored data, where some observations may be zero due to non-purchase of certain goods. It is particularly useful for applied researchers analyzing household consumption data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5)
Imports: Matrix, mnormt, mvtnorm, stats
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2025-03-11 15:01:18 UTC; Noe.Nava
Author: Noe J Nava [aut, cre]
Maintainer: Noe J Nava <noejnava2@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-13 12:40:06 UTC

More information about censoredAIDS at CRAN
Permanent link

New package CAOP.RAA.2024 with initial version 0.0.5
Package: CAOP.RAA.2024
Title: Official Administrative Map of the Azores (CAOP 2024)
Version: 0.0.5
Description: Provides the official administrative boundaries of the Azores (Região Autónoma dos Açores (RAA)) as defined in the 2024 edition of the Carta Administrativa Oficial de Portugal (CAOP), published by the Direção-Geral do Território (DGT). The package includes convenience functions to import these boundaries as 'sf' objects for spatial analysis in R. Source: <https://geo2.dgterritorio.gov.pt/caop/CAOP_RAA_2024-gpkg.zip>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5)
Imports: sf, tibble, dplyr, readr, stringi, glue
Suggests: testthat (>= 3.0.0), roxygen2, knitr, rmarkdown, ggplot2
URL: https://github.com/patterninstitute/CAOP.RAA.2024, https://www.pattern.institute/CAOP.RAA.2024/
BugReports: https://github.com/patterninstitute/CAOP.RAA.2024/issues
NeedsCompilation: no
Packaged: 2025-03-11 16:50:27 UTC; rmagno
Author: Ramiro Magno [aut, cre] , Pattern Institute [cph, fnd]
Maintainer: Ramiro Magno <rmagno@pattern.institute>
Repository: CRAN
Date/Publication: 2025-03-13 13:00:11 UTC

More information about CAOP.RAA.2024 at CRAN
Permanent link

Package SqlRender updated to version 1.19.2 with previous version 1.19.1 dated 2024-11-29

Title: Rendering Parameterized SQL and Translation to Dialects
Description: A rendering tool for parameterized SQL that also translates into different SQL dialects. These dialects include 'Microsoft SQL Server', 'Oracle', 'PostgreSql', 'Amazon RedShift', 'Apache Impala', 'IBM Netezza', 'Google BigQuery', 'Microsoft PDW', 'Snowflake', 'Azure Synapse Analytics Dedicated', 'Apache Spark', 'SQLite', and 'InterSystems IRIS'.
Author: Martijn Schuemie [aut, cre], Marc Suchard [aut]
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>

Diff between SqlRender versions 1.19.1 dated 2024-11-29 and 1.19.2 dated 2025-03-13

 DESCRIPTION                                    |    8 +-
 MD5                                            |   36 ++++++------
 NEWS.md                                        |   12 ++++
 R/HelperFunctions.R                            |    2 
 R/RenderSql.R                                  |    2 
 R/ShinyApps.R                                  |    2 
 R/SparkSql.R                                   |    2 
 R/SqlRender.R                                  |    2 
 inst/csv/replacementPatterns.csv               |    6 +-
 inst/doc/UsingSqlRender.R                      |   70 ++++++++++++-------------
 inst/doc/UsingSqlRender.pdf                    |binary
 java/org/ohdsi/sql/BigQuerySparkTranslate.java |    2 
 java/org/ohdsi/sql/JarChecksum.java            |    2 
 java/org/ohdsi/sql/MainClass.java              |    2 
 java/org/ohdsi/sql/SqlRender.java              |    2 
 java/org/ohdsi/sql/SqlSplit.java               |    2 
 java/org/ohdsi/sql/SqlTranslate.java           |    2 
 java/org/ohdsi/sql/StringUtils.java            |    2 
 tests/testthat/test-translate-spark.R          |   21 ++++++-
 19 files changed, 104 insertions(+), 73 deletions(-)

More information about SqlRender at CRAN
Permanent link

Package sc2sc updated to version 0.0.1-16 with previous version 0.0.1-14 dated 2024-10-27

Title: Spatial Transfer of Statistics among Spanish Census Sections
Description: Transfers/imputes statistics among Spanish spatial polygons (census sections or postal code areas) from different moments in time (2001-2023) without need of spatial files, just linking statistics to the ID codes of the spatial units. The data available in the census sections of a partition/division (cartography) into force in a moment of time is transferred to the census sections of another partition/division employing the geometric approach (also known as areal weighting or polygon overlay). References: Goerlich (2022) <doi:10.12842/WPIVIE_0322>. Pavía and Cantarino (2017a, b) <doi:10.1111/gean.12112>, <doi:10.1016/j.apgeog.2017.06.021>. Pérez and Pavía (2024a, b) <doi:10.4995/CARMA2024.2024.17796>, <doi:10.38191/iirr-jorr.24.057>. Acknowledgements: The authors wish to thank Consellería de Educación, Universidades y Empleo, Generalitat Valenciana (grant AICO/2021/257), Ministerio de Economía e Innovación (grant PID2021-128228NB-I00) and Fundación Mapfre [...truncated...]
Author: Virgilio Perez [aut] , Jose M. Pavia [aut, cre]
Maintainer: Jose M. Pavia <jose.m.pavia@uv.es>

Diff between sc2sc versions 0.0.1-14 dated 2024-10-27 and 0.0.1-16 dated 2025-03-13

 DESCRIPTION             |    6 +-
 MD5                     |   18 +++----
 NEWS.md                 |    6 ++
 R/auxiliary_functions.R |  123 ++++++++++++++++++++++++++++++++++++------------
 R/cp2sc.R               |   10 +++
 R/sc2cp.R               |   12 +++-
 R/sc2sc.R               |   14 +++--
 man/cp2sc.Rd            |    5 +
 man/sc2cp.Rd            |    7 +-
 man/sc2sc.Rd            |    6 +-
 10 files changed, 152 insertions(+), 55 deletions(-)

More information about sc2sc at CRAN
Permanent link

New package ravepipeline with initial version 0.0.1
Package: ravepipeline
Title: Reproducible Pipeline Infrastructure for Neuroscience
Version: 0.0.1
Language: en-US
Description: Defines the underlying pipeline structure for reproducible neuroscience, adopted by 'RAVE' (reproducible analysis and visualization of intracranial electroencephalography); provides high-level class definition to build, compile, set, execute, and share analysis pipelines. Both R and 'Python' are supported, with 'Markdown' and 'shiny' dashboard templates for extending and building customized pipelines. See the full documentations at <https://rave.wiki>; to cite us, check out our paper by Magnotti, Wang, and Beauchamp (2020, <doi:10.1016/j.neuroimage.2020.117341>), or run citation("ravepipeline") for details.
Copyright: Trustees of University of Pennsylvania owns the copyright of the package unless otherwise stated. Zhengjia Wang owns the copyright of all the low-level functions included in 'R/common.R', 'R/fastmap2', 'R/fastqueue2.R', 'R/filesys.R', 'R/fst.R', 'R/json.R', 'R/os_info.R', 'R/parallel.R', 'R/progress.R', 'R/simplelocker.R', 'R/yaml.R', and all the template files under 'inst/rave-pipelines' and 'inst/rave-modules', these files are licensed under 'MIT'.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://dipterix.org/ravepipeline/, https://github.com/dipterix/ravepipeline
BugReports: https://github.com/dipterix/ravepipeline/issues
Imports: utils, stats, base64url, callr, cli, digest, fastmap, future, fst (>= 0.9.8), glue, jsonlite, knitr, promises, R6, remotes, rlang, targets, uuid, yaml
Suggests: filearray, future.apply, globals, ieegio, rpymat, rmarkdown, rstudioapi, shidashi, threeBrain, testthat (>= 3.0.0), visNetwork
NeedsCompilation: no
Packaged: 2025-03-10 21:34:33 UTC; dipterix
Author: Zhengjia Wang [aut, cre, cph], John Magnotti [ctb, res], Xiang Zhang [ctb, res], Michael Beauchamp [ctb, res], Trustees of University of Pennsylvania [cph]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-13 12:00:02 UTC

More information about ravepipeline at CRAN
Permanent link

Package LogConcDEAD updated to version 1.6-12 with previous version 1.6-11 dated 2025-03-11

Title: Log-Concave Density Estimation in Arbitrary Dimensions
Description: Software for computing a log-concave (maximum likelihood) estimator for independent and identically distributed data in any number of dimensions. For a detailed description of the method see Cule, Samworth and Stewart (2010, Journal of Royal Statistical Society Series B, <doi:10.1111/j.1467-9868.2010.00753.x>).
Author: Madeleine Cule [aut], Robert Gramacy [aut], Richard Samworth [aut], Yining Chen [aut, cre], Lutz Duembgen [ctb] , Vikneswaran Gopal [ctb] , George Casella [ctb] , C. Bradford Barber [cph] , The Geometry Center [cph], Kai Habel [cph] , Raoul Grasman [ [...truncated...]
Maintainer: Yining Chen <y.chen101@lse.ac.uk>

Diff between LogConcDEAD versions 1.6-11 dated 2025-03-11 and 1.6-12 dated 2025-03-13

 DESCRIPTION              |    8 ++++----
 MD5                      |    8 ++++----
 NEWS                     |    1 +
 inst/doc/LogConcDEAD.pdf |binary
 src/qset.h               |    6 +-----
 5 files changed, 10 insertions(+), 13 deletions(-)

More information about LogConcDEAD at CRAN
Permanent link

Package zephyr updated to version 0.1.2 with previous version 0.1.1 dated 2025-01-28

Title: Structured Messages and Options
Description: Provides a structured framework for consistent user communication and configuration management for package developers.
Author: Aksel Thomsen [aut, cre], Mathias Lerbech Jeppesen [aut], Cervan Girard [aut], Kristian Troejelsgaard [aut], Lovemore Gakava [aut], Steffen Falgreen Larsen [aut], Vladimir Obucina [aut], Novo Nordisk A/S [cph]
Maintainer: Aksel Thomsen <oath@novonordisk.com>

Diff between zephyr versions 0.1.1 dated 2025-01-28 and 0.1.2 dated 2025-03-13

 DESCRIPTION                       |    6 ++--
 MD5                               |   18 ++++++------
 NEWS.md                           |    5 +++
 R/msg.R                           |    2 -
 R/options.R                       |    8 ++++-
 R/utils.R                         |   10 ++++---
 tests/testthat/_snaps/options.md  |   54 +++++++++++++++++++-------------------
 tests/testthat/test-integration.R |   11 +++++++
 tests/testthat/test-options.R     |   46 +++++++++++---------------------
 tests/testthat/test-utils.R       |    2 -
 10 files changed, 84 insertions(+), 78 deletions(-)

More information about zephyr at CRAN
Permanent link

Package ppitables updated to version 0.6.0 with previous version 0.5.5 dated 2024-04-12

Title: Lookup Tables to Generate Poverty Likelihoods and Rates using the Poverty Probability Index (PPI)
Description: The Poverty Probability Index (PPI) is a poverty measurement tool for organizations and businesses with a mission to serve the poor. The PPI is statistically-sound, yet simple to use: the answers to 10 questions about a household's characteristics and asset ownership are scored to compute the likelihood that the household is living below the poverty line - or above by only a narrow margin. This package contains country-specific lookup data tables used as reference to determine the poverty likelihood of a household based on their score from the country-specific PPI questionnaire. These lookup tables have been extracted from documentation of the PPI found at <https://www.povertyindex.org> and managed by Innovations for Poverty Action <https://poverty-action.org/>.
Author: Ernest Guevarra [aut, cre]
Maintainer: Ernest Guevarra <ernestgmd@gmail.com>

Diff between ppitables versions 0.5.5 dated 2024-04-12 and 0.6.0 dated 2025-03-13

 DESCRIPTION               |   24 +-
 MD5                       |   43 +++
 NEWS.md                   |   36 ++-
 R/00_colombia.R           |only
 R/00_dominican_republic.R |only
 R/00_kenya.R              |only
 R/00_mexico.R             |only
 R/00_mozambique.R         |only
 R/00_peru.R               |only
 R/04_data.R               |   49 ----
 R/sysdata.rda             |binary
 README.md                 |  503 ++++++++++++++++++++--------------------------
 build                     |only
 data/ppiCOL2024.rda       |only
 data/ppiDOM2024.rda       |only
 data/ppiKEN2024.rda       |only
 data/ppiMEX2024.rda       |only
 data/ppiMOZ2024.rda       |only
 data/ppiPER2024.rda       |only
 inst/CITATION             |   13 +
 inst/WORDLIST             |   21 +
 inst/doc                  |only
 man/ppiCOL2024.Rd         |only
 man/ppiDOM2024.Rd         |only
 man/ppiKEN2024.Rd         |only
 man/ppiMEX2024.Rd         |only
 man/ppiMOZ2019.Rd         |    5 
 man/ppiMOZ2024.Rd         |only
 man/ppiPER2024.Rd         |only
 vignettes                 |only
 30 files changed, 338 insertions(+), 356 deletions(-)

More information about ppitables at CRAN
Permanent link

Package ageutils updated to version 0.0.8 with previous version 0.0.7 dated 2024-12-06

Title: Collection of Functions for Working with Age Intervals
Description: Provides a collection of efficient functions for working with individual ages and corresponding intervals. These include functions for conversion from an age to an interval, aggregation of ages with associated counts in to intervals and the splitting of interval counts based on specified age distributions.
Author: Tim Taylor [aut, cre, cph] , Edwin van Leeuwen [aut]
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>

Diff between ageutils versions 0.0.7 dated 2024-12-06 and 0.0.8 dated 2025-03-13

 ageutils-0.0.7/ageutils/R/deprecated.R                                |only
 ageutils-0.0.7/ageutils/man/ageutils-deprecated.Rd                    |only
 ageutils-0.0.7/ageutils/man/aggregate_age_counts-deprecated.Rd        |only
 ageutils-0.0.7/ageutils/man/reaggregate_interval_counts-deprecated.Rd |only
 ageutils-0.0.7/ageutils/man/reaggregate_interval_rates-deprecated.Rd  |only
 ageutils-0.0.7/ageutils/man/split_interval_counts-deprecated.Rd       |only
 ageutils-0.0.7/ageutils/src                                           |only
 ageutils-0.0.7/ageutils/tests/testthat/_snaps/deprecated-functions.md |only
 ageutils-0.0.7/ageutils/tests/testthat/test-deprecated-functions.R    |only
 ageutils-0.0.8/ageutils/DESCRIPTION                                   |   10 
 ageutils-0.0.8/ageutils/MD5                                           |   43 +-
 ageutils-0.0.8/ageutils/NAMESPACE                                     |    2 
 ageutils-0.0.8/ageutils/NEWS.md                                       |   15 
 ageutils-0.0.8/ageutils/R/ageutils-package.R                          |    4 
 ageutils-0.0.8/ageutils/R/breaks_to_interval.R                        |   17 -
 ageutils-0.0.8/ageutils/R/cut_ages.R                                  |   20 -
 ageutils-0.0.8/ageutils/R/defunct.R                                   |only
 ageutils-0.0.8/ageutils/R/reaggregate_counts.R                        |   50 +-
 ageutils-0.0.8/ageutils/R/reaggregate_rates.R                         |   47 +-
 ageutils-0.0.8/ageutils/man/ageutils-defunct.Rd                       |only
 ageutils-0.0.8/ageutils/man/breaks_to_interval.Rd                     |    6 
 ageutils-0.0.8/ageutils/man/cut_ages.Rd                               |    4 
 ageutils-0.0.8/ageutils/man/reaggregate_counts.Rd                     |    2 
 ageutils-0.0.8/ageutils/tests/testthat/_snaps/defunct-functions.md    |only
 ageutils-0.0.8/ageutils/tests/testthat/_snaps/reaggregate_counts.md   |only
 ageutils-0.0.8/ageutils/tests/testthat/test-defunct-functions.R       |only
 ageutils-0.0.8/ageutils/tests/testthat/test-reaggregate_counts.R      |  167 ++++++----
 27 files changed, 214 insertions(+), 173 deletions(-)

More information about ageutils at CRAN
Permanent link

Package surveytable updated to version 0.9.6 with previous version 0.9.5 dated 2024-10-09

Title: Formatted Survey Estimates
Description: Short and understandable commands that generate tabulated, formatted, and rounded survey estimates. Mostly a wrapper for the 'survey' package (Lumley (2004) <doi:10.18637/jss.v009.i08> <https://CRAN.R-project.org/package=survey>) that identifies low-precision estimates using the National Center for Health Statistics (NCHS) presentation standards (Parker et al. (2017) <https://www.cdc.gov/nchs/data/series/sr_02/sr02_175.pdf>, Parker et al. (2023) <doi:10.15620/cdc:124368>).
Author: Alex Strashny [aut, cre]
Maintainer: Alex Strashny <alex.strashny@gmail.com>

Diff between surveytable versions 0.9.5 dated 2024-10-09 and 0.9.6 dated 2025-03-13

 DESCRIPTION                                                                         |   14 
 MD5                                                                                 |  104 
 NAMESPACE                                                                           |   17 
 NEWS.md                                                                             |   11 
 R/deprecated.R                                                                      |   74 
 R/print.surveytable_table.R                                                         |  215 
 R/set_opts.R                                                                        |  385 
 R/set_survey.R                                                                      |  214 
 R/show_options.R                                                                    |   34 
 R/surveytable.R                                                                     |  208 
 R/svyciprop_adjusted.R                                                              |  166 
 R/tab.R                                                                             |    6 
 R/tab_cross.R                                                                       |   54 
 R/tab_rate.R                                                                        |    2 
 R/tab_subset_rate.R                                                                 |    2 
 R/total_rate.R                                                                      |    2 
 R/var_cross.R                                                                       |  102 
 R/var_cut.R                                                                         |   76 
 R/z_data.R                                                                          |    2 
 R/z_print_auto.R                                                                    |only
 R/z_print_gt.R                                                                      |only
 R/z_print_huxtable.R                                                                |only
 R/z_print_kableExtra.R                                                              |only
 R/z_utils.R                                                                         |   78 
 R/zzz.R                                                                             |  161 
 README.md                                                                           |  233 
 build/vignette.rds                                                                  |binary
 inst/CITATION                                                                       |   16 
 inst/WORDLIST                                                                       |    1 
 inst/doc/Advanced-topics.Rmd                                                        |  199 
 inst/doc/Advanced-topics.html                                                       |  327 
 inst/doc/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.R             |    2 
 inst/doc/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.Rmd           |  530 
 inst/doc/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.html          | 6182 ++++-----
 inst/doc/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.R    |    2 
 inst/doc/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.Rmd  |  454 
 inst/doc/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.html | 3452 ++---
 inst/doc/Printing-HTML.R                                                            |only
 inst/doc/Printing-HTML.Rmd                                                          |only
 inst/doc/Printing-HTML.html                                                         |only
 inst/doc/Printing-PDF.R                                                             |only
 inst/doc/Printing-PDF.Rmd                                                           |only
 inst/doc/Printing-PDF.pdf                                                           |only
 inst/doc/surveytable.Rmd                                                            |    2 
 inst/doc/surveytable.html                                                           | 6792 +++++-----
 man/deprecated.Rd                                                                   |   46 
 man/print.surveytable_table.Rd                                                      |   35 
 man/rccsu2018.Rd                                                                    |   46 
 man/set_opts.Rd                                                                     |  159 
 man/surveytable-options.Rd                                                          |  234 
 man/surveytable-package.Rd                                                          |   46 
 man/svyciprop_adjusted.Rd                                                           |  100 
 man/var_cut.Rd                                                                      |   90 
 vignettes/Advanced-topics.Rmd                                                       |  199 
 vignettes/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.Rmd          |  530 
 vignettes/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.Rmd |  454 
 vignettes/Printing-HTML.Rmd                                                         |only
 vignettes/Printing-PDF.Rmd                                                          |only
 vignettes/surveytable.Rmd                                                           |    2 
 59 files changed, 11230 insertions(+), 10830 deletions(-)

More information about surveytable at CRAN
Permanent link

Package semTools updated to version 0.5-7 with previous version 0.5-6 dated 2022-05-10

Title: Useful Tools for Structural Equation Modeling
Description: Provides miscellaneous tools for structural equation modeling, many of which extend the 'lavaan' package. For example, latent interactions can be estimated using product indicators (Lin et al., 2010, <doi:10.1080/10705511.2010.488999>) and simple effects probed; analytical power analyses can be conducted (Jak et al., 2021, <doi:10.3758/s13428-020-01479-0>); and scale reliability can be estimated based on estimated factor-model parameters.
Author: Terrence D. Jorgensen [aut, cre] , Sunthud Pornprasertmanit [aut], Alexander M. Schoemann [aut] , Yves Rosseel [aut] , Patrick Miller [ctb], Corbin Quick [ctb], Mauricio Garnier-Villarreal [ctb] , James Selig [ctb], Aaron Boulton [ctb], Kristopher Pr [...truncated...]
Maintainer: Terrence D. Jorgensen <TJorgensen314@gmail.com>

Diff between semTools versions 0.5-6 dated 2022-05-10 and 0.5-7 dated 2025-03-13

 semTools-0.5-6/semTools/man/calculate.D2.Rd                        |only
 semTools-0.5-6/semTools/man/efaUnrotate.Rd                         |only
 semTools-0.5-6/semTools/man/lavTestLRT.mi.Rd                       |only
 semTools-0.5-6/semTools/man/lavTestScore.mi.Rd                     |only
 semTools-0.5-6/semTools/man/lavTestWald.mi.Rd                      |only
 semTools-0.5-6/semTools/man/lavaan.mi-class.Rd                     |only
 semTools-0.5-6/semTools/man/modindices.mi.Rd                       |only
 semTools-0.5-6/semTools/man/rotate.Rd                              |only
 semTools-0.5-6/semTools/man/runMI.Rd                               |only
 semTools-0.5-7/semTools/DESCRIPTION                                |   31 
 semTools-0.5-7/semTools/MD5                                        |  276 +-
 semTools-0.5-7/semTools/NAMESPACE                                  |    2 
 semTools-0.5-7/semTools/NEWS.md                                    |   52 
 semTools-0.5-7/semTools/R/EmpKaiser.R                              |   50 
 semTools-0.5-7/semTools/R/NET.R                                    |   71 
 semTools-0.5-7/semTools/R/PAVranking.R                             |  137 -
 semTools-0.5-7/semTools/R/TSML.R                                   |  174 -
 semTools-0.5-7/semTools/R/aa_semTools-deprecated.R                 |    2 
 semTools-0.5-7/semTools/R/auxiliary.R                              |  172 -
 semTools-0.5-7/semTools/R/clipboard.R                              |  243 +-
 semTools-0.5-7/semTools/R/compareFit.R                             |  185 -
 semTools-0.5-7/semTools/R/data.R                                   |   24 
 semTools-0.5-7/semTools/R/dataDiagnosis.R                          |  102 
 semTools-0.5-7/semTools/R/discriminantValidity.R                   |   82 
 semTools-0.5-7/semTools/R/efa.R                                    |   83 
 semTools-0.5-7/semTools/R/emmeans_lavaan.R                         |  173 +
 semTools-0.5-7/semTools/R/fitIndices.R                             |  257 +-
 semTools-0.5-7/semTools/R/fmi.R                                    |  233 +
 semTools-0.5-7/semTools/R/gorica.R                                 |only
 semTools-0.5-7/semTools/R/htmt.R                                   |   40 
 semTools-0.5-7/semTools/R/imposeStart.R                            |    2 
 semTools-0.5-7/semTools/R/indProd.R                                |   36 
 semTools-0.5-7/semTools/R/kd.R                                     |   16 
 semTools-0.5-7/semTools/R/longInvariance.R                         |   46 
 semTools-0.5-7/semTools/R/measEq.R                                 |  469 ++--
 semTools-0.5-7/semTools/R/measurementInvariance.R                  |   43 
 semTools-0.5-7/semTools/R/measurementInvarianceCat.R               |   28 
 semTools-0.5-7/semTools/R/miPowerFit.R                             |   88 
 semTools-0.5-7/semTools/R/missingBootstrap.R                       |  112 
 semTools-0.5-7/semTools/R/monteCarloCI.R                           |  218 +
 semTools-0.5-7/semTools/R/mvrnonnorm.R                             |   31 
 semTools-0.5-7/semTools/R/ordMoments.R                             |   72 
 semTools-0.5-7/semTools/R/parcelAllocation.R                       |  112 
 semTools-0.5-7/semTools/R/partialInvariance.R                      |   86 
 semTools-0.5-7/semTools/R/permuteMeasEq.R                          |  443 +--
 semTools-0.5-7/semTools/R/plausibleValues.R                        |  163 -
 semTools-0.5-7/semTools/R/poolMAlloc.R                             |  271 +-
 semTools-0.5-7/semTools/R/powerAnalysisNested.R                    |   18 
 semTools-0.5-7/semTools/R/powerAnalysisRMSEA.R                     |   82 
 semTools-0.5-7/semTools/R/powerAnalysisSS.R                        |   55 
 semTools-0.5-7/semTools/R/probeInteraction.R                       | 1169 ++++------
 semTools-0.5-7/semTools/R/quark.R                                  |   45 
 semTools-0.5-7/semTools/R/reliability.R                            |  541 ++--
 semTools-0.5-7/semTools/R/residualCovariate.R                      |    6 
 semTools-0.5-7/semTools/R/runMI-LRT.R                              |  153 -
 semTools-0.5-7/semTools/R/runMI-Wald.R                             |  153 -
 semTools-0.5-7/semTools/R/runMI-methods.R                          |  397 +--
 semTools-0.5-7/semTools/R/runMI-modification.R                     |  190 -
 semTools-0.5-7/semTools/R/runMI-score.R                            |  193 -
 semTools-0.5-7/semTools/R/runMI.R                                  |  336 +-
 semTools-0.5-7/semTools/R/semTools.R                               |  100 
 semTools-0.5-7/semTools/R/singleParamTest.R                        |   26 
 semTools-0.5-7/semTools/R/splitSample.R                            |    4 
 semTools-0.5-7/semTools/R/tukeySEM.R                               |   10 
 semTools-0.5-7/semTools/R/zzz.R                                    |   23 
 semTools-0.5-7/semTools/build/partial.rdb                          |binary
 semTools-0.5-7/semTools/build/vignette.rds                         |binary
 semTools-0.5-7/semTools/inst/CITATION                              |   23 
 semTools-0.5-7/semTools/inst/doc/partialInvariance.pdf             |binary
 semTools-0.5-7/semTools/man/AVE.Rd                                 |   21 
 semTools-0.5-7/semTools/man/BootMiss-class.Rd                      |   12 
 semTools-0.5-7/semTools/man/EFA-class.Rd                           |    3 
 semTools-0.5-7/semTools/man/FitDiff-class.Rd                       |   18 
 semTools-0.5-7/semTools/man/Net-class.Rd                           |    8 
 semTools-0.5-7/semTools/man/OLDlavaan.mi-class.Rd                  |only
 semTools-0.5-7/semTools/man/PAVranking.Rd                          |  124 -
 semTools-0.5-7/semTools/man/SSpower.Rd                             |   22 
 semTools-0.5-7/semTools/man/auxiliary.Rd                           |   74 
 semTools-0.5-7/semTools/man/bsBootMiss.Rd                          |   14 
 semTools-0.5-7/semTools/man/calculate.D2-deprecated.Rd             |only
 semTools-0.5-7/semTools/man/chisqSmallN.Rd                         |   40 
 semTools-0.5-7/semTools/man/clipboard.Rd                           |   47 
 semTools-0.5-7/semTools/man/combinequark.Rd                        |    8 
 semTools-0.5-7/semTools/man/compRelSEM.Rd                          |  181 -
 semTools-0.5-7/semTools/man/compareFit.Rd                          |   71 
 semTools-0.5-7/semTools/man/dat2way.Rd                             |    4 
 semTools-0.5-7/semTools/man/dat3way.Rd                             |    4 
 semTools-0.5-7/semTools/man/datCat.Rd                              |    2 
 semTools-0.5-7/semTools/man/discriminantValidity.Rd                |   26 
 semTools-0.5-7/semTools/man/efa.ekc.Rd                             |   30 
 semTools-0.5-7/semTools/man/efaUnrotate-deprecated.Rd              |only
 semTools-0.5-7/semTools/man/findRMSEApower.Rd                      |   18 
 semTools-0.5-7/semTools/man/findRMSEApowernested.Rd                |   10 
 semTools-0.5-7/semTools/man/findRMSEAsamplesize.Rd                 |   23 
 semTools-0.5-7/semTools/man/findRMSEAsamplesizenested.Rd           |    8 
 semTools-0.5-7/semTools/man/fmi.Rd                                 |   86 
 semTools-0.5-7/semTools/man/goricaSEM.Rd                           |only
 semTools-0.5-7/semTools/man/htmt.Rd                                |   48 
 semTools-0.5-7/semTools/man/indProd.Rd                             |   15 
 semTools-0.5-7/semTools/man/kurtosis.Rd                            |   12 
 semTools-0.5-7/semTools/man/lavTestLRT.mi-deprecated.Rd            |only
 semTools-0.5-7/semTools/man/lavTestScore.mi-deprecated.Rd          |only
 semTools-0.5-7/semTools/man/lavTestWald.mi-deprecated.Rd           |only
 semTools-0.5-7/semTools/man/lavaan2emmeans.Rd                      |   42 
 semTools-0.5-7/semTools/man/longInvariance-deprecated.Rd           |   54 
 semTools-0.5-7/semTools/man/lrv2ord.Rd                             |   35 
 semTools-0.5-7/semTools/man/mardiaKurtosis.Rd                      |   18 
 semTools-0.5-7/semTools/man/mardiaSkew.Rd                          |   18 
 semTools-0.5-7/semTools/man/maximalRelia.Rd                        |   13 
 semTools-0.5-7/semTools/man/measEq.syntax-class.Rd                 |   58 
 semTools-0.5-7/semTools/man/measEq.syntax.Rd                       |  180 -
 semTools-0.5-7/semTools/man/measurementInvariance-deprecated.Rd    |   48 
 semTools-0.5-7/semTools/man/measurementInvarianceCat-deprecated.Rd |   40 
 semTools-0.5-7/semTools/man/miPowerFit.Rd                          |  116 
 semTools-0.5-7/semTools/man/modindices.mi-deprecated.Rd            |only
 semTools-0.5-7/semTools/man/monteCarloCI.Rd                        |   94 
 semTools-0.5-7/semTools/man/moreFitIndices.Rd                      |  119 -
 semTools-0.5-7/semTools/man/mvrnonnorm.Rd                          |    8 
 semTools-0.5-7/semTools/man/net.Rd                                 |    6 
 semTools-0.5-7/semTools/man/nullRMSEA.Rd                           |    8 
 semTools-0.5-7/semTools/man/parcelAllocation.Rd                    |   73 
 semTools-0.5-7/semTools/man/partialInvariance.Rd                   |   86 
 semTools-0.5-7/semTools/man/permuteMeasEq-class.Rd                 |   67 
 semTools-0.5-7/semTools/man/permuteMeasEq.Rd                       |   89 
 semTools-0.5-7/semTools/man/plausibleValues.Rd                     |  114 
 semTools-0.5-7/semTools/man/plotProbe.Rd                           |   41 
 semTools-0.5-7/semTools/man/plotRMSEAdist.Rd                       |   12 
 semTools-0.5-7/semTools/man/plotRMSEApower.Rd                      |   10 
 semTools-0.5-7/semTools/man/plotRMSEApowernested.Rd                |   10 
 semTools-0.5-7/semTools/man/poolMAlloc.Rd                          |  130 -
 semTools-0.5-7/semTools/man/probe2WayMC.Rd                         |   76 
 semTools-0.5-7/semTools/man/probe2WayRC.Rd                         |   49 
 semTools-0.5-7/semTools/man/probe3WayMC.Rd                         |  109 
 semTools-0.5-7/semTools/man/probe3WayRC.Rd                         |   47 
 semTools-0.5-7/semTools/man/quark.Rd                               |   38 
 semTools-0.5-7/semTools/man/reliability-deprecated.Rd              |   23 
 semTools-0.5-7/semTools/man/reliabilityL2-deprecated.Rd            |   19 
 semTools-0.5-7/semTools/man/residualCovariate.Rd                   |    2 
 semTools-0.5-7/semTools/man/rotate-deprecated.Rd                   |only
 semTools-0.5-7/semTools/man/runMI-deprecated.Rd                    |only
 semTools-0.5-7/semTools/man/semTools-deprecated.Rd                 |  126 -
 semTools-0.5-7/semTools/man/semTools.Rd                            |   91 
 semTools-0.5-7/semTools/man/simParcel.Rd                           |   22 
 semTools-0.5-7/semTools/man/singleParamTest.Rd                     |    8 
 semTools-0.5-7/semTools/man/skew.Rd                                |   18 
 semTools-0.5-7/semTools/man/splitSample.Rd                         |    8 
 semTools-0.5-7/semTools/man/tukeySEM.Rd                            |    8 
 semTools-0.5-7/semTools/man/twostage-class.Rd                      |  117 -
 semTools-0.5-7/semTools/man/twostage.Rd                            |   23 
 149 files changed, 5974 insertions(+), 5377 deletions(-)

More information about semTools at CRAN
Permanent link

Package Rforestry updated to version 0.11.0.0 with previous version 0.10.0 dated 2023-03-24

Title: Random Forests, Linear Trees, and Gradient Boosting for Inference and Interpretability
Description: Provides fast implementations of Random Forests, Gradient Boosting, and Linear Random Forests, with an emphasis on inference and interpretability. Additionally contains methods for variable importance, out-of-bag prediction, regression monotonicity, and several methods for missing data imputation.
Author: Soeren Kuenzel [aut], Theo Saarinen [aut, cre], Simon Walter [aut], Sam Antonyan [aut], Edward Liu [aut], Allen Tang [aut], Jasjeet Sekhon [aut]
Maintainer: Theo Saarinen <theo_s@berkeley.edu>

Diff between Rforestry versions 0.10.0 dated 2023-03-24 and 0.11.0.0 dated 2025-03-13

 Rforestry-0.10.0/Rforestry/man/predictInfo-forestry.Rd                         |only
 Rforestry-0.10.0/Rforestry/man/scale_center.Rd                                 |only
 Rforestry-0.10.0/Rforestry/man/unscale_uncenter.Rd                             |only
 Rforestry-0.10.0/Rforestry/src/dataFrame.cpp                                   |only
 Rforestry-0.10.0/Rforestry/src/dataFrame.h                                     |only
 Rforestry-0.10.0/Rforestry/src/sampling.cpp                                    |only
 Rforestry-0.10.0/Rforestry/src/sampling.h                                      |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-ExactPredict.R                  |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-LeftRightNaSplitting.R          |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-OOBhonesty.R                    |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-OOBhonestyVersions.R            |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-PureNoiseExample.R              |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-advancedCustomSampling.R        |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-aggregationWeights.R            |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-alternateVI.R                   |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-coefs.R                         |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-customSample.R                  |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-differentAggregations.R         |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-doubleBootstrap.R               |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-exactOOBpredict.R               |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-getOOBpred_feature.R            |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-groupSampling.R                 |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-groups.R                        |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-hold_out_idx.R                  |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-monotoneAvg.R                   |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-naDirection.R                   |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-nodesizeStrictAvg.R             |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-plottree.R                      |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-predictInfo.R                   |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-scale.R                         |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-smallOutcomeMissingness.R       |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-splitratioHonesty.R             |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-trainingIdx.R                   |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-treeCounts.R                    |only
 Rforestry-0.10.0/Rforestry/tests/testthat/test-weightMatrixFlag.R              |only
 Rforestry-0.11.0.0/Rforestry/DESCRIPTION                                       |   15 
 Rforestry-0.11.0.0/Rforestry/LICENSE                                           |only
 Rforestry-0.11.0.0/Rforestry/MD5                                               |  166 
 Rforestry-0.11.0.0/Rforestry/NAMESPACE                                         |   11 
 Rforestry-0.11.0.0/Rforestry/R/R_preprocessing.R                               |   61 
 Rforestry-0.11.0.0/Rforestry/R/RcppExports.R                                   |   48 
 Rforestry-0.11.0.0/Rforestry/R/backwards_compatible.R                          |    9 
 Rforestry-0.11.0.0/Rforestry/R/compute_rf_lp.R                                 |  103 
 Rforestry-0.11.0.0/Rforestry/R/forestry.R                                      | 2055 ++++------
 Rforestry-0.11.0.0/Rforestry/R/neighborhood_imputation.R                       |   34 
 Rforestry-0.11.0.0/Rforestry/R/plottree.R                                      |  116 
 Rforestry-0.11.0.0/Rforestry/README.md                                         |only
 Rforestry-0.11.0.0/Rforestry/man/autoforestry-forestry.Rd                      |only
 Rforestry-0.11.0.0/Rforestry/man/autohonestRF.Rd                               |only
 Rforestry-0.11.0.0/Rforestry/man/compute_lp-forestry.Rd                        |   37 
 Rforestry-0.11.0.0/Rforestry/man/forest_checker.Rd                             |    3 
 Rforestry-0.11.0.0/Rforestry/man/forestry.Rd                                   |  274 -
 Rforestry-0.11.0.0/Rforestry/man/getOOB-forestry.Rd                            |    4 
 Rforestry-0.11.0.0/Rforestry/man/getOOBpreds-forestry.Rd                       |   13 
 Rforestry-0.11.0.0/Rforestry/man/getVI-forestry.Rd                             |   23 
 Rforestry-0.11.0.0/Rforestry/man/honestRF.Rd                                   |    3 
 Rforestry-0.11.0.0/Rforestry/man/impute_features.Rd                            |   18 
 Rforestry-0.11.0.0/Rforestry/man/loadForestry-forestry.Rd                      |    3 
 Rforestry-0.11.0.0/Rforestry/man/make_savable.Rd                               |   12 
 Rforestry-0.11.0.0/Rforestry/man/multilayer-forestry.Rd                        |only
 Rforestry-0.11.0.0/Rforestry/man/plot-forestry.Rd                              |   31 
 Rforestry-0.11.0.0/Rforestry/man/predict-forestry.Rd                           |   90 
 Rforestry-0.11.0.0/Rforestry/man/predict-multilayer-forestry.Rd                |only
 Rforestry-0.11.0.0/Rforestry/man/preprocess_training.Rd                        |    2 
 Rforestry-0.11.0.0/Rforestry/man/relinkCPP.Rd                                  |    5 
 Rforestry-0.11.0.0/Rforestry/man/saveForestry-forestry.Rd                      |    3 
 Rforestry-0.11.0.0/Rforestry/man/testing_data_checker-forestry.Rd              |    7 
 Rforestry-0.11.0.0/Rforestry/man/training_data_checker-forestry.Rd             |  147 
 Rforestry-0.11.0.0/Rforestry/src/DataFrame.cpp                                 |only
 Rforestry-0.11.0.0/Rforestry/src/DataFrame.h                                   |only
 Rforestry-0.11.0.0/Rforestry/src/Makevars                                      |    1 
 Rforestry-0.11.0.0/Rforestry/src/RFNode.cpp                                    |  611 --
 Rforestry-0.11.0.0/Rforestry/src/RFNode.h                                      |   64 
 Rforestry-0.11.0.0/Rforestry/src/RcppExports.cpp                               |  233 -
 Rforestry-0.11.0.0/Rforestry/src/forestry.cpp                                  |  897 +---
 Rforestry-0.11.0.0/Rforestry/src/forestry.h                                    |   92 
 Rforestry-0.11.0.0/Rforestry/src/forestryTree.cpp                              |  961 +---
 Rforestry-0.11.0.0/Rforestry/src/forestryTree.h                                |  145 
 Rforestry-0.11.0.0/Rforestry/src/multilayerForestry.cpp                        |only
 Rforestry-0.11.0.0/Rforestry/src/multilayerForestry.h                          |only
 Rforestry-0.11.0.0/Rforestry/src/rcpp_cppBuildInterface.cpp                    | 1205 ++++-
 Rforestry-0.11.0.0/Rforestry/src/treeSplitting.cpp                             |  362 -
 Rforestry-0.11.0.0/Rforestry/src/treeSplitting.h                               |   40 
 Rforestry-0.11.0.0/Rforestry/src/utils.cpp                                     |   41 
 Rforestry-0.11.0.0/Rforestry/src/utils.h                                       |   47 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/setup.R                            |    2 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-OOBpredictions.R              |   13 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-autoforestry.R                |only
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-backward_compatibility.R      |   25 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-compute_rf_lp.R               |   21 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-deepsplitting.R               |    4 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-forestry.R                    |   15 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-forestry_OBB.R                |    5 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-forestry_VariableImportance.R |   10 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-forestry_weightmatrix.R       |    7 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-imputationSplitting.R         |    6 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-imputation_monotonicity.R     |    8 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-impute_features.R             |   68 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-location_shift.R              |    2 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-max-depth.R                   |    2 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-minSplitGain.R                |    5 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-monotonicity.R                |    8 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-multilayerForestry.R          |only
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-observationWeights.R          |    3 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-ridgeRF.R                     |    1 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-saveMultilayer.R              |only
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-saveRF.R                      |   11 
 Rforestry-0.11.0.0/Rforestry/tests/testthat/test-terminalNodes.R               |   10 
 108 files changed, 3407 insertions(+), 4811 deletions(-)

More information about Rforestry at CRAN
Permanent link

Package missSBM updated to version 1.0.5 with previous version 1.0.4 dated 2023-10-24

Title: Handling Missing Data in Stochastic Block Models
Description: When a network is partially observed (here, NAs in the adjacency matrix rather than 1 or 0 due to missing information between node pairs), it is possible to account for the underlying process that generates those NAs. 'missSBM', presented in 'Barbillon, Chiquet and Tabouy' (2022) <doi:10.18637/jss.v101.i12>, adjusts the popular stochastic block model from network data sampled under various missing data conditions, as described in 'Tabouy, Barbillon and Chiquet' (2019) <doi:10.1080/01621459.2018.1562934>.
Author: Julien Chiquet [aut, cre] , Pierre Barbillon [aut] , Timothee Tabouy [aut], Jean-Benoist Leger [ctb] , Francois Gindraud [ctb] , grossBM team [ctb]
Maintainer: Julien Chiquet <julien.chiquet@inrae.fr>

Diff between missSBM versions 1.0.4 dated 2023-10-24 and 1.0.5 dated 2025-03-13

 DESCRIPTION                           |    8 +++---
 MD5                                   |   14 +++++------
 NEWS.md                               |    4 +++
 build/partial.rdb                     |binary
 build/vignette.rds                    |binary
 inst/WORDLIST                         |    1 
 inst/doc/case_study_war_networks.html |   41 ++++++++++++++--------------------
 src/nlopt_wrapper.cpp                 |    1 
 8 files changed, 34 insertions(+), 35 deletions(-)

More information about missSBM at CRAN
Permanent link

Package LLMR updated to version 0.2.3 with previous version 0.2.1 dated 2025-02-11

Title: Interface for Large Language Model APIs in R
Description: A unified interface to interact with various Large Language Model (LLM) APIs such as 'OpenAI' (see <https://platform.openai.com/docs/overview> for details), 'Anthropic' (see <https://docs.anthropic.com/en/api/getting-started> for details), 'Groq' (see <https://console.groq.com/docs/api-reference> for details), 'Together AI' (see <https://docs.together.ai/docs/quickstart> for details), 'DeepSeek' (see <https://api-docs.deepseek.com> for details), 'Gemini' (see <https://aistudio.google.com> for details), and 'Voyage AI' (see <https://docs.voyageai.com/docs/introduction> for details). Allows users to configure API parameters, send messages, and retrieve responses seamlessly within R.
Author: Ali Sanaei [aut, cre]
Maintainer: Ali Sanaei <sanaei@uchicago.edu>

Diff between LLMR versions 0.2.1 dated 2025-02-11 and 0.2.3 dated 2025-03-13

 DESCRIPTION             |    8 
 MD5                     |   20 
 R/LLMR.R                |   75 ++
 R/Zagent.R              | 1272 ++++++++++++++++++++++++++++++++++++++----------
 README.md               |   93 +++
 man/Agent.Rd            |  218 +++-----
 man/AgentAction.Rd      |   11 
 man/LLMConversation.Rd  |   89 ++-
 man/call_llm.Rd         |   65 ++
 man/llm_config.Rd       |   52 +
 man/parse_embeddings.Rd |   25 
 11 files changed, 1469 insertions(+), 459 deletions(-)

More information about LLMR at CRAN
Permanent link

Package lefko3 updated to version 6.4.0 with previous version 6.3.2 dated 2025-01-07

Title: Historical and Ahistorical Population Projection Matrix Analysis
Description: Complete analytical environment for the construction and analysis of matrix population models and integral projection models. Includes the ability to construct historical matrices, which are 2d matrices comprising 3 consecutive times of demographic information. Estimates both raw and function-based forms of historical and standard ahistorical matrices. It also estimates function-based age-by-stage matrices and raw and function-based Leslie matrices.
Author: Richard P. Shefferson [aut, cre] , Johan Ehrlen [aut]
Maintainer: Richard P. Shefferson <cdorm@g.ecc.u-tokyo.ac.jp>

Diff between lefko3 versions 6.3.2 dated 2025-01-07 and 6.4.0 dated 2025-03-13

 DESCRIPTION                           |   10 
 MD5                                   |   57 -
 NAMESPACE                             |    1 
 NEWS.md                               |   30 
 R/RcppExports.R                       |  293 +++---
 R/matrixcreation.R                    |   11 
 build/vignette.rds                    |binary
 inst/doc/Chapter1.Rmd                 |   13 
 inst/doc/Chapter1.html                |   40 
 inst/include/basic_funcs/main_utils.h |  653 ++++++++++----
 inst/include/basic_funcs/mat_stuff.h  | 1357 ++++++++++++++++++++++++-----
 man/append_lP.Rd                      |    2 
 man/beverton3.Rd                      |    2 
 man/cycle_check.Rd                    |only
 man/lefko3-package.Rd                 |    2 
 man/logistic3.Rd                      |    2 
 man/ricker3.Rd                        |    2 
 man/summary.lefkoMat.Rd               |    8 
 man/supplemental.Rd                   |   39 
 man/usher3.Rd                         |    2 
 src/DataManagement.cpp                |   10 
 src/ErrorChecks.cpp                   |   15 
 src/ExtraFunctions.cpp                |   18 
 src/Mats2.cpp                         |  423 +++++++++
 src/MatsNProj.cpp                     | 1559 +++++++++-------------------------
 src/ModelSelection.cpp                |   22 
 src/PopChar.cpp                       |  160 ++-
 src/PopDyn2.cpp                       |   44 
 src/RcppExports.cpp                   |   74 -
 vignettes/Chapter1.Rmd                |   13 
 30 files changed, 3005 insertions(+), 1857 deletions(-)

More information about lefko3 at CRAN
Permanent link

Package fastglmpca updated to version 0.1-108 with previous version 0.1-107 dated 2025-03-10

Title: Fast Algorithms for Generalized Principal Component Analysis
Description: Implements fast, scalable optimization algorithms for fitting generalized principal components analysis (GLM-PCA) models, as described in "A Generalization of Principal Components Analysis to the Exponential Family" Collins M, Dasgupta S, Schapire RE (2002, ISBN:9780262271738), and subsequently "Feature Selection and Dimension Reduction for Single-Cell RNA-Seq Based on a Multinomial Model" Townes FW, Hicks SC, Aryee MJ, Irizarry RA (2019) <doi:10.1186/s13059-019-1861-6>.
Author: Eric Weine [aut, cre], Peter Carbonetto [aut], Matthew Stephens [aut]
Maintainer: Eric Weine <ericweine15@gmail.com>

Diff between fastglmpca versions 0.1-107 dated 2025-03-10 and 0.1-108 dated 2025-03-13

 DESCRIPTION                           |    8 ++++----
 MD5                                   |    8 ++++----
 NEWS.md                               |    4 ++++
 inst/doc/intro_fastglmpca.html        |    6 +++---
 tests/testthat/test_fit_glmpca_pois.R |    2 +-
 5 files changed, 16 insertions(+), 12 deletions(-)

More information about fastglmpca at CRAN
Permanent link

Package crt2power updated to version 1.2.0 with previous version 1.1.0 dated 2024-09-23

Title: Designing Cluster-Randomized Trials with Two Continuous Co-Primary Outcomes
Description: Provides methods for powering cluster-randomized trials with two continuous co-primary outcomes using five key design techniques. Includes functions for calculating required sample size and statistical power. For more details on methodology, see Owen et al. (2025) <doi:10.1002/sim.70015>, Yang et al. (2022) <doi:10.1111/biom.13692>, Pocock et al. (1987) <doi:10.2307/2531989>, Vickerstaff et al. (2019) <doi:10.1186/s12874-019-0754-4>, and Li et al. (2020) <doi:10.1111/biom.13212>.
Author: Melody Owen [aut, cre]
Maintainer: Melody Owen <melody.owen@yale.edu>

Diff between crt2power versions 1.1.0 dated 2024-09-23 and 1.2.0 dated 2025-03-13

 DESCRIPTION                          |   13 
 MD5                                  |   45 +--
 R/calc_pwr_comb_outcome.R            |  186 ++++++++++---
 R/calc_pwr_conj_test.R               |  168 +++++++++---
 R/calc_pwr_disj_2dftest.R            |    2 
 R/calc_pwr_pval_adj.R                |  275 +++++++++++++++----
 R/calc_pwr_single_1dftest.R          |  190 +++++++++++--
 R/globals.R                          |only
 R/run_crt2_design.R                  |  405 +++++++++++++++++++----------
 README.md                            |   13 
 man/calc_K_comb_outcome.Rd           |    3 
 man/calc_K_conj_test.Rd              |    7 
 man/calc_K_pval_adj.Rd               |    3 
 man/calc_K_single_1dftest.Rd         |    3 
 man/calc_m_comb_outcome.Rd           |    3 
 man/calc_m_conj_test.Rd              |    7 
 man/calc_m_pval_adj.Rd               |    3 
 man/calc_m_single_1dftest.Rd         |    3 
 man/calc_pwr_conj_test.Rd            |    7 
 tests/testthat/test-comb_outcome.R   |  243 ++++++++++++++++-
 tests/testthat/test-conj_test.R      |  229 +++++++++++++++-
 tests/testthat/test-disj_2dftest.R   |  225 ++++++++++++++--
 tests/testthat/test-pval_adj.R       |  483 +++++++++++++++++++++++++++--------
 tests/testthat/test-single_1dftest.R |  226 ++++++++++++++--
 24 files changed, 2212 insertions(+), 530 deletions(-)

More information about crt2power at CRAN
Permanent link

Package cheapr updated to version 1.1.0 with previous version 1.0.1 dated 2025-02-12

Title: Simple Functions to Save Time and Memory
Description: Fast and memory-efficient (or 'cheap') tools to facilitate efficient programming, saving time and memory. It aims to provide 'cheaper' alternatives to common base R functions, as well as some additional functions.
Author: Nick Christofides [aut, cre]
Maintainer: Nick Christofides <nick.christofides.r@gmail.com>

Diff between cheapr versions 1.0.1 dated 2025-02-12 and 1.1.0 dated 2025-03-13

 DESCRIPTION                       |    6 
 MD5                               |   58 -
 NAMESPACE                         |    6 
 NEWS.md                           |   12 
 R/cpp11.R                         |   48 +
 R/extras.R                        |    6 
 R/factors.R                       |    2 
 R/if_else.R                       |    2 
 R/lists.R                         |    2 
 R/overview.R                      |   16 
 R/sset.R                          |  193 -----
 R/sset_df.R                       |only
 R/utils.R                         |   32 
 README.md                         |  134 +--
 inst                              |only
 man/sset.Rd                       |   34 
 man/sset_df.Rd                    |only
 src/api.cpp                       |only
 src/attrs.cpp                     |    9 
 src/cheapr.h                      |   45 +
 src/cpp11.cpp                     |   99 ++
 src/gcd.cpp                       |    6 
 src/int64.cpp                     |    4 
 src/lag.cpp                       |    5 
 src/lists.cpp                     |   55 -
 src/nas.cpp                       |   38 -
 src/scalars.cpp                   |    9 
 src/sequences.cpp                 |   33 
 src/sset.cpp                      | 1326 ++++++++++++++++++++++++++++----------
 src/utils.cpp                     |  257 +------
 src/which.cpp                     |    4 
 tests/testthat/_snaps/overview.md |  386 +++++------
 32 files changed, 1675 insertions(+), 1152 deletions(-)

More information about cheapr at CRAN
Permanent link

Package MicroSEC (with last version 2.1.6) was removed from CRAN

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

2024-08-25 2.1.6
2024-07-26 2.1.3

Permanent link

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