We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
better images
add console print width / wrapping section
Need space before closing parens
added shortcut for restarting R with ctrl-shift-F10 and a small intro clarifying how to edit keybindings.
typos
add scaffolding workflow
radian.complete_while_typing needs to be FALSE to send long function to radian
Created Eunoia Industry Technologies (rdoc)
Add auto select of httpgd to the .Rprofile`
ssue with radian, so that it does not respect the "r.bracketedPaste". I suggested the fix
Updated Home (markdown)
Projects development ai assistant
AI services pages
This page is web browser
This page is ai web browser
Created (PAGE_HEADER_PAGE) PHP (markdown)
Updated Installation: macOS (markdown)
Updated Code linting (markdown)
Format tweaks. Added link to issue with more expansive example.
Updated R Session watcher (markdown)
Created Prueba (markdown)
Updated Contributing (markdown)
Test: Code linting wiki rewrite, is the wiki editable?
Clearly point to config file
Added note about Rcpp include dirs
`"httpgd" %in% .packages(all.available = TRUE)` can easily take >10 seconds on systems with many packages and/or slow file systems; requireNamespace() is usually much more efficient, and also more robust.