Running R and RStudio on Dropbox -


this question has answer here:

for collaborative project can install rstudio (and r itself) on shared dropbox folder, run script same location?

if yes, there special procedure should employed in setting up? have both r , rstudio installed on pc. collaborator need have r installed on computer work?

sounds there 2 separate aspects question:

  1. can share r & rstudio application/executables
  2. can share r scripts/project documents

regarding 1, share application/executables, follow portable rstudio approach @hrbrmstr. that's going require providing correct versions collaborator's os. if working 1 person, may find easier have them download , install rstudio on own computer.

if project requires installing custom libraries cran, make sure communicate collaborator, libraries you've installed won't installed them.

regarding 2, sharing r scripts , project documents straight forward. should able open these documents , execute them on own machine.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -