choonghyunryu / dlookr

Tools for Data Diagnosis, Exploration, Transformation
https://choonghyunryu.github.io/dlookr/
203 stars 35 forks source link

Problems with installation "missing value where TRUE/FALSE needed" #58

Open itpradise opened 2 years ago

itpradise commented 2 years ago

I tried to install the package dlookr but there is a error message: "Error in install.packages : missing value where TRUE/FALSE needed" Someone can help me with this?

choonghyunryu commented 2 years ago

@itpradise,

Information is too limited. Please provide the full error message and the result of sessionInfo().

swati1415 commented 2 years ago

We were getting the same error below is complete code Install.packages("dlookr") Installing package into ‘C:/Users/Apaar Agarwal/OneDrive/Documents/R/win-library/4.1’ (as ‘lib’ is unspecified) also installing the dependencies ‘websocket’, ‘libcoin’, ‘mvtnorm’, ‘inum’, ‘reactR’, ‘pagedown’, ‘partykit’, ‘reactable’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/websocket_1.4.1.zip' Content type 'application/zip' length 4077999 bytes (3.9 MB) downloaded 3.9 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/libcoin_1.0-9.zip' Content type 'application/zip' length 1005140 bytes (981 KB) downloaded 981 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/mvtnorm_1.1-3.zip' Content type 'application/zip' length 271312 bytes (264 KB) downloaded 264 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/inum_1.0-4.zip' Content type 'application/zip' length 39403 bytes (38 KB) downloaded 38 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/reactR_0.4.4.zip' Content type 'application/zip' length 623678 bytes (609 KB) downloaded 609 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/pagedown_0.16.zip' Content type 'application/zip' length 306038 bytes (298 KB) downloaded 298 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/partykit_1.2-15.zip' Content type 'application/zip' length 2455366 bytes (2.3 MB) downloaded 2.3 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/reactable_0.2.3.zip' Content type 'application/zip' length 347696 bytes (339 KB) downloaded 339 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/dlookr_0.5.4.zip' Content type 'application/zip' length 2008792 bytes (1.9 MB) downloaded 1.9 MB

Error in install.packages : missing value where TRUE/FALSE needed

choonghyunryu commented 2 years ago

@swati1415,

thank you your response.

Try to run clean R session (no Rstudio, no other instances running, etc) and run following command:

install.packages("dlookr", dependencies = TRUE, repos = "https://cran.r-project.org/")

If this failed please provide results (from the same session) from running sessionInfo().

swati1415 commented 2 years ago

Thank you for your response.

On Mon, 28 Feb, 2022, 1:48 pm Choonghyun Ryu, @.***> wrote:

@swati1415 https://github.com/swati1415,

thank you your response.

Try to run clean R session (no Rstudio, no other instances running, etc) and run following command:

install.packages("dlookr", ,dependencies = TRUE, repos = " https://cran.r-project.org/")

If this failed please provide results (from the same session) from running sessionInfo().

— Reply to this email directly, view it on GitHub https://github.com/choonghyunryu/dlookr/issues/58#issuecomment-1054000367, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX7EMIU72U7SZUNKCVTK4UTU5MVVBANCNFSM5IWPASGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

swati1415 commented 2 years ago

Thank you for your response. Regards

Dr. Swati Agrawal Associate Professor Department of Computational Sciences Christ (Deemed to be University) Delhi NCR

On Mon, Feb 28, 2022 at 6:22 PM SWATI AGRAWAL SCHOOL OF SCIENCES (NCR) < @.***> wrote:

Thank you for your response.

On Mon, 28 Feb, 2022, 1:48 pm Choonghyun Ryu, @.***> wrote:

@swati1415 https://github.com/swati1415,

thank you your response.

Try to run clean R session (no Rstudio, no other instances running, etc) and run following command:

install.packages("dlookr", ,dependencies = TRUE, repos = " https://cran.r-project.org/")

If this failed please provide results (from the same session) from running sessionInfo().

— Reply to this email directly, view it on GitHub https://github.com/choonghyunryu/dlookr/issues/58#issuecomment-1054000367, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX7EMIU72U7SZUNKCVTK4UTU5MVVBANCNFSM5IWPASGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

choonghyunryu commented 2 years ago

@swati1415,

Thanks for your response.

However, there is no explicit answer to whether the problem has been resolved. Is the problem resolved?

Regards

DChal01 commented 2 years ago

I tried the solution you proposed, but unfortunately it didn't resolve the problem.

choonghyunryu commented 1 year ago

Please refer to the following URL. It seems to be an R package installation environment issue.:

https://community.rstudio.com/t/error-error-in-install-packages-missing-value-where-true-false-needed/58351/6