Yes, that is the problem.
Thank you!
On Tue, 8 Oct 2024 at 17:06, Henrik Bengtsson
wrote:
> The content of the .Rbuildignore file should be regular expression,
> i.e. it does _not_ used fixed strings or globbing to match files and
> folders. From 'Writing R Extensions': "To exclude files from b
The content of the .Rbuildignore file should be regular expression,
i.e. it does _not_ used fixed strings or globbing to match files and
folders. From 'Writing R Extensions': "To exclude files from being put
into the package, one can specify a list of exclude patterns in file
.Rbuildignore in the t
Hi Zuguang,
Sorry for the delayed response. `R CMD build` seems to have a problem with the
second to last line of your .Rbuildignore, which had ".o". I'm not sure why but
you could try substituting something else in its place to target your .o files,
such as src/.o, in your .Rbuildignore to get
Could you provide the name of your package so we can investigate further?
What dispatchclass do the experimenthub files use? Is it an issue on windows
regardless of location or perhaps an issue with the directory location itself
(sometimes having trouble across partitions?)
Lori Shepherd - K
It worked, thank you, Lori!
From: Kern, Lori
Sent: 07 October 2024 07:17
To: bioc-devel@r-project.org ; Atul Deshpande
Cc: Dmitrijs Lvovs
Subject: Re: commit access
External Email - Use Caution
The configurations updates have been made. Dmitrijs shou