/usr/lib/R/site-library/biomaRt/NAMESPACE is in r-bioc-biomart 2.18.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | import(methods)
import(RCurl,XML)
importFrom(utils, edit, head, read.table)
#for some reason RCurl needs to have findHTTPHeaderEncoding exported -
#remove it from the exports if this ever gets fixed
export(listMarts, getGene, getSequence, exportFASTA, useMart, listDatasets, useDataset, listAttributes, listFilters, getBM, getXML,getLDS, attributePages, filterOptions,filterType, getBMlist, NP2009code)
exportClasses(Mart)
exportMethods("show")
|