Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent 'getOption("digits")' Result between RDotNet and RGui #161

Open
N-thony opened this issue May 14, 2024 · 1 comment
Open

Inconsistent 'getOption("digits")' Result between RDotNet and RGui #161

N-thony opened this issue May 14, 2024 · 1 comment

Comments

@N-thony
Copy link

N-thony commented May 14, 2024

Description: Running base::getOption("digits") in a VB.NET application using RDotNet returns 4, while in RGui it returns 7, indicating an inconsistency that needs to be addressed.

Seeking assistance on resolving this discrepancy to ensure consistent behavior across environments.

@konradoberwimmer
Copy link

Hi N-thony, fellow package user here hoping for revitalization of this project ;-)

I cannot reproduce your discrepancy, getting default value of 7 as results both in RGui as well as calling rEngine.Evaluate("options('digits')").AsNumeric().First() right after REngine initialization.
Is it possible that an .Renviron or .Rprofile interferes at the working directory of REngines R session?

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

No branches or pull requests

2 participants