completeme icon indicating copy to clipboard operation
completeme copied to clipboard

fixes #6

Open ajwtech opened this issue 5 years ago • 5 comments

#6 This is a big change though. it replaced a couple helpers with a single function inFunction() that returns a list about what is happening in the buffer.

ajwtech avatar Apr 26 '19 20:04 ajwtech

@jimhester do you have some time for a 30 minute conversation? I would like to discuss this package.

ajwtech avatar May 29 '19 01:05 ajwtech

One of the reasons the last commit failed on TravisCI is a warning:

* checking Rd \usage sections ... WARNING
Undocumented arguments in documentation object 'helpers'
  ‘text’ ‘check.mode’ ‘add.fun’
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.

The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.

Could it be fixed?

GegznaV avatar Mar 22 '20 12:03 GegznaV

@ajwtech Does the solution provided in this PR work on your computer (it seems that it does not on mine)? Is the sollution complete?

GegznaV avatar Mar 22 '20 12:03 GegznaV

@GegznaV hey, ive been working on the one in my fork from this package. And it works fine I'm not getting that issue when building currently. Ive been adding to it as I can. And use it in some production packages. Jim started this as a proof of concept, i talked to him a bit about it a couple months ago at the conference. While he's still interested in this project it isn't his focus right now.

ajwtech avatar Mar 22 '20 13:03 ajwtech

When I install

remotes::install_github("ajwtech/completeme")

none of my custom autocompletions work at all. Even those that worked with

remotes::install_github("jimhester/completeme")

@ajwtech Did the usage of completeme functions change in your version of the package? Maybe i use a wong branch/fork? Could you provide a link to your package (or packages) in which the functionality of completeme works as expected?

GegznaV avatar Mar 24 '20 22:03 GegznaV