christian
|
01ec0de76f
|
replace non ascii characters by unicode points
|
2021-08-10 20:18:23 +02:00 |
|
christian
|
b11289e093
|
replace Ü with unicode equivalent
|
2021-08-10 17:53:45 +02:00 |
|
christian
|
d91403f0c8
|
add gpl3 license
|
2021-08-10 17:34:18 +02:00 |
|
christian
|
12452df224
|
update man
|
2021-08-10 17:05:19 +02:00 |
|
christian
|
77f79f0d86
|
change spelling of greens fraction, fix parsing issue in comments table
|
2021-08-10 15:40:21 +02:00 |
|
christian
|
c80ec6259e
|
add additional parameter checks for analyze methods
|
2021-08-10 14:39:35 +02:00 |
|
christian
|
8e2a9bd399
|
refactor bar_plot_fractions and add error handling
|
2021-08-10 14:08:09 +02:00 |
|
christian
|
e038d86339
|
add check for valid structure of tables
|
2021-08-10 12:42:41 +02:00 |
|
christian
|
4093cb603c
|
add further checks for invalid records
|
2021-08-10 11:22:29 +02:00 |
|
christian
|
1152115a0f
|
add record existence checks in read_all
|
2021-08-09 18:38:56 +02:00 |
|
christian
|
4dbf90127a
|
remove unused name argument in word_usage_by_date
|
2021-08-09 17:08:37 +02:00 |
|
christian
|
2a9035e630
|
convert chr to date when reading from csv
|
2021-08-09 16:08:56 +02:00 |
|
christian
|
5490f9fed6
|
remove funwithdata, add some text, improve some fig heights
|
2021-08-09 16:08:33 +02:00 |
|
christian
|
4649658fa7
|
rename some columns to english
|
2021-08-09 15:31:20 +02:00 |
|
christian
|
b02ab91c31
|
Merge branch 'master' of gitea:christian/hateimparlament
|
2021-08-09 15:10:32 +02:00 |
|
christian
|
03f8ca0813
|
add implementation beamer slides
|
2021-08-09 15:10:23 +02:00 |
|
Leon Burgard
|
4d00f4d1b0
|
update README.md
|
2021-08-09 11:13:49 +02:00 |
|
Leon Burgard
|
545e5c9bab
|
add rotatelab to bar_plot_fractions
|
2021-08-09 11:00:14 +02:00 |
|
JosuaKugler
|
1db9e3f59a
|
add plots in genderequality and clean up hitlercomparison
|
2021-08-08 22:35:08 +02:00 |
|
Leon Burgard
|
1546f84d80
|
update README
|
2021-08-08 20:32:28 +02:00 |
|
JosuaKugler
|
0597f68694
|
change to bar_plot_fractions
|
2021-08-08 15:41:26 +02:00 |
|
Leon Burgard
|
d5f74c5bf3
|
organized vignettes
|
2021-08-08 00:49:26 +02:00 |
|
Leon Burgard
|
0f07b002e6
|
Improve genderequality
|
2021-08-08 00:16:05 +02:00 |
|
Leon Burgard
|
789bf57756
|
Analyse in genderequality
|
2021-08-07 23:38:15 +02:00 |
|
JosuaKugler
|
502dc45781
|
refactor again because of check complaining
|
2021-08-07 02:00:09 +02:00 |
|
JosuaKugler
|
4b3e85be62
|
adapting genderequality csv dir to new project structure
|
2021-08-07 01:40:37 +02:00 |
|
JosuaKugler
|
feed583fa9
|
Merge branch 'master' of https://git.flavigny.de/christian/hateimparlament
|
2021-08-07 01:36:06 +02:00 |
|
JosuaKugler
|
53fdb7530b
|
refactor project structure
|
2021-08-07 01:16:56 +02:00 |
|
JosuaKugler
|
bf30511678
|
add documentation to read_from_csv and write_to_csv
|
2021-08-07 00:37:23 +02:00 |
|
JosuaKugler
|
5e9f70627d
|
fix errors from refactoring and add documentation to all remaining functions in analyze.R
|
2021-08-07 00:31:56 +02:00 |
|
Leon Burgard
|
d5da636020
|
add documentations
|
2021-08-06 19:07:35 +02:00 |
|
Leon Burgard
|
1433159e09
|
create genderequality, add documentation read_from_csv
|
2021-08-05 13:44:19 +02:00 |
|
Leon Burgard
|
c22bc0b91b
|
add Documentation for write_to_csv
|
2021-08-04 16:47:06 +02:00 |
|
JosuaKugler
|
5f9343bf7f
|
Merge branch 'master' of https://git.flavigny.de/christian/hateimparlament
|
2021-08-03 18:28:59 +02:00 |
|
JosuaKugler
|
a0df02dbed
|
refactor fraktion -> fraction
|
2021-08-03 17:11:11 +02:00 |
|
JosuaKugler
|
7315dd8793
|
refactor rede -> speech, redner -> speaker
|
2021-08-03 17:05:07 +02:00 |
|
christian
|
5dc308c16e
|
generalize lookup_redner helper to allow lookup of names in arbitrary tables, add info text
|
2021-08-03 13:40:02 +02:00 |
|
christian
|
7771b2ebd8
|
add option to lookup redner in repair and fix fraction list to ensure repaired tables are fixpoints of repair(, repair_comments = FALSE)
|
2021-08-03 13:26:39 +02:00 |
|
christian
|
f91456116f
|
remove outdated example code
|
2021-08-03 12:48:32 +02:00 |
|
christian
|
64ede5c757
|
replace Ü with UE in colnames in applause, move check of empty directory to beginning in read_all
|
2021-08-03 12:48:01 +02:00 |
|
JosuaKugler
|
09f5e5da0d
|
adapt barplot syntax
|
2021-08-03 11:54:21 +02:00 |
|
christian
|
610982427a
|
fix index entry in hiltercomparison vignette
|
2021-08-03 11:33:36 +02:00 |
|
christian
|
e2caf1ff4e
|
improve bar plot fraktionen helper
|
2021-08-03 11:33:24 +02:00 |
|
JosuaKugler
|
354d18050b
|
adapt bar plot syntax, improve labels, improve fraction specific vocabulary selection
|
2021-08-03 00:33:50 +02:00 |
|
JosuaKugler
|
7dd136b869
|
flip plot direction and extend README
|
2021-08-02 23:26:08 +02:00 |
|
JosuaKugler
|
834a840734
|
Merge branch 'master' of https://git.flavigny.de/christian/hateimparlament
|
2021-08-02 22:36:33 +02:00 |
|
JosuaKugler
|
0a97674b51
|
add 10 most used specific words of fraktionen
|
2021-08-02 22:36:30 +02:00 |
|
JosuaKugler
|
ef29269d45
|
improve german word selection
|
2021-08-02 22:35:02 +02:00 |
|
christian
|
6e8e942030
|
Merge branch 'master' of gitea:christian/hateimparlament
|
2021-08-02 22:06:50 +02:00 |
|
christian
|
ccb0649cb9
|
fix funwithdata vignette, generalize bar plot helper
|
2021-08-02 22:06:34 +02:00 |
|