-
Notifications
You must be signed in to change notification settings - Fork 36
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
This reverts commit 5f1d277.
- Loading branch information
Showing
50 changed files
with
608 additions
and
990 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
*.lyx.emergency | ||
*.Rhistory | ||
*.Rapp.history | ||
*Rplots.pdf | ||
*.DS_Store | ||
*.aux | ||
*.fls | ||
|
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 was deleted.
Oops, something went wrong.
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,17 @@ | ||
# Each line of instruction in this `externals.txt` file should contain a destination and source delimited by a `|`. | ||
# Lines beginning with # are ignored. | ||
# | ||
# For example, suppose your `externals.txt` file contains the following lines of text: | ||
# > destination | source | ||
# | ||
# Now suppose you run the following line of code: | ||
# > link_externals(paths, ['externals.txt']) | ||
# | ||
# This will create a link in `paths['external_dir']` named `destination` that links to `source`. | ||
# | ||
# Alternative, suppose you run the following line of code: | ||
# > copy_externals(paths, ['externals.txt']) | ||
# | ||
# This will create a file in `paths['eternal_dir']` named `destination` that is a copy of `source`. | ||
|
||
# Destination | Source |
File renamed without changes.
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 |
---|---|---|
@@ -1,13 +1,16 @@ | ||
-------------------------------------------------------------------------------- | ||
Makelog started: 2019-07-29 17:06:01 | ||
Makelog started: 2019-05-08 12:19:30 | ||
Working directory: /Users/zong/template/analysis | ||
-------------------------------------------------------------------------------- | ||
Input links successfully created! | ||
External links successfully created! | ||
Source logs successfully written! | ||
WARNING! The following target files have been modified according to git status: | ||
/Users/zong/template/data/output/data_graph.csv | ||
/Users/zong/template/data/output/data_table.csv | ||
Executing command: `python "/Users/zong/template/analysis/code/descriptive.py" ` | ||
Output logs successfully written! | ||
-------------------------------------------------------------------------------- | ||
Makelog ended: 2019-07-29 17:06:04 | ||
Makelog ended: 2019-05-08 12:19:33 | ||
Working directory: /Users/zong/template/analysis | ||
-------------------------------------------------------------------------------- |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
file name | last modified | file size | ||
/Users/zong/template/analysis/output/plot.eps | 2019-07-30 00:06:03 | 13305 | ||
/Users/zong/template/analysis/output/tables.txt | 2019-07-30 00:06:04 | 40 | ||
file name last modified file size | ||
/Users/zong/template/analysis/output/plot.eps 2019-05-08 19:19:32 13305 | ||
/Users/zong/template/analysis/output/tables.txt 2019-05-08 19:19:33 40 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
file name | last modified | file size | ||
/Users/zong/template/data/output/data_graph.csv | 2019-07-30 00:06:00 | 2044452 | ||
/Users/zong/template/data/output/data_table.csv | 2019-07-30 00:05:59 | 2044448 | ||
file name last modified file size | ||
/Users/zong/template/data/output/data_graph.csv 2019-05-08 19:17:55 2044452 | ||
/Users/zong/template/data/output/data_table.csv 2019-05-08 19:17:54 2044448 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,17 @@ | ||
# Each line of instruction in this `externals.txt` file should contain a destination and source delimited by a `|`. | ||
# Lines beginning with # are ignored. | ||
# | ||
# For example, suppose your `externals.txt` file contains the following lines of text: | ||
# > destination | source | ||
# | ||
# Now suppose you run the following line of code: | ||
# > link_externals(paths, ['externals.txt']) | ||
# | ||
# This will create a link in `paths['external_dir']` named `destination` that links to `source`. | ||
# | ||
# Alternative, suppose you run the following line of code: | ||
# > copy_externals(paths, ['externals.txt']) | ||
# | ||
# This will create a file in `paths['eternal_dir']` named `destination` that is a copy of `source`. | ||
|
||
# Destination | Source |
File renamed without changes.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
file name | last modified | file size | ||
/Users/zong/template/data/output/data_graph.csv | 2019-07-30 00:06:00 | 2044452 | ||
/Users/zong/template/data/output/data_table.csv | 2019-07-30 00:05:59 | 2044448 | ||
file name last modified file size | ||
/Users/zong/template/data/output/data_graph.csv 2019-05-08 19:17:55 2044452 | ||
/Users/zong/template/data/output/data_table.csv 2019-05-08 19:17:54 2044448 |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
file name | last modified | file size | ||
/Users/zong/template/raw/data.csv | 2019-07-12 17:24:17 | 1988897 | ||
file name last modified file size | ||
/Users/zong/template/raw/data.csv 2019-05-07 19:45:55 1988897 |
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
Oops, something went wrong.