ICU init failed: U_FILE_ACCESS_ERROR - when running swirl

后端 未结 2 741
故里飘歌
故里飘歌 2020-12-12 04:07

I Keep getting this error whenever I library(swirl):

Error in inDL(x, as.logical(local), as.logical(now), ...) : ICU init failed: U_

相关标签:
2条回答
  • 2020-12-12 04:23

    When I had this issue, loading the Plyr R package resolved it for me.

    0 讨论(0)
  • 2020-12-12 04:29

    Copied packages from a pre-existing working library and pasted in a new R library. Not sure which package was causing this issue - but after pasting these the issue got resolved:

    1. assertthat
    2. BH
    3. bitops
    4. colorspace
    5. crayon
    6. curl
    7. DBI
    8. dichromat
    9. digest
    10. dplyr
    11. expsmooth
    12. fma
    13. forecast
    14. fpp
    15. fracdiff
    16. ggplot2
    17. gtable
    18. httr
    19. jsonlite
    20. labeling
    21. lazyeval
    22. lmtest
    23. magrittr
    24. memoise
    25. mime
    26. munsell
    27. openssl
    28. plyr
    29. praise
    30. quadprog
    31. R6
    32. RColorBrewer
    33. Rcpp
    34. RcppArmadillo
    35. RCurl
    36. reshape
    37. reshape2
    38. scales
    39. stringi
    40. stringr
    41. swirl
    42. testthat
    43. tibble
    44. timeDate
    45. tseries
    46. yaml
    47. zoo
    0 讨论(0)
提交回复
热议问题