baumer-lab / wikitablr

Simple Reader for Wikipedia Tables
Other
0 stars 0 forks source link

tests failing #13

Open beanumber opened 4 years ago

beanumber commented 4 years ago

I see:

test-cleaners.R:44: failure: clean_wiki_names works
ncol(tables_clean[[12]]) is not strictly less than ncol(tables[[12]]). Difference: 0

test-cleaners.R:93: failure: clean_wiki_names works
`%>%`(...) isn't true.

test-cleaners.R:103: failure: clean_wiki_names works
`%>%`(...) isn't true.

test-cleaners.R:112: failure: clean_wiki_names works
`.` inherits from `character` not `Date`.

test-cleaners.R:122: skip: clean_wiki_names works
Reason: bug in remove_footnotes

test-cleaners.R:158: skip: old cleaners work
Reason: Skipping old and possibly meaningless cleaner tests

Can you look into this @niannucci and @rporta23 ?