I am currently a student attempting to use R for the first time. I have to load a package and chose to add ClincalTrials and Econometrics, but it will not install the package and says trying URL over and over.
ctv::install.views("Econometrics")
Warning: dependencies ‘graph’, ‘Rgraphviz’ are not available
also installing the dependencies ‘ellipsis’, ‘clipr’, ‘rematch’, ‘sys’, ‘forcats’, ‘readr’, ‘cellranger’, ‘gtools’, ‘labeling’, ‘munsell’, ‘backports’, ‘formatR’, ‘utf8’, ‘RJSONIO’, ‘png’, ‘rjson’, ‘rgdal’, ‘rappdirs’, ‘uuid’, ‘e1071’, ‘askpass’, ‘gsl’, ‘ADGofTest’, ‘stabledist’, ‘pcaPP’, ‘DEoptimR’, ‘haven’, ‘curl’, ‘readxl’, ‘fda’, ‘gdata’, ‘XML’, ‘tis’, ‘jpeg’, ‘TeachingDemos’, ‘stringi’, ‘digest’, ‘lazyeval’, ‘rlang’, ‘scales’, ‘viridisLite’, ‘withr’, ‘RColorBrewer’, ‘checkmate’, ‘htmlwidgets’, ‘rstudioapi’, ‘gmp’, ‘polynom’, ‘bibtex’, ‘gbRd’, ‘ellipse’, ‘evaluate’, ‘highr’, ‘markdown’, ‘yaml’, ‘xfun’, ‘hms’, ‘prettyunits’, ‘R6’, ‘crayon’, ‘useful’, ‘dygraphs’, ‘purrr’, ‘bitops’, ‘zip’, ‘lambda.r’, ‘futile.options’, ‘cli’, ‘fansi’, ‘pillar’, ‘pkgconfig’, ‘snow’, ‘hexbin’, ‘crosstalk’, ‘promises’, ‘httpuv’, ‘mime’, ‘sourcetools’, ‘later’, ‘R.oo’, ‘R.methodsS3’, ‘TH.data’, ‘glue’, ‘acs’, ‘WDI’, ‘ggmap’, ‘RgoogleMaps’, ‘tigris’, ‘xml2’, ‘selectr’, ‘arm’, ‘igraph’, ‘classInt’, ‘DBI’, ‘units’, ‘reshape’, ‘Jmisc’, ‘dotCall64’, ‘deSolve’, ‘TTR’, ‘openssl’, ‘tidyselect’, ‘assertthat’, ‘BH’, ‘plogr’, ‘Matching’, ‘Formula’, ‘gWidgets’, ‘copula’, ‘Rcpp’, ‘RcppArmadillo’, ‘flexmix’, ‘modeltools’, ‘leaps’, ‘robustbase’, ‘inline’, ‘rrcov’, ‘profileModel’, ‘carData’, ‘abind’, ‘pbkrtest’, ‘maptools’, ‘rio’, ‘maxLik’, ‘glmmML’, ‘miscTools’, ‘scoringRules’, ‘Ecfun’, ‘colorspace’, ‘survey’, ‘estimability’, ‘fracdiff’, ‘ggplot2’, ‘magrittr’, ‘timeDate’, ‘moments’, ‘foreach’, ‘gamlss.data’, ‘gamlss.dist’, ‘plotrix’, ‘msm’, ‘truncnorm’, ‘diagonals’, ‘latticeExtra’, ‘acepack’, ‘gtable’, ‘gridExtra’, ‘data.table’, ‘htmlTable’, ‘viridis’, ‘htmltools’, ‘base64enc’, ‘sets’, ‘mnormt’, ‘pbivnorm’, ‘numDeriv’, ‘xtable’, ‘rpanel’, ‘minqa’, ‘nloptr’, ‘RcppEigen’, ‘prediction’, ‘RcppProgress’, ‘rJava’, ‘lpSolve’, ‘partitions’, ‘minpack.lm’, ‘DEoptim’, ‘optimx’, ‘statmod’, ‘Rdpack’, ‘mvtnorm’, ‘CompQuadForm’, ‘cubature’, ‘quadprog’, ‘coda’, ‘mcmc’, ‘mcmcse’, ‘ucminf’, ‘knitr’, ‘progress’, ‘matrixcalc’, ‘texreg’, ‘reshape2’, ‘MCMCpack’, ‘coefplot’, ‘papeR’, ‘pspline’, ‘bdsmatrix’, ‘RCurl’, ‘SAScii’, ‘openxlsx’, ‘futile.logger’, ‘tibble’, ‘snowfall’, ‘plotly’, ‘MatrixModels’, ‘shiny’, ‘R.utils’, ‘locpol’, ‘corpcor’, ‘polspline’, ‘multcomp’, ‘stringr’, ‘choroplethr’, ‘rvest’, ‘mi’, ‘magic’, ‘trust’, ‘CDVine’, ‘matrixStats’, ‘doParallel’, ‘iterators’, ‘tmvtnorm’, ‘sp’, ‘spData’, ‘sf’, ‘LearnBayes’, ‘deldir’, ‘gmodels’, ‘expm’, ‘ezsim’, ‘ibdreg’, ‘spam’, ‘tseriesChaos’, ‘quantmod’, ‘GPArotation’, ‘dse’, ‘EvalEst’, ‘setRNG’, ‘tframe’, ‘tfplot’, ‘httr’, ‘jsonlite’, ‘tidyr’, ‘Amelia’, ‘dplyr’, ‘MatchIt’, ‘plyr’
What can I do to fix this issue? I greatly appreciate any time and help in this matter. Thank you!