-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from worldbank/r-training-Nov-2020
R training nov 2020
- Loading branch information
Showing
128 changed files
with
30,437 additions
and
47,848 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 |
---|---|---|
@@ -1,23 +1,55 @@ | ||
*Data/* | ||
*.do | ||
*.Rhistory | ||
*.xlsx | ||
*.log | ||
*.out | ||
*.snm | ||
*.nav | ||
*.toc | ||
*.md | ||
*.vrb | ||
*.aux | ||
*.png | ||
*.DS_Store | ||
*.csv | ||
*.dbf | ||
*.cpg | ||
*.prj | ||
*.shp | ||
|
||
!Presentations/img/* | ||
######################################################################## | ||
# | ||
# Based on DIME .gitignore template. Follow the instructions in the URL | ||
# below to set up this template in your own repository | ||
# https://github.com/worldbank/dime-github-trainings/tree/master/GitHub-resources/DIME-GitHub-Templates | ||
# | ||
# Note that if you are using GitKraken, you need to use version 5.x or more | ||
# recent for this template to work properly | ||
# | ||
######################################################################## | ||
|
||
####################### | ||
# Start by ignoring everything, and below we are explicitly saying | ||
# what to not ignore | ||
* | ||
|
||
####################### | ||
# List of files with GitHub functionality anywhere in the repo | ||
# that we do not want to ignore | ||
|
||
# These files include GitHub settings | ||
!.gitignore | ||
!.gitattributes | ||
|
||
# Keep markdown files used for documentation on GitHub | ||
!README.md | ||
!CONTRIBUTING.md | ||
!LICENSE* | ||
|
||
####################### | ||
# For performance reasons, if a folder is already ignored, then | ||
# GitHub does not check the content for that folder for matches | ||
# with additional rules. The line below includes folder in the | ||
# top folder (but not their content), so that anything matching | ||
# the rules below will still not be ignored. | ||
!*/ | ||
|
||
####################### | ||
# The following file types are code that should always be | ||
# included no matter where in the repository folder they are | ||
# located unless you explicitly ignore that folder | ||
|
||
# R | ||
!/**/*.R | ||
!/**/*.Rmd | ||
!/**/*.Rproj | ||
|
||
# CSS and other libraries for presentations | ||
!/**/*.css | ||
!/**/*.js | ||
!Presentations/img/** | ||
!Presentations/libs/**/** | ||
|
||
# Markdown | ||
!/**/*.md |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
7,351 changes: 0 additions & 7,351 deletions
7,351
DataWork/DataSets/Raw/UN stats yearbook/T02_Pop.csv
This file was deleted.
Oops, something went wrong.
1,862 changes: 0 additions & 1,862 deletions
1,862
DataWork/DataSets/Raw/UN stats yearbook/T05_parliament.csv
This file was deleted.
Oops, something went wrong.
8,164 changes: 0 additions & 8,164 deletions
8,164
DataWork/DataSets/Raw/UN stats yearbook/T07_Education.csv
This file was deleted.
Oops, something went wrong.
4,097 changes: 0 additions & 4,097 deletions
4,097
DataWork/DataSets/Raw/UN stats yearbook/T08_Teachers.csv
This file was deleted.
Oops, something went wrong.
3,758 changes: 0 additions & 3,758 deletions
3,758
DataWork/DataSets/Raw/UN stats yearbook/T10_Health_Personnel.csv
This file was deleted.
Oops, something went wrong.
2,226 changes: 0 additions & 2,226 deletions
2,226
DataWork/DataSets/Raw/UN stats yearbook/T11_HealthExpend.csv
This file was deleted.
Oops, something went wrong.
3,395 changes: 0 additions & 3,395 deletions
3,395
DataWork/DataSets/Raw/UN stats yearbook/T12_Crime.csv
This file was deleted.
Oops, something went wrong.
1,869 changes: 0 additions & 1,869 deletions
1,869
DataWork/DataSets/Raw/UN stats yearbook/T13_Gdp.csv
This file was deleted.
Oops, something went wrong.
5,533 changes: 0 additions & 5,533 deletions
5,533
DataWork/DataSets/Raw/UN stats yearbook/T17_Unemployme.csv
This file was deleted.
Oops, something went wrong.
1,556 changes: 0 additions & 1,556 deletions
1,556
DataWork/DataSets/Raw/UN stats yearbook/T29_Internet.csv
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.