-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screen_abstracts doesn't remember what's been screened? #26
Comments
Hi Tom, thanks for spotting this! I've been working on the screening apps a bit behind the scenes, but the updates aren't complete yet. Feel free to try the current GitHub version and see if that improves things; but I suspect it won't, so I'll try and look at this specific problem next week. |
Hi Martin, I started using revtools today and am new to R, so maybe I am just making some obvious mistakes... Sorry if that is the case, I don't want to waste your time! Here the full code: ` dat <- read_bibliography(system.file("SearchTest18-19.txt", package = "revtools")) dataAbstracts <- screen_abstracts(dat)# alternatively, I simply called screen_abstracts() because read_bibliography did not work for me at this point ` #Additionally, this line throws an error, but the file is definitly present in the working directory:
|
Hi! Sorry for the slow reply. I'm not sure I have all the answers to these problems yet, but here are some options. The import problem is easiest to fix - just remove the system.file command, i.e. re: saving back to the workspace - it probably isn't clear that for this to work, you need to click 'exit app' in the data tab. I've just pushed a change to the GitHub version to label this as 'Save to Workspace' instead, so that should be a bit clearer. If you exit the app by hitting 'escape' (my standard method) then no data are saved to the workspace at all. re: failing to save to file - that's really weird - I don't know why that's happening. I've fixed Thomas's issue (see above) in v0.4.1 but I'll have another look and see what I can find. BTW you don't need to install revtools from both CRAN and GitHub; you can just pick one. If you want to try the new changes I've mentioned stick with the GitHub version using I think that's all - let me know if I missed anything! |
Hi Martin — great package, thanks.
Correct me if I'm doing something silly, but
screen_abstracts()
doesn't seems to be picking up where I left off in the way thatscreen_titles()
does. Quick eg:The text was updated successfully, but these errors were encountered: