Title: 'Rcpp' Bindings for the Boost Date_Time Library
Description: Access to Boost Date_Time functionality for dates,
durations (both for days and date time objects), time zones, and
posix time ('ptime') is provided by using 'Rcpp modules'. The
posix time implementation can support high-resolution of up to
nano-second precision by using 96 bits (instead of R's 64)
to present a 'ptime' object (but this needs recompilation with
a #define set).
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppBDT versions 0.2.3 dated 2014-04-13 and 0.2.4 dated 2021-08-15
ChangeLog | 135 +++++++++++++++++++++++++++++++++++++++++++++++++ DESCRIPTION | 31 ++++++----- MD5 | 46 ++++++++++------ NAMESPACE | 3 - R/RcppExports.R |only R/bdt.R | 8 +- README.md | 38 +++++++++---- demo/00Index | 12 ++-- demo/toPOSIXct.R |only demo/toPOSIXctTiming.R |only inst/NEWS.Rd | 27 +++++++++ inst/extdata/README.md |only man/RcppBDT-package.Rd | 2 man/bdtDd.Rd | 2 man/bdtDt.Rd | 2 man/bdtDu.Rd | 2 man/bdtPt.Rd | 2 man/bdtTz.Rd | 2 man/cToPOSIXct.Rd |only man/charToPOSIXct.Rd |only man/constants.Rd | 2 man/dateFuntions.Rd | 6 +- man/toPOSIXct.Rd |only src/Makevars | 5 + src/Makevars.win | 12 ++-- src/RcppBDTpt.cpp | 2 src/RcppExports.cpp |only src/init.c |only src/toPOSIXct.cpp |only 29 files changed, 263 insertions(+), 76 deletions(-)
Title: Target Controlled Infusion (TCI)
Description: Implementation of target-controlled infusion algorithms for compartmental pharmacokinetic and pharmacokinetic-pharmacodynamic models. Jacobs (1990) <doi:10.1109/10.43622>; Marsh et al. (1991) <doi:10.1093/bja/67.1.41>; Shafer and Gregg (1993) <doi:10.1007/BF01070999>; Schnider et al. (1998) <doi:10.1097/00000542-199805000-00006>; Abuhelwa, Foster, and Upton (2015) <doi:10.1016/j.vascn.2015.03.004>; Eleveld et al. (2018) <doi:10.1016/j.bja.2018.01.018>.
Author: Ryan Jarrett [aut, cre]
Maintainer: Ryan Jarrett <ryan.t.jarrett@vanderbilt.edu>
Diff between tci versions 0.1.0 dated 2021-02-26 and 0.1.1 dated 2021-08-15
tci-0.1.0/tci/vignettes/open-closed-loop-control_cache/html/closed-loop_7c97e798b5c6aa978b52432ccd2c0f1a.RData |only tci-0.1.0/tci/vignettes/open-closed-loop-control_cache/html/closed-loop_7c97e798b5c6aa978b52432ccd2c0f1a.rdb |only tci-0.1.0/tci/vignettes/open-closed-loop-control_cache/html/closed-loop_7c97e798b5c6aa978b52432ccd2c0f1a.rdx |only tci-0.1.1/tci/DESCRIPTION | 11 tci-0.1.1/tci/MD5 | 126 +- tci-0.1.1/tci/NAMESPACE | 14 tci-0.1.1/tci/R/RcppExports.R |only tci-0.1.1/tci/R/methods.R | 135 +- tci-0.1.1/tci/R/misc_functions.R | 5 tci-0.1.1/tci/R/pd_mods.R | 27 tci-0.1.1/tci/R/pk_mods.R | 557 +++++++++- tci-0.1.1/tci/R/pkpd_assist.R | 75 + tci-0.1.1/tci/R/poppk_mods.R | 34 tci-0.1.1/tci/R/simulations.R | 214 ++- tci-0.1.1/tci/R/tci_algorithms.R | 17 tci-0.1.1/tci/inst/doc/open-closed-loop-control.html | 15 tci-0.1.1/tci/inst/doc/overview.Rmd | 2 tci-0.1.1/tci/inst/doc/overview.html | 72 - tci-0.1.1/tci/inst/doc/user-defined-ode-pkmod.Rmd | 2 tci-0.1.1/tci/inst/doc/user-defined-ode-pkmod.html | 15 tci-0.1.1/tci/man/apply_poppk.Rd | 5 tci-0.1.1/tci/man/apply_targetfn.Rd | 20 tci-0.1.1/tci/man/assign_pars.Rd | 3 tci-0.1.1/tci/man/bayes_control.Rd | 4 tci-0.1.1/tci/man/cl_targets.Rd | 3 tci-0.1.1/tci/man/cl_updates.Rd | 4 tci-0.1.1/tci/man/combine_sim.Rd | 4 tci-0.1.1/tci/man/create_intvl.Rd | 4 tci-0.1.1/tci/man/eleveld_poppk.Rd | 10 tci-0.1.1/tci/man/eleveld_vcov.Rd | 3 tci-0.1.1/tci/man/elvdlpars.Rd | 3 tci-0.1.1/tci/man/emax.Rd | 3 tci-0.1.1/tci/man/emax_eleveld.Rd | 8 tci-0.1.1/tci/man/format_pars.Rd |only tci-0.1.1/tci/man/gen_data.Rd | 4 tci-0.1.1/tci/man/gen_eleveld_pd_pars.Rd |only tci-0.1.1/tci/man/gen_eleveld_pk_pars.Rd |only tci-0.1.1/tci/man/gen_eleveld_pk_pars_nonmem.Rd |only tci-0.1.1/tci/man/inv_emax.Rd | 4 tci-0.1.1/tci/man/inv_emax_eleveld.Rd | 12 tci-0.1.1/tci/man/log_likelihood.Rd | 5 tci-0.1.1/tci/man/log_posterior_neg.Rd | 6 tci-0.1.1/tci/man/log_prior.Rd | 4 tci-0.1.1/tci/man/marsh_poppk.Rd | 24 tci-0.1.1/tci/man/pal.Rd | 3 tci-0.1.1/tci/man/pk_basic_solution_3cpt_metab.Rd |only tci-0.1.1/tci/man/pk_solution_3cpt_metab.Rd |only tci-0.1.1/tci/man/pk_solution_3cpt_metab_singleinf.Rd |only tci-0.1.1/tci/man/pkmod1cpt.Rd | 4 tci-0.1.1/tci/man/pkmod2cpt.Rd | 5 tci-0.1.1/tci/man/pkmod3cpt.Rd | 5 tci-0.1.1/tci/man/pkmod3cptm.Rd | 5 tci-0.1.1/tci/man/plot.Rd | 16 tci-0.1.1/tci/man/predict.pkmod.Rd | 4 tci-0.1.1/tci/man/predict_pkmod.Rd |only tci-0.1.1/tci/man/restrict_sigmoid.Rd | 8 tci-0.1.1/tci/man/schnider_poppk.Rd | 9 tci-0.1.1/tci/man/seqby.Rd | 3 tci-0.1.1/tci/man/sigmoid_targetfn.Rd |only tci-0.1.1/tci/man/tail_vec.Rd | 4 tci-0.1.1/tci/man/tci.Rd | 3 tci-0.1.1/tci/man/tci_comb.Rd | 3 tci-0.1.1/tci/man/tci_effect.Rd | 3 tci-0.1.1/tci/man/tci_pd.Rd | 3 tci-0.1.1/tci/man/tci_plasma.Rd | 3 tci-0.1.1/tci/src |only tci-0.1.1/tci/vignettes/open-closed-loop-control_cache/html/closed-loop_d6f7019a89d7f3966e756cf5ead6fce5.RData |only tci-0.1.1/tci/vignettes/open-closed-loop-control_cache/html/closed-loop_d6f7019a89d7f3966e756cf5ead6fce5.rdb |only tci-0.1.1/tci/vignettes/open-closed-loop-control_cache/html/closed-loop_d6f7019a89d7f3966e756cf5ead6fce5.rdx |only tci-0.1.1/tci/vignettes/overview.Rmd | 2 tci-0.1.1/tci/vignettes/user-defined-ode-pkmod.Rmd | 2 71 files changed, 1034 insertions(+), 505 deletions(-)
Title: Document Unit Tests Roxygen-Style
Description: Much as 'roxygen2' allows one to document functions in the same file as the function itself, 'roxut' allows one to write the unit tests in the same file as the function. Once processed, the unit tests are moved to the appropriate directory. Currently supports 'testthat' and 'tinytest' frameworks. The 'roxygen2' package provides much of the infrastructure.
Author: Bryan A. Hanson [aut, cre] (<https://orcid.org/0000-0003-3536-8246>),
Claudia Beleites [ctb],
Hadley Wickham [aut, cph] (roxygen2 code),
Peter Danenberg [aut, cph] (roxygen2 code),
Gábor Csárdi [aut] (roxygen2 code),
Manuel Eugster [aut, cph] (roxygen2 code),
RStudio [cph] (roxygen2 code)
Maintainer: Bryan A. Hanson <hanson@depauw.edu>
Diff between roxut versions 0.2.40 dated 2021-04-26 and 0.3.23 dated 2021-08-15
roxut-0.2.40/roxut/inst/tinytest/roxutTestPkg/inst/tinytest/test_testFile3.R |only roxut-0.3.23/roxut/DESCRIPTION | 10 +++-- roxut-0.3.23/roxut/MD5 | 14 ++++---- roxut-0.3.23/roxut/NEWS.md | 5 ++ roxut-0.3.23/roxut/R/roclet_output.roclet_tests.R | 17 +++++++--- roxut-0.3.23/roxut/inst/tinytest/roxutTestPkg/R/testFile4.R |only roxut-0.3.23/roxut/inst/tinytest/roxutTestPkg/inst/tinytest/test-testFile3.R |only roxut-0.3.23/roxut/inst/tinytest/roxutTestPkg/tests/testthat |only roxut-0.3.23/roxut/inst/tinytest/test_roxutTestPkg.R | 11 +++++- roxut-0.3.23/roxut/man/roclet_output.roclet_tests.Rd | 4 +- 10 files changed, 44 insertions(+), 17 deletions(-)
Title: 'd3.js' Utilities for R
Description: Provides a suite of functions to help ease the use of 'd3.js' in R.
These helpers include 'htmltools::htmlDependency' functions, hierarchy
builders, and conversion tools for 'partykit', 'igraph,' 'table',
and 'data.frame' R objects into the 'JSON' that 'd3.js' expects.
Author: Mike Bostock [aut, cph] (d3.js library in htmlwidgets/lib,
http://d3js.org),
Kent Russell [aut, cre, cph] (R interface),
Gregor Aisch [aut, cph] (d3-jetpack creator,
https://github.com/gka/d3-jetpack),
Adam Pearce [aut] (core contributor to d3-jetpack),
Ben Ortiz [ctb]
Maintainer: Kent Russell <kent.russell@timelyportfolio.com>
Diff between d3r versions 0.9.1 dated 2020-11-20 and 1.0.0 dated 2021-08-15
DESCRIPTION | 9 MD5 | 32 - NAMESPACE | 1 NEWS.md | 5 R/dependencies.R | 53 +- README.md | 8 inst/www/d3/v6/API.md | 866 +++++++++++++++++++++--------------------- inst/www/d3/v6/dist/d3.min.js | 4 inst/www/d3/v7 |only man/d3_dep_jetpack.Rd | 3 man/d3_dep_v3.Rd | 5 man/d3_dep_v4.Rd | 5 man/d3_dep_v5.Rd | 5 man/d3_dep_v6.Rd | 5 man/d3_dep_v7.Rd |only tests/testthat/test_deps.R | 8 16 files changed, 534 insertions(+), 475 deletions(-)
Title: Classical Age-Depth Modelling of Cores from Deposits
Description: Performs 'classical' age-depth modelling of dated sediment deposits - prior to applying more sophisticated techniques such as Bayesian age-depth modelling. Any radiocarbon dated depths are calibrated. Age-depth models are constructed by sampling repeatedly from the dated levels, each time drawing age-depth curves. Model types include linear interpolation, linear or polynomial regression, and a range of splines. See Blaauw (2010). <doi:10.1016/j.quageo.2010.01.002>.
Author: Maarten Blaauw [aut, cre] (<https://orcid.org/0000-0002-5680-1515>),
J. Andres Christen [ctb],
Judith Esquivel Vazquez [ctb],
Simon Goring [ctb]
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>
Diff between clam versions 2.3.9 dated 2021-05-11 and 2.4.0 dated 2021-08-15
clam-2.3.9/clam/man/calBP.14C.Rd |only clam-2.3.9/clam/man/calibrate.Rd |only clam-2.4.0/clam/DESCRIPTION | 22 - clam-2.4.0/clam/MD5 | 47 ++- clam-2.4.0/clam/NAMESPACE | 2 clam-2.4.0/clam/NEWS.md | 10 clam-2.4.0/clam/R/calibrate.R | 425 +------------------------------ clam-2.4.0/clam/R/clam.R | 91 +++--- clam-2.4.0/clam/R/models.R | 177 +++++------- clam-2.4.0/clam/R/plots.R | 245 ++++++++--------- clam-2.4.0/clam/R/postanalysis.R | 83 ++---- clam-2.4.0/clam/R/readwrite.R | 507 +++++++++++++++++-------------------- clam-2.4.0/clam/README.md |only clam-2.4.0/clam/build/partial.rdb |binary clam-2.4.0/clam/build/vignette.rds |only clam-2.4.0/clam/inst/doc |only clam-2.4.0/clam/man/add.dates.Rd | 12 clam-2.4.0/clam/man/clam.Rd | 2 clam-2.4.0/clam/vignettes |only 19 files changed, 609 insertions(+), 1014 deletions(-)
Title: Mappable Vector Library for Handling Large Datasets
Description: Mappable vector library provides convenient way to access large datasets on solid state drives. This bypasses limitation of physical memory size as well as limited bandwidth of database interfaces. Memory mapped data can be shared between multiple R processes. Access speed depends on storage medium, so solid state drive is recommended, preferably with PCI Express (or M.2 nvme) interface. The data is memory mapped into R and then accessed using usual R list and array subscription operators. The layout of underlying MVL files is optimized for large datasets. The vectors are stored to guarantee alignment for vector intrinsics after memory map. The package is built on top of libMVL, which can be used as standalone C library. libMVL has simple C API making it easy to interchange of datasets with outside programs.
Author: Vladimir Dergachev [aut, cre] (<https://orcid.org/0000-0003-4708-6625>)
Maintainer: Vladimir Dergachev <support@altumrete.com>
Diff between RMVL versions 0.0.1.6 dated 2021-07-18 and 0.0.2.1 dated 2021-08-15
DESCRIPTION | 8 MD5 | 23 - NAMESPACE | 3 R/RMVL.R | 215 +++++++++++++-- man/mvl_class.Rd |only man/mvl_fused_write_objects.Rd |only man/mvl_object_stats.Rd | 4 man/mvl_write_object.Rd | 6 man/names.MVL_OBJECT.Rd |only man/sub-.MVL.Rd | 4 man/sub-.MVL_OBJECT.Rd | 4 src/RlibMVL.c | 581 ++++++++++++++++++++++++++++++++++++----- src/libMVL.c | 31 -- src/libMVL.h | 6 14 files changed, 753 insertions(+), 132 deletions(-)
Title: Paws Low-Level Amazon Web Services API
Description: Functions for making low-level API requests to Amazon Web Services
<https://aws.amazon.com>. The functions handle building, signing, and
sending requests, and receiving responses. They are designed to help build
higher-level interfaces to individual services, such as Simple Storage
Service (S3).
Author: David Kretch [aut, cre],
Adam Banker [aut],
Amazon.com, Inc. [cph]
Maintainer: David Kretch <david.kretch@gmail.com>
Diff between paws.common versions 0.3.11 dated 2021-05-20 and 0.3.12 dated 2021-08-15
DESCRIPTION | 6 ++--- MD5 | 18 ++++++++-------- NEWS.md | 10 +++++++++ R/client.R | 1 R/custom_s3.R | 35 +++++++++++++++++++++++++++++++++ R/net.R | 12 ++++++++++- R/request.R | 8 ++++++- R/xmlutil.R | 2 - tests/testthat/test_custom_s3.R | 16 +++++++++++++++ tests/testthat/test_handlers_restxml.R | 32 ++++++++++++++++++++++++++++++ 10 files changed, 125 insertions(+), 15 deletions(-)
Title: Probabilistic Forecast Combination Using CRPS Learning
Description: Combine probabilistic forecasts using CRPS learning algorithms proposed in Berrisch, Ziel (2021) <arXiv:2102.00968>. The package implements multiple online learning algorithms like Bernstein online aggregation; see Wintenberger (2014) <arXiv:1404.1356>. Quantile regression is also implemented for comparison purposes. Model parameters can be tuned automatically with respect to the loss of the forecast combination. Methods like predict(), update(), plot() and print() are available for convenience. This package utilizes the optim C++ library for numeric optimization <https://github.com/kthohr/optim>.
Author: Jonathan Berrisch [cre] (<https://orcid.org/0000-0002-4944-9074>),
Florian Ziel [aut] (<https://orcid.org/0000-0002-2974-2660>)
Maintainer: Jonathan Berrisch <Jonathan@Berrisch.biz>
Diff between profoc versions 0.8.0 dated 2021-07-28 and 0.8.3 dated 2021-08-15
DESCRIPTION | 8 +- MD5 | 55 +++++++++------ NEWS.md | 19 +++++ R/RcppExports.R | 18 ++--- R/batch.R | 9 ++ R/methods_batch.R | 9 +- R/methods_online.R | 12 +-- R/online.R | 39 ++++++++-- README.md | 14 +++ build/partial.rdb |binary inst/include/oracle.h | 3 inst/include/splines2.h | 3 man/autoplot.batch.Rd |only man/autoplot.online.Rd |only man/batch.Rd | 24 ++---- man/online.Rd | 56 ++++----------- man/oracle.Rd | 2 man/plot.batch.Rd |only man/plot.online.Rd |only man/predict.online.Rd |only man/print.batch.Rd |only man/print.online.Rd |only man/update.online.Rd |only src/RcppExports.cpp | 41 ++++++----- src/batch.cpp | 4 - src/online.cpp | 103 +++++++++++++++++++---------- src/oracle.cpp | 65 +++++++++++++----- src/splines.cpp | 20 ++--- src/splines2.cpp | 17 ---- tests/testthat/test-combination_sampling.R | 2 tests/testthat/test-regret_array.R |only tests/testthat/test-spline-basis.R | 12 +-- tests/testthat/test-user_supplied_grid.R | 10 +- 33 files changed, 325 insertions(+), 220 deletions(-)
Title: Miscellaneous Extensions to 'ggplot2'
Description: Extensions to 'ggplot2' respecting the grammar of graphics
paradigm. Statistics: locate and tag peaks and valleys; label plot with the
equation of a polynomial fitted with lm() or other types of models; labels
with P-value, R^2 or adjusted R^2 or information criteria for fitted models;
label with ANOVA table for fitted models; label with summary for fitted
models. Model fit classes for which suitable methods are provided by package
'broom' and 'broom.mixed' are supported. Scales and stats to build volcano
and quadrant plots based on outcomes, fold changes, p-values and false
discovery rates.
Author: Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>),
Kamil Slowikowski [ctb] (<https://orcid.org/0000-0002-2843-6370>),
Samer Mouksassi [ctb] (<https://orcid.org/0000-0002-7152-6654>)
Maintainer: Pedro J. Aphalo <pedro.aphalo@helsinki.fi>
Diff between ggpmisc versions 0.4.2 dated 2021-08-04 and 0.4.2-1 dated 2021-08-15
DESCRIPTION | 18 +++++++++--------- MD5 | 14 +++++++------- NAMESPACE | 1 + NEWS.md | 5 +++++ R/ggpmisc.R | 1 + R/scale-continuous-logFC.r | 2 -- inst/doc/model-based-annotations.html | 6 +++--- man/figures/README-unnamed-chunk-1-1.png |binary 8 files changed, 26 insertions(+), 21 deletions(-)
Title: Download 'Scrobbles' from 'Last.fm'
Description: 'Last.fm'<https://www.last.fm> is a music platform focussed on building a
detailed profile of a users listening habits. It does this by 'scrobbling' (recording)
every track you listen to on other platforms ('spotify', 'youtube', 'soundcloud' etc)
and transferring them to your 'Last.fm' database. This allows 'Last.fm' to act as a
complete record of your entire listening history. 'scrobbler' provides helper functions
to download and analyse your listening history in R.
Author: Conor Neilson
Maintainer: Conor Neilson <condwanaland@gmail.com>
Diff between scrobbler versions 1.0.1 dated 2021-01-15 and 1.0.2 dated 2021-08-15
DESCRIPTION | 7 +++---- MD5 | 14 +++++++------- NEWS.md | 4 ++++ R/get_pages_api.R | 5 ----- inst/doc/Getting-started-with-scrobbler-part-1.Rmd | 2 +- inst/doc/Getting-started-with-scrobbler-part-1.html | 2 +- inst/doc/Getting-started-with-scrobbler-part-2.html | 10 +++++++++- vignettes/Getting-started-with-scrobbler-part-1.Rmd | 2 +- 8 files changed, 26 insertions(+), 20 deletions(-)
Title: Tools and Statistical Procedures in Plant Science
Description: The 'inti' package is part of the 'inkaverse' project for developing
different procedures and tools used in plant science and experimental designs.
The mean aim of the package is to support researchers during the planning of
experiments and data collection (tarpuy()), data analysis and graphics (yupana())
, and technical writing.
Learn more about the 'inkaverse' project at <https://inkaverse.com/>.
Author: Flavio Lozano-Isla [aut, cre] (<https://orcid.org/0000-0002-0714-669X>)
Maintainer: Flavio Lozano-Isla <flavjack@gmail.com>
Diff between inti versions 0.4.1 dated 2021-06-25 and 0.4.2 dated 2021-08-15
inti-0.4.1/inti/inst/extdata |only inti-0.4.1/inti/inst/rmarkdown/templates/books/skeleton/files/logo.png |only inti-0.4.1/inti/inst/rmarkdown/templates/books/skeleton/files/pkgs.bib |only inti-0.4.1/inti/inst/rmarkdown/templates/rticles/skeleton/files/logo.png |only inti-0.4.1/inti/inst/rmarkdown/templates/rticles/skeleton/files/pkgs.bib |only inti-0.4.2/inti/DESCRIPTION | 10 inti-0.4.2/inti/LICENSE | 4 inti-0.4.2/inti/MD5 | 189 inti-0.4.2/inti/NEWS.md | 381 inti-0.4.2/inti/R/H2cal.R | 930 inti-0.4.2/inti/R/colortext.R | 158 inti-0.4.2/inti/R/footnotes.R | 268 inti-0.4.2/inti/R/include_figure.R | 108 inti-0.4.2/inti/R/include_table.R | 128 inti-0.4.2/inti/R/jc_tombola.R | 152 inti-0.4.2/inti/R/mean_comparison.R | 290 inti-0.4.2/inti/R/met.R | 68 inti-0.4.2/inti/R/metamorfosis.R | 346 inti-0.4.2/inti/R/outliers_remove.R | 191 inti-0.4.2/inti/R/plot_diag.R | 104 inti-0.4.2/inti/R/plot_raw.R | 476 inti-0.4.2/inti/R/plot_smr.R | 605 inti-0.4.2/inti/R/potato.R |only inti-0.4.2/inti/R/tarpuy.R | 98 inti-0.4.2/inti/R/tarpuy_design.R | 900 inti-0.4.2/inti/R/tarpuy_plex.R | 538 inti-0.4.2/inti/R/tarpuy_plotdesign.R | 210 inti-0.4.2/inti/R/tarpuy_varlist.R | 274 inti-0.4.2/inti/R/utils.R | 12 inti-0.4.2/inti/R/web_table.R | 166 inti-0.4.2/inti/R/yupana.R | 96 inti-0.4.2/inti/R/yupana_analysis.R | 308 inti-0.4.2/inti/R/yupana_export_smr.R | 392 inti-0.4.2/inti/R/yupana_import_smr.R | 272 inti-0.4.2/inti/R/yupana_mvr.R | 292 inti-0.4.2/inti/R/yupana_reshape.R | 132 inti-0.4.2/inti/README.md | 132 inti-0.4.2/inti/build/partial.rdb |binary inti-0.4.2/inti/build/vignette.rds |binary inti-0.4.2/inti/data/potato.rda |only inti-0.4.2/inti/inst/CITATION | 54 inti-0.4.2/inti/inst/doc/apps.R | 6 inti-0.4.2/inti/inst/doc/apps.Rmd | 252 inti-0.4.2/inti/inst/doc/apps.html | 326 inti-0.4.2/inti/inst/doc/heritability.R | 99 inti-0.4.2/inti/inst/doc/heritability.Rmd | 311 inti-0.4.2/inti/inst/doc/heritability.html | 1541 inti-0.4.2/inti/inst/doc/policy.Rmd | 126 inti-0.4.2/inti/inst/doc/policy.html | 226 inti-0.4.2/inti/inst/doc/rticles.R | 52 inti-0.4.2/inti/inst/doc/rticles.Rmd | 336 inti-0.4.2/inti/inst/doc/rticles.html | 601 inti-0.4.2/inti/inst/doc/tarpuy.R | 18 inti-0.4.2/inti/inst/doc/tarpuy.Rmd | 104 inti-0.4.2/inti/inst/doc/tarpuy.html | 252 inti-0.4.2/inti/inst/doc/yupana.R | 86 inti-0.4.2/inti/inst/doc/yupana.Rmd | 228 inti-0.4.2/inti/inst/doc/yupana.html | 549 inti-0.4.2/inti/inst/rmarkdown/templates/books/skeleton/_bookdown.yml | 54 inti-0.4.2/inti/inst/rmarkdown/templates/books/skeleton/_output.yml | 51 inti-0.4.2/inti/inst/rmarkdown/templates/books/skeleton/files/book.bib | 3 inti-0.4.2/inti/inst/rmarkdown/templates/books/skeleton/files/style.docx |only inti-0.4.2/inti/inst/rmarkdown/templates/books/skeleton/files/style_rbooks.css | 94 inti-0.4.2/inti/inst/rmarkdown/templates/books/skeleton/index.Rmd | 809 inti-0.4.2/inti/inst/rmarkdown/templates/books/skeleton/skeleton.Rmd | 219 inti-0.4.2/inti/inst/rmarkdown/templates/books/template.yaml | 8 inti-0.4.2/inti/inst/rmarkdown/templates/rticles/skeleton/files/book.bib | 3 inti-0.4.2/inti/inst/rmarkdown/templates/rticles/skeleton/skeleton.Rmd | 828 inti-0.4.2/inti/inst/rmarkdown/templates/rticles/template.yaml | 8 inti-0.4.2/inti/inst/rstudio/addins.dcf | 20 inti-0.4.2/inti/inst/tarpuy/msgs.R | 98 inti-0.4.2/inti/inst/tarpuy/pkgs.R | 44 inti-0.4.2/inti/inst/tarpuy/rsconnect/shinyapps.io/flavjack/tarpuy.dcf | 26 inti-0.4.2/inti/inst/tarpuy/server.R | 1358 inti-0.4.2/inti/inst/tarpuy/ui.R | 1606 inti-0.4.2/inti/inst/tarpuy/www/analytics.html | 18 inti-0.4.2/inti/inst/tarpuy/www/bootstrap_sandstone.css |21904 +++++----- inti-0.4.2/inti/inst/tarpuy/www/custom.css | 12 inti-0.4.2/inti/inst/yupana/msgs.R | 100 inti-0.4.2/inti/inst/yupana/pkgs.R | 50 inti-0.4.2/inti/inst/yupana/rsconnect/shinyapps.io/flavjack/yupanapro.dcf | 26 inti-0.4.2/inti/inst/yupana/server.R | 3224 - inti-0.4.2/inti/inst/yupana/ui.R | 1670 inti-0.4.2/inti/inst/yupana/www/analytics.html | 18 inti-0.4.2/inti/inst/yupana/www/bootstrap_sandstone.css |21902 ++++----- inti-0.4.2/inti/inst/yupana/www/custom.css | 12 inti-0.4.2/inti/man/H2cal.Rd | 18 inti-0.4.2/inti/man/figures/logo.png |binary inti-0.4.2/inti/man/outliers_remove.Rd | 11 inti-0.4.2/inti/man/plot_raw.Rd | 23 inti-0.4.2/inti/man/plot_smr.Rd | 21 inti-0.4.2/inti/man/potato.Rd |only inti-0.4.2/inti/man/web_table.Rd | 2 inti-0.4.2/inti/vignettes/apps.Rmd | 252 inti-0.4.2/inti/vignettes/files/pkgs.bib | 738 inti-0.4.2/inti/vignettes/heritability.Rmd | 311 inti-0.4.2/inti/vignettes/policy.Rmd | 126 inti-0.4.2/inti/vignettes/rticles.Rmd | 336 inti-0.4.2/inti/vignettes/tarpuy.Rmd | 104 inti-0.4.2/inti/vignettes/yupana.Rmd | 228 100 files changed, 34954 insertions(+), 34778 deletions(-)