You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Following a presubmission enquiry to rOpenSci, I wanted to get in touch with you to make you aware of medrixvr, a new package I have been working on to help users search a daily snapshot of the medRxiv preprint repository using regular expressions and Boolean logic, and then download the full text PDFs of relevant records. It seems like medrixvr could be a useful additional data source in the fulltext package, based on the existing inclusion of the biorxivr package - would you be interested in incorporating it in the future?
If it is of interest, @annakrystalli also reccommend checking to see if there is anything I should be considering at this point (i.e. before submission to the rOpenSci peer review process) to ensure compatability of medrxivr with fulltext?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
would you be interested in incorporating it in the future?
possibly, probably. i can't say for sure because e.g,. with biorxivr i did use that package in fulltext at one piont, but since have removed it and implemented biorxiv search within fulltext itself. reasons for not using a package here include if the package does not work reliably, or the interface for me to hook into it in fullltext is too difficult to work with.
most likely ways to tie your pkg in here would be for the functions ft_search (search for articles) and ft_get (download full text articles)
in terms of what you could consider:
ft_search: if there's any pagination that can be done by the user in your search functionality I'd need to be able to let fulltext users control those parameters.
ideally you'd allow users to pass in curl options for any http requests - and then here in fulltext I can let users pass curl options down to your package
ft_get: for downloading files, i'd prefer a http package, e.g, crul rather than using download.file, that way http request errors have proper error handling
Hello!
Following a presubmission enquiry to rOpenSci, I wanted to get in touch with you to make you aware of
medrixvr
, a new package I have been working on to help users search a daily snapshot of the medRxiv preprint repository using regular expressions and Boolean logic, and then download the full text PDFs of relevant records. It seems likemedrixvr
could be a useful additional data source in thefulltext
package, based on the existing inclusion of thebiorxivr
package - would you be interested in incorporating it in the future?If it is of interest, @annakrystalli also reccommend checking to see if there is anything I should be considering at this point (i.e. before submission to the rOpenSci peer review process) to ensure compatability of
medrxivr
withfulltext
?Thanks in advance!
The text was updated successfully, but these errors were encountered: