datawookie / emayili

An R package for sending email messages.
https://datawookie.github.io/emayili/
179 stars 27 forks source link

remove global option for millisecond time display in .onLoad(). #159

Closed smartiing closed 1 month ago

smartiing commented 1 month ago

The options(digits.secs = 3) line was removed from the .onLoad function to avoid changing the default global time display settings to millisecond precision. This prevents unintended modifications to users' global options.

datawookie commented 1 month ago

Thanks, merged!