available icon indicating copy to clipboard operation
available copied to clipboard

Check if a package name is available to use

Results 16 available issues
Sort by recently updated
recently updated
newest added

Idea: subset package names and check for obscenity, in case two words combined = obscene word. Ie: `mapsextent` for "maps extent" could be re-read in a not-great way

feature

Adds a `github_locations()` function as suggested in #47, together with documentation. The `format.available_github()` internal function now reports the number of repositories. No offence taken if these enhancements are not wanted.

Most of the base R packages return `TRUE` for `available_on_cran()`. Feels like all of these should return `FALSE`. ``` r # # get base packages # installed.packages() |> # as.data.frame()...

bug