OHDSI/gaiaCore

Document steps for setting up R environment

Open

#7 opened on Sep 16, 2022

 (1 comment) (0 reactions) (0 assignees)Java (3 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Certain steps must be taken when setting up the R environment to download/upload/import sizeable geospatial data down from the original source, up to the postGIS database, and then back down to the users machine.

Some steps for setting up:

  • change the java heap size that is allowed
  • change the R system variable for memory allocation
  • increase timeout from 60 to ~600

Could there be a utility function user runs to make all these changes?

Contributor guide