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:Christopher T. Kenny [aut, cre]

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'))

Peer review:

Bug tracker:https://github.com/christopherkenny/jot/issues

On CRAN:

19 exports 1 stars 0.73 score 2 dependencies 186 downloads

Last updated 2 years agofrom:aacac5461c

Exports:get_jot_userget_sys_timejotjot_activatejot_activejot_closejot_currentjot_deactivatejot_erasejot_listjot_lockjot_newjot_new_padjot_openjot_readjot_skimjot_unlockread_jotwrite_jot

Dependencies:cliyaml

Readme and manuals

Help Manual

Help pageTopics
Get Current Userget_jot_user
Get System Time as Integerget_sys_time
Jot Down a Notejot write_jot
Erase a Notejot_erase
List out names of values in a jot notepadjot_list
Lock or Unlock a jot Notepadjot_lock jot_unlock
Create new jot Notepadjot_new jot_new_pad
Open and Close jot Notepadsjot_activate jot_active jot_close jot_current jot_deactivate jot_open
Read a jot notepadjot_read read_jot
Read in all values from a jot notepadjot_skim