Package: hippie Title: Hippie Code Completion in 'RStudio' Version: 0.1.0 Authors@R: person("Christopher", "Baker", email = "chriscrewbaker@gmail.com", role = c("aut", "cre")) Description: An 'RStudio' Addin for Hippie Expand (AKA Hippie Code Completion or Cyclic Expand Word). This type of completion searches for matching tokens within the user's current source editor file, regardless of file type. By searching only within the current source file, 'hippie' offers a fast way to identify and insert completions that appear around the user's cursor. URL: https://github.com/crew102/hippie BugReports: https://github.com/crew102/hippie/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Imports: rstudioapi (>= 0.13), utils, sourcetools Suggests: testthat (>= 3.0.0), withr, fs Repository: https://crew102.r-universe.dev Date/Publication: 2024-09-02 15:05:44 UTC RemoteUrl: https://github.com/crew102/hippie RemoteRef: HEAD RemoteSha: b76bed0863b8e06287fbdec925ad0ebd860960dc NeedsCompilation: no Packaged: 2026-07-04 19:41:02 UTC; root Author: Christopher Baker [aut, cre] Maintainer: Christopher Baker