Skip to content

[Bioc-devel] Warnings about man pages for assignment operators on Windows builds

2 messages · Stephanie Gogarten, Vincent Carey

#
Hi all,

Several of my packages have a set of warnings on the Windows devel builds
that have persisted for a while now, all of this form:

Rd warning: cannot open file
'C:/Users/biocbuild/bbs-3.13-bioc/meat/SeqVarTools.buildbin-libdir/00LOCK-SeqVarTools/00new/SeqVarTools/help/lastFilter<-.html':
Invalid argument

I have the following in my .Rd file:

\alias{lastFilter<-}
\alias{lastFilter<-,SeqVarIterator,numeric-method}

Is there a different way I should be documenting assignment operators in
R-devel?

thanks,
Stephanie
#
Hi Stephanie

I see similar problems for GenomicFiles, so it is not a problem unique to
your package.
I was not able to generate this error with r79717 in Windows 10, so I
conjecture that this
will go away when the R-devel for windows is upgraded.

Best regards
Vince
On Tue, Dec 29, 2020 at 1:58 PM Stephanie Gogarten <sdmorris at uw.edu> wrote: