

I was just wondering if anyone had run into the same problems or if I am missing something.Note: For devices with reserved storage, an update will first use the reserved storage space before using other disk space. I have also tried uninstalling Rstudio and Rtools and reinstalling them multiple times as well and nothing seems to be working and I am unable to continue with the Swirl course. onAttach failed in attachNamespace() for 'tidyverse', details:Įrror: undefined exports: addTheme, applyTheme, as.document_position, as.document_range, askForPassword, askForSecret, bugReport, buildToolsCheck, buildToolsExec, buildToolsInstall, callFun, convertTheme, createProjectTemplate, dictionariesPath, documentClose, documentNew, documentSave, documentSaveAll, document_position, document_range, executeCommand, findFun, getActiveDocumentContext, getActiveProject, getConsoleEditorContext, getPersistentValue, getRStudioPackageDependencies, getSourceEditorContext, getThemeInfo, getThemes, getVersion, hasColorConsole, hasFun, highlightUi, initializeProject, insertText, is.document_position, is.document_range, isAvailable, jobAdd, jobAddOutput, jobAddProgress, jobRemove, jobRunScript, jobSetProgress, jobSetState, jobSetStatus, launcherAvailable, launcherConfig, launcherContainer, launcherCġ: S3 methods ‘as.document_fault’, ‘as.document_position.document_position’, ‘as.document_fault’, ‘as.document_range.document_range’, ‘format.document_position’, ‘format.document_range’, ‘primary_selection.document_context’, ‘primary_selection.document_selection’, ‘print.document_context’, ‘print.document_position’, ‘print.document_range’, ‘print.document_selection’ were declared in NAMESPACE but not foundĢ: S3 methods ‘as.document_fault’, ‘as.document_position.document_position’, ‘as.document_fault’, ‘as.document_range.document_range’, ‘format.document_position’, ‘format.document_range’, ‘primary_selection.document_context’, ‘primary_selection.document_selection’, ‘print.document_context’, ‘print.document_position’, ‘print.document_range’, ‘print.document_selection’ were declared in NAMESPACE but not foundģ: S3 methods ‘as.document_fault’, ‘as.document_position.document_position’, ‘as.document_fault’, ‘as.document_range.document_range’, ‘format.document_position’, ‘format.document_range’, ‘primary_selection.document_context’, ‘primary_selection.document_selection’, ‘print.document_context’, ‘print.document_position’, ‘print.document_range’, ‘print.document_selection’ were declared in NAMESPACE but not found
WINDOW TIDY PROBLEMS CODE
I then use library(tidyverse) and get this code message: Error: package or namespace load failed for ‘tidyverse’: Package ‘tidyverse’ successfully unpacked and MD5 sums checkedĬ:\Users\lmck0\AppData\Local\Temp\RtmpY5tVDF\downloaded_packages

I have done this multiple times and get this code message: Installing package into ‘C:/Users/lmck0/Documents/R/win-library/4.0’Ĭontent type 'application/zip' length 439983 bytes (429 KB)

Install.packages("tidyverse", dependencies = TRUE) I have tried using: install.packages("tidyverse") When moving onto the intermediate lessons I encountered a problem downloading the tidyverse package. I am fairly new to R and have been completing the Swirl course to better my basic understanding.
