quanteda / quanteda.textmodels

Text scaling and classification models for quanteda
42 stars 6 forks source link

Fix rdevel issues #43

Closed kbenoit closed 3 years ago

kbenoit commented 3 years ago

These relate to stricter URL standards in the R-devel tests - mostly https instead of http

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (3184e21) into master (9696037) will decrease coverage by 1.96%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   65.73%   63.77%   -1.97%     
==========================================
  Files          20       20              
  Lines        2653     2653              
==========================================
- Hits         1744     1692      -52     
- Misses        909      961      +52     
Impacted Files Coverage Δ
R/textmodel_affinity.R 77.20% <ø> (ø)
R/textmodel_ca.R 97.18% <ø> (ø)
R/textmodel_svm.R 91.66% <ø> (ø)
R/textmodel_wordfish.R 84.07% <ø> (ø)
R/textmodel_wordscores.R 84.80% <ø> (ø)
R/textplot_scale1d.R 55.93% <0.00%> (-44.07%) :arrow_down:

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 9696037...19867ea. Read the comment docs.