Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read_pkg_guide #118

Merged
merged 2 commits into from Jan 17, 2022
Merged

Add read_pkg_guide #118

merged 2 commits into from Jan 17, 2022

Conversation

maelle
Copy link
Contributor

@maelle maelle commented Jan 7, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #118 (ed28651) into main (613ea5e) will increase coverage by 0.28%.
The diff coverage is 37.50%.

❗ Current head ed28651 differs from pull request most recent head fa3396a. Consider uploading reports for the commit fa3396a to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
+ Coverage   69.39%   69.67%   +0.28%     
==========================================
  Files          35       36       +1     
  Lines        2068     2074       +6     
==========================================
+ Hits         1435     1445      +10     
+ Misses        633      629       -4     
Impacted Files Coverage Δ
R/read-books.R 0.00% <0.00%> (ø)
R/info-ci.R 81.37% <100.00%> (+9.09%) ⬆️

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 b4ea0aa...fa3396a. Read the comment docs.

R/read-books.R Outdated
#'
#' @export
read_pkg_guide <- function(which = c("release", "dev")){
which <- rlang::arg_match(which, values = c("release", "dev"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no rlang here, so can you please revert to plain-old match.arg? Thanks

@mpadge mpadge merged commit 5abbce3 into main Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants