microsoft / microsoft-r-open

Microsoft R Open Source
212 stars 69 forks source link

Startup message from conda-installed R points to dead link #69

Closed MaxGhenis closed 5 years ago

MaxGhenis commented 6 years ago

I had some combination of conda packages that installed R, and produced this startup message:

R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

Microsoft R Open 3.4.3
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2017 Microsoft Corporation

No performance acceleration libraries were detected. To take advantage of 
the available processing power, also install MKL for R Open. 

Visit http://go.microsoft.com/fwlink/?LinkID=698301 for more details.
Default CRAN mirror snapshot taken on 2018-01-01.
See: https://mran.microsoft.com/.

The link mentioned here is dead: http://go.microsoft.com/fwlink/?LinkID=698301

I since installed other packages like the normal r, and the message went away, so unfortunately I haven't figured out how to repro.

MaxGhenis commented 6 years ago

This will repro:

conda create -n tidycensus -c gerrymandr r-tidycensus
conda activate tidycensus
R
richcalaway commented 5 years ago

Thanks--the link has been updated to provide actual information on multithreaded operation.