tmuxr

Manage tmux from R

OTHER License

Stars
52
tmuxr - tmuxr 0.2.5 Latest Release

Published by jeroenjanssens 6 months ago

  • Added support for tmux 3.4.
tmuxr - tmuxr 0.2.4

Published by jeroenjanssens over 4 years ago

  • Fixed that the temporary socket file would be deleted after testing.
tmuxr - tmuxr 0.2.3

Published by jeroenjanssens over 4 years ago

  • Ensured tests are being skipped when the tmux binary is not found (cf. Section 1.6 of "Writing R Extensions").
  • Made tests more robust by giving tmux more time to call external tools.
  • Marked all example code with \dontrun{}.
  • Added tmux versions 2.9a, 3.1a, and 3.1b to both Travis-CI and R-CMD-check on GitHub Actions.
tmuxr - tmuxr 0.2.2

Published by jeroenjanssens over 4 years ago

  • Added functions to change the size, layout, and style of sessions, windows, and panes.
  • Added many unit tests to ensure package works with tmux version 2.1 and up.
  • Replaced system2() calls with processx::run() for improved speed and stability.
  • Replaced id with name to identify sessions, windows, and panes.
  • Removed all but one dependency, namely {processx}.
  • Removed the notion of a prompt and all wait_*() and derivative send_*() functions. This will be part of {rexpect}.
  • Improved README and structure of reference.
tmuxr - tmuxr 0.1.0

Published by jeroenjanssens almost 7 years ago

First release on CRAN.

Badges
Extracted from project README
R-CMD-check Lifecycle: stable tmuxr demonstration