harrysouthworth / texmex

Extreme value modelling with R
7 stars 7 forks source link

Move to Rcpp for the compiled layer, plus a re-roxygenize #33

Closed pdmetcalfe closed 6 years ago

pdmetcalfe commented 6 years ago

This patch is largely noise caused by re-roxygenization. The core is switching the compiled code to Rcpp, largely to make it simpler for (potential) future work.

Also took the chance to update and enable-by-default some quick tests.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@440dd6e). Click here to learn what that means. The diff coverage is 58.1%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #33   +/-   ##
=========================================
  Coverage          ?   14.94%           
=========================================
  Files             ?       98           
  Lines             ?     4001           
  Branches          ?        0           
=========================================
  Hits              ?      598           
  Misses            ?     3403           
  Partials          ?        0
Impacted Files Coverage Δ
R/texmexFamily.R 0% <ø> (ø)
R/print.mexPrediction.R 0% <0%> (ø)
R/mexDependence.R 0% <0%> (ø)
R/plot.mexPrediction.R 0% <0%> (ø)
R/summary.predict.mex.R 0% <0%> (ø)
R/special_functions.R 100% <100%> (ø)
R/chi.R 27.69% <50%> (ø)
src/special_functions.cpp 61.53% <61.53%> (ø)
R/mspearman.R 21.91% <80%> (ø)

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 440dd6e...02651fa. Read the comment docs.