./math/R-brio, Basic R Input Output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.4, Package name: R-brio-1.1.4, Maintainer: pkgsrc-users

Functions to handle basic input output, these functions always read
and write UTF-8 (8-bit Unicode Transformation Format) files and
provide more explicit control over line endings.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-01-20 04:50:24 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-brio) Updated 1.1.3 to 1.1.4, make test passed

# brio 1.1.4

* `printf()`-like format strings are now safer.
   2022-03-13 09:19:51 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-brio) Updated 1.1.2 to 1.1.3

# brio 1.1.3

* Gábor Csárdi is now the maintainer.

* New `write_file_raw()` function to write a raw vector to a file.

* Fix memory leak in `read_lines()` (@ms609, #20)
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-05 06:28:38 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-brio) Updated 1.1.0 to 1.1.2

# brio 1.1.2

* Input filenames are now automatically converted to UTF-8 from the native \ 
encoding (@gaborcsardi, #15)

* `read_file_raw()` now closes file handles (@pbarber, #16)

# brio 1.1.1

* `file_line_endings()` now works as expected on ARM systems (#8)
   2020-12-14 04:20:55 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
devel/R-brio: import R-brio-1.1.0

Functions to handle basic input output, these functions always read
and write UTF-8 (8-bit Unicode Transformation Format) files and
provide more explicit control over line endings.