quanteda / readtext

an R package for reading text files
https://readtext.quanteda.io
120 stars 28 forks source link

Issue 123 #126

Closed amatsuo closed 6 years ago

amatsuo commented 6 years ago

Resolve issue #123 by removing getOptions("readtext_verbosity") in if clauses.

kbenoit commented 6 years ago

How about the quanteda approach, e.g. https://github.com/quanteda/quanteda/blob/6985cad27689306cae97c74b3e0fc9fc47eb1558/R/zzz.R#L7 ?

codecov-io commented 6 years ago

Codecov Report

Merging #126 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   85.22%   85.25%   +0.02%     
==========================================
  Files           7        7              
  Lines         501      502       +1     
==========================================
+ Hits          427      428       +1     
  Misses         74       74
Impacted Files Coverage Δ
R/readtext.R 85.14% <ø> (ø) :arrow_up:
R/encoding.R 67.85% <100%> (+0.58%) :arrow_up:
R/utils.R 96.62% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a3283d1...829be8b. Read the comment docs.