-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #95 switch to scons 3 * .#96 update to new builders and config and rerun * #96 drop _ before anything builder * #98 #96 rerun with new builders * #98 #96 typo in README * #98 #96 better advertise package dependencies in config scripts * #98 #96 mention reset config_user in README FAQ
- Loading branch information
Showing
34 changed files
with
612 additions
and
791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
|
||
___ ____ ____ ____ ____ (R) | ||
/__ / ____/ / ____/ | ||
___/ / /___/ / /___/ 15.1 Copyright 1985-2017 StataCorp LLC | ||
Statistics/Data Analysis StataCorp | ||
4905 Lakeway Drive | ||
MP - Parallel Edition College Station, Texas 77845 USA | ||
800-STATA-PC http://www.stata.com | ||
979-696-4600 stata@stata.com | ||
979-696-4601 (fax) | ||
|
||
Unlimited-user 4-core Stata network license expires 21 Jul 2018: | ||
Serial number: 501509201134 | ||
Licensed to: Economics | ||
Stanford University | ||
|
||
Notes: | ||
1. Stata is running in batch mode. | ||
2. Unicode is supported; see help unicode_advice. | ||
3. More than 2 billion observations are allowed; see help obs_advice. | ||
4. Maximum number of variables is set to 5000; see help set_maxvar. | ||
|
||
|
||
running /Applications/Stata/profile.do ... | ||
|
||
. do "source/prepare_data/create_data.do" | ||
|
||
. version 14 | ||
|
||
. set more off | ||
|
||
. preliminaries | ||
|
||
. | ||
. program main | ||
1. yaml read YAML using config_global.yaml | ||
2. yaml global build = YAML.build.prepare_data | ||
3. | ||
. set obs 300000 | ||
4. gen x = _n | ||
5. export delimited "$build/data.txt", delimiter("|") replace | ||
6. end | ||
|
||
. | ||
. * EXECUTE | ||
. main | ||
yaml_read error: level = 3 but previous level was 1 (prepare_data: build/prepare_data) | ||
invalid syntax | ||
r(100); | ||
|
||
end of do-file | ||
r(100); |
Oops, something went wrong.