Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (15m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 01:08:01 UTC Now

2023-06-17 14:14:38 UTC MAIN commitmail json YAML

(textproc/R-readr) Updated 2.1.2 to 2.1.4

# readr 2.1.4

* No user-facing changes. Patch release with internal changes
  requested by CRAN.

# readr 2.1.3

* Help files below `man/` have been re-generated, so that they give
  rise to valid HTML5. (This is the impetus for this release, to keep
  the package safely on CRAN.)

* `mini-gapminder-africa.csv` and friends are new example datasets
  accessible via `readr_example()`, which have been added to
  illustrate reading multiple files at once, into a single data frame.

(mef)