The goal of timer is to be a Shiny application to help you record time spent on projects.
You can install the development version of timer from GitHub with:
# install.packages("pak")
pak::pak("craig-parylo/timer")
This app is still under development and is not yet ready for regular use. Available features include:
Time your work{timer}
helps you track work time.
Select a project and click the Start button to begin timing. Click Stop timer when you finish - the session will be saved to your activity.
See your weekly activity in a calendar formatSee recorded timers in a calendar view that shows each timed session’s duration and colour-codes sessions by project.
Use the navigation buttons to browse previous weeks or jump back to today.
See your raw data entriesView your activity as a table of entries.
Use the sidebar control to switch the timeframe: Today, Yesterday, This week, Last week or All time.
You’re in control of your data with local SQL storageYour data stays on your device. All information you enter is stored locally in a SQLite database - nothing is shared.