AU-BCE-EE / ALFAM2-data

The ALFAM2 dataset on ammonia loss from field-applied manure
GNU General Public License v3.0
5 stars 2 forks source link

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

Closed sashahafner closed 5 months ago

sashahafner commented 5 months ago

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 commented 5 months ago

Should be addressed now with v2.45 40728d76e0a85acad97e519c0c2560b8cc0f4a61