NetBSD/pkgsrc 9lXRsPwdoc CHANGES-2026

   doc: Updated math/R-Deriv to 4.2.0
VersionDeltaFile
1.3769+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 13w64F4math/R-Deriv distinfo Makefile

   (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)
VersionDeltaFile
1.2+4-4math/R-Deriv/distinfo
1.2+2-2math/R-Deriv/Makefile
+6-62 files

NetBSD/pkgsrc 0AzeHGIdoc CHANGES-2026

   doc: Updated math/R-DBI to 1.3.0
VersionDeltaFile
1.3768+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hA6XzLPmath/R-DBI distinfo Makefile

   (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]
VersionDeltaFile
1.15+4-4math/R-DBI/distinfo
1.14+2-2math/R-DBI/Makefile
+6-62 files

NetBSD/pkgsrc QDvap2tdoc CHANGES-2026

   doc: Updated math/R-RNetCDF to 2.11.1
VersionDeltaFile
1.3767+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nalyj7Omath/R-RNetCDF distinfo Makefile

   (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
VersionDeltaFile
1.10+4-4math/R-RNetCDF/distinfo
1.38+2-3math/R-RNetCDF/Makefile
+6-72 files

NetBSD/pkgsrc ZuKgT9ydoc CHANGES-2026

   doc: Updated graphics/R-tkrplot to 0.0.32
VersionDeltaFile
1.3766+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nIJlJxngraphics/R-tkrplot distinfo Makefile

   (graphics/R-tkrplot) Updated 0.0.27 to 0.0.32, ChangeLog, NEWS.rd unknown
VersionDeltaFile
1.2+4-4graphics/R-tkrplot/distinfo
1.4+2-3graphics/R-tkrplot/Makefile
+6-72 files

NetBSD/pkgsrc YkyvpOBdoc CHANGES-2026

   doc: Updated textproc/R-vroom to 1.7.1
VersionDeltaFile
1.3765+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sST0BdOdoc CHANGES-2026

   doc: Updated www/R-RCurl to 1.98.1.19
VersionDeltaFile
1.3764+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IctGUxqwww/R-RCurl distinfo Makefile

   (www/R-RCurl) Updated 1.98.1.16 to 1.98.1.19 ChangeLog unknown, inst/doc/Changes.html is outdated
VersionDeltaFile
1.8+4-4www/R-RCurl/distinfo
1.24+2-3www/R-RCurl/Makefile
+6-72 files

NetBSD/pkgsrc aSLRUx9doc CHANGES-2026

   doc: Updated textproc/R-readr to 2.2.0
VersionDeltaFile
1.3763+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc uCZIjf8textproc/R-readr distinfo Makefile

   (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]
VersionDeltaFile
1.9+4-4textproc/R-readr/distinfo
1.10+2-3textproc/R-readr/Makefile
+6-72 files

NetBSD/pkgsrc tIvEQbRtextproc/R-vroom distinfo Makefile

   (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]
VersionDeltaFile
1.7+4-4textproc/R-vroom/distinfo
1.6+2-2textproc/R-vroom/Makefile
+6-62 files

NetBSD/pkgsrc fr54WOmgeography/R-s2 Makefile distinfo, geography/R-s2/patches patch-src_Makevars.in patch-src_absl_debugging_internal_elf__mem__image.cc

   (geography/R-s2) Staying version 1.1.7, fix build against R-4.6.0
VersionDeltaFile
1.2+5-13geography/R-s2/patches/patch-src_Makevars.in
1.11+11-1geography/R-s2/Makefile
1.10+2-2geography/R-s2/distinfo
1.3+0-0geography/R-s2/patches/patch-src_absl_debugging_internal_elf__mem__image.cc
+18-164 files

NetBSD/pkgsrc Dnfy0k0geography/R-s2 distinfo Makefile

   (geography/R-s2) Recent update is broken, revert to 1.1.7, sorry
VersionDeltaFile
1.9+4-4geography/R-s2/distinfo
1.10+2-4geography/R-s2/Makefile
+6-82 files

NetBSD/pkgsrc-wip 622817bCodeWhale Makefile

Enable building under Linux - dbus-1 required.
DeltaFile
+2-0CodeWhale/Makefile
+2-01 files

NetBSD/pkgsrc-wip 9249221knot PLIST Makefile, knot/files knot.sh

knat: Working with new version and planing with buildlink
DeltaFile
+105-0knot/PLIST
+74-0knot/Makefile
+41-0knot/files/knot.sh
+38-0knot/buildlink3.mk
+27-0knot/patches/patch-samples_Makefile.in
+6-0knot/distinfo
+291-02 files not shown
+297-08 files

NetBSD/pkgsrc J2pHBCddoc CHANGES-2026

   doc: Updated ham/chirp to 20260612
VersionDeltaFile
1.3762+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Qgs8w99ham/chirp Makefile distinfo

   ham/chirp: Update to 20260508

   Note that upstream distfile is not straightforwardly fetchable.

   upstream changes: micro release (as always)
VersionDeltaFile
1.77+8-4ham/chirp/Makefile
1.47+4-4ham/chirp/distinfo
+12-82 files

NetBSD/pkgsrc jtHi4Qldoc CHANGES-2026

   doc: Updated math/R-e1071 to 1.7.17
VersionDeltaFile
1.3761+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc PuqSfmOmath/R-e1071 distinfo Makefile

   (geography/R-wk) Updated  0.9.4 to 0.9.5
   
   # wk 0.9.5

   - Ensure package tests pass against forthcoming vctrs (#231).
   - Avoid `memcpy()` calls for zero size copies (@MichaelChirico, #227, #228).
VersionDeltaFile
1.17+4-4math/R-e1071/distinfo
1.17+2-2math/R-e1071/Makefile
+6-62 files

NetBSD/pkgsrc idSEkltdoc CHANGES-2026

   doc: Updated geography/R-wk to 0.9.5
VersionDeltaFile
1.3760+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AmCk1Y7geography/R-wk distinfo Makefile

   (geography/R-wk) Updated  0.9.4 to 0.9.5
   
   # wk 0.9.5

   - Ensure package tests pass against forthcoming vctrs (#231).
   - Avoid `memcpy()` calls for zero size copies (@MichaelChirico, #227, #228).
VersionDeltaFile
1.6+4-4geography/R-wk/distinfo
1.4+2-2geography/R-wk/Makefile
+6-62 files

NetBSD/pkgsrc-wip 7de090dp5-Email-Stuffer a

p5-Email-Stuffer: remove unwanted file
DeltaFile
+0-5p5-Email-Stuffer/a
+0-51 files

NetBSD/pkgsrc vr9HHMzdoc CHANGES-2026

   doc: Updated geography/R-spatstat to 3.6.0
VersionDeltaFile
1.3759+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NMpccOegeography/R-spatstat distinfo Makefile

   (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]
VersionDeltaFile
1.8+4-4geography/R-spatstat/distinfo
1.10+2-2geography/R-spatstat/Makefile
+6-62 files

NetBSD/pkgsrc dtN5or1doc CHANGES-2026

   doc: Updated geography/R-spatstat.random to 3.5.0
VersionDeltaFile
1.3758+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc u6Kf98igeography/R-spatstat.random distinfo Makefile

   (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]
VersionDeltaFile
1.3+4-4geography/R-spatstat.random/distinfo
1.3+3-2geography/R-spatstat.random/Makefile
+7-62 files

NetBSD/pkgsrc 2VaewoWdoc CHANGES-2026

   doc: Updated geography/R-spatstat.linnet to 3.5.1
VersionDeltaFile
1.3757+2-1doc/CHANGES-2026
+2-11 files