cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

R install - cannot open URL

jenshumrich
Contributor

Neither standard nor non standard repo seem available. Any idea how to debug/fix this?

 

%r
install.packages("gghighlight", lib="/databricks/spark/R/lib", repos = "http://cran.us.r-project.org")
Warning: unable to access index for repository http://cran.us.r-project.org/src/contrib:
  cannot open URL 'http://cran.us.r-project.org/src/contrib/PACKAGES'
Warning: package โ€˜gghighlightโ€™ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

jenshumrich
Contributor
%sh
nc -zv cran.us.r-project.org 80 

It was a network issue. These lines above proved it and the network administrators had to open the IPs.

View solution in original post

1 REPLY 1

jenshumrich
Contributor
%sh
nc -zv cran.us.r-project.org 80 

It was a network issue. These lines above proved it and the network administrators had to open the IPs.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now