Title: Download and Visualize Essential Climate Change Data
Description: Provides easy access to essential climate change datasets to non-climate experts. Users can download the latest raw data from authoritative sources and view it via pre-defined 'ggplot2' charts. Datasets include atmospheric CO2, methane, emissions, instrumental and proxy temperature records, sea levels, Arctic/Antarctic sea-ice, Hurricanes, and Paleoclimate data. Sources include: NOAA Mauna Loa Laboratory <https://gml.noaa.gov/ccgg/trends/data.html>, Global Carbon Project <https://www.globalcarbonproject.org/carbonbudget/>, NASA GISTEMP <https://data.giss.nasa.gov/gistemp/>, National Snow and Sea Ice Data Center <https://nsidc.org/home>, CSIRO <https://research.csiro.au/slrwavescoast/sea-level/measurements-and-data/sea-level-data/>, NOAA Laboratory for Satellite Altimetry <https://www.star.nesdis.noaa.gov/socd/lsa/SeaLevelRise/> and HURDAT Atlantic Hurricane Database <https://www.aoml.noaa.gov/hrd/hurdat/Data_Storm.html>, Vostok Paleo carbon dio [...truncated...]
Author: Hernando Cortina [aut, cre]
Maintainer: Hernando Cortina <hch@alum.mit.edu>
Diff between hockeystick versions 0.8.4 dated 2024-03-10 and 0.8.5 dated 2024-11-25
DESCRIPTION | 8 LICENSE | 4 MD5 | 118 ++--- NAMESPACE | 156 +++---- NEWS.md | 155 +++---- R/2kyears_temp.R | 258 ++++++------ R/carbon.R | 4 R/daily_temp.R | 692 +++++++++++++++++++--------------- R/emissions.R | 448 +++++++++++----------- R/extra_viz.R | 476 ++++++++++++++--------- R/globalvars.R | 10 R/hurricanes.R | 364 ++++++++--------- R/icecurves.R | 320 +++++++-------- R/instrumental_temp.R | 500 ++++++++++++------------ R/methane.R | 254 ++++++------ R/paleo.R | 276 ++++++------- R/seaice.R | 280 ++++++------- R/zzz.R | 10 README.md | 584 ++++++++++++++-------------- build/partial.rdb |binary inst/WORDLIST | 2 man/emissions_map.Rd | 98 ++-- man/figures/README-carbon-1.png |binary man/figures/README-dailytemp-1.png |binary man/figures/README-emissions-1.png |binary man/figures/README-emissions-2.png |binary man/figures/README-emissionsmap-1.png |binary man/figures/README-hurricanes-1.png |binary man/figures/README-hurricanes-2.png |binary man/figures/README-icecurves-1.png |binary man/figures/README-methane-1.png |binary man/figures/README-si-1.png |binary man/figures/README-stripes-1.png |binary man/figures/README-stripes2-1.png |binary man/figures/README-temp-1.png |binary man/figures/README-tempcarbon-1.png |only man/get_dailytemp.Rd | 140 +++--- man/get_dailytempcop.Rd |only man/get_emissions.Rd | 96 ++-- man/get_icecurves.Rd | 2 man/get_paleo.Rd | 102 ++--- man/get_seaice.Rd | 2 man/get_temp2k.Rd | 2 man/hockeystick-package.Rd | 52 +- man/merge_carbontemp.Rd |only man/plot_carbon.Rd | 86 ++-- man/plot_carbontemp.Rd |only man/plot_dailytemp.Rd | 121 +++-- man/plot_emissions.Rd | 136 +++--- man/plot_emissions_with_land.Rd | 126 +++--- man/plot_hurricane_nrg.Rd | 86 ++-- man/plot_hurricanes.Rd | 88 ++-- man/plot_icecurves.Rd | 84 ++-- man/plot_methane.Rd | 86 ++-- man/plot_paleo.Rd | 90 ++-- man/plot_seaice.Rd | 86 ++-- man/plot_sealevel.Rd | 82 ++-- man/plot_temp.Rd | 82 ++-- man/plot_temp2k.Rd | 100 ++-- man/plot_temp_monthly.Rd | 82 ++-- man/plot_temp_scatter.Rd | 91 ++-- tests/spelling.R | 6 62 files changed, 3528 insertions(+), 3317 deletions(-)
Title: Evaluation of 3D Meteorological and Air Quality Models
Description: Provides tools for post-process, evaluate and visualize results from 3d Meteorological and Air Quality models against point observations (i.e. surface stations) and grid (i.e. satellite) observations.
Author: Daniel Schuch [aut, cre]
Maintainer: Daniel Schuch <underschuch@gmail.com>
Diff between eva3dm versions 0.99 dated 2024-11-21 and 0.99.1 dated 2024-11-25
DESCRIPTION | 8 ++++---- MD5 | 14 +++++++------- NEWS.md | 19 +++++++++++-------- R/cate.R | 3 ++- R/extract_mean.R | 4 ++-- man/cate.Rd | 2 +- tests/testthat/test-rast.R | 9 +++++++-- tests/testthat/test-utils.R | 10 ++++++++-- 8 files changed, 42 insertions(+), 27 deletions(-)
Title: Relational Data Models
Description: Provides tools for working with multiple related
tables, stored as data frames or in a relational database. Multiple
tables (data and metadata) are stored in a compound object, which can
then be manipulated with a pipe-friendly syntax.
Author: Tobias Schieferdecker [aut],
Kirill Mueller [aut, cre] ,
Antoine Fabri [ctb],
Darko Bergant [aut],
Katharina Brunner [ctb],
James Wondrasek [ctb],
Indrajeet Patil [ctb] ,
Maelle Salmon [ctb] ,
energie360 AG [fnd],
cynkra GmbH [fnd, cph]
Maintainer: Kirill Mueller <kirill@cynkra.com>
Diff between dm versions 1.0.10 dated 2024-01-21 and 1.0.11 dated 2024-11-25
DESCRIPTION | 26 +-- MD5 | 216 +++++++++++++++--------------- NEWS.md | 25 +++ R/build_copy_queries.R | 2 R/db-helpers.R | 19 ++ R/db-interface.R | 8 - R/dm_from_con.R | 10 - R/dm_sql.R | 4 R/draw-dm.R | 2 R/financial-db-con.R | 8 - R/financial.R | 2 R/learn.R | 2 R/meta.R | 11 + R/mssql.R | 2 R/schema.R | 4 R/select.R | 11 - R/validate.R | 2 R/zzx-deprecated.R | 3 README.md | 263 ++++++++++++++++++++++--------------- build/vignette.rds |binary demo/milano.R | 4 demo/neuchatel.R | 4 inst/cheatsheet.css | 41 ++--- inst/doc/dm.R | 126 ++++++++--------- inst/doc/dm.Rmd | 4 inst/doc/dm.html | 12 - inst/doc/howto-dm-copy.R | 196 +++++++++++++-------------- inst/doc/howto-dm-copy.Rmd | 2 inst/doc/howto-dm-copy.html | 10 - inst/doc/howto-dm-db.R | 230 ++++++++++++++++---------------- inst/doc/howto-dm-db.Rmd | 14 - inst/doc/howto-dm-db.html | 22 +-- inst/doc/howto-dm-df.R | 116 ++++++++-------- inst/doc/howto-dm-df.html | 8 - inst/doc/howto-dm-rows.R | 186 +++++++++++++------------- inst/doc/howto-dm-rows.html | 8 - inst/doc/howto-dm-theory.R | 96 ++++++------- inst/doc/howto-dm-theory.html | 8 - inst/doc/tech-dm-cdm.R | 12 - inst/doc/tech-dm-cdm.html | 8 - inst/doc/tech-dm-class.R | 144 ++++++++++---------- inst/doc/tech-dm-class.html | 8 - inst/doc/tech-dm-draw.R | 50 +++---- inst/doc/tech-dm-draw.html | 8 - inst/doc/tech-dm-filter.R | 100 +++++++------- inst/doc/tech-dm-filter.html | 8 - inst/doc/tech-dm-join.R | 70 ++++----- inst/doc/tech-dm-join.html | 8 - inst/doc/tech-dm-keyed.R | 224 +++++++++++++++---------------- inst/doc/tech-dm-keyed.html | 4 inst/doc/tech-dm-low-level.R | 108 ++++++++------- inst/doc/tech-dm-low-level.html | 8 - inst/doc/tech-dm-zoom.R | 218 +++++++++++++++--------------- inst/doc/tech-dm-zoom.html | 4 man/copy_dm_to.Rd | 8 - man/db_schema_drop.Rd | 2 man/deprecated.Rd | 5 man/dm.Rd | 4 man/dm_add_fk.Rd | 2 man/dm_add_pk.Rd | 2 man/dm_add_uk.Rd | 2 man/dm_deconstruct.Rd | 2 man/dm_disambiguate_cols.Rd | 2 man/dm_draw.Rd | 2 man/dm_enum_fk_candidates.Rd | 2 man/dm_enum_pk_candidates.Rd | 4 man/dm_examine_cardinalities.Rd | 4 man/dm_examine_constraints.Rd | 4 man/dm_filter.Rd | 2 man/dm_financial.Rd | 4 man/dm_flatten_to_tbl.Rd | 2 man/dm_from_con.Rd | 14 - man/dm_from_src.Rd | 6 man/dm_get_all_fks.Rd | 2 man/dm_get_all_pks.Rd | 2 man/dm_get_all_uks.Rd | 2 man/dm_get_con.Rd | 2 man/dm_has_pk.Rd | 2 man/dm_mutate_tbl.Rd | 2 man/dm_nrow.Rd | 2 man/dm_nycflights13.Rd | 2 man/dm_paste.Rd | 2 man/dm_pixarfilms.Rd | 2 man/dm_ptype.Rd | 2 man/dm_rename.Rd | 10 - man/dm_rm_fk.Rd | 2 man/dm_rm_pk.Rd | 2 man/dm_select.Rd | 10 - man/dm_select_tbl.Rd | 4 man/dm_set_colors.Rd | 4 man/dm_set_table_description.Rd | 2 man/dm_sql.Rd | 2 man/dm_zoom_to.Rd | 4 man/dplyr_join.Rd | 2 man/dplyr_table_manipulation.Rd | 2 man/json_nest.Rd | 2 man/json_pack.Rd | 2 man/materialize.Rd | 2 man/pull_tbl.Rd | 2 man/rows-dm.Rd | 2 man/tidyr_table_manipulation.Rd | 2 man/utils_table_manipulation.Rd | 2 tests/testthat/helper-src.R | 2 tests/testthat/test-db-interface.R | 17 -- tests/testthat/test-learn.R | 5 tests/testthat/test_dm_from_con.R | 2 vignettes/dm.Rmd | 4 vignettes/howto-dm-copy.Rmd | 2 vignettes/howto-dm-db.Rmd | 14 - 109 files changed, 1504 insertions(+), 1384 deletions(-)
Title: Multivariate Conditional Volatility Modelling and Forecasting
Description: Methods and tools for estimating, simulating and forecasting of so-called BEKK-models (named after Baba, Engle, Kraft and Kroner) based on the fast Berndt–Hall–Hall–Hausman (BHHH) algorithm described in Hafner and Herwartz (2008) <doi:10.1007/s00184-007-0130-y>. For an overview, we refer the reader to Fülle et al. (2024) <doi:10.18637/jss.v111.i04>.
Author: Markus J. Fuelle [aut, cre],
Alexander Lange [aut],
Christian M. Hafner [aut],
Helmut Herwartz [aut]
Maintainer: Markus J. Fuelle <markus.fuelle@gmail.com>
Diff between BEKKs versions 1.4.4 dated 2024-01-14 and 1.4.5 dated 2024-11-25
BEKKs-1.4.4/BEKKs/build/BEKKs.pdf |only BEKKs-1.4.5/BEKKs/DESCRIPTION | 14 BEKKs-1.4.5/BEKKs/LICENSE | 4 BEKKs-1.4.5/BEKKs/MD5 | 127 BEKKs-1.4.5/BEKKs/NAMESPACE | 136 BEKKs-1.4.5/BEKKs/R/BEKKs.R | 92 BEKKs-1.4.5/BEKKs/R/Portmanteau_test.R | 158 BEKKs-1.4.5/BEKKs/R/RcppExports.R | 494 +- BEKKs-1.4.5/BEKKs/R/VaR.R | 664 +-- BEKKs-1.4.5/BEKKs/R/backtest.R | 430 +- BEKKs-1.4.5/BEKKs/R/bekk_fit.R | 1843 ++++---- BEKKs-1.4.5/BEKKs/R/bekk_fit_methods.R | 418 +- BEKKs-1.4.5/BEKKs/R/bekk_forecast.R | 2064 +++++----- BEKKs-1.4.5/BEKKs/R/bekk_functions.R | 383 - BEKKs-1.4.5/BEKKs/R/bekk_mc_eval.R | 90 BEKKs-1.4.5/BEKKs/R/bekk_sim.R | 304 - BEKKs-1.4.5/BEKKs/R/bekk_spec.R | 190 BEKKs-1.4.5/BEKKs/R/bekk_starting_values.R | 812 +-- BEKKs-1.4.5/BEKKs/R/extract_csd.R | 32 BEKKs-1.4.5/BEKKs/R/matrix_stuff.R | 198 BEKKs-1.4.5/BEKKs/R/plot.backtest.R | 172 BEKKs-1.4.5/BEKKs/R/plot.bekk.R | 150 BEKKs-1.4.5/BEKKs/R/plot.var.R | 276 - BEKKs-1.4.5/BEKKs/R/plot.virf.R | 130 BEKKs-1.4.5/BEKKs/R/summary.backtest.R | 266 - BEKKs-1.4.5/BEKKs/R/summary.bekk.R | 426 +- BEKKs-1.4.5/BEKKs/R/summary.var.R | 68 BEKKs-1.4.5/BEKKs/R/virf.R | 706 +-- BEKKs-1.4.5/BEKKs/R/zzz.R | 20 BEKKs-1.4.5/BEKKs/build/stage23.rdb |only BEKKs-1.4.5/BEKKs/inst |only BEKKs-1.4.5/BEKKs/man/BEKKs.Rd | 106 BEKKs-1.4.5/BEKKs/man/GoldStocksBonds.Rd | 54 BEKKs-1.4.5/BEKKs/man/StocksBonds.Rd | 50 BEKKs-1.4.5/BEKKs/man/VaR.Rd | 94 BEKKs-1.4.5/BEKKs/man/backtest.Rd | 112 BEKKs-1.4.5/BEKKs/man/bekk_fit.Rd | 149 BEKKs-1.4.5/BEKKs/man/bekk_spec.Rd | 124 BEKKs-1.4.5/BEKKs/man/portmanteau.test.Rd | 50 BEKKs-1.4.5/BEKKs/man/predict.Rd | 98 BEKKs-1.4.5/BEKKs/man/simulate.Rd | 102 BEKKs-1.4.5/BEKKs/man/virf.Rd | 106 BEKKs-1.4.5/BEKKs/src/BekkFunctions.cpp | 14 BEKKs-1.4.5/BEKKs/src/ScalarBEKK.cpp | 8 BEKKs-1.4.5/BEKKs/tests/testthat.R | 8 BEKKs-1.4.5/BEKKs/tests/testthat/test-Grid_Search.R | 16 BEKKs-1.4.5/BEKKs/tests/testthat/test-asymmetric_grid_search.R | 40 BEKKs-1.4.5/BEKKs/tests/testthat/test-bekk_fit.R | 198 BEKKs-1.4.5/BEKKs/tests/testthat/test-bekk_forecast.R | 294 - BEKKs-1.4.5/BEKKs/tests/testthat/test-bekk_sim.R | 118 BEKKs-1.4.5/BEKKs/tests/testthat/test-bhh_bekk.R | 18 BEKKs-1.4.5/BEKKs/tests/testthat/test-commutation_mat.R | 52 BEKKs-1.4.5/BEKKs/tests/testthat/test-duplication_mat.R | 52 BEKKs-1.4.5/BEKKs/tests/testthat/test-elimination_mat.R | 80 BEKKs-1.4.5/BEKKs/tests/testthat/test-inv_gen.R | 24 BEKKs-1.4.5/BEKKs/tests/testthat/test-loglike_bekk.R | 46 BEKKs-1.4.5/BEKKs/tests/testthat/test-loglike_bekk_asymm.R | 74 BEKKs-1.4.5/BEKKs/tests/testthat/test-score_bekk.R | 38 BEKKs-1.4.5/BEKKs/tests/testthat/test-score_dbekk.R | 34 BEKKs-1.4.5/BEKKs/tests/testthat/test-score_sbekk.R | 34 BEKKs-1.4.5/BEKKs/tests/testthat/test-valid_asymm_bekk.R | 78 BEKKs-1.4.5/BEKKs/tests/testthat/test-valid_bekk.R | 126 BEKKs-1.4.5/BEKKs/tests/testthat/test-virf.R | 32 BEKKs-1.4.5/BEKKs/tests/testthat/test_score_bekk_asymm.R | 48 BEKKs-1.4.5/BEKKs/tests/testthat/test_score_dbekk_asymm.R | 44 BEKKs-1.4.5/BEKKs/tests/testthat/test_score_sbekk_asymm.R | 38 66 files changed, 6619 insertions(+), 6607 deletions(-)
Title: Computing MSPE Estimates in Small Area Estimation
Description: Compute various common mean squared predictive error (MSPE) estimators, as well as several existing variance component predictors as a byproduct, for FH model (Fay and Herriot, 1979) and NER model (Battese et al., 1988) in small area estimation.
Author: Peiwen Xiao [aut, cre],
Xiaohui Liu [aut],
Yu Zhang [aut],
Yuzi Liu [aut],
Jiming Jiang [ths]
Maintainer: Peiwen Xiao <2569613200@qq.com>
Diff between saeMSPE versions 1.3 dated 2024-11-18 and 1.4 dated 2024-11-25
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- R/mspeNERlin.R | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-)
Title: In-Text Resize for Images, Tables and Fancy Resize Containers in
'shiny', 'rmarkdown' and 'quarto' Documents
Description: Automatic resizing toolbar for containers, images and tables. Various resizer or expandable container functionalities are also included. Most suitable to include in 'shiny', 'markdown' and 'quarto' documents.
Author: Obinna Obianom [aut, cre]
Maintainer: Obinna Obianom <idonshayo@gmail.com>
Diff between r2resize versions 1.9.1 dated 2024-07-29 and 1.9.2 dated 2024-11-25
DESCRIPTION | 6 +-- MD5 | 20 +++++++----- R/containerResizer.R | 25 ++++++++++++++- build/vignette.rds |binary inst/doc/example_frequently_asked_r2resize.html | 4 +- inst/doc/introduction_r2resize.html | 4 +- inst/doc/resizable_containers_split_screen_r2resize.html | 4 +- inst/doc/split_card_html_r2resize.R |only inst/doc/split_card_html_r2resize.Rmd |only inst/doc/split_card_html_r2resize.html |only inst/themes/splitCard.css | 2 - man/splitCard.Rd | 23 +++++++++++++ vignettes/split_card_html_r2resize.Rmd |only 13 files changed, 68 insertions(+), 20 deletions(-)
Title: Bayesian Spectral Inference for Time Series
Description: Implementations of Bayesian parametric, nonparametric and semiparametric procedures for univariate and multivariate time series. The package is based on the methods presented in C. Kirch et al (2018) <doi:10.1214/18-BA1126>, A. Meier (2018) <https://opendata.uni-halle.de//handle/1981185920/13470> and Y. Tang et al (2023) <doi:10.48550/arXiv.2303.11561>. It was supported by DFG grants KI 1443/3-1 and KI 1443/3-2.
Author: Alexander Meier [aut],
Claudia Kirch [aut],
Matthew C. Edwards [aut],
Renate Meyer [aut, cre],
Yifu Tang [aut]
Maintainer: Renate Meyer <renate.meyer@auckland.ac.nz>
Diff between beyondWhittle versions 1.2.1 dated 2024-03-13 and 1.3.0 dated 2024-11-25
DESCRIPTION | 12 MD5 | 22 - NAMESPACE | 2 R/dynamicWhittle_MCMC_zigzag.R | 554 ++++++++++++++++--------------- R/dynamicWhittle_S3method.R | 8 R/dynamicWhittle_miscellanea_zigzag.R | 44 +- R/dynamicWhittle_prior_and_mcmc_params.R | 129 +++---- man/bdp_dw_prior_params_gen.Rd | 4 man/gibbs_bdp_dw.Rd | 17 man/llike_dw.Rd | 2 man/lprior_dw.Rd | 7 tests/testthat/testGibbsBDPDW.R | 2 12 files changed, 429 insertions(+), 374 deletions(-)
Title: Species Distribution Modeling
Description: Methods for species distribution modeling, that is, predicting the environmental similarity of any site to that of the locations of known occurrences of a species.
Author: Robert J. Hijmans [cre, aut] ,
Steven Phillips [aut],
John Leathwick [aut],
Jane Elith [aut]
Maintainer: Robert J. Hijmans <r.hijmans@gmail.com>
Diff between dismo versions 1.3-14 dated 2023-05-21 and 1.3-16 dated 2024-11-25
DESCRIPTION | 19 ++++++++++++++----- MD5 | 22 +++++++++++----------- R/maxent.predict.R | 4 +++- build/partial.rdb |binary build/vignette.rds |binary inst/doc/sdm.pdf |binary man/gbif.Rd | 2 +- man/gmap.Rd | 2 +- man/maxent.Rd | 4 +--- man/mess.Rd | 4 ++-- man/predict.Rd | 2 +- man/randomPoints.Rd | 2 +- 12 files changed, 35 insertions(+), 26 deletions(-)
Title: Leveraging Experiment Lines to Data Analytics
Description: The natural increase in the complexity of current research experiments and data demands better tools to enhance productivity in Data Analytics. The package is a framework designed to address the modern challenges in data analytics workflows. The package is inspired by Experiment Line concepts. It aims to provide seamless support for users in developing their data mining workflows by offering a uniform data model and method API. It enables the integration of various data mining activities, including data preprocessing, classification, regression, clustering, and time series prediction. It also offers options for hyper-parameter tuning and supports integration with existing libraries and languages. Overall, the package provides researchers with a comprehensive set of functionalities for data science, promoting ease of use, extensibility, and integration with various tools and libraries. Information on Experiment Line is based on Ogasawara et al. (2009) <doi:10.1007/978-3-642-02279-1_2 [...truncated...]
Author: Eduardo Ogasawara [aut, ths, cre]
,
Antonio Castro [aut, ctb],
Heraldo Borges [aut, ths],
Janio Lima [aut, ths],
Lucas Tavares [aut, ths],
Diego Carvalho [aut, ths],
Eduardo Bezerra [aut, ths],
Joel Santos [aut, ths],
Rafaelli Coutinho [aut, ths],
Fe [...truncated...]
Maintainer: Eduardo Ogasawara <eogasawara@ieee.org>
Diff between daltoolbox versions 1.0.787 dated 2024-11-03 and 1.1.727 dated 2024-11-25
DESCRIPTION | 14 ++++-- MD5 | 65 +++++++++++++++++++++++------ NAMESPACE | 45 ++++++++++++++++++++ R/cla_tune.R | 3 - R/clu_tune.R | 3 - R/globals.R | 2 R/reg_tune.R | 3 - R/trans_aae_encode.R |only R/trans_aae_encode_decode.R |only R/trans_c2den_encode.R |only R/trans_c2den_encode_decode.R |only R/trans_cae2d_encode.R |only R/trans_cae2d_encode_decode.R |only R/trans_cae_encode.R |only R/trans_cae_encode_decode.R |only R/trans_dns_encode.R |only R/trans_dns_encode_decode.R |only R/trans_lae_encode.R |only R/trans_lae_encode_decode.R |only R/trans_sae_encode.R |only R/trans_sae_encode_decode.R |only R/trans_sample_strat.R | 7 --- R/trans_van_enc_decode.R | 2 R/trans_van_encode.R | 2 R/trans_varae_encode.R |only R/trans_varae_encode_decode.R |only README.md | 12 ++--- inst/python/adv_autoencoder.py |only inst/python/autoencoder.py | 79 ++++++++++++++++++++++++------------ inst/python/conv2d_autoencoder.py |only inst/python/conv2den_autoencoder.py |only inst/python/conv_autoencoder.py |only inst/python/dns_autoencoder.py |only inst/python/lstm_autoencoder.py |only inst/python/sae_autoencoder.py |only inst/python/ts_conv1d.py | 2 inst/python/ts_lstm.py | 4 - inst/python/varae_autoencoder.py |only man/aae_encode.Rd |only man/aae_encode_decode.Rd |only man/cae2d_encode_decode.Rd |only man/cae2den_encode.Rd |only man/cae2den_encode_decode.Rd |only man/cae_encode.Rd |only man/cae_encode_decode.Rd |only man/dns_encode.Rd |only man/dns_encode_decode.Rd |only man/lae_encode.Rd |only man/lae_encode_decode.Rd |only man/sae_encode.Rd |only man/sae_encode_decode.Rd |only man/varae_encode.Rd |only man/varae_encode_decode.Rd |only 53 files changed, 168 insertions(+), 75 deletions(-)