Package: ctrlvee Title: Extract External 'R' Code and Insert Inline Version: 0.1.0 Authors@R: person("VP", "Nagraj", email = "nagraj@nagraj.net", role = c("aut", "cre", "cph")) Description: An 'RStudio' and 'Positron' add-in that prompts the user for a web 'URL', fetches the page content, extracts 'R' code chunks, and inserts those code chunks into the active editor at the current cursor position. Supports extraction of raw 'Markdown' or 'Quarto' source files, 'GitHub' Gist and rendered 'HTML' pages that have markup elements with 'R'-related classes. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: rstudioapi, httr2, xml2, purrr, magrittr Suggests: testthat (>= 3.0.0), knitr, rmarkdown VignetteBuilder: knitr URL: https://github.com/vpnagraj/ctrlvee BugReports: https://github.com/vpnagraj/ctrlvee/issues Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://vpnagraj.r-universe.dev Date/Publication: 2026-04-22 00:11:53 UTC RemoteUrl: https://github.com/vpnagraj/ctrlvee RemoteRef: HEAD RemoteSha: 7844aaa9835b9b1cd9b301f0cbc9a8dde96eda6d NeedsCompilation: no Packaged: 2026-06-21 08:30:53 UTC; root Author: VP Nagraj [aut, cre, cph] Maintainer: VP Nagraj