Displaying 3 results from an estimated 3 matches for "michaelchirico".
Did you mean:
michaelchirico4
2024 Jan 26
1
readChar() could read the whole file by default?
...ol-finders like
readChar(f, 500) + grep("[\n\r]"), which makes more sense to me as
something to find in package internals than in analysis scripts. FWIW
I searched an internal codebase (scripts and packages) and found 70%
of usages reading the full file.
[5] repro: https://gist.github.com/MichaelChirico/247ea9500460dca239f031e74bdcf76b
requires GitHub PAT in env GITHUB_PAT for API permissions.
2024 Jan 26
1
[External] readChar() could read the whole file by default?
...Char(f, 500) + grep("[\n\r]"), which makes more sense to me as
> something to find in package internals than in analysis scripts. FWIW
> I searched an internal codebase (scripts and packages) and found 70%
> of usages reading the full file.
> [5] repro: https://gist.github.com/MichaelChirico/247ea9500460dca239f031e74bdcf76b
> requires GitHub PAT in env GITHUB_PAT for API permissions.
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
--
Luke Tierney
Ralph E. Wareham Professor o...
2024 Jan 29
1
[External] readChar() could read the whole file by default?
..."[\n\r]"), which makes more sense to me as
> > something to find in package internals than in analysis scripts. FWIW
> > I searched an internal codebase (scripts and packages) and found 70%
> > of usages reading the full file.
> > [5] repro: https://gist.github.com/MichaelChirico/247ea9500460dca239f031e74bdcf76b
> > requires GitHub PAT in env GITHUB_PAT for API permissions.
> >
> > ______________________________________________
> > R-devel at r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-devel
> >
>
> --
>...