Hello,
I started using a package called GO.db which is part of bioconductor, along the way I needed to find out the source of the GO ontology used by GO.db.
As far as I an tell based on the package source, GO.db is relying on bioconductor to provide the GO data file? However, I have not been able to find the corresponding code in bioconductor install files etc. If you could point me to where this occurs I would be very grateful. It looks like the GO.db package is maintained by bioconductor...
many thanks,
marcin

And alternately you could do
> GO_dbInfo() name value 1 GOSOURCENAME Gene Ontology 2 GOSOURCEURL ftp://ftp.geneontology.org/pub/go/godatabase/archive/latest-lite/ 3 GOSOURCEDATE 2018-Mar28 4 Db type GODb 5 package AnnotationDbi 6 DBSCHEMA GO_DB 7 GOEGSOURCEDATE 2018-Apr4 8 GOEGSOURCENAME Entrez Gene 9 GOEGSOURCEURL ftp://ftp.ncbi.nlm.nih.gov/gene/DATA 10 DBSCHEMAVERSION 2.1Which tells you some other stuff, but is maybe too 'inside baseball' to be useful?