Hi All, I'm getting the following warning message: missing link(s): eSet-class VersionedBiobase-class Versioned-class on Windows machines, but I can't reproce that on *NIX systems (on which my package checks fine). Could someone give me a hint on how to solve this? thanks, b
[Bioc-devel] Missing links warnings
4 messages · Benilton Carvalho, Seth Falcon
Benilton Carvalho <bcarvalh at jhsph.edu> writes:
Hi All, I'm getting the following warning message: missing link(s): eSet-class VersionedBiobase-class Versioned-class on Windows machines, but I can't reproce that on *NIX systems (on which my package checks fine). Could someone give me a hint on how to solve this?
I think you need to add the package in [].
So try, for example:
\linkS4class[Biobase]{eSet}
Not sure, but I think that will help.
+ seth
Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center http://bioconductor.org
3 days later
Hi Seth,
thanks for your suggestion, but using \linkS4class[Biobase]{eSet}
does not seem to work. =(
If I just use \linkS4class{eSet}, everything works beautifully on the
mac and linux... but I get warnings on the check for Windows.
Any other suggestion?
Thanks a lot,
b
On Mar 21, 2007, at 4:39 PM, Seth Falcon wrote:
Benilton Carvalho <bcarvalh at jhsph.edu> writes:
Hi All, I'm getting the following warning message: missing link(s): eSet-class VersionedBiobase-class Versioned-class on Windows machines, but I can't reproce that on *NIX systems (on which my package checks fine). Could someone give me a hint on how to solve this?
I think you need to add the package in [].
So try, for example:
\linkS4class[Biobase]{eSet}
Not sure, but I think that will help.
+ seth
--
Seth Falcon | Computational Biology | Fred Hutchinson Cancer
Research Center
http://bioconductor.org
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
Benilton Carvalho <bcarvalh at jhsph.edu> writes:
Hi Seth,
thanks for your suggestion, but using \linkS4class[Biobase]{eSet}
does not seem to work. =(
If I just use \linkS4class{eSet}, everything works beautifully on the
mac and linux... but I get warnings on the check for Windows.
Any other suggestion?
Well, reading over the Writing R Extensions manual, I'm still a bit
confused.
It explains that \linkS4class{eSet} expands to
\link[=eSet-class]{eSet}.
I know that we have doc that does: \link[Biobase]{eSet-class}, so
perhaps that is what we need to do (I can't tell from the manual
whether it is possible to both define the alias eSet-class <=> eSet
_and_ point to the fact that the class is defined in a particular
package).
+ seth
Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center http://bioconductor.org