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

Bad cran_package_history() result for non-existent packages #88

Closed
gaborcsardi opened this issue Dec 11, 2019 · 0 comments
Closed

Bad cran_package_history() result for non-existent packages #88

gaborcsardi opened this issue Dec 11, 2019 · 0 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@gaborcsardi
Copy link
Contributor

pkgsearch::cran_package_history("ccccccccccccc")
#> # A tibble: 7 x 16
#>   Package Version Date  Title Author Maintainer Description Note  License
#> * <chr>   <chr>   <chr> <chr> <chr>  <chr>      <chr>       <chr> <chr>  
#> 1 cccd    1.00.02 2010… Clas… David… David J. … Class Cove… Dist… GPL (>…
#> 2 cccd    1.00.05 2010… Clas… David… David J. … Class Cove… Dist… GPL (>…
#> 3 cccd    1.01    2012… Clas… David… David J. … Class Cove… <NA>  GPL (>…
#> 4 cccd    1.02    2012… Clas… David… David J. … Class Cove… <NA>  GPL (>…
#> 5 cccd    1.03    2013… Clas… David… David J. … Class Cove… <NA>  GPL (>…
#> 6 cccd    1.04    2013… Clas… David… David J. … Class Cove… <NA>  GPL (>…
#> 7 cccd    1.5     2015… Clas… David… David J. … "Class Cov… <NA>  GPL (>…
#> # … with 7 more variables: Packaged <chr>, Repository <chr>,
#> #   `Date/Publication` <chr>, crandb_file_date <chr>, date <chr>,
#> #   dependencies <list>, NeedsCompilation <chr>

Created on 2019-12-11 by the reprex package (v0.3.0)

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant