rkillick / changepoint

A place for the development version of the changepoint package on CRAN.
127 stars 33 forks source link

Improve CRAN - Github - RStudio interaction #64

Closed longr closed 2 years ago

longr commented 3 years ago

Added .gitignore to deal with files git needs to ignore. Added .Rbuildignore to do similar things especially for the CRAN build and then added a changepoint.Rproj to allow for a more reproducible local environment.

codecov[bot] commented 3 years ago

Codecov Report

Merging #64 (2a7759b) into master (cb6f125) will decrease coverage by 3.09%. The diff coverage is 41.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   55.22%   52.13%   -3.10%     
==========================================
  Files          23       20       -3     
  Lines        2142     1784     -358     
==========================================
- Hits         1183      930     -253     
+ Misses        959      854     -105     
Impacted Files Coverage Δ
R/data_input.R 90.00% <ø> (ø)
R/exp.R 50.54% <0.00%> (ø)
R/gamma.R 41.37% <0.00%> (ø)
R/multiple.norm.R 77.41% <0.00%> (ø)
R/poisson.R 4.54% <0.00%> (ø)
R/zzz.R 100.00% <ø> (ø)
src/changepoint_init.c 100.00% <ø> (ø)
R/cpt.class.R 31.98% <32.16%> (-3.09%) :arrow_down:
R/single.norm.R 56.34% <50.00%> (ø)
R/PELT_one_func_minseglen.R 89.47% <75.00%> (-3.12%) :arrow_down:
... and 4 more

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 25326f6...2a7759b. Read the comment docs.