Closed amatsuo closed 6 years ago
How about the quanteda approach, e.g. https://github.com/quanteda/quanteda/blob/6985cad27689306cae97c74b3e0fc9fc47eb1558/R/zzz.R#L7 ?
Merging #126 into master will increase coverage by
0.02%
. The diff coverage is100%
.
@@ 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.
Resolve issue #123 by removing
getOptions("readtext_verbosity")
in if clauses.