Skip to content
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

Congratulations to the article - questions #14

Open
nuest opened this issue Apr 22, 2022 · 2 comments
Open

Congratulations to the article - questions #14

nuest opened this issue Apr 22, 2022 · 2 comments

Comments

@nuest
Copy link

nuest commented Apr 22, 2022

Excellent work 😄

Comments and questions, I hope you don't mind me misusing the repo for that. Happy to take the conversation elsewhere if you prefer (email?).

  1. The installation of missing packages could also fail when you use an old R version today but CRAN does not have the package for that version, or you use a new R version and R only has it working for an older release. Did you consider using MRAN checkpoints matching the R version release window?
  2. Have you considered using R package that can parse R files for loaded packages? automagic and similar stuff?
  3. Why Python code to analyse R code - personal preference, or did you find that useful somehow?

(Might add more questions as I digest... again, cool work!)

@nuest nuest changed the title Congratulations to the article Congratulations to the article - questions Apr 22, 2022
@nuest
Copy link
Author

nuest commented Apr 22, 2022

Just found you on Twitter - happy to chat there, too!

@atrisovic
Copy link
Owner

Hi @nuest,

Thank you! And thank you for opening the issue! These are all good questions.

  1. So, for the first one, no we didn't use MRAN checkpoint and yeah, there were conflicts when installing the older libraries. We see this as both limitations of the analysis, but also limitations of R itself.
  2. Yeah, I considered using goodpractice and lintr (is that what you mean?), but couldn't add them seamleslly into the workflow in this analysis.
  3. Yeah, personal preference and my Python skills are better than R :))

I am happy to follow up - here or over the email also!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants