Sha256: 9fc87ac25bce20bd3d4ce98fcdc93b22e7f8cc85f3a21f931cf6c1f77f8c795a

Contents?: true

Size: 202 Bytes

Versions: 1

Compression:

Stored size: 202 Bytes

Contents

# ensure vendor/R exists
for(d in c('vendor', 'vendor/R')) {
  dir.create(d, showWarnings=FALSE)
}

# use vendor/R for installing and loading packages
Sys.setenv(R_LIB="vendor/R")
.libPaths('vendor/R')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rundler-0.1.0 config/environment.R.example