6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
|
## options for R
|
||
|
max_size = 5.0G
|
||
|
# important for R CMD INSTALL *.tar.gz as tarballs are expanded freshly -> fresh ctime
|
||
|
sloppiness = include_file_ctime
|
||
|
# also important as the (temp.) directory name will differ
|
||
|
hash_dir = false
|