#' Prevent R CMD Check notes about missing global variables due to
#' dplyr mutates etc...
#' @noRd
utils::globalVariables(c(
"y",
"year",
"smooth_vals",
"smooth_num",
"series",
"season",
"rowid",
"row_number",
"nsp",
"last_assim",
"index",
"in_interval",
"assimilated",
"eval_horizon",
"label",
"mod_call",
"particles",
"obs",
"mgcv_model",
"param_name",
"outcome",
"mgcv_plottable",
"term",
"data_test",
"object",
"row_num",
"trends_test",
"trend",
"trend_series",
"trend_y",
".",
"gam",
"group",
"mod",
"row_id",
"byvar",
"direction",
"index..time..index",
"trend_test",
"Var2",
"add_cor",
"add_ma",
"add_nmix",
"binomial",
"current",
"drop_obs_intercept",
"gp_details",
"gp_terms",
"k",
"mus",
"name",
"needed",
"nmix_trendmap",
"orig_formula",
"trial",
"use_var1",
"use_var1cor",
"xcols_drop",
"time_lag",
"dis_time",
"maxt",
"orig_rows",
"matches",
"time.",
"file_name",
".data",
"horizon",
"target",
"Series",
"evd",
"mean_evd",
"total_evd",
"smooth_label",
"by_variable",
"gr",
"tot_subgrs",
"subgr",
"lambda",
"level",
"sim_hilbert_gp",
"trend_model",
"jags_path",
"x",
"elpds",
"pareto_ks",
"value",
"threshold",
"colour",
"resids",
"c_dark",
"eval_timepoints",
"yqlow",
"ymidlow",
"ymidhigh",
"yqhigh",
"preds",
"yhigh",
"ylow",
"weight",
"orig_weight",
"imp_resp",
"lower1",
"lower2",
"lower3",
"lower4",
"med",
"resp_var",
"upper1",
"upper2",
"upper3",
"upper4",
"draw",
"fevd_Qlower",
"fevd_Qupper",
"fevd_median",
"shock",
"irf_median",
"irf_Qlower",
"irf_Qupper",
"fevdQ50",
"parameter",
"pred_median",
"pred_Qupper",
"pred_Qlower",
"lower_deriv",
"med_deriv",
"upper_deriv",
"sum_contribution",
"total",
"Contribution",
"Var1",
"lv",
"correlation",
"Factor",
"contribution",
"unit",
"lw"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.