Skip to content

Releases: UweBlock/ISOweek

ISOweek 0.6-4

23 Dec 20:23

Choose a tag to compare

ISOweek 0.6-4, submitted to CRAN on 2014-12-23 but not accepted

BUG FIX

  • Changed reference to package surveillance which caused problems on MacOS. (Reported by Erik Bülow)

MINOR CHANGES

  • Updated documentation to reflect enhancements in strftime introduced with R.3.1.0

ISOweek 0.6-2

23 Dec 20:16

Choose a tag to compare

ISOweek 0.6-2, released to CRAN on 2011-09-07

BUG FIX

  • Fixed problems when package "lubridate" is loaded.
    lubridate overrides + and - methods for POSIXt, Date and difftime

MINOR CHANGES

  • Minor corrections to the documentation
  • Added one more example to ISOweek2date()
  • Moved internal functions to separate file, added keyword internal
  • Corrected email address of maintainer

ISOweek 0.6.0

23 Dec 20:07

Choose a tag to compare

ISOweek 0.6.0, released to CRAN on 2011-08-24

MAJOR CHANGES

  • Added the functions date2ISOweek() and ISOweek2date()

ISOweek 0.5

23 Dec 20:02

Choose a tag to compare

ISOweek 0.5

MAJOR CHANGES

  • Code was restructured and rewritten. Comments and variable names were translated
    from German to English.
  • Documentation added to R sources using roxygen2
  • Test cases added for use by test_that