Message-ID: <CAC5XLNfmqGQ7=3YA8GwU9UDtD=YEMi6dAEuD1PsgtpQGuLmaMg@mail.gmail.com>
Date: 2015-10-19T12:11:59Z
From: Marcin Cieślik
Subject: [Bioc-devel] BiocGenerics attach when GenomicFeatures imported
Dear Bioc Developers,
I am developing a package that depends on GenomicFeatures which I am adding
to my package using Imports: and import(GenomicFeatures). However, when I
use the "genes" function the "BiocGenerics" package gets attached (I am not
adding BiocGenerics to my Depends:).
Am I missing something? Why would a package be non-explicitly attached?
Yours,
Marcin
A tiny hopefully reproducible example:
download package:
https://drive.google.com/open?id=0B_OomVx_ca5wcEVmR3JVMWp5YTA
R CMD INSTALL /mctp/users/mcieslik/attch_0.0.0.9000.tar.gz
from R:
library(attch)
att()
Attaching package: ?BiocGenerics?
The following objects are masked from ?package:parallel?:
....
[[alternative HTML version deleted]]