gadenbuie / shrtcts

Make Anything an RStudio Shortcut
https://pkg.garrickadenbuie.com/shrtcts/
Other
119 stars 4 forks source link

Only ask about creating a shrtcts file in `edit_shortcuts()` #20

Closed gadenbuie closed 2 years ago

gadenbuie commented 2 years ago

Fixes https://community.rstudio.com/t/error-in-utils-askyesno-msg-unrecognized-response-r-code/130157 and let people use their console like normal persons again.

It's kind of hilarious, but it's also really annoying and jarring and I'd just prefer if I could you know, use my R console like a normal person.

codecov-commenter commented 2 years ago

Codecov Report

Merging #20 (7e38036) into main (58d3887) will decrease coverage by 0.68%. The diff coverage is 53.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   65.00%   64.31%   -0.69%     
==========================================
  Files           8        8              
  Lines         260      269       +9     
==========================================
+ Hits          169      173       +4     
- Misses         91       96       +5     
Impacted Files Coverage Δ
R/add_shortcuts.R 26.53% <37.50%> (+0.34%) :arrow_up:
R/paths.R 60.71% <50.00%> (+1.45%) :arrow_up:
R/keyboard.R 96.29% <100.00%> (ø)
R/run.R 53.12% <100.00%> (+1.51%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 58d3887...7e38036. Read the comment docs.