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

Handle non-cran packages #47

Merged
merged 1 commit into from Jun 22, 2018
Merged

Handle non-cran packages #47

merged 1 commit into from Jun 22, 2018

Conversation

csgillespie
Copy link
Contributor

If a package doesn't exist in CRAN, just return NAs - don't break.

Fixes #43


package_list_metrics(c("dplyr", "dplyr2"))

now returns

 package  published                          title depends_count suggests_count
1   dplyr 2018-05-19 A Grammar of Data Manipulation             1             19
2  dplyr2       <NA>                           <NA>            NA             NA          NA
<snip>

@sfirke sfirke merged commit 00846df into sfirke:master Jun 22, 2018
@sfirke
Copy link
Owner

sfirke commented Jun 22, 2018

Looks great, thank you!

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