Package: atcursor 0.0.2
atcursor: Get the current word or selection at cursor
Get the current word or selection at cursor using the {rstudioapi}. Works in VSCode and RStudio.
Authors:
atcursor_0.0.2.tar.gz
atcursor_0.0.2.zip(r-4.5)atcursor_0.0.2.zip(r-4.4)atcursor_0.0.2.zip(r-4.3)
atcursor_0.0.2.tgz(r-4.4-any)atcursor_0.0.2.tgz(r-4.3-any)
atcursor_0.0.2.tar.gz(r-4.5-noble)atcursor_0.0.2.tar.gz(r-4.4-noble)
atcursor_0.0.2.tgz(r-4.4-emscripten)atcursor_0.0.2.tgz(r-4.3-emscripten)
atcursor.pdf |atcursor.html✨
atcursor/json (API)
# Install 'atcursor' in R: |
install.packages('atcursor', repos = c('https://milesmcbain.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/milesmcbain/atcursor/issues
Last updated 2 years agofrom:52445666e6 (on main). Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | NOTE | Oct 27 2024 |
R-4.5-linux | NOTE | Oct 27 2024 |
R-4.4-win | NOTE | Oct 27 2024 |
R-4.4-mac | NOTE | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Exports:get_cursor_colget_cursor_lineget_word_or_selection
Dependencies:rstudioapi
Readme and manuals
Help Manual
Help page | Topics |
---|---|
get the column the cursor is on from a selection | get_cursor_col |
get the line the cursor is on | get_cursor_line |
Get word or selection at cursor | get_word_or_selection |