How to resolve this problem....;; "Error in install.packages : missing value where TRUE/FALSE needed "

User account in my computer is in korean language and I can't change it to english due to our company's regulation. I expect that this problem is becuase of an account in korean.
how to resolve this problem without changing account ?

We are going to need more information to help you out, what command are you running when you get that error message? What is the full content of the error message?

thanks!

I was going to install "dplyr" but there was error a massage as below.

> install.packages("dplyr")
also installing the dependencies ‘BH’, ‘plogr’

URL 'http://cran.rstudio.com/bin/windows/contrib/3.6/BH_1.69.0-1.zip'을 시도합니다
Content type 'application/zip' length 19008275 bytes (18.1 MB)
downloaded 18.1 MB

URL 'http://cran.rstudio.com/bin/windows/contrib/3.6/plogr_0.2.0.zip'을 시도합니다
Content type 'application/zip' length 18869 bytes (18 KB)
downloaded 18 KB

URL 'http://cran.rstudio.com/bin/windows/contrib/3.6/dplyr_0.8.3.zip'을 시도합니다
Content type 'application/zip' length 3264955 bytes (3.1 MB)
downloaded 3.1 MB

Error in install.packages : TRUE/FALSE가 필요한 곳에 값이 없습니다

Can you try options(error = recover) to see what line in install.packages() is failing? Also, please translate the error messages or change the locale to English before running the command.

Can you try options(error = recover) to see what line in install.packages() is failing?
A) Sorry.. I couldn't understand what above question means.

Also, please translate the error messages or change the locale to English before running the command.
A) Error in install.packages : TRUE/FALSE가 필요한 곳에 값이 없습니다
translate : Error in install.packages : missing value where TRUE/FALSE needed.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.