Hello all,
I started a new remote job that requires me to use R, but the Rstudio is extremely slow. It has been two weeks and I want to get this sorted before my boss gets frustrated. I am not very well versed in R but can carry out basic analyses. Whenever I run a chunk in Rmarkdown it takes like 30 minutes to run. The projects are on a shared network drive, but my colleagues are not facing the same difficulty, and their run time is much much faster than mine.
.libPaths()
[1] "C:/Users/kbanipal/Microsoft" "C:/Program Files/R/R-4.0.4/library"
getwd()
[1] "Z:/Projects/Infectious Disease/2019 Novel Coronavirus (January 2020)/wec_cases/New Case Report"
Sys.info()
sysname release version nodename machine login user
"Windows" "10 x64" "build 19042" "M0076" "x86-64" "kbanipal" "kbanipal"
effective_user
"kbanipal"
I will greatly appreciate any help. Many thanks