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
RoxygenNote: 7.1.2
Imports: rstudioapi (>= 0.13), utils, sourcetools
Suggests: testthat (>= 3.0.0), withr, fs
NeedsCompilation: no
Packaged: 2022-08-28 22:08:47 UTC; cbaker
Author: Christopher Baker [aut, cre]
Maintainer: Christopher Baker <chriscrewbaker@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-05 08:30:05 UTC
Built: R 4.6.0; ; 2025-08-18 03:41:03 UTC; unix
