I'm trying to install a package named as "ReporteRs" but it gives me error like: "Warning in install.packages : package 'ReporteRs' is not available (for R version 3.4.4)"
My R Version is 3.4.4. Here's my installation code;
cran_dir_url <- "https://cran.r-project.org/src/contrib/Archive/ReporteRs/ReporteRs_0.8.9.tar.gz"
install.packages("ReporteRs", contriburl=cran_dir_url,
repos = cran_dir_url,
type = 'source',
INSTALL_opts = "--no-multiarch")