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

R v4.3 as.character w/ POSIXct #45

Closed
sashahafner opened this issue Mar 26, 2024 · 1 comment
Closed

R v4.3 as.character w/ POSIXct #45

sashahafner opened this issue Mar 26, 2024 · 1 comment

Comments

@sashahafner
Copy link
Member

Copied from jumbled repo.

"as.character() now behaves more in line with the methods for atomic vectors such as numbers, and is no longer influenced by options(). Ditto for as.character(). The as.character() method gets arguments digits and OutDec with defaults not depending on options(). Use of as.character(*, format = .) now warns."

That's from https://cran.r-project.org/bin/windows/base/NEWS.R-4.3.3.html

"now warns" is misleading, because it doesn't work anymore.
Simple, maybe complete solution is to replace as.character() with `format()'.

@sashahafner
Copy link
Member Author

Should be addressed now with v2.45 40728d7

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

1 participant