Skip to content

Fix Rscript displays initial messages.#127

Open
koba-z33 wants to merge 1 commit into
microsoft:publicfrom
koba-z33:rscript-no-echo
Open

Fix Rscript displays initial messages.#127
koba-z33 wants to merge 1 commit into
microsoft:publicfrom
koba-z33:rscript-no-echo

Conversation

@koba-z33

Copy link
Copy Markdown

In R, the "--slave" option has been changed to the "--no-echo" option, so in MRO 4.0.2, Rscript will display the initial message.

https://stat.ethz.ch/pipermail/r-help/2019-September/464281.html

The following bugs have been fixed.

[vagrant@localhost ropen]$ /opt/microsoft/ropen/3.5.3/lib64/R/bin/Rscript -e "1 + 2"
[1] 3
[vagrant@localhost ropen]$ /opt/microsoft/ropen/4.0.2/lib64/R/bin/Rscript -e "1 + 2"
Microsoft R Open 4.0.2
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2020 Microsoft Corporation

Using the Intel MKL for parallel mathematical computing (using 4 cores).

Default CRAN mirror snapshot taken on 2020-07-16.
See: https://mran.microsoft.com/.

[1] 3
[vagrant@localhost ropen]$ 

@free-variation

Copy link
Copy Markdown

This is a useful PR -- it's been more than a month. Are there still devs on this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants