Bill Denney

Results 181 issues of Bill Denney

I am trying to write something that will use a session multiple times over relatively long times. When it is disconnected, I'd like to reconnect the session. But, when I...

When generating documentation of internal functions for a package where I am a secondary contributor, some of the functions start with a period (e.g. `.myfun()`). I think that there is...

documentation

I'm having trouble tracing down exactly where the problem is coming from here, but I know some examples that reproduce the problems. The procedure to reproduce the errors (as close...

bug
reporter :memo:

This is intended as a "Thank you for making the package!" Hopefully it is helpful. When looking at the bottom of entrez_search.r, I noticed a bit of what appeared to...

In my use case, I need to create a complex query that will likely require creating many smaller queries first and combining them with a web_history. (Specifically, I'm doing a...

I learned a bit more about web_history earlier tonight, and I learned how to use it in #163. As I was thinking about the argument, I think it would be...

This fixes #163. It causes `entrez_search()` to use HTTP POST instead of GET for all calls. This doesn't appear to have a downside, and all tests passed. I did not...

Thank you for the `rentrez` package! I'm currently using it to assist with a meta-analysis. Within that, I need to be able to track why articles are not included in...

The title really says the issue. This would apply for num2hex.

Since the default underlying data structure is a data.frame (or data table), when I subset my data, it loses all its attributes that .csvy provides. When generating the structure, could...

help wanted
question