gaborcsardi / secret

:closed_lock_with_key: Secure sharing of sensitive information in R packages
Other
102 stars 16 forks source link

Add a vignette and link documentation topics #8

Closed andrie closed 7 years ago

andrie commented 7 years ago

We now have a vignette, sharing most of the content of the README. To do this, I use knitr child documents.

I also updated the documentation, adding information that a vault no longer has to be part of a package. In addition, I added see also sections linking the help topics for vault, users and secrets.

codecov-io commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@89e0f01). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #8   +/-   ##
=========================================
  Coverage          ?   91.09%           
=========================================
  Files             ?        6           
  Lines             ?      191           
  Branches          ?        0           
=========================================
  Hits              ?      174           
  Misses            ?       17           
  Partials          ?        0
Impacted Files Coverage Δ
R/vault.R 95.65% <ø> (ø)
R/secrets.R 96.42% <ø> (ø)
R/users.R 75% <ø> (ø)

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 89e0f01...91f19ec. Read the comment docs.

andrie commented 7 years ago

Tests now pass on all platforms, including Travis!

andrie commented 7 years ago

Ping. Can you please perform a merge?

gaborcsardi commented 7 years ago

Yes, thanks much!