obrl-soil / h3jsr

Access Uber's h3-js library via R and V8 - https://uber.github.io/h3/#/documentation/overview/use-cases
https://obrl-soil.github.io/h3jsr/
Other
67 stars 5 forks source link

Upkeep #11

Closed olivroy closed 9 months ago

olivroy commented 9 months ago

This PR deletes the docs directory as the website is deployed via gh pages.

It also refactors tests to make them a bit easier to run interactively.

In testthat, it works well to use brackets to encapsulate the code to test. https://r-pkgs.org/testing-basics.html#create-a-test

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9ee5b62) 98.82% compared to head (e031b1b) 98.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #11 +/- ## ======================================= Coverage 98.82% 98.82% ======================================= Files 9 9 Lines 679 679 ======================================= Hits 671 671 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

obrl-soil commented 9 months ago

Thanks for this, very helpful!