CambridgeCentreForProteomics / camprotR

https://cambridgecentreforproteomics.github.io/camprotR/
MIT License
4 stars 0 forks source link

remove deps #17

Closed csdaw closed 3 years ago

csdaw commented 3 years ago

By removing stringi as a recursive dependency, the total Travis build time is reduced from ~1 h to ~10 min. Also reducing camprotR dependencies to a minimum is probably a good idea in general.

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (07d8b68) into master (6e425e5) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   44.09%   44.09%           
=======================================
  Files          21       21           
  Lines         889      889           
=======================================
  Hits          392      392           
  Misses        497      497           
Impacted Files Coverage Δ
R/estimate_incorporation.R 0.00% <0.00%> (ø)
R/tmt_qc_plots.R 14.40% <0.00%> (ø)

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 6e425e5...07d8b68. Read the comment docs.

TomSmithCGAT commented 3 years ago

Thanks @csdaw! Yes, removing dependencies is definitely a good idea. Feel free to merge if it's ready.