-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
30 lines (25 loc) · 1.01 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#####################################################################
# Is git LFS required to run this repository?
#
# This normally remain "Yes", as this prevents inadvertently
# committing large data files
#####################################################################
git_lfs_required: No
#####################################################################
# Other required software
#####################################################################
ttmake_required: Yes
software_required:
r: Yes
stata: Yes
lyx: No
matlab: Yes
latex: No
#####################################################################
# Maximum allowed file sizes
#####################################################################
max_file_sizes:
file_MB_limit_lfs: 100 # Soft limit on file size (w/ LFS)
total_MB_limit_lfs: 500 # Soft limit on total size (w/ LFS)
file_MB_limit: 0.5 # Soft limit on file size (w/o LFS)
total_MB_limit: 100 # Soft limit on total size (w/o LFS)