R Program runs on my Rstudio Install but not on colleagues

Hi, I wrote a large complex R script that runs fine on my install of R studio but not on a colleagues.

We have checked all the libraries to ensure they are actually installed but that doesn't seem to help.

Is there a way of comparing the 2 installs to find what might be missing in my colleagues so we can get my code to run?

Thanks

Andrew

Try Introduction to renv • renv.

I would check:

  • R version
  • package version
  • os: Mac/win/Linux
  • input/output location (hard coded or flexible), is input data available

Maybe you could provide some error log.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.