Perhaps ^[^/]+\.R$
On Sun, 21 Jun 2020 at 22:31, Jan Gorecki <[email protected]> wrote: > > Hi R developers, > > What is the proper way to define an entry in .Rbuildignore file to > exclude *.R files from a top level directory of R package? > Using ^.*\.R$ excludes every R script, including those in sub-directories. > > Thank you, > Jan Gorecki > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
