Time units in progress messages

Open
#7,772 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
58/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
r

Research direction

Locate the progress-message implementation used by long by loops and inspect where elapsed time and ETA are formatted. Update the display to use a more readable minutes, hours, or clock-style representation, then verify that changing values remain clear in the constantly updating message.

Written by the indexing model from the issue text.

Description

beginner-task

I like the progress messages for long by loops, but "Time elapsed" and "ETA" are always shown in seconds, as in Time elapsed: 458s. ETA: 2526s. I'm used to thinking in minutes, hours, and days, not thousands of seconds, so I'd rather see something like ETA: 42:05 or ETA: 42 min. Quick readability is more important than precision for a constantly changing progress message.

Dominant language
R
Stars
3.9k
Forks
1.1k
Avg merge
14h 4m
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Rdatatable/data.table

All issues in Rdatatable/data.table

Similar issues

More R issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.