(math/R-RPostgreSQL) Updated 0.7.7 to 0.7.8
(from ChangeLog)
2025-03-28 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Makevars.win rely on pkgconfig to find libpq on windows envirionment.
* Drop PQprint and related routines from the attached libpq library.
2024-09-30 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Simplify tests
2024-09-24 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Update DESCRIPTION
2024-09-22 Tomoaki NISHIYAMA <tomoaki at sci.u-toyama.ac.jp>
* Update DESCRIPTION
(math/R-MatrixModels) Updated 0.5.3 to 0.5.4
2024-08-14 Martin Maechler <maechler at stat.math.ethz.ch>
* DESCRIPTION (Version): 0.5-4 ; use `Authors at R`
* man/*.Rd: fix some `\link{.}` with `[Matrix..]`
(math/R-GPArotation) Updated 2024.3.1 to 2026.4.1
Changes in GPArotation version 2026.4-1:
o Comprehensive code cleanup across all functions including GPForth,
GPFoblq, GPFRSorth, GPFRSoblq, .GPA_RS_engine, vgQ rotation
criterion functions, Random.Start, and S3 print/summary methods.
All existing code should run without modification.
o GPForth and GPFoblq: pre-allocated iteration Table replaces rbind
growth; step size variable renamed from 'al' to 'alpha'; Table
column names set at allocation. Legacy implementations retained as
unexported GPForth.legacy and GPFoblq.legacy for historical
reference.
o print.GPArotation and summary.GPArotation: factor sorting and sign
correction now handled by internal helper .sortGPALoadings, adapted
from factanal:::sortLoadings (R Core Team). This ensures print and
summary produce consistent sorted output. The sign correction
[47 lines not shown]
(math/R-Deriv) Updated 4.1.6 to 4.2.0
Version 4.2.0
=============
* 2025-06-20
- added `with()` construct
- fixed as.integer() for big numbers in simplification of fractions (fixing issue #29)
(math/R-DBI) Updated 1.2.3 to 1.3.0
# DBI 1.3.0 (2026-02-11)
## Features
- Add support for OpenTelemetry via the otel and otelsdk packages
(@shikokuchuo, #551).
## Bug fixes
- `dbWithTransaction()` calls `dbRollback()` also on interrupt
(@klin333, #528).
- `dbQuoteLiteral()` uses the format `"%Y-%m-%d %H:%M:%S%z"` which is
understood by more databases (#486).
## Documentation
[21 lines not shown]
(math/R-RNetCDF) Updated 2.9.2 to 2.11.1
Version 2.11-1, 2025-04-30
* Do not use nc-config compiler by default
* Use new R API functions for environments
* Use config.h to simplify compiler flags
* Call gc before opening datasets
- This may avoid corruption or crashes if a dataset is changed
unexpectedly when the garbage collector closes unreferenced ncids
Version 2.10-2, 2025-04-15
* Fix bashism in configure.ac
Version 2.10-1, 2025-04-13
* Detect and work around broken nc-config in configure script
- Try static option with nc-config if linking fails without it
- Use compiler from nc-config which may enable MPI
- Try pkg-config if nc-config fails or is disabled
* Prepare for upcoming change to bit64 package namespace
* Remove call to non-API entry point in R
(textproc/R-readr) Updated 2.1.5 to 2.2.0
# readr 2.2.0
-------------
This release advances many deprecations.
* `melt_csv()`, `melt_csv2()`, `melt_delim()`, `melt_tsv()`,
`melt_fwf()`, `melt_table()`, `melt_table2()`, and all
`melt_*_chunked()` variants have been removed from readr. These
functions were deprecated in readr 2.0.0 (2021-07-20). See the meltr
package (https://github.com/r-lib/meltr).
* `read_table2()` has been removed from readr. This function was
deprecated in readr 2.0.0 (2021-07-20) in favor of
`read_table()`. Use `read_table()` instead.
* `read_csv()`, `read_csv2()`, `read_tsv()`, `read_delim()`, and
`read_fwf()` now emit a deprecation warning when literal data is
passed without wrapping it in `I()`. For example, usage like
[41 lines not shown]
(textproc/R-vroom) Updated 1.6.5 to 1.7.1
# vroom 1.7.1
-------------
* Internal changes requested by CRAN for forward compatibility with
clang 22.
* Internal changes requested by CRAN to remove non-API calls to
`Rf_findVarInFrame` and `R_NamespaceRegistry`.
# vroom 1.7.0
-------------
* [vroom.tidyverse.org](https://vroom.tidyverse.org/) is the new home
of vroom's website, catching up to the much earlier move (April
2022) of vroom's GitHub repository from the r-lib organization to
the tidyverse. The motivation for that was to make it easier to
transfer issues between these two closely connected packages.
* The `path` parameter has been removed from `vroom_write()`. This
[77 lines not shown]