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

FAQ as a vignette #26

Closed
chainsawriot opened this issue Feb 8, 2023 · 4 comments
Closed

FAQ as a vignette #26

chainsawriot opened this issue Feb 8, 2023 · 4 comments

Comments

@chainsawriot
Copy link
Collaborator

chainsawriot commented Feb 8, 2023

Collecting possible questions about rang in this issue

  1. Dry-running
  2. Scanning a project for R packages (renv::dependencies)
  3. Why is the R script generated by dockerize and export_rang so strange/unidiomatic/inefficient/did you guys read fortunes::fortune("answer is parse")? (Because we optimize for backward compatibility)
  4. Why doesn't rang support R < 2.1.0? (Because installing source package from within R was introduced in R 2.1.0. Before that one need(s/ed) to install with R CMD INSTALL. But we are working on supporting R in the 1.x series.)
  5. How should I back up a generated container to ensure maximum reproducibily?
  6. How can I access the shell instead of R of the container?
  7. How is this different to package x? (pkgdepends, groundhog, checkpoint, renv, remotes, Require, containerit, pak, miniCRAN...)
  8. What are the caveats of using rang?
@chainsawriot
Copy link
Collaborator Author

  1. [v0.1.0rc] Why gran uses devtools instead of remotes? (Because devtools::install_github was introduced in 2011)

@chainsawriot
Copy link
Collaborator Author

  1. Why the R script generated by dockerize and export_granlist so strange/unidiomatic? (Because that's for backward compatibility)

@chainsawriot
Copy link
Collaborator Author

chainsawriot commented Feb 9, 2023

  1. Why gran doesn't support R < 2.1.0? (Because installing source package from within R was introduced in R 2.1.0. Before that one need(s/ed) to install with R CMD INSTALL. But we are working on supporting R in the 1.x series.)

@schochastics
Copy link
Member

How is this different to package x? probably need a sentence or two for all packages in #1

chainsawriot added a commit that referenced this issue Feb 15, 2023
chainsawriot added a commit that referenced this issue Feb 15, 2023
* Add FAQ #26

* Fix FAQ as per review [no CI]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants