mlysy / rdoxygen

Create doxygen documentation for R package C++ code
GNU General Public License v2.0
17 stars 2 forks source link

Doxy vignettes #7

Closed mlysy closed 5 years ago

mlysy commented 5 years ago

Added testthat unit tests for doxy_vignette and checked that they pass on win-builder.

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will increase coverage by 47.74%. The diff coverage is 90.9%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #7       +/-   ##
===========================================
+ Coverage   40.41%   88.15%   +47.74%     
===========================================
  Files           2        2               
  Lines         146      152        +6     
===========================================
+ Hits           59      134       +75     
+ Misses         87       18       -69
Impacted Files Coverage Δ
R/utils.R 92.18% <100%> (+56.25%) :arrow_up:
R/doxygen_tools.R 85.22% <90%> (+41.32%) :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 28fcfab...5205c3a. Read the comment docs.

mlysy commented 5 years ago

doxy_vignette tested on win-builder. As far as I am concerned, rdoxygen_2.0.0 is ready to be posted on CRAN, but I'd like to make a few more edits to the Rcpp Gallery article :)