Skip to content

Conversation

@jhollway
Copy link
Contributor

@jhollway jhollway commented Feb 26, 2025

Description

Package

  • Moved mreport() to {manydata}
  • Consolidated and renamed scripts internally

Coerce to

Coerce from

  • Renamed as.numeric() to as.double() to fix S3 dispatching
  • Separated extrema functions into min.mdate() and max.mdate() for summaries
    and vmin.mdate() and vmax.mdate() for vector coercion
  • Separated tendency functions into mean.mdate(), median.mdate(), and modal.mdate() for summaries
    and vmean.mdate(), vmedian.mdate(), and vmodal.mdate() for vector coercion
  • Vector coercion previously in random.mdate() now in vrandom.mdate()
  • Improved how coercion/resolution functions handle BCE dates

Manipulation

  • Fixed how precision() calculates precision

Checklist:

  • PR form
    • I have given this pull request an informative title
    • Description above itemizes changes under subtitles, e.g. "## Collection""
    • Any closed, fixed, or related issues are referenced and explained in the description above, e.g. "Fixed #0 by adding A"
    • Package builds on my OS without issues
  • PR checks all pass for latest commit
    • Package builds on Mac
    • Package builds on Windows
    • Package builds on Linux
    • CodeCov check: Package improves or maintains good test coverage
    • CodeFactor check: Package improves or maintains good style
  • Documentation
    • Any new or modified functions or data have roxygen style documentation in their .R scripts
    • Any longer functions are commented inline so that it is easier to debug in the future
    • PR description above and the NEWS.md file are aligned
    • DESCRIPTION file version is bumped by the appropriate increment (major, minor, patch)

@jhollway jhollway self-assigned this Feb 26, 2025
…min.mdate() and max.mdate() (pity pmin() etc are not S3 methods)
@jhollway jhollway changed the title Moved mreport to manydata v0.5.2 Mar 7, 2025
@jhollway jhollway merged commit 0acaaa0 into main Mar 7, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build error: Missing value in while (tries < max_tries && Sys.time() < deadline (httr2)

1 participant