microsoft / microsoft-r-open

Microsoft R Open Source
212 stars 69 forks source link

Fail to install microsoft r open 3.4.3 on ubuntu #59

Closed brunoroquette closed 5 years ago

brunoroquette commented 6 years ago

After run the ./install.sh command and answer yes for all questions, my system crashs on "Updating apt package repositories..."

Neil-Schneider commented 6 years ago

I have only attempted the install in a docker container (ubuntu 16.04), but this works for me.

ENV mro=3.4.3
WORKDIR /tmp
RUN wget https://mran.blob.core.windows.net/install/mro/$mro/microsoft-r-open-$mro.tar.gz \
    && tar -xvf microsoft-r-open-$mro.tar.gz \
    && ./microsoft-r-open/install.sh -au \
    && rm -rf /tmp/*
jeroenterheerdt commented 5 years ago

I can not reproduce this issue. Are you still having trouble? If not, I will go ahead and close this issue.