(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]
(geography/R-spatstat) Updated 3.3.1 to 3.6.0
CHANGES IN spatstat VERSION 3.6-0
OVERVIEW
o Substantial changes in spatstat.geom and spatstat.explore.
o Updated version dependencies.
o Updated documentation.
CHANGES IN spatstat VERSION 3.5-1
OVERVIEW
o spatstat now exceeds 200,000 lines of code.
o Internal improvements.
[52 lines not shown]
(geography/R-spatstat.random) Updated 3.3.2 to 3.5.0
CHANGES IN spatstat.random VERSION 3.5-0
OVERVIEW
o Random diffusion of points.
o Random unrounding.
o Truncated Poisson distribution.
o spatstat.random now imports the packages 'Matrix' and 'spatstat.sparse'.
NEW FUNCTIONS
o rdiffuse
Randomly perturb each point in a point pattern by diffusion.
[145 lines not shown]