ropensci / cyphr

:shipit: Humane encryption
https://docs.ropensci.org/cyphr
Other
93 stars 10 forks source link

reside-112: documentation and lint improvements #40

Closed richfitz closed 4 years ago

richfitz commented 4 years ago

Most critically, this removes stale docs about an option that does not exist. It also delints the package where it passes lintr::lint_package() - I'll see if I can configure codefactor (edit: codefactor would require at least a discussion with other ropensci folks so leaving for now)

codecov-io commented 4 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines         681    680    -1     
=====================================
- Hits          681    680    -1
Impacted Files Coverage Δ
R/data.R 100% <ø> (ø) :arrow_up:
R/encrypt_wrapper.R 100% <ø> (ø) :arrow_up:
R/util.R 100% <ø> (ø) :arrow_up:
R/openssl_keygen.R 100% <100%> (ø) :arrow_up:
R/sodium.R 100% <100%> (ø) :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 347ef22...f309e1b. Read the comment docs.

richfitz commented 4 years ago

nice spots thanks :pray: