Package: keypress 1.3.2.9000
keypress: Wait for a Key Press in a Terminal
Wait for a single key press at the 'R' prompt. This works in terminals, but does not currently work in the 'Windows' 'GUI', the 'macOS' 'GUI' ('R.app'), in 'Emacs' 'ESS', in an 'Emacs' shell buffer or in 'R Studio'. In these cases 'keypress' stops with an error message.
Authors:
keypress_1.3.2.9000.tar.gz
keypress_1.3.2.9000.zip(r-4.7)keypress_1.3.2.9000.zip(r-4.6)keypress_1.3.2.9000.zip(r-4.5)
keypress_1.3.2.9000.tgz(r-4.6-x86_64)keypress_1.3.2.9000.tgz(r-4.6-arm64)keypress_1.3.2.9000.tgz(r-4.5-x86_64)keypress_1.3.2.9000.tgz(r-4.5-arm64)
keypress_1.3.2.9000.tar.gz(r-4.7-arm64)keypress_1.3.2.9000.tar.gz(r-4.7-x86_64)keypress_1.3.2.9000.tar.gz(r-4.6-arm64)keypress_1.3.2.9000.tar.gz(r-4.6-x86_64)
keypress_1.3.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
keypress/json (API)
NEWS
| # Install 'keypress' in R: |
| install.packages('keypress', repos = c('https://gaborcsardi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gaborcsardi/keypress/issues
Last updated from:63ae4f5725. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 102 | ||
| linux-devel-x86_64 | OK | 87 | ||
| source / vignettes | OK | 166 | ||
| linux-release-arm64 | OK | 103 | ||
| linux-release-x86_64 | OK | 94 | ||
| macos-release-arm64 | OK | 80 | ||
| macos-release-x86_64 | OK | 186 | ||
| macos-oldrel-arm64 | OK | 82 | ||
| macos-oldrel-x86_64 | OK | 169 | ||
| windows-devel | OK | 86 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 76 |
Exports:has_keypress_supportkeypresswithout_echo
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check if the current platform/terminal supports reading single keys. | has_keypress_support |
| Read a single keypress at the terminal | keypress |
| Call a function with echo suppressed | without_echo |
