Hello,
I have already done all my calculations on R. When I wanted to reload and update R, I could neither load my packages nor read in my data set (it always says Default).
I will send you a list with the packages. I have tried everything and am in despair because I only need access to my results.
install.packages('foreign')
install.packages('haven')
install.packages('dplyr')
install.packages("psych")
install.packages("Mice")
install.packages("VIM")
install.packages("ggplot2")
install.packages("bda")
install.packages('lmtest')
install.packages('olsrr')
install.packages('jtools')
install.packages('moments')
install.packages('lmtest')
install.packages('zoo')
install.packages("caret")
install.packages("tidyverse")
install.packages("gridExtra")
install.packages("modelr")
install.packages("broom")
install.packages("mosaic")
install.packages('knitr')
install.packages("corrplot")
install.packages("correlation")
install.packages('DescTools')
install.packages("robustbase")
install.packages("mediation")
install.packages("htmlTable")
install.packages("readxl")
library(htmlTable)
library(robustbase)
library(DescTools)
library(caret)
library(tidyverse)
library(gridExtra)
library(modelr)
library(broom)
library(mosaic)
library(knitr)
library(corrplot)
library(olsrr)
library(jtools)
library(moments)
library(lmtest)
library(zoo)
library(foreign)
library(psych)
library(haven)
library(readxl)
library(dplyr)
library(mice)
library(VIM)
library(ggplot.multistats)
library(bda)
library(correlation)
library(mediation)
When I execute the packages, it looks as if the packages can be loaded well. With the library function, it usually comes to such error messages: > library(htmlTable)
Error in library(htmlTable) : there is no package named 'htmlTable'.
library(robustbase)
library(DescTools)
library(caret)
Load necessary package: ggplot2
Error: package or namespace load failed for 'ggplot2' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package named 'rlang'
Error: Package 'ggplot2' could not be loaded.
library(tidyverse)
Error in library(tidyverse) : there is no package named 'tidyverse' > library(gridExtra)
library(gridExtra)
library(modelr)
Error in library(modelr) : there is no package named 'modelr' > library(broom) > library(broom)
library(broom)
Error: package or namespace load failed for 'broom' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package named 'rlang'
library(mosaic)
Error in library(mosaic) : there is no package named 'mosaic' > library(knitr)
library(knitr)
library(corrplot)
corrplot 0.92 loaded
library(olsrr)
Error: package or namespace load failed for 'olsrr' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'car'
library(jtools)
Error: package or namespace load failed for 'jtools' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package named 'rlang'
library(moments)
library(lmtest)
Load necessary package: zoo
Attache package: 'zoo
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
library(zoo)
library(foreign)
library(psych)
Error in library(psych) : there is no package named 'psych' > library(haven)
library(haven)
Error: package or namespace load failed for 'haven' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package named 'rlang'
library(readxl)
library(dplyr)
Error: package or namespace load failed for 'dplyr' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package named 'rlang'
library(mice)
Error: package or namespace load failed for 'mice' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package named 'rlang'
library(VIM)
Load necessary package: colorspace
Load required package: grid
Error: package or namespace load failed for 'VIM' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package named 'car'
library(ggplot.multistats)........
Thanks for help.
greats Dodo