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

Detect R general option for digits everywhere in the package #229

Closed
lf-araujo opened this issue Sep 22, 2023 · 3 comments
Closed

Detect R general option for digits everywhere in the package #229

lf-araujo opened this issue Sep 22, 2023 · 3 comments

Comments

@lf-araujo
Copy link
Contributor

umxSummary is not detecting the number of digits set with R base options()

options(
  digits = 5, # Five decimal digits
  scipen = 999 # Remove scientific notation
)

Does not have any effect on most of the umxSummary implementations.

I want to take this task.

@mcneale
Copy link
Collaborator

mcneale commented Sep 22, 2023

Good! I too had noticed this problem.

@tbates
Copy link
Owner

tbates commented Sep 23, 2023 via email

@mcneale
Copy link
Collaborator

mcneale commented Sep 29, 2023

I think that restricting the user's freedom to adjust digits with the standard r option, based on what is perceived as an informal standard for some journals (but not all) makes life harder for the user. They then have to go figure out how to change the default some other arcane, less well-known way. Or ask you, which you probably don't want.

@tbates tbates closed this as not planned Won't fix, can't repro, duplicate, stale Nov 23, 2023
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

3 participants