I am trying to install some R CRAN packages on Azure Databricks (for example, the lime package) using the default way (see screenshots below). This fails with slightly different error messages depending on whether I use Firefox or Chrome:
Error: TypeError: t is null (Firefox)
Error: Uncaught TypeError: Cannot read property 'toLowerCase' of null (Chrome)
Can anyone reproduce the error or know the reason for this? It might be a problem with the package, or with Databricks...
Possibly related question: this one