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 (25m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 10:16:10 UTC Now

2021-09-26 00:59:57 UTC MAIN commitmail json YAML

(www/wiliki) regen PLIST, set LICENSE to mit

(mef)

2021-09-25 12:33:46 UTC MAIN commitmail json YAML

news/pan: Use a proper release tarball rather than a gitlab snapshot.

It also has the autotools files and po/* files already created, and
some files used for testing are left out.

(rhialto)

2021-09-25 06:03:06 UTC MAIN commitmail json YAML

cheese: mark BROKEN pending more round tuits

(nia)

2021-09-25 05:50:15 UTC MAIN commitmail json YAML

fuse-ntfs-3g: avoid running ldconfig to help with unprivileged builds on arm

(nia)

2021-09-25 05:44:12 UTC MAIN commitmail json YAML

retroarch: assume neon is available on armv7

(nia)

2021-09-25 05:40:00 UTC MAIN commitmail json YAML

openjk: Cope with NetBSD calling 32-bit arm earm.

(nia)

2021-09-25 05:36:11 UTC MAIN commitmail json YAML

ioquake3: set COMPILE_ARCH to QUAKE_ARCH to avoid compilation problems

(nia)

2021-09-25 05:27:44 UTC MAIN commitmail json YAML

libretro-pcsx-rearmed: on armv7, make sure the compiler is running in neon mode

(nia)

2021-09-25 01:55:27 UTC MAIN commitmail json YAML

(sysutils/u-boot-pinephone) add distinfo

(mef)

2021-09-25 01:39:19 UTC MAIN commitmail json YAML

(news/pan) regen distinfo w/DIST_SUBDIR set, another problem yet

(mef)

2021-09-25 00:47:26 UTC MAIN commitmail json YAML

2021-09-24 18:56:17 UTC MAIN commitmail json YAML

devel/boost-libs: fix libbacktrace logic

This avoids calling the compiler and the barrier in the Makefile which
broke build for some folks. If libbacktrace-related files appear, they
are automatically included in PLIST. This depends on a detail of the
external toolchain (e.g. on Ubuntu) which may or may not include
libbacktrace.

(thor)

2021-09-24 18:35:28 UTC MAIN commitmail json YAML

borgbackup: make py-packaging a full dependency.

Also add syncfilerange.so to Linux PLIST. Bump revision.

From Matthias Ferdinand in private email. Thanks!

(bsiegert)

2021-09-24 12:48:33 UTC MAIN commitmail json YAML

doc/TODO: + MesaLib-21.2.2.

(wiz)

2021-09-24 12:31:02 UTC MAIN commitmail json YAML

(multimedia/gst-plugins0.10-bad) Correct wording, + version info

(mef)

2021-09-24 10:33:02 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.37.0nb3

(pin)

2021-09-24 10:32:43 UTC MAIN commitmail json YAML

shells/nushell: enable nu_plugin_textview

This is the last plugin belonging to core.
I'll keep testing the other plugins after the freeze.

(pin)

2021-09-24 05:47:00 UTC MAIN commitmail json YAML

librsvg: apply band-aid for build breakage with rust-1.54.0 on aarch64

Tested on NetBSD/aarch64 and macOS/aarch64

(tnn)

2021-09-24 02:27:36 UTC MAIN commitmail json YAML

doc: Updated lang/php74 to 7.4.24

(taca)

2021-09-24 02:27:04 UTC MAIN commitmail json YAML

lang/php74: update to 7.4.24

This is security release fixing CVE-2021-21706.

23 Sep 2021, PHP 7.4.24

- Core:
  . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
  . Fixed bug #81346 (Non-seekable streams don't update position after write).
    (cmb)
  . Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)

-GD:
  . Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
    (cmb)

- Opcache:
  . Fixed bug #81353 (segfault with preloading and statically bound closure).
    (Nikita)

- Shmop:
  . Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)

- Standard:
  . Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
  . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)

- SysVMsg:
  . Fixed bug #78819 (Heap Overflow in msg_send). (cmb)

- XML:
  . Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)

- Zip:
  . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
    (CVE-2021-21706) (cmb)

(taca)

2021-09-23 22:20:06 UTC MAIN commitmail json YAML

courier: fix a typo and add an explanatory comment (NFC)

That dependency should probably just be removed, but follow the intent
of the previous commit for now.

(gutteridge)

2021-09-23 18:38:35 UTC MAIN commitmail json YAML

2021-09-23 18:37:48 UTC MAIN commitmail json YAML

openscad: uses hicolor-icon-theme

(nia)

2021-09-23 15:49:03 UTC MAIN commitmail json YAML

doc: Updated lang/php80 to 8.0.11

(taca)

2021-09-23 15:48:37 UTC MAIN commitmail json YAML

lang/php80: update to 8.0.11

* pkgsrc change: fix PLIST problem when php-embed PKG_OPTIONS is enabled.
* This release conintas security fix for CVE-2021-21706.

23 Sep 2021, PHP 8.0.11

- Core:
  . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
  . Fixed bug #81346 (Non-seekable streams don't update position after write).
    (cmb)
  . Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb)

-GD:
  . Fixed bug #53580 (During resize gdImageCopyResampled cause colors change).
    (cmb)

- Opcache:
  . Fixed bug #81353 (segfault with preloading and statically bound closure).
    (Nikita)

- Shmop:
  . Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)

- Standard:
  . Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
  . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)

- SysVMsg:
  . Fixed bug #78819 (Heap Overflow in msg_send). (cmb)

- XML:
  . Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)

- Zip:
  . Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
  . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
    (cmb)

(taca)

2021-09-23 14:44:23 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.13

(pin)

2021-09-23 14:44:04 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.13

-New: mpris support(optional). use "make mpris" to compile and install it.
-Show a message when start playing a song.
-Remove the usage of msgbox component and use paragraph instead.

While here remove dependency on openssl which, was actually remove on 0.3.12

(pin)

2021-09-23 14:12:13 UTC MAIN commitmail json YAML

doc: Updated lang/php73 to 7.3.31

(taca)

2021-09-23 14:11:48 UTC MAIN commitmail json YAML

lang/php73: update to 7.3.31

This is security release fixing CVE-2021-21706.

23 Sep 2021, PHP 7.3.31

- Zip:
  . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination).
    (cmb)

(taca)

2021-09-23 13:25:43 UTC MAIN commitmail json YAML

(multimedia/gst-plugins0.10-bad) Adhoc fix for \#include line problem

# really adhoc fix
# intention is that the file gst-libs/gst/interfaces/photography-enumtypes.c
# has the line
#    #include "photography.h"
# instead of
#  \#include "photography.h"
# To do that, modify generating Makefile to insert sed command.
# It may be some problems on glib-mkenums (in glib2-tools)

(mef)

2021-09-23 12:06:24 UTC MAIN commitmail json YAML

(doc/TODO) +gli2-2.70.0, + gli2-tools-2.70.0

(mef)

2021-09-23 10:15:49 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.37.0nb2

(pin)

2021-09-23 10:15:28 UTC MAIN commitmail json YAML

shells/nushell: enable nu_plugin_inc

(pin)

2021-09-23 09:53:21 UTC MAIN commitmail json YAML

2021-09-23 07:39:31 UTC MAIN commitmail json YAML

py-gevent: another PLIST fix for Python 2.7

(adam)

2021-09-23 06:14:17 UTC MAIN commitmail json YAML

opencv-contrib-face: regen distinfo

new patches were added to opencv

(wiz)

2021-09-23 06:13:34 UTC MAIN commitmail json YAML

R-Cairo: remove patch that was removed from distinfo during update

(wiz)

2021-09-23 00:15:22 UTC MAIN commitmail json YAML

amazon-ecs-cli: fix builds with recent Go versions

This package (which hasn't had a subsequent release from upstream) will
no longer build when being treated as a "module" by recent Go versions
(and related pkgsrc definitions). It seems non-trivial to address this
(simply trying to add go.mod and such then leads to other errors, e.g.,
recent Go objecting to API versioning practices in code bundled by
upstream), so to get this building again for now, use the old "package"
approach instead.

(gutteridge)

2021-09-22 21:24:57 UTC MAIN commitmail json YAML

(meta-pkgs/courier) Removed maildrop, it seems already included

remove maildrop, as log says:
  pkg_add: install script returned error status
  pkg_add: package `maildrop-3.0.0nb6' was already installed as dependency

(mef)

2021-09-22 21:19:28 UTC MAIN commitmail json YAML

(databases/sqlrelay-nodejs) +net/libcares/buildlink3.mk, another problem yet

(mef)

2021-09-22 21:18:12 UTC MAIN commitmail json YAML

Needs gsed to build on HEAD
PR pkg/56411 also apply, so pretend that eventfd support is not there.
To be revisited after the freeze.

(bouyer)

2021-09-22 18:40:43 UTC MAIN commitmail json YAML

Stopgap for PR pkg/56411: pretend that eventfd support is not there.
To be revisited after the freeze.

(bouyer)

2021-09-22 17:45:13 UTC MAIN commitmail json YAML

libepoll-shim: Fix PLIST variable condition.

(nia)

2021-09-22 14:30:34 UTC MAIN commitmail json YAML

(misc/kalzium) Fix build by removing ocaml/buildlink3.mk, correct ?

(mef)

2021-09-22 14:22:57 UTC MAIN commitmail json YAML

doc: Updated security/pam-u2f to 1.1.1

(nia)

2021-09-22 14:22:45 UTC MAIN commitmail json YAML

pam-u2f: security update to 1.1.1

* Version 1.1.1 (released 2021-05-19)
** Fix an issue where PIN authentication could be bypassed (CVE-2021-31924).
** Fix an issue with nodetect and non-resident credentials.
** Fix build issues with musl libc.
** Add support for self-attestation in pamu2fcfg.
** Fix minor bugs found by fuzzing.

(nia)

2021-09-22 13:40:41 UTC MAIN commitmail json YAML

2021-09-22 12:57:49 UTC MAIN commitmail json YAML

melonds: Requires EGL support in Mesa

(nia)

2021-09-22 12:54:04 UTC MAIN commitmail json YAML

stella: raise gcc requirement

(nia)

2021-09-22 12:52:18 UTC MAIN commitmail json YAML

2021-09-22 12:14:25 UTC MAIN commitmail json YAML

py-approvaltests: fix PLIST

(adam)

2021-09-22 12:02:56 UTC MAIN commitmail json YAML

ckmame: Set GCC_REQD, does not build with netbsd-9 system compiler.

(nia)

2021-09-22 11:59:22 UTC MAIN commitmail json YAML

openmsx: fix required gcc version

(nia)

2021-09-22 10:35:57 UTC MAIN commitmail json YAML

net-snmp: allow build on newer Darwin; fix #55927

(adam)

2021-09-22 07:09:12 UTC MAIN commitmail json YAML

py-gevent: fix PLIST for Python 2.7

(adam)

2021-09-22 06:56:10 UTC MAIN commitmail json YAML

2021-09-22 06:35:56 UTC MAIN commitmail json YAML

inkscape: update GCC_REQD

(nia)

2021-09-22 06:01:31 UTC MAIN commitmail json YAML

(emulators/simulavr) build fix, adjust include dir etcr

(mef)

2021-09-22 05:59:26 UTC MAIN commitmail json YAML

(cross/avr-binutils) emulator/simulavr wants diagnostics.h

(mef)

2021-09-22 02:50:02 UTC MAIN commitmail json YAML

(editors/codelite) Fix build. +include net/libcares/buildlink3.mk

(mef)

2021-09-22 02:35:40 UTC MAIN commitmail json YAML

2021-09-21 23:26:02 UTC MAIN commitmail json YAML

py-esptool: fix DEPENDS line

(wiz)

2021-09-21 23:20:53 UTC MAIN commitmail json YAML

(textproc/R-DT) fix build +DEPENDS+= R-jquerylib

(mef)

2021-09-21 22:35:16 UTC MAIN commitmail json YAML

(math/R-pbkrtest) Fix build, +DEPENDS+=  R-knitr

(mef)

2021-09-21 18:30:39 UTC MAIN commitmail json YAML

csmith: remove references to non-existent file

Not sure how that crept in...

(wiz)

2021-09-21 17:26:09 UTC MAIN commitmail json YAML

comms/py-esptool: Add BUILD-DEPENDS on py-wheel

By inspection, setup.py requires py-wheel at build time.

No PKGREVISION++ as either this built and is the same, or didn't use
to build.

(gdt)

2021-09-21 14:44:49 UTC MAIN commitmail json YAML

libepoll-shim: Support NetBSD with eventfd(2)/timerfd(2)

* Simplify logics in Makefile.
* Exclude eventfd.h for NetBSD with eventfd(2).
* Exclude timerfd.h for NetBSD with timerfd(2).

(ryoon)

2021-09-21 14:27:05 UTC MAIN commitmail json YAML

2021-09-21 13:21:30 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel413 to 4.13.4
Updated sysutils/xentools413 to 4.13.4

(bouyer)

2021-09-21 13:20:47 UTC MAIN commitmail json YAML

Update xenkernel413 and xentools413 to 4.13.4.
CHANGES are bugfixes, including fixes for XSA up to XSA-384

(bouyer)

2021-09-21 12:25:06 UTC MAIN commitmail json YAML

Updated sysutils/xenkernel415 to 4.15.1
Updated sysutils/xentools415 to 4.15.1

(bouyer)

2021-09-21 12:23:50 UTC MAIN commitmail json YAML

Update xenkernel415 and xentools415 to 4.15.1.
32bits PV guests are now unsupported security-wise, and upstream disables
them by default. This packages keep the support enabled for transition, but
this will change for the next quarter branch. It is recommended to switch to
pvh+pvshim for PV guests (or pvh if you run netbsd-current).
Other changes are bugfixes, including fixes for XSA up to XSA-384

(bouyer)

2021-09-21 10:47:48 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.37.0nb1

(pin)

2021-09-21 10:47:28 UTC MAIN commitmail json YAML

shells/nushell: enable nu_plugin_tree

(pin)

2021-09-21 09:36:04 UTC MAIN commitmail json YAML

ruby-nokogiri: Work around ARFLAGS bug on SunOS.

This can be removed once bootstrap-mk-files is fixed after the freeze and when
it's likely that most users have switched to a newer bootstrap.

(jperkin)

2021-09-21 03:24:19 UTC MAIN commitmail json YAML

Added geography/R-spatstat.geom version 2.2.2 tks wiz@

(mef)

2021-09-20 21:09:47 UTC MAIN commitmail json YAML

geography/Makefile: add missing subdirectory

(wiz)

2021-09-20 18:31:39 UTC MAIN commitmail json YAML

doc: Updated sysutils/dust to 0.7.5

(pin)

2021-09-20 18:31:19 UTC MAIN commitmail json YAML

sysutils/dust: update to 0.7.5

-bugfix: Allow dust to work on low width terminal

(pin)

2021-09-20 18:20:55 UTC MAIN commitmail json YAML

gnome-desktop: Update x11/gnome-desktop3 to 40.4

============
Version 40.4
============

- No changes

(cirnatdan)

2021-09-20 18:14:10 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 2.1.0

(schmonz)

2021-09-20 18:14:01 UTC MAIN commitmail json YAML

Update to 2.1.0. From the changelog:

- verify_as_json can now take an optional parameter
  deserialize_json_fields which if True will produce nicer
  formatted output.

Updating this leaf during the freeze as it's well covered by automated
tests and no instability is expected.

(schmonz)

2021-09-20 15:53:01 UTC MAIN commitmail json YAML

2021-09-20 13:09:37 UTC MAIN commitmail json YAML

2021-09-20 13:01:45 UTC MAIN commitmail json YAML

doc: Updated geography/R-stars to 0.5.3

(mef)

2021-09-20 13:01:32 UTC MAIN commitmail json YAML

(geography/R-stars) Updated 0.4.3 to 0.5.3

# version 0.5-3

* `read_stars()` accepts a function (or list with functions) as first argument,
  allowing for saving `stars` objects that read from package directories resolving
  platform-dependent paths at run-time

* handle categorical rasters starting at value 0 (by adding 1, and warning); #428

* add `%in%` method; #424

* `read_stars` gains an argument `tolerance` to control tolerance in
  dimension value comparisons; #414

* binary Ops (like `+`, `-`, `*` etc.) work for `stars_proxy` objects; #390

* `st_rasterize` rasterizes multiple attributes, and handles factors
  (when sf >= 0.9-9)

* `write_stars` deals better with `stars_proxy` objects; #404

* fix regression in reading some `stars_proxy` objects; #379

* add `[<-` (partially) and `is.na` methods for `stars_proxy` objects; #402

* add `replace_na` methods; #402

# version 0.5-2

* read and write factor levels as GDAL category names; write color table; #392

* handle `normalize_path` for choosing to `proxy`; #391

* ignore units when there are different units accross bands of a subdataset

* speed up `st_rgb` using faster `st_apply` approach; #315, #390

* improve handling of crs in Spatial objects (avoid loss of wkt comments)

* correctly write band subsets for smaller proxy objects; #291

* write arbitrarily cropped proxy objects; #291

* speed up `st_apply` when a function is provided that works on chunks
  at a time; #390

* warn when breaks = "quantile" results in a single class; #388

* fix `[` bug selecting bands in proxy objects; #388

* for `stars_proxy` objects, `write_stars` writes all objects into a
  multi-layer file; #385

* multi-file proxy objects can be `st_warp`ed with `use_gdal = TRUE`; #385

# version 0.5-1

* fix weird GDAL-related bug in stars2 vignette

* `read_ncdf` does not take time as mid-points of regular intervals,
  but as starting points; #378

# version 0.5-0

* fix handling of rasters with color tables; #375

* `st_apply` and other methods for `stars_proxy` objects handle ... ; #374

* add `st_bbox`, `st_crs` methods for terra's `SpatVector` objects;
  https://github.com/mtennekes/tmap/issues/536

* add `st_bbox`, `st_crs` and `st_as_stars` methods for terra's
  `SpatRaster` objects; https://github.com/mtennekes/tmap/issues/536

* allow for multi-resolution attributes in `stars_proxy` objects
  (e.g., all gray scale sentinel-2 bands); see vignettes 2 and 7 for
  examples.

* `plot` defaults to a categorical color scale when plotting a factor
  variable; https://github.com/mtennekes/tmap/issues/526

* `st_extract` extracts space-time points if `time_column` is
  specified, and handles time intervals; #352

* add `[[<-.stars` method, which is now called by `$<-.stars`, so that
  array names can be set programmatically

* add `transmute` methods

* `plot.stars` calls `droplevels` if a factor array has any `NA` levels; #339

* `read_stars` reads `NaN`s as `NA`; #333

* improve `st_extract` method for both `stars` and `stars_proxy`
  objects; interpolation options are reduced to bilinear; #322, #279,
  #290

* better handle categorical rasters that do not start at value 1; #329

* plot layout can be controlled with `mfrow = c(nr, nc)` argument

* `stars_proxy` objects have a normalized path; #331

* cropping or selecting with `bbox` treats cells always as small
  polygons; #330

* add faster `st_extract` method for `stars` objects; #322

* added vignette: "How `raster` functions map to `stars` functions",
  by Sebastien Rochette; #122, #325

* fix bug in dimension `values` field when downsampling; #324

* `write_stars` also writes out band names; #323

* add `rgdal` to Suggests:

* each `call_list` entry of a `stars_proxy` object carries its proper
  calling environment; #309

* `st_as_sf.stars` copes with zero attribute (empty) stars objects

* add `st_set_bbox` generic, to set raster extent, motivated by #315

* set up tic, with great help from @pat-s, #313

* get rid of more `proj4string`s for representing coordinate reference
  systems; #312

* as(x, "Spatial") correctly handles `from` dimension values different
  from one

* `read_stars` now sets the `BANDNAME` GDAL metadata item, or else the
  band's GetDescription() as the band's dimension values

* `st_as_stars.data.frame` reads simple tables (non-raster data) if
  `dims` has length less than 2

* band descriptions are in the band dimension values

* dimension tables are simpler, and are shown properly in Rstudio

* `st_rgb` gains a `probs` argument, to cut off and stretch based on
  quantiles

* `as(x, "Raster")` merges multiple attributes before converting to
  raster brick

(mef)

2021-09-20 12:51:31 UTC MAIN commitmail json YAML

doc: Updated geography/R-raster to 3.4.13

(mef)

2021-09-20 12:51:19 UTC MAIN commitmail json YAML

(geography/R-raster) Updated 3.0.12 to 3.4.13

(From: NEWS)

--- 17-July-2020, version 3.3-13

overhaul of crs to be ready for PROJ6
several bug fixes (see https://github.com/rspatial/raster/issues?q=is%3Aissue+)

--- 18-April-2020, version 3.1-5
improvements:

new arguments "smin", "smax" and "samplesize" to "stretch"; and bug
fixes. See https://github.com/rspatial/raster/issues/70

layer names in GTiff files are now read from file. Requested by Kyle Taylor
https://github.com/rspatial/raster/issues/88

bug fixes:

parallel version of extract with polygons and "fun" messed up the
order of the values (reported by
Jacory). https://github.com/rspatial/raster/issues/79

raster::predict bug when using factors (reported by
vvirkki). https://github.com/rspatial/raster/issues/73

distanceFromPoints with large files:
https://github.com/rspatial/raster/issues/103

colortable lost when cropping RasterBrick:
https://github.com/rspatial/raster/issues/105

Error in stack() when providing both bands and varname:
https://github.com/rspatial/raster/issues/97

rasterize and multi-polygon containing hole: https://github.com/rspatial/raster/issues/93

Upside down raster: https://github.com/rspatial/raster/issues/95 (a
warning is given, not really fixed yet)

Extract to data.frame bug:
https://stackoverflow.com/questions/61174280/r-rasterextract-fails-to-create-data-frame

(mef)

2021-09-20 12:37:59 UTC MAIN commitmail json YAML

doc: mention freeze start

(wiz)

2021-09-20 12:27:46 UTC MAIN commitmail json YAML

doc: Updated geography/R-osmdata to 0.1.6

(mef)

2021-09-20 12:27:34 UTC MAIN commitmail json YAML

(geography/R-osmdata) Updated 0.1.3 to 0.1.6

0.1.5.00X
===================

Major changes:

- New function `add_osm_features` to enable OR-combinations of features in
  single queries.

0.1.5
===================

Minor changes:

- Bug fix in `getbb()` via #232, thanks to @changwoo-lee
- hard-code WKT string for EPSG:4326, to avoid obsolete proj4strings (#218)
- bug fix in `print` method via #236; thanks to @odeleongt

0.1.4
===================

Major changes:

- New `osm_enclosing()` function; thanks to @barryrowlingson via #199
- `opq()` now has additional `datetime` and `datetime2` parameters which can be
  used to extract historical data prior to `datetime`, or differences between
  two datetimes by specifying `datetime2`; thanks to @neogeomat for the idea in
  issue#179.
- opq() also has additional `nodes_only` parameter to return nodes as points
  only, for efficient extraction of strictly point-based OSM data; thanks to
  @gdkrmr for the idea in issue#221.

Minor changes:

- New contributor Enrico Spinielli (@espinielli), via #207, #210, #211, #212 - Thanks!

(mef)

2021-09-20 12:25:47 UTC MAIN commitmail json YAML

doc: Updated geography/R-spatstat to 2.2.0

(mef)

2021-09-20 12:25:34 UTC MAIN commitmail json YAML

(geography/R-spatstat) (was) Updated 1.63.2 to 2.2.0. ChangeLog attached, sorry

        CHANGES IN spatstat VERSION 2.2-0

OVERVIEW

    o We thank Warick Brown, Achmad Choiruddin, Jean-Francois Coeurjolly,
    Andrea Gilardi, Yongtao Guan, Abdollah Jalilian, Hank Stevens
    and Rasmus Waagepetersen for contributions.

    o Conditional simulation in kppm.

    o Simulation of the product shot noise Cox process.

    o Information criteria for model selection in kppm

    o Estimation of the spatial covariance function of a pixel image

    o Modified handling of covariates in slrm

    o Buffer tessellation

    o New function for jittering point patterns on a network.

    o Extensions to 'rhohat'

    o densityfun.ppp handles query points outside original window

    o Extension to 'discretise'.

    o Improvement to densityEqualSplit

    o summary method for spatial logistic regression models

    o New options for distmap.psp

    o Improved output in summary.mppm

    o Bug fix in nncross

    o Bug fix in density.lpp

NEW FUNCTIONS

    o bufftess
    Distance buffer tessellation

    o ic
    Information criteria for model selection in ppm and kppm.
    Kindly contributed by Achmad Choiruddin, Jean-Francois Coeurjolly
    and Rasmus Waagepetersen.

    o rPSNCP
    Generate simulated realisations of the product shot noise Cox process.
    Contributed by Abdollah Jalilian, Yongtao Guan and Rasmus Waagepetersen.

    o spatcov
    Estimate the spatial covariance function of a pixel image.

    o summary.slrm, print.summary.slrm
    Summary method for spatial logistic regression models

    o coef.summary.slrm
    Print the fitted coefficients, confidence interval and p-values
    for a spatial logistic regression model.

    o pairMean
    Compute the mean of a specified function of interpoint distance
    between random points in a window.

    o rjitterlpp
    Apply random displacements to the points on a linear network.

SIGNIFICANT USER-VISIBLE CHANGES

    o simulate.kppm
    Conditional simulation of the model, given a fixed number of points,
    is now supported using the new arguments 'n.cond' and 'w.cond'.

    o densityfun.ppp
    The resulting function can now handle query points which lie
    outside the window of the original data,
    and has argument 'drop=TRUE' which specifies how to handle them.

    o rpoint
    New argument 'forcewin' forces the code to use the window 'win'
    when 'f' is a pixel image.

    o slrm
    In the default case (where dataAtPoints is not given)
    all spatial covariates, including the spatial coordinates x and y,
    are now evaluated at the centre of each pixel. This improves
    consistency with other implementations of spatial logistic regression.

    o slrm
    Silently ignores any arguments '...' that are not recognised by 'as.mask'

    o summary.mppm
    Improved summary of the dependence of the
    interpoint interaction on the covariates.

    o densityEqualSplit
    New arguments 'at' and 'leaveoneout' for consistency with other functions.

    o pairs.im
    New argument 'drop'.

    o distmap.psp
    New arguments 'extras' and 'clip'

    o discretise
    New argument 'move.points' determines whether the point coordinates
    are also discretised.

    o summary.im
    Output improved when the image is empty (i.e. when all pixel values
    are undefined).

    o rhohat
    New option (smoother='piecewise') computes a piecewise-constant
    estimate of rho(z).

    o rhohat
    The result now includes the 'average' intensity rho.

    o distcdf
    Arguments which are NULL will be treated as missing.

    o distcdf
    New argument 'savedenom'.

    o densityHeat
    The function formerly known as 'densityHeat' or 'densityHeatlpp'
    is now renamed 'densityHeat.lpp' and is a method for the generic
    'densityHeat'.

BUG FIXES

    o nncross.ppp
    If the argument 'by' was given, some of the results were incorrect.
    [Spotted by Hank Stevens.]
    Fixed.

    o nncross.ppp, nncross.pp3
    If 'iX' and 'iY' were given, some of the results were incorrect.
    Fixed.

    o density.lpp
    The result had the wrong length if 'x' contained duplicated points
    when 'weights' were given and 'at="points"'.
    [Spotted by Andrea Gilardi]
    Fixed.

    o simulate.kppm
    Conditional simulation crashed on rare occasions,
    with an error about negative probabilities.
    Fixed.

    o model.matrix.mppm
    If the model was fitted using 'gam', the resulting matrix
    did not have an 'assign' attribute.
    Fixed.

    o model.depends
    Crashed for models fitted using 'gam'.
    Fixed.

    o predict.slrm, fitted.slrm
    Crashed if the model was fitted using split pixels (argument 'splitby').
    Fixed.

    o predict.slrm, fitted.slrm
    Crashed in some cases when 'window' was given.
    Fixed.

    o update.slrm
    Failed to find covariates that were provided in 'env'.
    Fixed.

    o cdf.test
    Crashed if the covariate was constant.
    Fixed.

        CHANGES IN spatstat VERSION 2.1-0

OVERVIEW

    o We thank Tilman Davies, Peter Diggle, Greg McSwiggan and Suman Rakshit
    for contributions.

    o diffusion kernel estimate of intensity

    o New dataset 'btb'

    o More support for spatial logistic regression models.

NEW FUNCTIONS

    o densityHeat
    New generic function for diffusion kernel estimation of intensity

    o densityHeat.ppp
    Diffusion kernel estimation of intensity in 2 dimensions

    o densityHeat.lpp
    Diffusion kernel estimation of intensity on a linear network

    o slrm
    'step' can now be applied to models fitted using 'slrm'.

NEW DATASETS

    o btb
    Bovine tuberculosis data, from Prof Peter Diggle.

        CHANGES IN spatstat VERSION 2.0-1

OVERVIEW

    o Minor changes to satisfy CRAN checks.

        CHANGES IN spatstat VERSION 2.0-0

OVERVIEW

    o We thank Corey Anderson, Michael Chirico, Andy Craig,
    Marcelino de la Cruz, Tilman Davies, Pavel Fibich,
    Kurt Hornik, Gopalan Nair, Yonatan Rosen and Rasmus Waagepetersen
    for contributions.

    o spatstat has been divided into 7 sub-packages
    (spatstat.utils, spatstat.data, spatstat.sparse,
    spatstat.geom, spatstat.core, spatstat.linnet and spatstat).

    o Important bug fix in simulation of log-Gaussian Cox processes.

    o Increased speed for large datasets.

    o variance calculations handle larger datasets.

    o predict.mppm now works for multitype point process models.

    o Improved handling of 'newdata' in predict.mppm.

    o More support for multi-dimensional patterns.

    o Changed default value of 'stringsAsFactors'.

    o spatstat now depends on R version 3.5.0 or later.

    o spatstat now requires spatstat.utils version >= 1.18-0

    o spatstat now requires spatstat.data version >= 1.7-0

    o Bug fixes and minor improvements.

    o Version nickname: "Caution: contains small parts"

NEW FUNCTIONS

    o intersect.boxx
    Compute intersection of boxes in multi-dimensional space

    o scale.boxx, scale.ppx
    Methods for 'scale' for boxes and patterns in multi-dimensional space

    o shift.boxx, shift.ppx
    Methods for 'shift' for boxes and patterns in multi-dimensional space

    o is.boxx
    Determine whether an object is a multidimensional box

SIGNIFICANT USER-VISIBLE CHANGES

    o package structure
    The original 'spatstat' package has been divided into 7 sub-packages
    (spatstat.utils, spatstat.data, spatstat.sparse,
    spatstat.geom, spatstat.core, spatstat.linnet and spatstat).
    The remaining 'spatstat' package requires all the other sub-packages.
    Your existing code scripts should still work with minimal changes.

    o overall speed
    Changes have been made to the internal code of spatstat
    which should accelerate computations involving large datasets.

    o vcov.ppm, summary.ppm
    Variance calculations now handle larger datasets
    because they use sparse arrays, by default.

    o dirichletEdges
    New argument 'clip'.

    o rSSI
    Accelerated.

    o localpcf, localpcfinhom
    New argument 'rvalue'.

    o harmonise.im
    The result belongs to class 'solist' and 'imlist'
    so that it can be plotted.

    o hyperframe, as.im.function
    The formal default value of 'stringsAsFactors' has been changed
    to 'NULL' to conform to changes in R. (The actual default value
    is TRUE for R < 4.1.0 and FALSE for R >= 4.1.0)

    o predict.mppm
    Now supports multitype point process models.

    o predict.mppm
    Improved handling of argument 'newdata'

    o densityHeat
    Default behaviour has changed slightly.
    New argument 'finespacing'.

    o density.lpp
    Accelerated when the pattern contains duplicated points.

    o rotmean
    The result now has the same 'unitname' as the input object X.
    New argument 'adjust' controls the smoothing bandwidth.

    o sessionInfo
    Output now lists packages that are imported but not loaded.

    o rlabel
    New argument 'group' specifies that the points are divided into
    several groups, and that relabelling is applied within each group.

    o plot.psp
    The code for 'style="width"' has been completely rewritten,
    so that it no longer depends on plot.linim, and is more efficient.
    The formal argument list has been extended.

    o mincontrast
    New argument 'action.bad.values' specifies what action is taken
    when the summary function produces NA or NaN or infinite values.

    o sessionLibs
    Package names are now sorted alphabetically.

    o [.linim
    Accelerated.

    o integral.im
    Accelerated in the case where 'domain' is a tessellation.

    o cbind.hyperframe
    Row names are not altered (previously they were altered
    using 'make.names')

    o simulate.ppm
    Now recognises the argument 'window' as an alternative to 'w'.

    o kppm
    Improved numerical robustness.

    o Kcross, Gcross, Jcross
    Function labels (shown on the plot legend) have been
    improved when i = j.

    o anova.mppm
    Issues a warning when applied to random-effects models
    (models fitted using the argument 'random').

    o [.ppx
    New argument 'clip'

BUG FIXES

    o rLGCP, simulate.kppm
    Simulation results for log-Gaussian Cox processes were incorrect
    unless the pixel dimensions and pixel spacings were identical
    on the horizontal and vertical axes. (If pixel dimensions were not
    specified, then the results were incorrect whenever the Frame of the
    simulation window was not a square.)
    [Spotted by Tilman Davies.]
    Fixed.

    o crossdist.pp3
    Results with periodic=TRUE were partially incorrect.
    Fixed.

    o deviance.lppm, pseudoR2.lppm
    Results were completely incorrect, due to a coding error.
    Fixed.

    o colourmap
    If a colour map was applied to numbers lying outside the range of the
    colour map, the wrong number of NA's was sometimes produced.
    Fixed.

    o Gest
    If correction="rs" or correction="km", then both the reduced-sample
    (border correction) and Kaplan-Meier corrected estimates were calculated.
    [Spotted by Gopalan Nair.]
    Fixed.

    o Lcross.inhom, Kcross.inhom, Kmulti.inhom
    The option 'correction="none"' was accepted but ignored.
    [Spotted by Corey Anderson.]
    Fixed.

    o rMatClust, rThomas, rCauchy, rVarGamma
    If the fitted model was effectively a Poisson process,
    the result did not have attributes 'Lambda' and 'parents'
    even when the user requested them.
    Fixed.

    o affine.owin
    For mask windows, the pixel resolution of the result
    was too fine, leading to very large datasets.
    Fixed.

    o affine.im
    If the transformation matrix was not diagonal, the pixel resolution
    of the result was too fine, leading to very large datasets.
    Fixed.

    o plot.ppp
    For a point pattern in a binary mask window,
    if both arguments 'col' and 'cols' were given,
    the points were coloured according to 'col', which was incorrect.
    Fixed.

    o dirichletEdges
    Crashed if any edges crossed the boundary of the window.
    Fixed.

    o Vmark
    Crashed if normalise=TRUE when there was only one column of marks.
    (Spotted by Pavel Fibich.)
    Fixed.

    o unitname
    Spatial datasets with incorrect internal format
    (or using an out-of-date version of the spatstat format)
    caused an error if the 'units' package was loaded.
    Fixed.

    o nnclean
    Crashed if k >= npoints(X).
    Fixed.

    o print.ppm
    Crashed sometimes when applied to the result of subfits().
    Fixed.

    o model.matrix.mppm
    Crashed with random-effects models.
    Fixed.

    o anova.mppm
    Crashed with random-effects models.
    Fixed.

    o objsurf.kppm
    Crashed if the model was fitted by Palm likelihood (method="palm")
    or second order composite likelihood (method="clik2").
    Fixed.

    o MinkowskiSum
    Crashed sometimes with an error message about 'sumconnected'.
    Fixed.

    o simulate.rhohat
    Crashed when applied to rhohat objects computed from data
    on a linear network.
    Fixed.

    o hyperframe
    Crashed if the argument 'row.names' was given
    and the hyperframe had exactly one row.
    Fixed.

CHANGES IN spatstat VERSION 1.64-1

OVERVIEW

    o Important bug fix in vcov.ppm

    o Relative risk estimation may include case weights.

    o We thank Ian Buller, Brian Ripley, Maximilian Vogtland
    and Maximilian Hesselbarth for contributions.

    o Nickname: 'Help you I can, yes!'

SIGNIFICANT USER-VISIBLE CHANGES

    o rshift.ppp, rshift.splitppp
    New argument 'nsim'.

    o relrisk.ppp
    New argument 'weights'.

    o density.splitppp
    New argument 'weights'.

BUG FIXES

    o vcov.ppm
    Variances were sometimes overestimated for Gibbs models.
    That is, entries of the Fisher information matrix were underestimated,
    because some contributions due to interaction were omitted
    (due to a coding error).
    Fixed.

    o density.ppp
    Crashed when se=TRUE if there were multiple columns of 'weights'.
    Fixed.

    o rbind.hyperframe
    Crashed unless all arguments had the same number of rows.
    (Spotted by Maximilian Vogtland).
    Fixed.

        CHANGES IN spatstat VERSION 1.64-0

OVERVIEW

    o We thank Robert Aue, Tilman Davies, Greg McSwiggan, Tyler Rudolph
    and Rasmus Plenge Waagepetersen for contributions.

    o Interactive graphics functions have been removed to a separate package.

    o spatstat no longer needs the packages 'tcltk' and 'rpanel'.

    o The suggested package 'maptools' should be version 0.9-9 or later.

    o Important bug fix in density.ppp.

    o Add new vertices to a linear network.

    o Relative risk estimation on a network.

    o Leave-one-out density estimation on a network.

    o Improvements and extensions to linear networks code.

    o Improvements to 'nndist' methods.

    o Function lengths.psp has been renamed lengths_psp.

    o Bug fixes related to mppm.

    o Stability improvements.

    o Version nickname: 'Susana Distancia'

NEW FUNCTIONS

    o relrisk.lpp
    Method for 'relrisk' for point patterns on a linear network.

    o bw.relrisklpp
    Bandwidth selection for relative risk on a network.

    o densityfun.lpp
    Method for 'densityfun' for point patterns on a linear network.

    o addVertices
    Add new vertices to a network, at locations outside the existing network.

    o lengths_psp
    This is the new name of the function 'lengths.psp',
    which had to be changed because of a conflict with the generic 'lengths'.

    o densityEqualSplit
    The equal-split algorithm for kernel density estimation on a network
    is now visible as a separate function.

    o densityHeat
    The heat-equation algorithm for kernel density estimation on a network
    is now visible as a separate function. It has also been extended
    to computing leave-one-out density estimates at the data points.

    o hotrod
    Compute the heat kernel kappa(u,v) on a one-dimensional line segment.

    o heatkernelapprox
    Calculate an approximation to the value of the heat kernel
    on a network evaluated at the source point, kappa(u,u).

SIGNIFICANT USER-VISIBLE CHANGES

    o nndist.pp3, nndist.ppx, nndist.lpp
    These functions now recognise the argument 'by'
    allowing computation of the nearest distance to each group of points.

    o pairdist.lpp, crossdist.lpp
    These functions can now handle large networks,
    using the sparse representation.

    o density.lpp, densityQuick.lpp
    Infinite bandwidth (sigma=Inf) is now permitted,
    and results in a density estimate that is constant over all locations.

    o as.linnet.psp
    The resulting network now has an attribute 'camefrom'
    indicating the provenance of each line segment in the network.

    o as.linnet.linnet
    New argument 'maxsize'.

    o repairNetwork
    Increased capability of detecting and repairing inconsistencies.

    o joinVertices
    New argument 'marks'.

    o insertVertices
    Marks attached to the lines of the network are now retained.

    o as.lpp
    Accepts more data formats.

    o iplot, iplot.ppp, iplot.layered, iplot.linnet, iplot.default
    These interactive plotting functions have been removed from spatstat
    into a new package 'spatstat.gui'

    o istat
    This interactive analysis function has been removed from spatstat
    into a new package 'spatstat.gui'

    o crossdist.lpp
    New argument 'check'.

    o lengths.psp
    This function will soon be Deprecated,
    in favour of the new name 'lengths_psp'

    o density.lpp
    Formal arguments changed. No effect on usage.

    o integral.linim
    Now handles complex-valued functions.

    o transect.im
    New argument 'nsample'.

    o bw.lppl
    Accelerated when distance="path".

    o collapse.fv
    Recognises the abbreviations used by fvnames()

BUG FIXES

    o density.ppp
    Edge correction factors were calculated incorrectly when the
    window was not a rectangle, causing a negative bias in the
    estimated intensity. [Spotted by Tilman Davies.]
    Bug introduced in spatstat 1.57-0, october 2018.
    Fixed.

    o mppm
    Internal data were malformed if the interaction was Hardcore()
    or MultiHard() or a hybrid involving these interactions.
    This caused various errors when the fitted model was used.
    Fixed.

    o mppm
    Ignored the arguments 'nd' and 'eps' controlling the quadrature scheme.
    Fixed.

    o "[.linnet", "[.lpp"
    In X[W] where W is a window, if a vertex of the network
    lay exactly on the boundary of W, an edge of length zero was created.
    Fixed.

    o valid.ppm
    Crashed sometimes when applied to the result of subfits().
    Fixed.

    o as.im.densityfun
    Crashed if argument W was missing.
    Fixed.

    o as.linnet.linnet
    This code could crash the R session, when sparse=FALSE, if there was
    insufficient memory available to create the matrix of distances
    between all pairs of network vertices.
    Fixed.

    o Summary.linim
    A spurious warning was generated when the operation any() or all()
    was applied to a logical-valued image on a network.
    Fixed.

    o "[<-.linim"
    Crashed if the assignment would have replaced some existing NA values.
    Fixed.

        CHANGES IN spatstat VERSION 1.63-3

OVERVIEW

    o Minor changes for compatibility with future versions of R

    o Minor improvements

    o Version nickname: "Wet paint"

SIGNIFICANT USER-VISIBLE CHANGES

    o plot.ppp
    The coordinate axes will be plotted if axes=TRUE.
    Axis labels xlab, ylab will be plotted if ann=TRUE.

(mef)

2021-09-20 12:20:11 UTC MAIN commitmail json YAML

2021-09-20 12:12:29 UTC MAIN commitmail json YAML

doc: Updated geography/R-ggspatial to 1.1.5

(mef)

2021-09-20 12:12:17 UTC MAIN commitmail json YAML

(geography/R-ggspatial) Updated 1.0.3 to 1.1.5

# ggspatial 1.1.5

* Added a `NEWS.md` file to track changes to the package.
* Suppressed discarded datum warnings that resulted from loading
  of test data.
* Suppressed discarded datum warnings that resulted from
  'rosm' package operations.
* Fixed an error that caused RStudio to crash from excessive
  memory allocation resulting when trying to plot a single point
  with `annotation_map_tile()` (#74).
* Ensured that packages in 'Suggests' are used conditionally in
  tests and examples.

(mef)

2021-09-20 11:57:50 UTC MAIN commitmail json YAML

(geography/R-rgdal) Updated comment for TEST_DEPENDS.

(mef)

2021-09-20 11:52:19 UTC MAIN commitmail json YAML

doc: Updated geography/R-lwgeom to 0.2.7

(mef)

2021-09-20 11:52:06 UTC MAIN commitmail json YAML

(geography/R-lwgeom) Updated 0.2.5 to 0.2.7, NEWS.md outdated

(mef)

2021-09-20 11:45:04 UTC MAIN commitmail json YAML

(geography/R-geosphere) Add TEST_DEPENDS+= R-raster, not PASS yet

(mef)

2021-09-20 11:11:13 UTC MAIN commitmail json YAML

doc: Updated geography/R-spData to 0.3.10

(mef)

2021-09-20 11:11:00 UTC MAIN commitmail json YAML

(geography/R-spData) Updated 0.3.8 to 0.3.10, ChangeLog unknown

(mef)

2021-09-20 11:05:50 UTC MAIN commitmail json YAML

doc: Updated geography/R-spatstat.data to 2.1.0

(mef)

2021-09-20 11:05:37 UTC MAIN commitmail json YAML

(geography/R-spatstat.data) Updated 1.4.3 to 2.1.0, ChangeLog unknown

(mef)

2021-09-20 10:52:44 UTC MAIN commitmail json YAML

Added geography/R-spatstat.{core,linnet} version 2.3.0 [mef 2021-09-20]

(mef)

2021-09-20 10:45:32 UTC MAIN commitmail json YAML

(geography/R-spatstat.linnet) import R-spatstat.linnet-2.3.0

Defines types of spatial data on a linear network and provides
functionality for geometrical operations, data analysis and modelling
of data on a linear network, in the 'spatstat' family of packages.
Contains definitions and support for linear networks, including
creation of networks, geometrical measurements, topological
connectivity, geometrical operations such as inserting and deleting
vertices, intersecting a network with another object, and interactive
editing of networks. Data types defined on a network include point
patterns, pixel images, functions, and tessellations. Exploratory
methods include kernel estimation of intensity on a network,
K-functions and pair correlation functions on a network, simulation
envelopes, nearest neighbour distance and empty space distance,
relative risk estimation with cross-validated bandwidth selection.
Formal hypothesis tests of random pattern (chi-squared,
Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford,
Dao-Genton, two-stage Monte Carlo) and tests for covariate effects
(Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also
supported. Parametric models can be fitted to point pattern data using
the function lppm() similar to glm(). Only Poisson models are
implemented so far. Models may involve dependence on covariates and
dependence on marks. Models are fitted by maximum likelihood. Fitted
point process models can be simulated, automatically. Formal
hypothesis tests of a fitted model are supported (likelihood ratio
test, analysis of deviance, Monte Carlo tests) along with basic tools
for model selection (stepwise(), AIC()) and variable selection (sdr).
Tools for validating the fitted model include simulation envelopes,
residuals, residual plots and Q-Q plots, leverage and influence
diagnostics, partial residuals, and added variable plots. Random point
patterns on a network can be generated using a variety of models.

(mef)

2021-09-20 10:38:59 UTC MAIN commitmail json YAML

(geography/R-spatstat.core) import R-spatstat.core-2.3.0

Functionality for data analysis and modelling of spatial data, mainly
spatial point patterns, in the 'spatstat' family of packages.
(Excludes analysis of spatial data on a linear network, which is
covered by the separate package 'spatstat.linnet'.) Exploratory
methods include quadrat counts, K-functions and their simulation
envelopes, nearest neighbour distance and empty space statistics, Fry
plots, pair correlation function, kernel smoothed intensity, relative
risk estimation with cross-validated bandwidth selection, mark
correlation functions, segregation indices, mark dependence
diagnostics, and kernel estimates of covariate effects. Formal
hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov,
Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Monte
Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson,
Kolmogorov-Smirnov, ANOVA) are also supported. Parametric models can
be fitted to point pattern data using the functions ppm(), kppm(),
slrm(), dppm() similar to glm(). Types of models include Poisson,
Gibbs and Cox point processes, Neyman-Scott cluster processes, and
determinantal point processes. Models may involve dependence on
covariates, inter-point interaction, cluster formation and dependence
on marks. Models are fitted by maximum likelihood, logistic
regression, minimum contrast, and composite likelihood methods. A
model can be fitted to a list of point patterns (replicated point
pattern data) using the function mppm(). The model can include random
effects and fixed effects depending on the experimental design, in
addition to all the features listed above. Fitted point process models
can be simulated, automatically. Formal hypothesis tests of a fitted
model are supported (likelihood ratio test, analysis of deviance,
Monte Carlo tests) along with basic tools for model selection
(stepwise(), AIC()) and variable selection (sdr). Tools for validating
the fitted model include simulation envelopes, residuals, residual
plots and Q-Q plots, leverage and influence diagnostics, partial
residuals, and added variable plots.

(mef)

2021-09-20 09:58:26 UTC MAIN commitmail json YAML

Added geography/R-spatstat.sparse version 2.0.0

(mef)

2021-09-20 09:56:02 UTC MAIN commitmail json YAML

(geography/R-spatstat.sparse) import R-spatstat.sparse-2.0.0

Defines sparse three-dimensional arrays and supports standard
operations on them. The package also includes utility functions for
matrix calculations that are common in statistics, such as quadratic
forms.

(mef)

2021-09-20 09:20:17 UTC MAIN commitmail json YAML

py-daemon: remove py-pygments dependency

It belongs into py-docutils and was just added there.

(wiz)

2021-09-20 09:19:54 UTC MAIN commitmail json YAML

doc: Updated textproc/py-docutils to 0.16nb1

(wiz)

2021-09-20 09:19:44 UTC MAIN commitmail json YAML

py-docutils: add missing py-pygments dependency.

Bump PKGREVISION.

(wiz)

2021-09-20 09:09:21 UTC MAIN commitmail json YAML

botan-devel: work around broken CPU arch detection on arm

(nia)

2021-09-20 09:05:31 UTC MAIN commitmail json YAML

pocl: work around broken CPU detection on aarch64

(nia)

2021-09-20 08:55:30 UTC MAIN commitmail json YAML

py-daemon: Add missing build-time dependency.

I have no idea where this dependency comes from (it's not in setup.py),
but adding it fixes the build.

(nia)

2021-09-20 08:50:34 UTC MAIN commitmail json YAML

(geography/R-spatstat.geom) import R-spatstat.geom-2.2.2

Defines types of spatial data such as point patterns, mainly in two
dimensions, but also in higher dimensions. Provides class support, and
functions for geometrical operations on spatial data, used in the
'spatstat' family of packages. Excludes spatial data on a linear
network, which are covered by the separate package 'spatstat.linnet'.

(mef)

2021-09-20 08:41:19 UTC MAIN commitmail json YAML

MAME switched to C++17, fix building it on NetBSD/aarch64.

(nia)

2021-09-20 08:04:14 UTC MAIN commitmail json YAML

doc: Updated geography/R-rgdal to 1.5.27

(mef)

2021-09-20 08:04:00 UTC MAIN commitmail json YAML

(geography/R-rgdal) Updated 1.4.8 to 1.5.27

# Please note that **rgdal** will be  retired by the end of 2023, plan
  transition to sf/stars/terra  functions using GDAL and  PROJ at your
  earliest convenience.

# Version 1.5-27 (development, rev. 1149-)
* Correcting logic error in check for MXE UCRT builds (temporary)

# Version 1.5-26 (2021-09-15, rev. 1141-1148)
* Mute use of PROJ CDN for MXE UCRT builds (temporary)

* Run autoupdate on configure.ac to handle obsolete AC_HELP_STRING etc.

# Version 1.5-25 (2021-09-08, rev. 1122-1140)
* Add environment variable access to --with-data-copy by
  PROJ_GDAL_DATA_COPY (https://github.com/r-spatial/sf/issues/1605)

* Adaptations for PROJ 8.

* Handle mixed 2D/3D in readOGR():
  (https://github.com/r-spatial/sf/issues/1683)

* Add tweak for UCRT builds.

* Thin examples for spTransform().

# Version 1.5-23 (2021-02-03, rev. 1120-1121)
* Further fallout after removing valgrind issues.

# Version 1.5-22 (2021-02-02, rev. 1106-1119)
* Attempt to remove further valgrind leak in proj6.cpp: PROJcopyEPSG()
  and in ogr_proj.cpp, both wrongly placed object destructors.

* Modified roundtripping all declared projections in ?project examples
  because some listed projections for PROJ >= 5 provoke valgrind
  leakages by returning very large out-of-scope values for input
  coordinates (0, 0); inversion of these is not attempted; some listed
  projections are not projections.

# Version 1.5-21 (2021-01-27, rev. 1093-1105)
* Suggest **rgeos** to write pre-SFS multipolygon objects to avoid
  unpleasant workaround.

* Try to eliminate current valgrind leaks, starting from
  (https://github.com/r-spatial/gstat/issues/82).

* Try to increase robustness to installation with early PROJ 6
  versions, which often lack functionality found necessary later (for
  example visualization order); the code had assumed that this
  function always was available and behaved as it now does. There are
  now graceful failures when not available.

# Version 1.5-19 (2021-01-05, rev. 1083-1092)
* Dan Baston: raster speedups

* PROJ 7.2.1 includes a bug-fix for `+proj=ob_tran` cases that
  required changes in detection and handling of target/source CRS
  reversal,
  https://lists.osgeo.org/pipermail/proj/2020-December/009999.html

# Version 1.5-18 (2020-10-13, rev. 1071-1082)
* condition `tests/test_enforce_xy.R` on PROJ >= 6 and GDAL >= 3
  (email BDR, I forgot to re-check with PROJ-5.2.0/GDAL-2.2.4).

* Adaptation to EPSG 10 database format started (from PROJ 7.2);
  choose DB columns by name not number in vignette.

# Version 1.5-17 (2020-10-08, rev. 1051-1070)
* `"CRS"` instantiation now prefers PROJ: use
  `rgdal::set_prefer_proj(FALSE)` to return to earlier behaviour. It
  seems that access from C/C++ code to mechanisms in PROJ offers more
  depth than going through GDAL to PROJ. This `"CRS"` instantiation in
  **sp** and **raster**; Proj4 and WKT2 strings may differ depending
  on whether instantiation is straight from PROJ or goes via
  GDAL. Confirmed with multiple reverse dependency checks over almost
  900 CRAN packages.

* By default use PROJ function to extract the source CRS from a
  `"BOUNDCRS"`. When `+towgs84=` is given, PROJ and GDAL see the
  apparent source Proj4 string as implicitly implying a coordinate
  operation transforming to target WGS84, leading to the WKT2
  representation being a `"BOUNDCRS"`, not a `"PROJCRS"` or
  `"GEOGCRS"`, and thus causing misunderstandings later in searching
  for the most accurate coordinate operation for a transformation. May
  be controlled by setting the `get_source_if_boundcrs=` in
  `sp::CRS()` from **sp** 1.4-4 (2020-10-07). Confirmed with multiple
  reverse dependency checks over almost 900 CRAN packages.

* Add support for instantiating from `"OGC:CRS84"` to provide a
  guaranteed GIS/visualization axis order WGS84 instantiator
  (preferred to `"EPSG:4326"`).

* Permit empty string in `SRS_string=` argument to `sp::CRS()` and
  functions called by it.

* Use GDAL `ORSIsProjected()` instead of simply looking for
  `"+proj=longlat"` in the Proj4 string representation where possible.

# Version 1.5-16 (2020-08-07, rev. 1047-1050)
* Typo in C code; use `try()` around Area-of-Interest calculation for
  coordinate operations (email BDR, I forgot to re-check with
  PROJ-5.2.0/GDAL-2.2.4).

# Version 1.5-15 (2020-08-04, rev. 1020-1046)
* Add support for instantiating from `"ESRI:"`.

* Add Area-of-Interest to coordinate operation search (reduces the
  number of candidates found in many cases), and use in
  `rgdal::spTransform()` by default (`use_aoi=FALSE` to suppress);
  illustrate in vignette
  https://cran.r-project.org/web/packages/rgdal/vignettes/CRS_projections_transformations.html.

* Harden to condition on PROJ functions only available from 6.2.0;
  block `"+proj=ob_tran` tests for PROJ 6.0.0-6.1.1.

* Support PROJ CDN https://cdn.proj.org for on-demand download of
  transformation grids if requested by user; document in vignette
  https://cran.r-project.org/web/packages/rgdal/vignettes/CRS_projections_transformations.html.

# Version 1.5-12 (2020-06-26, rev. 1007-1019)
* Further corrections to `configure.ac` for older PROJ/GDAL versions

# Version 1.5-10 (2020-06-09, rev. 991-1006)
* Corrections to `configure.ac` for older PROJ/GDAL versions

# Version 1.5-8 (2020-05-28, rev. 846-990)
* Released to match **sp** 1.4.0 (2020-02-21) to 1.4-2 (2020-05-20)
  following months of development adapting to breaking changes in the
  external libraries used here: PROJ and GDAL; see also
  https://cran.r-project.org/web/packages/sp/news.html.

* Expose `options("rgdal_show_exportToProj4_warnings"="none")` to mute
  Proj4 string degradation warnings.

* Add new vignette
  https://cran.r-project.org/web/packages/rgdal/vignettes/CRS_projections_transformations.html.

* CRAN Windows binary uses PROJ >= 6 and GDAL >= 3

* Add PROJ-based CRS comparison: `compare_CRS()`.

* `project()` and `spTransform()` use WKT2 comment if available,
  fallback to Proj4 representation if not.

* List coordinate operations (based on pyproj code): `list_coordOps()`.

* Add `enforce_xy=` arguments to try to ensure that only
  GIS/visualization axis order is present.

* Add `"CRS"` object comment carrying WKT2 (2019) multiline string
  representation on read operations.

* Use `"CRS"` object comment carrying WKT2 (2019) multiline string
  representation on write operations.

(mef)

2021-09-20 07:50:07 UTC MAIN commitmail json YAML

ykchorus: Fix building on non-x86 by removing excessive optimization flags

(nia)

2021-09-20 07:22:04 UTC MAIN commitmail json YAML

doc: Updated geography/R-spatstat.utils to 2.2.0

(mef)

2021-09-20 07:21:52 UTC MAIN commitmail json YAML

(geography/R-spatstat.utils) Updated 1.17.0 to 2.2.0

        CHANGES IN spatstat.utils VERSION 2.2-0

OVERVIEW

    o New function to compute breakpoints for a cut operation.

    o Internal tweaks to improve efficiency.

NEW FUNCTIONS

    o exactCutBreaks
    Compute the exact numerical values of the breakpoints
    used in cut.default.

        CHANGES IN spatstat.utils VERSION 2.1-0

OVERVIEW

    o New functions providing NA and zero values, and empty vectors,
    of the appropriate type.

NEW FUNCTIONS

    o RelevantNA
    Return a missing value of the appropriate type.

    o RelevantEmpty
    Return a zero-length vector of the appropriate type.

    o RelevantZero
    Return a value equivalent to 0, of the appropriate type.

        CHANGES IN spatstat.utils VERSION 2.0-1

OVERVIEW

    o Tweaks.

        CHANGES IN spatstat.utils VERSION 2.0-0

OVERVIEW

    o Updated to new spatstat family.

SIGNIFICANT USER-VISIBLE CHANGES

    o package dependence
    spatstat.utils now suggests the package spatstat.core
    which is part of the new spatstat family.

        CHANGES IN spatstat.utils VERSION 1.20-0

OVERVIEW

    o Computation is slightly accelerated.

SIGNIFICANT USER-VISIBLE CHANGES

    o general
    Overall speed of computation is slightly increased.

        CHANGES IN spatstat.utils VERSION 1.19-0

OVERVIEW

    o Minor improvements.

        CHANGES IN spatstat.utils VERSION 1.18-0

OVERVIEW

    o Minor improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o do.call.matched, do.call.without
    New argument 'envir' determines the environment in which
    the call will be evaluated.

(mef)

2021-09-20 06:45:43 UTC MAIN commitmail json YAML

doc: Updated geography/R-sf to 1.0.2

(mef)

2021-09-20 06:45:31 UTC MAIN commitmail json YAML

(geography/R-sf) Updated 0.9.8 to 1.0.2

# version 1.0-2
* `st_read()` and `st_write()` using GDAL handle binary attributes
  (OFTBinary fields) ; #1721

* a `pivot_longer` method is added for `sf` objects (the `data.frame`
  method works, but raises a warning)

* `rbind.sf` preserves primary geometry column; #1717

* `configure` constrains using `--static` to `Darwin` platform; #1702,
  #1712, #1713

* old-style `crs` objects created with sf < 0.9-0 generate a message,
  and will cause a warning in the future.

* when `st_crs()` is called with a WKT2 as text input, its `input`
  field will be replaced with the CRS name (if it has one).

* GEOS (>= 3.9.0) operations use `GEOSGeom_setPrecision_r` to set
  precision of geometries; #1535

* `st_read()` with specified `query` ignores argument `layers`, and
  warns if it is given; #1444

# version 1.0-1
* fix regression in `st_intersection()`: when using s2 attributes were
  assigned wrongly; #1704

* `crs` (sf) to `CRS` (sp) conversion no longer needs validation by
  `rgdal`; https://github.com/edzer/sp/issues/107

* retrieve ESRI's WKT version of CRS by `st_crs(id)$WKT1_ESRI`; #1690

# version 1.0-0
* add `s2` to Imports:

* add Dewey Dunnington to contributors

* `sf_use_s2()` prints a message when using s2 has been switched to on or off.

* use `s2` spherical geometry as default when coordinates are ellipsoidal. This can
  be switched off (defaulting to planar geometry, using GEOS, as in sf < 1.0-0)
  by setting environment variable `_SF_USE_S2` to `false` before package `sf`
  is loaded, or by `sf_use_s2(FALSE)`; #1649

* `st_nearest_feature()` with missing `y` returns nearest features in
  the remaining set of `x`; https://github.com/r-spatial/s2/issues/111

* `st_write()` gains an argument `config_options` to set GDAL config
  options; #1618

* fix regression in `sf_project(..., keep = TRUE)`; #1635

(mef)

2021-09-20 06:09:41 UTC MAIN commitmail json YAML

Added geography/R-s2 version 1.0.6

(mef)

2021-09-20 06:08:07 UTC MAIN commitmail json YAML

(geography/R-s2) import R-s2-1.0.6

Provides R bindings for Google's s2 library for geometric calculations
on the sphere. High-performance constructors and exporters provide
high compatibility with existing spatial packages, transformers
construct new geometries from existing geometries, predicates provide
a means to select geometries based on spatial relationships, and
accessors extract information about geometries.

(mef)

2021-09-20 06:04:21 UTC MAIN commitmail json YAML

Added geography/R-wk version 0.5.0

(mef)

2021-09-20 06:01:41 UTC MAIN commitmail json YAML

(geography/R-wk) import R-wk-0.5.0,  from wip/R-wk

Provides a minimal R and C++ API for parsing well-known binary and
well-known text representation of geometries to and from R-native
formats. Well-known binary is compact and fast to parse; well-known
text is human-readable and is useful for writing tests. These formats
are only useful in R if the information they contain can be accessed
in R, for which high-performance functions are provided here.

(mef)

2021-09-20 05:39:50 UTC MAIN commitmail json YAML

doc: Updated geography/R-rgeos to 0.5.7

(mef)

2021-09-20 05:39:38 UTC MAIN commitmail json YAML

(geography/R-rgeos) Udated 0.5.5 to 0.5.7

# Please note that **rgeos** will be retired by the end of 2023, plan
  transition to sf functions using GEOS at your earliest convenience.

# Version 0.5-7 (development, rev. 641-675)
  * adapt to OverlayNG in GEOS 3.9
  * update Windows static library to GEOS 3.9
  * add gMinumumRotatedRectangle() and gMaximumInscribedCircle() for GEOS 3.9
  * adapt configure.ac for GEOS 3.10
  * add support for structured geometry fixer in gMakeValid() from 3.10

(mef)

2021-09-20 05:19:20 UTC MAIN commitmail json YAML

doc: Updated geography/R-maptools to 1.1.2

(mef)

2021-09-20 05:19:08 UTC MAIN commitmail json YAML

(geography/R-maptools) Updated 1.1.1 to 1.1.2

# Version 1.1-2 (development, rev. 392-397)
  * Version check for forthcoming GEOS 3.10

(mef)

2021-09-20 05:04:50 UTC MAIN commitmail json YAML

doc: Updated geography/osm-gps-map to 1.2.0

(mef)

2021-09-20 05:04:37 UTC MAIN commitmail json YAML

(geography/osm-gps-map) Updated 1.1.0 to 1.2.0

Changes in 1.2.0
======================
  * Change max allowed zoom for various maps (Rolf Eike Beer, Philipe Weyland)
  * Add copyright notices to maps (Patrick Salecker)
  * Add configureable user-agent property for apps to clearly identify themselves (Patrick Salecker)
  * Remove dependency on gnome-common (Patrick Salecker, Hubert Kowalski)
  * Add user_data support to points (Martijn Goedhart)
  * Add breakable and shade_alpha properties to polygons (Samuel Cowen)
  * Python example updated to Python3 (Felipe S. S. Schneider)
  * Add Glade catalog file for better glade integration (Davide Gessa)

(mef)

2021-09-20 04:12:05 UTC MAIN commitmail json YAML

doc: Updated geography/R-countrycode to 1.3.0

(mef)

2021-09-20 04:11:53 UTC MAIN commitmail json YAML

(geography/R-countrycode) Updated 1.1.0 to 1.3.0

# countrycode 1.3.0
* destination argument accepts a vector of strings and tries one after
  the other
* countryname(warn=TRUE) by default
* better class checks
* countryname defaults to `country.name.en` for missing country names
  (nomatch=NULL)
* Vietnam: better regex and support for vdem
* Namibia fixes: eurostat, genc2c, wb_api2c, ecb
* Various regex improvements
* Congo French disambiguation

# countrycode 1.2.0
* New 'countryname' function converts country names from any language
  (thanks to @davidsjoberg)
* New `guess_field` function guesses which code a vector uses
* Bug in dict build inserted NA in region variable (Thanks to M. Pascariu)
* Added region23 with the old, more granular regions
* Added unicode.symbol, which converts to emoji flags
* Added ISO 4217 currency name, alpha, and numeric codes
* Added UN region codes and names
* Added IANA ccTLD codes
* Improved various regexes

# countrycode 1.1.3
* Added Demographic and Health Surveys (thanks to @mcooper)

# countrycode 1.1.2
* Updated World Bank regions with manual additions

# countrycode 1.1.1
* Bug: Typo prevented users for using "p4n" as origin code
* Fixed bad icao.region codes (Thanks to @espinielli)
* Added country name "United Arab Republic" and its regex (Thanks to
  Gina Reynolds)
* Added SOM to wb code (Thanks to Fabian Besche)
* Added Vietnam to codelist_panel

(mef)

2021-09-20 04:02:06 UTC MAIN commitmail json YAML

doc: Updated www/R-RCurl to 1.98.1.5

(mef)

2021-09-20 04:01:52 UTC MAIN commitmail json YAML

(www/R-RCurl) Updated 1.98.1.4 to 1.98.1.5

ChangeLog unknown, inst/doc/Changes.html is outdated

(mef)

2021-09-20 03:55:03 UTC MAIN commitmail json YAML

doc: Updated print/R-tinytex to 0.32

(mef)

2021-09-20 03:54:54 UTC MAIN commitmail json YAML

(print/R-tinytex) Updated 0.32 to 0.33, ChangeLog unknown

(mef)

2021-09-20 03:39:30 UTC MAIN commitmail json YAML

doc: Updated graphics/R-viridis to 0.6.1

(mef)

2021-09-20 03:39:09 UTC MAIN commitmail json YAML

(graphics/R-virdisLite) Updated 0.5.1 to 0.6.1

# viridisLite 0.6.1
## New features

* N/A.

## Minor improvements and fixes

* Include unemployment data in package to avoid CRAN check errors when original
data is not accessible.

---
# viridisLite 0.6.0
## New features

* Add 3 more color maps: mako, rocket, and turbo.

## Minor improvements and fixes

* Minor bug fixes and improvements here and there.

(mef)

2021-09-20 03:35:22 UTC MAIN commitmail json YAML

doc: Updated graphics/R-Cairo to 1.5.12.2

(mef)

2021-09-20 03:35:10 UTC MAIN commitmail json YAML

(graphics/R-Cairo) Updated 1.5.10 to 1.5.12

1.5-12
    o use pkg-config --static --libs when needed

    o adapt to API changes in R 4.0.0, also improves symbol
placement in recent R versions

1.5-11 (2020-02-26)
    o fixed missing PROTECT() (thanks to Tom叩邸 Kalibera)

    o minor changes to remove R CMD check warnings

(mef)

2021-09-20 03:31:18 UTC MAIN commitmail json YAML

doc: Updated graphics/R-viridisLite to 0.4.0

(mef)

2021-09-20 03:31:06 UTC MAIN commitmail json YAML

(graphics/R-viridisLite) Updated 0.3.0 to 0.4.0

# viridisLite 0.4.0

## New features
* Add 3 more color maps: mako, rocket, and turbo.

## Minor improvements and fixes
* Minor bug fixes and improvements here and there.

(mef)

2021-09-20 03:11:49 UTC MAIN commitmail json YAML

doc: Updated graphics/R-manipulateWidget to 0.11.0

(mef)

2021-09-20 03:11:38 UTC MAIN commitmail json YAML

(graphics/R-manipulateWidget)  Updated 0.10.1 to 0.11.0

# manipulateWidget 0.11.0 (2020-03-21)

## New features
* New comparison mode: the UI generated with `manipulateWidget()` has
  now new controls to enter in comparison mode, choose the number of
  charts, the layout and the variables to compare.
* `compareOptions()` gains a new argument `allowCompare` to hide/show
  the new controls presented above.
* New function `mwTranslations()` to translate UI elements.
* UI has been slightly reworked.

## Bug Fixes
* The number of unnecesary updates has been decreased resulting in
  better performance.
* Sometimes, there were some conflict when a parameter in
  `manipulateWidget()` had the same name as a variable in the global
  environment.
* `mwSelect(multiple = TRUE)` was not updating charts when selection
  was empty.
* `staticPlot()` was evaluating expressions in the wrong environment.

## Breaking changes
* shiny applications using functions `mwModule()` and `mwModuleUI()` :
  you have to passed directly ui options like buttons on
  `mwModuleUI()` rather than in `mwModule()`

(mef)

2021-09-20 03:08:08 UTC MAIN commitmail json YAML

Added devel/R-diffr version 0.1

(mef)

2021-09-20 03:06:37 UTC MAIN commitmail json YAML

(devel/R-diffr) import R-diffr-0.1

An R interface to the 'codediff' JavaScript library (a copy of which
is included in the package, see <https://github.com/danvk/codediff.js>
for information). Allows for visualization of the difference between 2
files, usually text files or R scripts, in a browser.

(mef)

2021-09-20 02:57:34 UTC MAIN commitmail json YAML

(graphics/R-latticeExtra) Updated 0.6.28 to 0.6.29, NEWS not updated

(mef)

2021-09-20 02:51:23 UTC MAIN commitmail json YAML

Added math/R-insight version 0.14.4

(mef)

2021-09-20 02:48:37 UTC MAIN commitmail json YAML

(math/R-insight) import R-insight-0.14.4

A tool to provide an easy, intuitive and consistent access to
information contained in various R models, like model formulas, model
terms, information about random effects, data that was used to fit the
model or data from response variables. 'insight' mainly revolves
around two types of functions: Functions that find (the names of)
information, starting with 'find_', and functions that get the
underlying data, starting with 'get_'.  The package has a consistent
syntax and works with many different model objects, where otherwise
functions to access these information are missing.

(mef)

2021-09-20 02:44:51 UTC MAIN commitmail json YAML

doc: Updated graphics/R-jpeg to 0.1.9

(mef)

2021-09-20 02:44:36 UTC MAIN commitmail json YAML

(graphics/R-jpeg)  Updated 0.1.8.1 to 0.1.9

0.1-9  2021-07-24
    o  use R_ClearExternalPtr() instead of CAR()=0 to
        be more API-compliant

    o  minor R API compliance cleanup

    o  added native symbol registration

(mef)

2021-09-20 02:33:25 UTC MAIN commitmail json YAML

doc: Updated graphics/R-ggthemes to 4.2.4

(mef)

2021-09-20 02:33:14 UTC MAIN commitmail json YAML

(graphics/R-ggthemes) Updated 4.2.0 to 4.2.4

# ggthemes 4.2.4
- Fixing URLs for CRAN submission again.

# ggthemes 4.2.3
- Fixing URLs for CRAN submission again.

# ggthemes 4.2.2
- Fixing URLs for CRAN submission.

# ggthemes 4.2.1
- Conditionally use the vdiffr package in tests so it complies with
  suggested package policy (#124)
- Fix error in `expect_equal` functions (#123)
- Fix errors in `geom_tufteboxplot` and `stat_fivenumber` due to
  missing imported objects from ggplot2 (#117, #121)
- Fix text labels in top axis in `theme_economist` (#115)
- Update documentation on `geom_rangeframe`; it should be used with
  `coord_cartesian(clip="off")`. (#120)

(mef)

2021-09-20 01:36:35 UTC MAIN commitmail json YAML

doc: Updated graphics/R-ggExtra to 0.9

(mef)

2021-09-20 01:36:24 UTC MAIN commitmail json YAML

(graphics/R-ggExtra) Updated 0.8 to 0.9

# ggExtra 0.9

- Fix #109: using ggMarginal on a plot where geom_point was not the first layer was buggy (#116)
- Add documentation about how to use ggMarginal in R Notebooks or Rmarkdown
- Added support for densigram (density+histogram) plots (#118)
- Lots of internal refactoring (thanks @crew102)
- Fix the "two chunk" requirement for rendering ggMarginalPlots in Rmd (#148)

(mef)

2021-09-20 01:16:56 UTC MAIN commitmail json YAML

doc: Updated math/R-nloptr to 1.2.2.2

(mef)

2021-09-20 01:16:44 UTC MAIN commitmail json YAML

(math/R-nloptr) updated 1.2.1 to 1.2.2.2

29 February 2020:
    * Replaced deprecated functions from testhat framework in unit tests (contributed by Avraham Adler).

26 February 2020:
    * Fixed warnings (as requested by CRAN): R CMD config variables 'CPP' and 'CXXCPP' are deprecated.

20 October 2018:
    * Exposed CCSAQ algorithm in R interface (contributed by Julien Chiquet).

03 October 2018:
    * Build process was changed to solve issues on several OS (many thanks to the CRAN maintainers).

(mef)

2021-09-20 00:50:01 UTC MAIN commitmail json YAML

doc: Updated math/R-survey to 4.1.1

(mef)

2021-09-20 00:49:49 UTC MAIN commitmail json YAML

(math/R-survey) Updated 3.36 to 4.1.1

4.1-1 CRAN

4.1 svyquantile() has been COMPLETELY REWRITTEN. The old version is available
as oldsvyquantile() (for David Eduardo Jorquera Petersen)

svycontrast()'s improvements for statistics with replicates are now also there with
svyby(), for domain comparisons (Robert Baskin)

svyttest() now gives an error message if the binary group variable isn't binary
(for StackOverflow 60930323)

confint.svyglm Wald-type intervals now correctly label the columns (eg 2.5%, 97.5%)
(for Molly Petersen)

svyolr() using linearisation had the wrong standard errors for intercepts
other than the first, if extracted using vcov (it was correct in summary() output)

svyglm() gave deffs that were too large by a factor of nrow(design). (Adrianne Bradford)

svycoxph() now warns if you try to use frailty or other penalised terms, because they
just come from calling coxph and I have no reason to believe they work correctly
in complex samples (for Claudia Rivera)

coef.svyglm() now has a complete= argument to match coef.default(). (for Thomas Leeper)

summary.svyglm() now gives NA p-values and a warning, rather than Inf standard errors,
when the residual df are zero or negative (for Dan Simpson and Lauren Kennedy)

In the multigroup case, svyranktest() now documents which elements of the 'htest'
object have which parts of the result, because it's a bit weird (for Justin Allen)

svycontrast() gets a new argument add=TRUE to keep the old coefficients as well

twophase() can now take strata= arguments that are character, not just factor
or numeric. (for Pam Shaw)

add reference to Chen & Lumley on tail probabilities for quadratic forms.

add reference to Breslow et al for calibrate()

add svyqqplot and svyqqmath for quantile-quantile plots

SE.svyby would grab confidence interval limits instead of SEs if vartype=c("ci","se").

svylogrank(method="small") was wrong (though method="score" and method="large" are ok),
because of problems in obtaining the at-risk matrix from coxph.detail. (for Zhiwen Yao)

added as.svrepdesign.svyimputationList and withReplicates.svyimputationList
(for Ángel Rodríguez Laso)

logLik.svyglm used to return the deviance and now divides it by -2

svybys() to make multiple tables by separate variables rather than a joint table
(for Hannah Evans)

added predictat= option to svypredmeans for Steven Johnston.

Fixed bug in postStratify.svyrep.design, was reweighting all reps the same (Steven Johnston)

Fix date for Thomas & Rao (1987) (Neil Diamond)

Add svygofchisq() for one-sample chisquared goodness of fit (for Natalie Gallagher)

confint.svyglm(method="Wald") now uses t distribution with design df by default.
(for Ehsan Karim)

confint.svyglm() checks for zero/negative degrees of freedom

confint.svyglm() checks for zero/negative degrees of freedom

mrb bootstrap now doesn't throw an error when there's a single PSU in a stratum
(Steve White)

oldsvyquantile() bug with producing replicate-weight confidence intervals for
multiple quantiles (Ben Schneider)

regTermTest(,method="LRT") didn't work if the survey design object and model were
defined in a function (for Keiran Shao)

svyglm() has clearer error message when the subset= argument contains NAs (for Pam Shaw)
and when the weights contain NAs (for Paige Johnson)

regTermTest was dropping the first term for coxph() models (Adam Elder)

svydesign() is much faster for very large datasets with character ids or strata.

svyglm() now works with na.action=na.exclude (for Terry Therneau)

extractAIC.svylm does the design-based AIC for the two-parameter Gaussian model, so
estimating the variance parameter as well as the regression parameters.
(for Benmei Liu and Barry Graubard)

svydesign(, pps=poisson_sampling()) for Poisson sampling, and ppscov() for
specifying PPS design with weighted or unweighted covariance of sampling indicators
(for Claudia Rivera Rodriguez)

4.0 Some (and eventually nearly all) functions now return influence functions when
called with a survey.design2 object and the influence=TRUE option.  These allow
svyby() to estimate covariances between domains, which could previously only be
done for replicate-weight designs, and so allow svycontrast() to do domain contrasts
- svymean, svytotal, svyratio, svymle, svyglm, svykappa

Nonlinear least squares with svynls() now available

Document that predict.svyglm() doesn't use a rescaled residual mean square
to estimate standard errors, and so disagrees with some textbooks. (for Trent Buskirk)

3.38 When given a statistic including replicates, svycontrast() now transforms the replicates
and calculates the variance, rather than calculating the variance then using the
delta method.  Allows geometric means to exactly match SAS/SUDAAN (for Robert Baskin)

vcov.svyrep.design to simplify computing variances from replicates (for William Pelham)

svykm() no longer throws an error with single-observation domains (for Guy Cafri)

Documentation for svyglm() specifies that it has always returned
model-robust standard errors. (for various people wanting to fit relative risk
regression models).

3.37 RODBC database connections are no longer supported.
Use the DBI-compatible 'odbc' package

set scale<-1 if it is still NULL after processing, inside svrepdesign()
        [https://stats.stackexchange.com/questions/409463]

      Added withPV for replicate-weight designs [for Tomasz Żółtak]

      svyquantile for replicate-weight designs now uses a supplied alpha to get
      confidence intervals and estimates SE by dividing confidence interval length
      by twice abs(qnorm(alpha/2)). [For Klaus Ignacio Lehmann Melendez]

      All the svyquantile methods now take account of design degrees of freedom and
      use t distributions for confidence intervals. Specify df=Inf to get a Normal.
      [For Klaus Ignacio Lehmann Melendez]

      svyivreg() for 2-stage least-squares (requires the AER package)

      warn when rho= is used with type="BRR" in svrepdesign [for Tomasz Żółtak]

Add "ACS" and "successive-difference" to type= in svrepdesign(),
for the American Community Survey weights

Add "JK2" to type= in svrepdesign

Warn when scale, rscales are supplied unnecessarily to svyrepdesign

        More explanation of 'symbolically nested' in anova.svyglm

        Link to blog post about design df with replicate weights.

        Chase 'Encyclopedia of Design Theory' link again.

(mef)

2021-09-20 00:44:39 UTC MAIN commitmail json YAML

doc: Updated math/R-tibble to 3.1.4

(mef)

2021-09-20 00:44:28 UTC MAIN commitmail json YAML

(math/R-tibble)  Updated 3.1.2 to 3.1.4

# tibble 3.1.4

## Features

- `as.data.frame.tbl_df()` strips inner column names (#837).
- `new_tibble()` allows omitting the `nrow` argument again (#781).

## Documentation

- Move `vignette("digits")`, `vignette("numbers")`, `?num` and `?char`
  from the pillar package here (#913).
- Replace `iris` by `trees` (#943).
- Various documentation improvements.
- New `?tibble_options` help page (#912).

## Performance

- `x[i, j] <- one_row_value` avoids explicit recycling of the
  right-hand side, the recycling happens implicitly in
  `vctrs::vec_assign()` for performance (#922).

## Internal

- Vignettes are now tested with a snapshot test (#919).
- `new_tibble()` uses `vctrs::new_data_frame()` internally (#726,
  @DavisVaughan).
- Adapt to pillar 1.6.2.
- Fix tests for compatibility with pillar 1.6.2.

# tibble 3.1.3

## Bug fixes

- `tbl[row, col] <- rhs` treats an all-`NA` logical vector as a
  missing value both for existing data (#773) and for the right-hand
  side value (#868). This means that a column initialized with `NA`
  (of type `logical`) will change its type when a row is updated to a
  value of a different type.
- `[[<-()` supports symbols (#893).

## Features

- `as_tibble_row()` supports arbitrary vectors (#797).
- `enframe()` and `deframe()` support arbitrary vectors (#730).
- `tibble()` and `tibble_row()` ignore all columns that evaluate to
  `NULL`, not only those where a verbatim `NULL` is passed (#895,
  #900).
- `new_tibble()` is now faster (#901, @mgirlich).

## Internal

- Establish compatibility with rlang > 0.4.11 (#908).
- Use `pillar::dim_desc()` (#859).
- Establish compatibility with testthat > 3.0.3 (#896, @lionel-).
- Bump required versions of ellipsis and vctrs to avoid warning during
  package load.

(mef)

2021-09-20 00:11:07 UTC MAIN commitmail json YAML

doc: Updated math/R-robustbase to 0.93.8

(mef)

2021-09-20 00:10:53 UTC MAIN commitmail json YAML

(math/R-robustbase) Updated 0.93.5 to 0.93.8

(R CMD Rdconv -t txt math/R-robustbase/work/robustbase/inst/NEWS.Rd)
CHANGES in robustbase VERSION 0.93-8 (2021-06-01, svn r879):

  NEW FEATURES:

        * 'scaleTau2()' gets new optional 'iter = 1' and 'tol.iter'
          arguments; mostly experimentally to see if or when iteration
          makes sense.

        * 'Qn(x, *)' gets new optional 'k = .' to indicate the
          "quantile" i.e., order statistic to be computed (with
          default as previously hard-coded).
          Experimentally to try for cases where more than n/2
          observations coincide (with the median), i.e., 'x[i] == x0
          == median(x[])', and hence 'Qn(x)' and 'mad(x)' are zero.

        * 'adjOutlyingness()' gets new option 'IQRtype = 7'.

  Tweaks:

        * For tests: *again* differences found in the non-sensical
          'adjOutlyingness()' example (with large p/n, hence many
          "random" values in the order of 1e15).  Disable the test for
          now (and record the result in *.Rout).

  BUG FIXES:

        * The 'test()' utility in 'tests/lmrob-ex12.R' no longer calls
          'matrix(x, n,4)' where the length of x does not match '4n'.
          Similar change in 'tests/mc-strict.R'

CHANGES in robustbase VERSION 0.93-7 (2021-01-03, svn r865):

  NEW FEATURES:

        * Use '\CRANpkg{.}' in most places, providing web links to the
          respective CRAN package page.

        * 'adjOutlyingness()' now gains optional parameters to be
          passed to 'mc()'.

  BUG FIXES:

        * update the internal man page, so new 'checkRdContents()' is
          happy.

        * fix several '\url{.}''s that now are diagnosed as 'moved'.

        * 'adjOutlyingness()' finally works with 'p.samp > p'.

        * 'scaleTau2()' now works with 'Inf' and very large values,
          and obeys new 'na.rm = FALSE' argument.

        * add 'check.environment=FALSE' to some of the 'all.equal()'
          calls (for 'R-devel', i.e., future R 4.1.x).

        * 'wgt.himedian(numeric())' now returns 'NA' instead of
          occasionally seg.faulting or inf.looping.  Ditto for a case
          when called from 'Qn()'.

CHANGES in robustbase VERSION 0.93-6 (2020-03-20, svn r854):

  NEW FEATURES:

        * 'splitFrame()' now treats 'character' columns also as
          categorical (the same as 'factor's).

  Tweaks:

        * Small updates, also in checks for newer compiler settings,
          e.g., 'FCLEN' macro; also F77_*() etc, in order to fix 'LTO'
          issues.

        * More careful or _less_ calling 'intpr()': correct "Rank" of
          array (for gfortran/gcc 10, when '-fallow-argument-mismatch'
          is not set).

(mef)

2021-09-20 00:01:21 UTC MAIN commitmail json YAML

doc: Updated math/R-XML to 3.99.0.8

(mef)

2021-09-20 00:01:07 UTC MAIN commitmail json YAML

(math/R-XML) Updated 3.99.0.7 to 3.99.0.8, ChangeLog unknown

(mef)

2021-09-19 23:51:55 UTC MAIN commitmail json YAML

doc: Updated math/R-psych to 2.1.6

(mef)

2021-09-19 23:51:42 UTC MAIN commitmail json YAML

(math/R-psych) Updated 1.9.12.31 to 2.1.6

News.Rd at following path give too lengthy, let me omit, sorry
R CMD  Rdconv -t txt  math/R-psych/work/psych/inst/News.Rd
(No compact ChangeLog found)

(mef)

2021-09-19 19:25:14 UTC MAIN commitmail json YAML

2021-09-19 18:52:44 UTC MAIN commitmail json YAML

ruby-pygments.rb: update some metadata (NFC)

Update description and home page, per request from the current
upstream developer of this package. Addresses a PR submitted as
https://github.com/NetBSD/pkgsrc/pull/88. While here, address a
pkglint warning that it's associated with the wrong category.

(gutteridge)

2021-09-19 18:46:50 UTC MAIN commitmail json YAML

2021-09-19 18:32:45 UTC MAIN commitmail json YAML

news/pan: update distinfo.

(rhialto)

2021-09-19 18:02:37 UTC MAIN commitmail json YAML

2021-09-19 18:01:00 UTC MAIN commitmail json YAML

doc: Updated www/ruby-websocket-driver to 0.7.5

(taca)

2021-09-19 18:00:36 UTC MAIN commitmail json YAML

www/ruby-websocket-driver: update to 0.7.5

0.7.5 (2021-06-12)

* Do not change the encoding of strings passed to Driver#text

0.7.4 (2021-05-24)

* Optimise conversions between strings and byte arrays and related encoding
  operations, to reduce amount of allocation and copying

(taca)

2021-09-19 17:59:31 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rouge to 3.26.1

(taca)

2021-09-19 17:59:12 UTC MAIN commitmail json YAML

www/ruby-rouge: update to 3.26.1

3.26.1: 2021-09-17

* CPP Lexer

  Add year and date chrono literals, add std::complex literals, fix chrono
  literals with digit separator (#1665 by swheaton)

* Factor and GHC Core Lexer

  Fix catastrophic backtrack (#1690 by Ravlen)

* JSL Lexer

  Fix single line block comments, scoped variables and functions (#1663 by
  BenPH)

* YAML Lexer

  Fix YAML key containing special character (#1667 by tancnle)

* Fix Ruby 2.7 keyword parameter deprecation warning (#1597 by stanhu)
* Updated README (#1666 by dchacke)

(taca)

2021-09-19 17:57:12 UTC MAIN commitmail json YAML

doc: Updated www/ruby-puma to 5.4.0

(taca)

2021-09-19 17:56:44 UTC MAIN commitmail json YAML

www/ruby-puma: update to 5.4.0

5.4.0 (2021-07-28)

Features

* Better/expanded names for threadpool threads (#2657)
* Allow pkg_config for OpenSSL (#2648, #1412)
* Add rack_url_scheme to Puma::DSL, allows setting of rack.url_scheme header
  (#2586, #2569)

Bugfixes

* Binder#parse - allow for symlinked unix path, add create_activated_fds
  debug ENV (#2643, #2638)
* Fix deprecation warning: minissl.c - Use Random.bytes if available (#2642)
* Client certificates: set session id context while creating SSLContext
  (#2633)
* Fix deadlock issue in thread pool (#2656)

Refactor

* Replace IO.select with IO#wait_* when checking a single IO (#2666)

(taca)

2021-09-19 17:55:09 UTC MAIN commitmail json YAML

doc: Updated www/ruby-mechanize to 2.8.2

(taca)

2021-09-19 17:54:44 UTC MAIN commitmail json YAML

www/ruby-mechanize: update to 2.8.2

2.8.2 (2021-08-06)

Dependencies

* Update dependency on Addressable from ~>2.7 to ~>2.8. (#584) @yidingww

(taca)

2021-09-19 17:53:37 UTC MAIN commitmail json YAML

doc: Updated www/ruby-loofah to 2.12.0

(taca)

2021-09-19 17:53:13 UTC MAIN commitmail json YAML

www/ruby-loofah: update to 2.12.0

2.12.0 (2021-08-11)

Features

* Support empty HTML5 data attributes. [#215]

2.11.0 (2021-07-31)

Features

* Allow HTML5 element wbr.
* Allow all CSS property values for border-collapse. [#201]

Changes

* Deprecating Loofah::HTML5::SafeList::VOID_ELEMENTS which is not a
  canonical list of void HTML4 or HTML5 elements.
* Removed some elements from Loofah::HTML5::SafeList::VOID_ELEMENTS that
  either are not acceptable elements or aren't considered "void" by libxml2.

(taca)

2021-09-19 17:52:03 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faye-websocket to 0.11.1

(taca)

2021-09-19 17:51:43 UTC MAIN commitmail json YAML

www/ruby-faye-websocket: update to 0.11.1

0.11.1 (2021-05-24)

* Prevent the client hanging if close() is called when already closing

(taca)

2021-09-19 17:50:17 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday_middleware to 1.1.0

(taca)

2021-09-19 17:49:59 UTC MAIN commitmail json YAML

www/ruby-faraday_middleware: update to 1.1.0

1.1.0 (2021-07-31)

Features

* Use wrapped exception in Faraday::ParsingError to improve legibility of
  the error (#255, @d-m-u)

Bugs fixed

* Use JSON.generate instead of .dump in request middleware (#266,
  @Be-ngt-oH)

Chores and misc

* Add rubocop-package and drop git ls-files in gemspec (#263, @utkarsh2102)

(taca)

2021-09-19 17:48:26 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 1.8.0

(taca)

2021-09-19 17:48:05 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 1.8.0

1.7.2 (2021-09-13)

* Fix deprecation warning (#1323)

1.8.0 (2021-09-18)

Features

* Backport authorization procs (#1322, @jarl-dk)

(taca)

2021-09-19 17:44:49 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.49.0

(taca)

2021-09-19 17:44:25 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.49.0

1.49.0 (2021-09-01)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2021-09-19 17:43:26 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.121.0

(taca)

2021-09-19 17:43:07 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.121.0

3.121.0 (2021-09-02)

* Feature - Add support for S3 Multi-region access point configuration.

3.120.0 (2021-09-01)

* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9,
  2.0, 2.1, and 2.2.

(taca)

2021-09-19 17:41:28 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sigv4 to 1.4.0

(taca)

2021-09-19 17:40:44 UTC MAIN commitmail json YAML

doc: Updated news/pan to 0.147

(rhialto)

2021-09-19 17:40:32 UTC MAIN commitmail json YAML

www/ruby-aws-sigv4: update to 1.4.0

1.4.0 (2021-09-02)

* Feature - add signing_algorithm option with sigv4 default.

1.3.0 (2021-09-01)

* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9,
  2.0, 2.1, and 2.2.

(taca)

2021-09-19 17:40:27 UTC MAIN commitmail json YAML

news/pan: update to 0.147.

Upstream release email from Dominique Dumont <domi.dumont@free.fr>:

After a 2 years hiatus, I'm happy to announce Pan version 0.147.

Yes, that's right, Pan has a new maintainer. I've been maintaining Pan package
for Debian for almost 10 years, and I did not want this software to die, so
I've taken over upstream maintenance.

As I've not seriously programmed in C++ for about 20 years, I'll heavily rely
on users' participation. So please, keep the MR coming, I'll strive to review,
provide feedback and hopefully merge them. :-)

Back to Pan, this new release contains mostly bug fixes so pan can be compiled
on major Linux distributions.

In the next releases, we'll try to get rid of gmime2 code. Please reach out to
pan-devel [at] nongnu.org if this may cause issues.

Note that I have not (yet?) the credentials to update Pan website on
rebelbase.com. So the announce and tarball will not be propagated there soon
(if ever).

You can get Pan 0,147 release tarball on Gnome's gitlab:

- https://gitlab.gnome.org/GNOME/pan/-/tags/PAN_0_147

The detailed release log is there:
- https://gitlab.gnome.org/GNOME/pan/-/blob/master/NEWS

This release still has known bugs:
- compilation with gtk3 raises a lot of warning
- message signing is broken

All the best

Dominique (aka dod at Debian)

(rhialto)