Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: trevorld/r-datetimeoffset

Tags

v1.0.0

Toggle v1.0.0's commit message
chore: CRAN release

v0.4.1

Toggle v0.4.1's commit message
chore: Prep for CRAN release

v0.3.1

Toggle v0.3.1's commit message
chore: Prep for CRAN release

v0.2.1

Toggle v0.2.1's commit message
chore: Prep for CRAN release

v0.1.2

Toggle v0.1.2's commit message
chore: CRAN R&R

* We've tweaked the DESCRIPTION Description so it doesn't start with a
  repeat of the package title.
* We've added a value Rd tag to `weekdays.datetimeoffset.Rd`
* We've tweaked the comment at the beginning of the `\dontrun{}` block in `datetime_cast.Rd`.
  If not included in a `\dontrun{}` block this block will throw a R CMD check ERROR
  since the wrapped R code throws an error.
  This block documents one of the key behavioural differences between
  `{clock}`'s datetime casting (which throws an error in this case)
  and our package---`{datetimeoffset}`'s---datetime casting (which doesn't throw an error).

progress on #42