The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

codewhere

The goal of codewhere is to help you find the location of the code associated with an R package.

Installation

You can install the development version of codewhere from GitHub with:

# install.packages("devtools")
devtools::install_github("thisisnic/codewhere")

Example

library(codewhere)
code_where("dplyr")
#> [1] "https://github.com/tidyverse/dplyr"
code_where("GenomeInfoDb", package_type = "bioc")
#> [1] "https://code.bioconductor.org/browse/GenomeInfoDb"

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.