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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzy text in print header for FOCEi #270

Closed
billdenney opened this issue Oct 27, 2022 · 5 comments 路 Fixed by #281
Closed

Fuzzy text in print header for FOCEi #270

billdenney opened this issue Oct 27, 2022 · 5 comments 路 Fixed by #281

Comments

@billdenney
Copy link
Contributor

When I was looking at model output in RStudio just now, the heading line indicating the type of estimation was fuzzy:

image

I assume that this is a crayon-related issue. (Or, maybe it was intentional because it's an "approximation" 馃槃 .)

@mattfidler
Copy link
Contributor

Or maybe it is RStudio

Emacs:

image

Terminal:

image

Rstudio:

image

@billdenney
Copy link
Contributor Author

There is code that calls it "blurred":

.txt <- paste0(.txt, crayon::blurred$italic("OBJF by FOCEi approximation"))

Perhaps it should use cat(crayon::italic$silver("foo")) instead?

@mattfidler
Copy link
Contributor

That is fine if you wish to change it.

@mattfidler
Copy link
Contributor

I will change it @billdenney

@mattfidler mattfidler linked a pull request Oct 29, 2022 that will close this issue
@billdenney
Copy link
Contributor Author

Ha! I love the PR name.

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 a pull request may close this issue.

2 participants