Package: jot 0.0.4
jot: Jot Down Values for Later
Reproducible work requires a record of where every statistic originated. When writing reports, some data is too big to load in the same environment and some statistics take a while to compute. This package offers a way to keep notes on statistics, simple functions, and small objects. Notepads can be locked to avoid accidental updates. Notepads keep track of who added the notes and when the notes were added. A simple text representation is used to allow for clear version histories.
Authors:
jot_0.0.4.tar.gz
jot_0.0.4.zip(r-4.5)jot_0.0.4.zip(r-4.4)jot_0.0.4.zip(r-4.3)
jot_0.0.4.tgz(r-4.4-any)jot_0.0.4.tgz(r-4.3-any)
jot_0.0.4.tar.gz(r-4.5-noble)jot_0.0.4.tar.gz(r-4.4-noble)
jot_0.0.4.tgz(r-4.4-emscripten)jot_0.0.4.tgz(r-4.3-emscripten)
jot.pdf |jot.html✨
jot/json (API)
NEWS
# Install 'jot' in R: |
install.packages('jot', repos = c('https://christopherkenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/christopherkenny/jot/issues
Last updated 2 years agofrom:aacac5461c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-win | OK | Oct 24 2024 |
R-4.5-linux | OK | Oct 24 2024 |
R-4.4-win | OK | Oct 24 2024 |
R-4.4-mac | OK | Oct 24 2024 |
R-4.3-win | OK | Oct 24 2024 |
R-4.3-mac | OK | Oct 24 2024 |
Exports:get_jot_userget_sys_timejotjot_activatejot_activejot_closejot_currentjot_deactivatejot_erasejot_listjot_lockjot_newjot_new_padjot_openjot_readjot_skimjot_unlockread_jotwrite_jot
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Get Current User | get_jot_user |
Get System Time as Integer | get_sys_time |
Jot Down a Note | jot write_jot |
Erase a Note | jot_erase |
List out names of values in a jot notepad | jot_list |
Lock or Unlock a jot Notepad | jot_lock jot_unlock |
Create new jot Notepad | jot_new jot_new_pad |
Open and Close jot Notepads | jot_activate jot_active jot_close jot_current jot_deactivate jot_open |
Read a jot notepad | jot_read read_jot |
Read in all values from a jot notepad | jot_skim |