Philip Chase
Philip Chase
I started writing this yesterday as a hack of redcap_metadata_read before I found this issue. The working title of the draft function is `redcap_project_info_read`. Our use-case is to verify a...
Yes, the key-based authentication would be very nice. Do you accept PRs? We're not in a position to contribute now, but perhaps in a 4 months we might have cycles
So when is the mysql gem installed? I tried it your way, had some errors I had to stumble through, but ultimately received a complaint from passenger the mysql2 gem...
This is a good question. I too would like my redmine plugins to be installed via chef. I was unsure how to go about it as I am very new...
I really think the plugins should be separate from the redmine cookbook. Modularity is better. As to what a plugin needs to install, I've been testing RM plugins these past...
@BdR76, yes, I would love to see `rename_record` supported in REDCapR. Until that day, I offer this example of how to do it in the `redcapAPI` library. ```r library(tidyverse) library(redcapAPI)...
I would honor what the API does. If it omits the record_id, when the caller does not name it, honor that. As for what action to take, I think you...
> I think the real fix is to unambiguously determine the name of `record_id` if it's been renamed. I've posted this feature/question on Community: https://redcap.vanderbilt.edu/community/post.php?id=203859. > > This would prevent...
> @pbchase, does this address what you're suggesting > > https://ouhscbbmc.github.io/REDCapR/reference/redcap_read.html @wibeasley, yes, the `id_position` parameter will work fine.
@123andy, these scripts needs to run in the host context. One is making copies of the `rdc` folder. The other is rsyncing a developer's edits on module code to the...