pramitghosh / sameSVD

(Self-)similarity and (self-)affinity measures for spatial vector data
https://pramitghosh.github.io/sameSVD/
MIT License
0 stars 0 forks source link

added draft code for self-affinity #6

Closed pramitghosh closed 4 years ago

pramitghosh commented 4 years ago

coverage test is not working with the following error

##[error]Error: package ‘remotes’ was installed before R 4.0.0: please re-install it

in section "Install dependencies" when trying to run

# install.packages(c("remotes"))
  remotes::install_deps(dependencies = TRUE)
  remotes::install_dev("covr")
codecov[bot] commented 4 years ago

Codecov Report

Merging #6 into master will decrease coverage by 4.14%. The diff coverage is 82.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   97.36%   93.22%   -4.15%     
==========================================
  Files           2        2              
  Lines          38       59      +21     
==========================================
+ Hits           37       55      +18     
- Misses          1        4       +3     
Impacted Files Coverage Δ
R/self.R 80.95% <66.66%> (-7.94%) :arrow_down:
R/self_utilities.R 100.00% <100.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 1ac8c8a...e65a56c. Read the comment docs.