-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to replicate results in openjournals/joss-reviews#6366 article proof #7
Comments
@ifoxfoot thanks for reaching out, as well as for your helpful notes on the paper itself, which I'll reply to as soon as possible. I was just able to run those commands successfully on my Macbook, with If the later commands (species_profile and species_profile_plot) are giving errors as well, then something has likely gone wrong at the downloading step. We've worked hard to make our functions robust against interruptions, but it's totally possible something has slipped. I'll do some more digging. Again, thank you for your work! |
Hi @equitable-equations I'm also testing it on my work computer which has some restrictions--I don't have admin status. I can try it on my personal computer with a more updated R version soon. That could also be the issue. Thank you for your prompt reply! |
Another thing is that we intentionally chose a large and popular FQA database when writing this paper, which has the side effect of making the code slower and the outputs very large. In other words, we weren't really thinking about readers copy/pasting our code. We could consider using a smaller example which would run more reliably on older systems. |
Update: I mistyped in my orignal issue. I get a large list from the line I ran the code with no internet interruptions and it worked on the same system so that is good. Then I ran it again and interrupted the connection by disconnecting and connecting to the internet. The console looks like this
Again I was able to download a large list with 309 elements. It looks like a successful download but it must not be. then when I run the next line of code I get
Also So I think the issue is that when the download function has a lapse in internet connection it cannot recover. It's not a huge issue so I will continue with the review. Thanks! |
Ok, great. I'm adding this to my to-do list for the next update. Thanks! |
FYI it worked like a charm on my side 👍 |
I've re-tested everything carefully and things appear to be ok. I'm closing this issue. |
openjournals/joss-reviews/issues/6366
Hello. I am able to install the
fqar
package both via github and CRAN. I believe I am using the package downloaded from CRAN (they both have the same version number so I can't tell).I am able to run the code
chicago_invs <- assessment_list_inventory(chicago_fqas)
which returns a large list with 309 elements.However, when I run the next line of code
chicago_cooccurrence <- assessment_cooccurrences(chicago_invs)
I get a dataframe with 0 observations and 9 variables.All of the rest of the code in the article proof gives errors.
My internet is not the greatest and it did cut out twice during the download of the Chicago fqas. Also my R version is a little behind. See session info below. Let me know if that could be the issue? Thanks!
The text was updated successfully, but these errors were encountered: