Kaggle / docker-rstats

Kaggle R docker image
Apache License 2.0
144 stars 90 forks source link

Distance Package #200

Closed somnathdasgupta321 closed 1 year ago

somnathdasgupta321 commented 1 year ago

Showing up this warning on kaggle notebook : Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) also installing the dependency ‘mrds’ Warning message in install.packages("Distance"): “installation of package ‘mrds’ had non-zero exit status” Warning message in install.packages("Distance"): “installation of package ‘Distance’ had non-zero exit status”

Then I Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified)also installing the dependency ‘mrds’

Warning message in install.packages("Distance"): “installation of package ‘mrds’ had non-zero exit status” Warning message in install.packages("Distance"): “installation of package ‘Distance’ had non-zero exit status”tried this way , Warning message in install.packages("Distance", dependencies = FALSE): “installation of package ‘Distance’ had non-zero exit status”.

It still continue to show non-zero exit status. Can you please add this package. I have also tried to installl it without dependencies, but nothing really worked.

somnathdasgupta321 commented 1 year ago

Solved