knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of add2evaluation is to help save time to train model and get prediction in this contest. Now I post a discussion here.
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("JiaxiangBU/add2evaluation")
See the vignettes.
citations <- add2pkg::add_zenodo_citation("README.Rmd")
cat(citations$Cite)
cat(paste0("```BibTex\n",citations$BibTex,"\n```"))
cat(citations$Comments)
r add2pkg::add_disclaimer("Jiaxiang Li")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.