Skip to content

Releases: ropensci/mctq

mctq 0.3.2

20 Feb 20:17
Compare
Choose a tag to compare
  • As of this version, a decoupling process related to some mctq utility functions will begin. Please pay attention to the deprecation warnings listed below.
  • Patch changes were made to random_mctq() to avoid warning messages due to lubridate package updates.
  • The utility functions assign_date(), cycle_time(), round_time(), shorter_interval(), longer_interval(), shorter_duration(), longer_duration(), sum_time(), and vct_sum_time() are now deprecated. These functions will be removed on the next mctq version. You can still find them in the lubritime package.
  • The utility function qplot_walk() is now deprecated. This function will be removed on the next mctq version. You can still find it in the
    gutils package.
  • qplot_walk() now uses ggplot2::geom_bar() or ggplot2::geom_histogram() to generate plots. It used ggplot2::qplot() before, now deprecated.
  • The ggplot2 package was added as an import. It's needed while qplot_walk() remains on the package and will be removed from imports in the next mctq version.
  • Mario Pedrazzoli and Ana Amelia Benedito-Silva were removed as authors. They were Scientific Advisers that helped with the initial mctq development, but are not part of the mctq project anymore.
  • The Interdisciplinary Sleep Research Group (GIPSO) was removed as funder. GIPSO is a research group that Mario and Daniel Vartanian have built together. Daniel (the main author and copyright holder of mctq) is no longer part of this group. The "funder" status was always symbolic.
  • The dependencies versions were updated.

mctq 0.3.1

04 Nov 19:01
Compare
Choose a tag to compare
  • Patch changes were made to adapt the package to R-devel.
  • The dependencies versions were updated.

mctq 0.3.0

22 Aug 10:42
Compare
Choose a tag to compare
  • Re-rendered documentation for compatibility with R-devel.
  • Some minor documentation issues were resolved.
  • mctq has been self-certified on the OpenSSF Best Practices Badge Program.
  • chronotype(), a wrapper function for msf_sc(), was removed.

mctq 0.2.0

09 May 11:09
Compare
Choose a tag to compare
  • Some minor documentation issues were resolved.
  • shorter_interval() now don't have the inverse argument. Use longer_interval() instead.
  • shorter_duration() and longer_duration(), two functions that return the shorter and the longer duration between two hours, were introduced.
  • sjl_sc() and sjl_sc_rel(), two functions that allow the user to compute Jankowski's MCTQ sleep-corrected social jet lag, were introduced.

mctq 0.1.0

05 Nov 16:39
Compare
Choose a tag to compare
  • First CRAN release. 🎉
  • You can now install mctq with install.packages("mctq").
  • We decided to wait for a little while before releasing a 1.0.0 (stable) mctq version. We don't intend to make any breaking changes, but we think is better to wait and see if the user community don't have any issues with the features.