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

2024-05-13 16:35:11 UTC Now

2023-06-17 13:30:03 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pkg-config to 1.5.2

(taca)

2023-06-17 13:29:43 UTC MAIN commitmail json YAML

(textproc/R-haven) Updated 2.4.3 to 2.5.2

# haven 2.5.2

* Updated to ReadStat 1.1.9.

  * Fix various SAS catalog file reading bugs (#529, #653, #680, #696, #705).
  * Increase maximum SAS page file size to 16MiB (#697).
  * Ignore invalid SAV timestamp strings (#683).
  * Fix compiler warnings (#707).

* The experimental `write_sas()` function has been deprecated (#224). The
  sas7bdat file format is complex and undocumented, and as such writing SAS
  files is not officially supported by ReadStat. `write_xpt()` should be used
  instead - it produces files in the SAS transport format, which has
  limitations but will be reliably read by SAS.

* `write_*()` functions gain a new `adjust_tz` argument to allow more control
  over time zone conversion for date-time variables (#702). Thanks to @jmobrien
  for the detailed issue and feedback.

  Stata, SPSS and SAS do not have a concept of time zone. Since haven 2.4.0
  date-time values in non-UTC time zones are implicitly converted when writing
  to ensure the time displayed in Stata/SPSS/SAS will match the time displayed
  to the user in R (see #555). This is the behaviour when `adjust_tz = TRUE`
  (the default). Although this is in line with general user expectations it can
  cause issues when the time zone is important, for e.g. when looking at
  differences between time points, since the underlying numeric data is changed
  to preserve the displayed time. Use `adjust_tz = FALSE` to write the time as
  the corresponding UTC value, which will appear different to the user but
  preserves the underlying numeric data.

* `write_*()` functions previously returned the data frame with minor
  alterations made to date-time variables. These functions now invisibly return
  the original input data frame unchanged (@jmobrien, #702).

* Fix bug in string variable width calculation that treated `NA` values as width
  2. `NA` values are now treated as blanks for width calculations (#699).

# haven 2.5.1

* All `labelled()` vectors now have left-aligned column headers when printing
  in tibbles for better alignment with labels (#676).

* `write_*()` now accept functions as well as strings in the
  `.name_repair` argument in line with the documentation. Previously they only
  supported string values (#684).

* `write_sav()` variable name validation no longer treats all non-ASCII
  characters as invalid (#689).

# haven 2.5.0

## New author

* @gorcha is now a haven author in recognition of his significant and sustained
  contributions.

## File writing improvements

* All `write_` functions can now write custom variable widths by setting the
  `width` attribute (#650).

* When writing files, the minimum width for character variables is now 1. This
  fixes issues with statistical software reading blank character variables with
  width 0 (#650).

* `write_dta()` now uses strL when strings are too long to be stored in an str#
  variable (#437). strL is used when strings are longer than 2045 characters by
  default, which matches Stata's behaviour, but this can be reduced with the
  `strl_threshold` argument.

* `write_xpt()` can now write dataset labels with the `label` argument,  which
  defaults to the `label` attribute of the input data frame, if present (#562).

* `write_sav()` now checks for case-insensitive duplicate variable names
  (@juansebastianl, #641) and verifies that variable names are valid SPSS
  variables.

* The `compress` argument for `write_sav()` now supports all 3 SPSS compression
  modes specified as a character string - "byte", "none" and "zsav" (#614).
  `TRUE` and `FALSE` can be used for backwards compatibility, and correspond to
  the "zsav" and "none" options respectively.

* `write_sav()` successfully writes user missing values and ranges for
  `labelled()` integer vectors (#596).

* POSIXct and POSIXlt values with no time component (e.g. "2010-01-01") were
  being converted to `NA` when attempting to convert the output timezone to UTC.
  These now output successfully (#634).

* Fix bug in output timezone conversion that was causing variable labels and
  other variable attributes to disappear (#624).

## Other improvements and fixes

* Updated to ReadStat 1.1.8 RC.

  * Fix bug when writing formats to XPT files (#650).
  * Fix off by one error in indexing for strL variables (#437).

* `labelled()` vectors now throw a warning when combining two vectors with
  conflicting labels (#667).

* `zap_labels()` gains a `user_na` argument to control whether user-defined
  missing values are converted to `NA` or left as is (#638).

* vctrs casting and coercion generics now do less work when working with two
  identical `labelled()` vectors. This significantly improves performance when
  working with `labelled()` vectors in grouped data frames (#658).

* Errors and warnings now use `cli_abort()` and `cli_warning()` (#661).

## Dependency changes

* R 3.4 is now the minimum supported version, in line with [tidyverse  policy](https://www.tidyverse.org/blog/2019/04/r-version-support/).

* cli >= 3.0.0 has been added to Imports to support new error messaging.

* lifecycle has been added to Imports, and is now used to manage deprecations.

(mef)

2023-06-17 13:29:30 UTC MAIN commitmail json YAML

devel/ruby-pkg-config: update to 1.5.2

1.5.2 (2023-06-25)

Improvements

* Added support for conda.

(taca)

2023-06-17 13:27:59 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-async to 2.6.2

(taca)

2023-06-17 13:27:33 UTC MAIN commitmail json YAML

devel/ruby-async: update to 2.6.2

2.6.2 (2023-06-13)

What's Changed

* Don't allow event loop to be interrupted at any time. by @ioquatix in #223

(taca)

2023-06-17 13:24:57 UTC MAIN commitmail json YAML

(databases/R-dbplyr) fix build, +DEPENDS+=      R-tidyr-[0-9]*

(mef)

2023-06-17 13:08:19 UTC MAIN commitmail json YAML

doc: Updated databases/R-dbplyr to 2.3.2

(mef)

2023-06-17 13:08:06 UTC MAIN commitmail json YAML

(databases/R-dbplyr) 2.3.0 to 2.3.2

# dbplyr 2.3.2

* Hot patch release to resolve R CMD check failures.

# dbplyr 2.3.1

## Breaking changes

* `window_order()` now only accepts bare symbols or symbols wrapped in `desc()`.
  This breaking change is necessary to allow `select()` to drop and rename
  variables used in `window_order()` (@mgirlich, #1103).

## Improved error messages

* `quantile()` and `median()` now error for SQL Server when used in `summarise()`
  and for PostgreSQL when used in `mutate()` as they can't be properly
  translated (@mgirlich, #1110).

* Added an informative error for unsupported join arguments `unmatched` and
  `multiple` (@mgirlich).

* Using predicates, e.g. `where(is.integer)`, in `across()` now produces an
  error as they never worked anyway (@mgirlich, #1169).

* Catch unsupported argument `pivot_wider(id_expand = TRUE)` and
  `pivot_longer(cols_vary)` (@mgirlich, #1109).

## Bug fixes in SQL generation

* Fixed an issue when using a window function after a `summarise()` and
  `select()` (@mgirlich, #1104).

* Fixed an issue when there where at least 3 joins and renamed variables
  (@mgirlich, #1101).

* `mutate()` and `select()` after `distinct()` now again produce a subquery to
  generate the correct translation (@mgirlich, #1119, #1141).

* Fixed an issue when using `filter()` on a summarised variable (@mgirlich, #1128).

* `mutate()` + `filter()` now again produces a new query if the `mutate()`
  uses a window function or SQL (@mgirlich, #1135).

* `across()` and `pick()` can be used (again) in `distinct()` (@mgirlich, #1125).

* The `rows_*()` function work again for tables in a schema in PostgreSQL
  (@mgirlich, #1133).

## Minor improvements and bug fixes

* `sql()` now evaluates its arguments locally also when used in `across()` (@mgirlich, #1039).

* The rank functions (`row_number()`, `min_rank()`, `rank()`, `dense_rank()`,
  `percent_rank()`, and `cume_dist()`) now support multiple variables by
  wrapping them in `tibble()`, e.g. `rank(tibble(x, y))` (@mgirlich, #1118).

* `pull()` now supports the argument `name` (@mgirlich, #1136).

* Added support for `join_by()` added in dplyr 1.1.0 (@mgirlich, #1074).

* Using `by = character()` to perform a cross join is now soft-deprecated in
  favor of `cross_join()`.

* `full_join()` and `right_join()` are now translated directly to `FULL JOIN`
  and `RIGHT JOIN` for SQLite as native support was finally added (@mgirlich, #1150).

* `case_match()` now works with strings on the left hand side (@mgirlich, #1143).

* The rank functions (`row_number()`, `min_rank()`, `rank()`, `dense_rank()`,
  `percent_rank()`, and `cume_dist()`) now work again for variables wrapped in
  `desc()`, e.g. `row_number(desc(x))` (@mgirlich, #1118).

* Moved argument `auto_index` after `...` in `*_join()` (@mgirlich, #1115).

* Removed dependency on assertthat (@mgirlich, #1112).

* `across()` now uses the original value when a column is overriden to match
  the behaviour of dplyr. For example `mutate(df, across(c(x, y), ~ .x / x))`
  now produces

  ```
  SELECT `x` / `x` AS `x`, `y` / `x` AS `y`
  FROM `df`
  ```

  instead of

  ```
  SELECT `x`, `y` / `x` AS `y`
  FROM (
    SELECT `x` / `x` AS `x`, `y`
    FROM `df`
  )
  ```

  (@mgirlich, #1015).

* Restricted length of table aliases to avoid truncation on certain backends (e.g., Postgres) (@fh-mthomson, #1096)

(mef)

2023-06-17 13:04:55 UTC MAIN commitmail json YAML

doc: Updated devel/R-blob to 1.2.4

(mef)

2023-06-17 13:04:43 UTC MAIN commitmail json YAML

(devel/R-blob) Updated 1.2.3 to 1.2.4

# blob 1.2.4 (2023-03-17)

## Bug fixes

- Fix argument consistency between S3 generics and methods.

(mef)

2023-06-17 12:59:42 UTC MAIN commitmail json YAML

doc: Updated devel/R-usethis to 2.2.0

(mef)

2023-06-17 12:59:29 UTC MAIN commitmail json YAML

(devel/R-usethis) Updated 2.1.6 to 2.2.0

# usethis 2.2.0

## New functions

* `use_author()` is a new function to introduce a new person into the
  `Authors@R` field of DESCRIPTION (@avalcarcel9, #833).

* `use_rstudio_preferences()` lets you set RStudio preferences programmatically
  (#1518)

* `use_standalone()` is a new function that makes it easier to use standalone
  files provided by various low-level tidyverse packages, like rlang (#1654).

* `use_upkeep_issue()` is a new function to facilitate regular maintenance of
  your package. Similar to `use_release_issue()`, it opens an issue in your repo
  with a checklist of maintenance tasks. It will include additional bullets
  if your package includes an `upkeep_bullets()` function that returns a
  character vector (#1794).

## Package development

* Although nested projects are discouraged, they can be useful in development
  contexts. `create_package()` now sets the correct package name and returns
  the correct package path for a package nested inside a project (#1647).

* `use_article()` no longer adds the rmarkdown package to `Suggests`. Instead,
  if rmarkdown is not already a dependency, it's added to
  `Config/Needs/website`. This means that a package that only uses articles
  (vs. vignettes) won't gain an unnecessary dependency on rmarkdown (#1700).

* `use_data()` now sets the appropriate minimal R version in `DESCRIPTION`,
  depending on which serialization format `version` you choose (@dpprdan, #1672).

* `use_github_links()` by default now appends the GitHub url to existing urls in
  in the `URL` field of DESCRIPTION, rather than replacing existing urls (#1805).

* `use_latest_dependencies()` no longer affects `Suggests` since those
  dependencies are not enforced (#1749).

* `use_news_md()` now places "(development version)" in the header of `NEWS.md`
  if there is a development version number in `DESCRIPTION`. It also sets the
  first bullet to "Initial CRAN submission" when it looks like a "new" package
  (#1708).

* `use_coverage()` no longer adds covr to `Suggests`, since the `test-coverage`
  GitHub Actions workflow takes care of installing covr (@Bisaloo, #1851).

## Package release

* `use_release_issue()` will now remind you to run `use_github_links()` if
  necessary (@Bisaloo, #1754)

* `use_release_issue()` now encourages the creation of `NEWS.md` prior to
  submission, instead of after (#1755).

* `use_github_release()` now automatically pushes to GitHub (if safe) and
  automatically publishes the release, rather than requiring you to edit and
  publish the draft (#1385).

* `use_github_release()` no longer fails in the absence of `NEWS.md` (#1755).

* `use_release_issue()` will now remind you to check/close the milestone
  corresponding to the release, if it exists (#1642).

* `use_version()` and `use_dev_version()` gain a `push` argument to optionally
  push the result after committing. This is used to eliminate a manual step from
  the `use_release_issue()` checklist (#1385).

* `use_revdep()` no longer places an email template, because these days we are
  more likely to communicate with other maintainers about breaking changes via
  GitHub issues and pull requests (#1769).

## Package file management

* `rename_files()` now also affects files in `src/` (#1585).

* `use_r()` and `use_test()` now work with all active files in `R/`, `src/`,
  and `tests/testthat/` (#1566).

* `use_r()` and `use_test()` now work with files containing `.` (#1690).

* `use_rcpp()`, `use_c()` and friends now work the same way as `use_r()` and
  `use_test()`: they'll take the default file name from the file you currently
  have open in RStudio (#1730).

## Git and GitHub

* `create_from_github()` will now use an existing `.Rproj` file if it exists
  anywhere in the repo, not just the root directory. This is useful if you're
  working with repos that contain tools for multiple languages (#1680).

* `git_sitrep()` gains two arguments: `tool` and `scope`, which enables
  you to limit the report to, for example, `tool = "git"` or `scope = "user"`.
  The default remains to provide a full report. Also, provides more
  feedback if git user's information is not set, and checks global git-email
  against user-level GitHub PAT (@ijlyttle, #1732, #1714, #1706).

* `git_vaccinated()` now treats a path configured as `core.excludesFile` like
  other user-supplied paths; in particular, any use of the `~/` home directory
  shortcut is expanded via
  [`fs::path_expand()`](https://fs.r-lib.org/reference/path_expand.html)
  (@dpprdan, #1560).

* `use_github_action()` now suggests possible actions when called without
  arguments (#1724).

* `use_github_actions()`, `use_github_action_check_standard()`,
  `use_github_action_check_release()`, and `use_github_action_pr_commands()`
  have been deprecated in favour of the new interactive powers of
  `use_github_action()` (#1724).

## Minor improvements and fixes

* Links to the R Packages book have been updated to the second edition of
  the book (#1689).

* The SVG badges placed by `use_lifecycle()` have improved accessibility
  features, i.e. they advertise the lifecycle stage via the `aria-label`
  attribute (#1554, https://github.com/r-lib/lifecycle/issues/117).

* `use_rscloud_badge()` has been deprecated in favour of
  `use_posit_cloud_badge()`, and both functions now accept the updated url
  format of Posit Cloud projects (#1670).

* `use_rstudio()` gains a `reformat` argument which omits `.Rproj` settings
  that enforce file formatting conventions, e.g. around whitespace.
  `create_from_github()` uses this option when it introduces an `.Rproj` to a
  project that lacks one, making it easier to follow the project's existing
  conventions (#1679).

* `write_over()` and `use_github_file()` gain an overwrite argument (#1748).

## Tidyverse-related

* `use_release_issue()` now uses internal `release_extra_revdeps()` to
  add extra revdep sources. Currently only use for internal Posit tooling,
  but we hope to extend to all users in the future (#1610).

* `use_tidy_logo()` is a new function that calls `use_logo()` on the appropriate
  hex sticker PNG file at <https://github.com/rstudio/hex-stickers> (#1871).

## Defunct functions

* `use_tidy_eval()` is now defunct because it imports and re-exports a large
  number of functions that are no longer needed in order to do tidy
  evaluation (#1656).

* `use_travis()`, `use_pkgdown_travis()`, `browse_travis()`, and `use_appveyor()`
  are now defunct because we no longer recommend Travis or Appveyor. We
  recommend GitHub actions instead (#1517).

(mef)

2023-06-17 12:47:16 UTC MAIN commitmail json YAML

doc: Updated math/R-vctrs to 0.6.3

(mef)

2023-06-17 12:45:23 UTC MAIN commitmail json YAML

(math/R-vctrs) Updated 0.6.2 to 0.6.3

# vctrs 0.6.3

* Fixed an issue where certain ALTREP row names were being materialized when
  passed to `new_data_frame()`. We've fixed this by removing a safeguard in
  `new_data_frame()` that performed a compatibility check when both `n` and
  `row.names` were provided. Because this is a low level function designed for
  performance, it is up to the caller to ensure these inputs are compatible
  (tidyverse/dplyr#6596).

* Fixed an issue where `vec_set_*()` used with data frames could accidentally
  return an object with the type of the proxy rather than the type of the
  original inputs (#1837).

* Fixed a rare `vec_locate_matches()` bug that could occur when using a max/min
  `filter` (tidyverse/dplyr#6835).

(mef)

2023-06-17 12:44:56 UTC MAIN commitmail json YAML

Updated devel/py-ipykernel, devel/py-hatchling

(adam)

2023-06-17 12:44:37 UTC MAIN commitmail json YAML

py-hatchling: updated to 1.18.0

1.18.0

Changed:

Drop support for Python 3.7

Added:

Update the list of directories that are always excluded for builds

(adam)

2023-06-17 12:42:24 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.23.2

6.23.2

Bugs fixed

- Avoid ResourceWarning on implicitly closed event pipe sockets
- fix: protect stdout/stderr restoration in `InProcessKernel._redirected_io`

(adam)

2023-06-17 12:42:11 UTC MAIN commitmail json YAML

doc: Updated math/R-nimble to 1.0.1

(mef)

2023-06-17 12:41:54 UTC MAIN commitmail json YAML

(math/R-nimble) Updated 1.0.0 to 1.0.1

#                            CHANGES IN VERSION 1.0.1 (June 2023)

## USER LEVEL CHANGES

- Fix bug (introduced in v. 1.0.0) causing incorrect setting of 'data'
flag for models with variables containing a mix of data nodes and nodes
appearing only on the right-hand side of expressions, for cases where not
all elements of the variable are defined (such as capture-recapture
models). This also addresses an unanticipated change in behavior in
initializing right-hand side only nodes from the `data` argument (PR #1328).

- Improved error trapping in MCMC sampler for categorical distributions
(PR #1325).

(mef)

2023-06-17 12:39:25 UTC MAIN commitmail json YAML

tex package updates

(markd)

2023-06-17 12:37:54 UTC MAIN commitmail json YAML

texlive-collection-context: +tex-context-{calendar-examples,collating-marks,pocketdiary,sudoku}

(markd)

2023-06-17 12:34:20 UTC MAIN commitmail json YAML

print: add tex-context-{calendar-examples,collating-marks,pocketdiary,sudoku}*

(markd)

2023-06-17 12:30:57 UTC MAIN commitmail json YAML

2023-06-17 12:29:11 UTC MAIN commitmail json YAML

tex-context-pocketdiary{,-doc}: add version 2023

PocketDiary is a calendar module, enabling to prepare various
calendars from day- to week, month- and year-calendars based on
the ideas contained in PocketMods, having 8 pages arranged on a
A4 single-sided printed sheet of paper. The module comes with
different templates for notes etc. The module provides sun and
moon data calculations

(markd)

2023-06-17 12:27:05 UTC MAIN commitmail json YAML

2023-06-17 12:26:57 UTC MAIN commitmail json YAML

doc: Updated math/R-gss to 2.2.4

(mef)

2023-06-17 12:26:43 UTC MAIN commitmail json YAML

(math/R-gss) Updated 2.2.3 to 2.2.4

Tue 14 Mar 2023 08:36:01 PM EDT, Chong Gu  <chong@purdue.edu>

* DESCRIPTION: Version 2.2-4.

* inst: edited CITATION to conform with new standard.

* R: Edited numerous functions to replace "class(obj)==string" by
"inherits(obj,string)".

* src: Edits in smolyak.c to fix init(void), coeff(void).

(mef)

2023-06-17 12:25:04 UTC MAIN commitmail json YAML

tex-context-calendar-examples{,-doc}: add version 2023

The module contains examples for creating calendars based on
the PocketDiary-module in various page sizes. In this
collection there are the following examples: Year calendar with
1 day per page Year calendar with 1 week per two facing pages
Menu-Calendar for each week of the year Sun data and moon data
calendar for the whole year Photo calendar

(markd)

2023-06-17 12:21:53 UTC MAIN commitmail json YAML

doc: Updated math/R-googlesheets4 to 1.1.1

(mef)

2023-06-17 12:21:40 UTC MAIN commitmail json YAML

(math/R-googlesheets4) Updated 1.1.0 to 1.1.1

# googlesheets4 1.1.1

* `gs4_auth(subject =)` is a new argument that can be used with
  `gs4_auth(path =)`, i.e. when using a service account. The `path` and
  `subject` arguments are ultimately processed by
  `gargle::credentials_service_account()` and support the use of a service
  account to impersonate a normal user.

* `gs4_scopes()` is a new function to access scopes relevant to the Sheets and
  Drive APIs. When called without arguments, `gs4_scopes()` returns a named
  vector of scopes, where the names are the associated short aliases.
  `gs4_scopes()` can also be called with a character vector; any element that's
  recognized as a short alias is replaced with the associated full scope (#291).

* Various internal changes to sync up with gargle v1.5.0.

(mef)

2023-06-17 12:17:27 UTC MAIN commitmail json YAML

doc: Updated www/R-gargle to 1.5.0

(mef)

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

(www/R-gargle) Updated 1.4.0 to 1.5.0

# gargle 1.5.0

* gargle's existing unexported `secret_*()` functions are deprecated, in favor
  of new, exported `secret_*()` functions that are built on or inlined from
  httr2. The `vignette("managing-tokens-securely")` is updated to reflect the
  new, recommended strategy for encrypting secrets.
  - `secret_encrypt_json()` / `secret_decrypt_json()` are new gargle-specific
    functions.
  - `secret_write_rds()` / `secret_read_rds()`, `secret_make_key()`, and
    `secret_had_key()` are basically copies of their httr2 counterparts.
  - Legacy functions to move away from: `secret_pw_name()`, `secret_pw_gen()`,
    `secret_pw_exists()`, `secret_pw_get()`, `secret_can_decypt()`,
    `secret_read()`, `secret_write()`.
  - The new approach makes it much easier to use gargle functions to encrypt and
    decrypt credentials in a project that is *not* necessarily an R package.

* The transition from OAuth "app" to OAuth "client" is fully enacted now. This
  process tarted in v1.3.0, when the `"gargle_oauth_client"` class was
  introduced, to support the new pseudo-OOB auth flow. The deprecations are
  implemented to preserve backwards compatibility for some time. In this
  release, function, argument, and field names are all updated to the "client"
  terminology:

  - `init_AuthState(client =)` instead of `init_AuthState(app =)`
  - `AuthState$client` instead of `AuthState$app`
  - `AuthState$set_client()` instead of `AuthState$set_app()`
  - `gargle2.0_token(client =)` instead of `gargle2.0_token(app =)`
  - `credentials_user_oauth2(client =)` instead of
    `credentials_user_oauth2(app =)`

  A new `vignette("oauth-client-not-app")` explains how a wrapper package should
  adapt.

* When the `"gargle_verbosity"` option is set to `"debug"`, there are
  more debugging messages around user credentials. Specifically, more
  information is available on the email, OAuth client, and scopes,
  with the goal of better understanding why a cached token is (or is
  not) being used.

* `check_is_service_account()` is a new function for use in wrapper
  packages to throw a more informative error when a user provides JSON
  for an OAuth client to an argument that is expecting JSON for a
  service account.

* `response_process()` has improved handling of responses that
  represent an HTTP error with HTML content (as opposed to the
  expected and preferred JSON) (#254).

* `response_process(call = caller_env())` is a new argument that is
  passed along to various helpers, which can improve error reporting
  for user-facing functions that call `response_process()` (#255).

(mef)

2023-06-17 12:13:35 UTC MAIN commitmail json YAML

Updated devel/memcached, devel/py-ruamel-yaml

(adam)

2023-06-17 12:13:20 UTC MAIN commitmail json YAML

texlive-collection-metapost: add tex-huffman

(markd)

2023-06-17 12:12:36 UTC MAIN commitmail json YAML

py-ruamel-yaml: updated to 0.17.32

0.17.32
- fix issue with scanner getting stuck in infinite loop

(adam)

2023-06-17 12:11:01 UTC MAIN commitmail json YAML

tex-huffman{,-doc}: add version 0.1

This MetaPost package allows to draw binary Huffman trees from
two arrays : an array of strings, and an array of weights
(numeric). It is based on the METAOBJ package which provides
many tools for building trees in general.

(markd)

2023-06-17 12:10:59 UTC MAIN commitmail json YAML

memcached: updated to 1.6.21

Memcached 1.6.21

Bugfix and community contribution release. As usual most fixes are for the new proxy code, along with a lot of community contributed tests for proxy.

A data corruption issue for extstore was fixed. Requires overriding item_age to a low number of seconds and re-writing the same keys frequently.

Fixes a meta protocol ms bug introduced in 1.6.20 with the s flag being returned when only asking for the c (cas) flag.

Fixes a compilation issue for proxy due to build artifacts being accidentally included into the release tarball.

Fixes

build: avoid disting build artifacts from vendor/*
extstore: fix data bugs on high overwrite key
proxy: fixes for memory tracking
meta: fix ms c flag reflecting s flag
extstore: fail to start if given no disk space
extstore: Handle incorrect units gracefully
proxy: mcp.internal() support ascii multiget
proxy: fix segfault for reqs with too few tokens
proxy: fix per-worker-thread backend mode batching
proxy: fix meta set M flag for mcp.internal()
proxy: add await tests in proxyunits.t
proxy: add response API tests in proxyunits.t

(adam)

2023-06-17 12:04:50 UTC MAIN commitmail json YAML

texlive-collection-langportuguese: add tex-ptlatexcommands

(markd)

2023-06-17 12:03:49 UTC MAIN commitmail json YAML

doc: Updated math/R-gdata to 2.19.0

(mef)

2023-06-17 12:03:36 UTC MAIN commitmail json YAML

(math/R-gdata) Updated 2.18.0 to 2.19.0, make test passed

Changes in 2.19.0 (2023-05-06)
------------------------------

New functions:

- Added update.data.frame() to replace rows of a data frame.

New features:

- Added argument 'add.col.nums' to left() and right().

Other changes:

- Improved ll() so it handles S4 objects. Also accepts unit="GB" (contributed by
  Michael Chirico) and unit="B", now case-insensitive.

- Improved right() so it returns the rightmost columns of a matrix or data
  frame.

- Renamed first two arguments of startsWith() to 'x' and 'prefix'.

- Removed elem() - was deprecated in gregmisc/gdata 2.0.3 (2005-02-25).

- Excel file support is now deprecated, to be removed in the near future. At the
  user level, the functions installXLSXsupport(), read.xls(), sheetCount(),
  sheetNames(), xls2csv(), xls2sep(), xls2tab(), xls2tsv(), and xlsFormats() now
  raise a warning about the functionality being deprecated. Excel file support
  was first introduced in gregmisc/gdata 1.11.0 back in 2004, but today we have
  packages such as openxlsx, readxl, XLConnect, and xlsx offering dedicated
  Excel file support with more features. When Excel file support will be removed
  from the gdata package, it will result in lighter package maintenance and no
  more Perl warnings on the user side.

- Package maintainer is Arni Magnusson.

(mef)

2023-06-17 12:03:06 UTC MAIN commitmail json YAML

2023-06-17 11:47:52 UTC MAIN commitmail json YAML

tex-mcf2graph{,-doc}: update to 5.02

5.00
-change syntax of beginfigm()
beginfigm() => beginfigm
-change command name
MC() => cv()
mc_check() => checkm()
-change library name
mcf_library.mcf => main_lib.mcf
-add command loadm(),readm(),getm(),putm
-delete command mc_query()
-delete aux-file output
-add MCF template file template_lib.mcf
-add batch file mcf_to_graph.cmd
>mcf_to_graph template_lib.mcf
  drag and drop library files on this batch
  create svg(default) files in ./template_lib
-update mcf2graph.mp
-update mcf_exa_soc.mp
-update MCF manual,example

5.01
-change command name
  cv_at() => cvat()
-update MCF manual,example

5.02
-change command name
cv() => drawm()
-add abbreviated form command
'',$,@,#,#@,##,|=,|<,_,\,\*,\\
-delete command cvat()
-update MCF manual,example

(markd)

2023-06-17 11:40:31 UTC MAIN commitmail json YAML

2023-06-17 11:32:00 UTC MAIN commitmail json YAML

2023-06-17 11:25:19 UTC MAIN commitmail json YAML

math/nickle: Make this cross-compile.

While here, because for CC_FOR_BUILD it was easiest to just edit
configure.ac and autoreconf anyway, move a configure patch to a
configure.ac patch for some readline symbol detection.

No change to generated file math-tables.5c (which is used only for
testing anyway) in native vs cross compilation.  `bmake test' passes
in native compilation.

(riastradh)

2023-06-17 11:25:14 UTC MAIN commitmail json YAML

2023-06-17 11:21:08 UTC MAIN commitmail json YAML

doc: Updated math/R-RPostgreSQL to 0.7.5

(mef)

2023-06-17 11:20:55 UTC MAIN commitmail json YAML

(math/R-RPostgreSQL) Updated 0.7.4 to 0.7.5, make test also passed

2023-01-12  Tomoaki NISHIYAMA  <tomoakin@staff.kanazawa-u.ac.jp>
* replace sprintf with snprintf
* replace strcpy with strncpy

(mef)

2023-06-17 11:16:19 UTC MAIN commitmail json YAML

texlive-collection-games: update to revision 67355

(markd)

2023-06-17 11:14:57 UTC MAIN commitmail json YAML

texlive-collection-langspanish: update to revision 67307

(markd)

2023-06-17 11:12:26 UTC MAIN commitmail json YAML

texlive-collection-luatex: update to revision 67348

(markd)

2023-06-17 11:11:03 UTC MAIN commitmail json YAML

texlive-collection-pictures: update to revision 67297

(markd)

2023-06-17 11:09:40 UTC MAIN commitmail json YAML

texlive-collection-publishers: update to revision 67281

(markd)

2023-06-17 11:01:03 UTC MAIN commitmail json YAML

texlive-collection-latexextra: add tex-tagpdf

(markd)

2023-06-17 10:56:34 UTC MAIN commitmail json YAML

2023-06-17 10:54:40 UTC MAIN commitmail json YAML

(math/R-RNetCDF) Remove PKGREVISION, sorry

(mef)

2023-06-17 10:54:05 UTC MAIN commitmail json YAML

(math/R-RNetCDF) Remove PKGREVISION, sorry

(mef)

2023-06-17 10:53:13 UTC MAIN commitmail json YAML

doc: Updated math/R-RNetCDF to 2.6.2nb1

(mef)

2023-06-17 10:53:12 UTC MAIN commitmail json YAML

tex-tagpdf{,-doc}: add version 0.98i

The package offers tools to experiment with tagging and
accessibility using pdfLaTeX and LuaTeX. It isn't meant for
production but allows the user to try out how difficult it is
to tag some structures; to try out how much tagging is really
needed; to test what else is needed so that a pdf works e.g.
with a screen reader. Its goal is to get a feeling for what has
to be done, which kernel changes are needed, how packages
should be adapted.

(markd)

2023-06-17 10:52:59 UTC MAIN commitmail json YAML

(math/R-RNetCDF) Updated 2.6.1 to 2.6.2

Version 2.6-2, 2023-01-16
  * Fix compiler warnings reported by R-devel

(mef)

2023-06-17 10:47:59 UTC MAIN commitmail json YAML

2023-06-17 10:45:25 UTC MAIN commitmail json YAML

tex-texinfo: update to 6.8.67325

changes unknown

(markd)

2023-06-17 10:43:52 UTC MAIN commitmail json YAML

2023-06-17 10:41:52 UTC MAIN commitmail json YAML

tex-siunitx{,-doc}: update to 3.2.6

### Fixed
- Printing of symbols explicitly wrapped in `\ensuremath`
- Printing of magnitudes for polar values when not parsing numbers
- Alignment of separated uncertainties in tables

(markd)

2023-06-17 10:40:04 UTC MAIN commitmail json YAML

doc: Updated math/R-Formula to 1.2.5

(mef)

2023-06-17 10:39:50 UTC MAIN commitmail json YAML

(math/R-Formula) Updated 1.2.4 to 1.2.5, make test also passed

# Formula 1.2-5

* Improve `dot` handling in `model.matrix()` method when setting up the
  terms (reported by Kevin Tappe).

(mef)

2023-06-17 10:39:31 UTC MAIN commitmail json YAML

tex-polyglossia{,.doc}: update to 1.63

Bug fixes:
‣ Language options are now lowercased before they are handled.
  This fixes errors when using the options in \MakeUppercase
  context (e.g., in headings).
‣ Fix casing value for medieval Latin (this concerns ⟨u⟩ and
  ⟨V⟩ casing).
‣ Remove hacks in some gloss files where \MakeUppercase has been
  redefined to a no-op since the respective scripts do not have
  uppercasing. As \MakeUppercase is now locale-aware, these hacks
  are no longer needed. This concerns Arabic, Divehi, Hebrew,
  Hindi, Kurdish, Persian, Punjabi, Syriac, and Urdu.
‣ Fix Eastern (Mashriq) Arabic numbering direction with LuaLaTeX
  for Arabic, Kurdish, Persian, Syriac, and Urdu.
‣ French variant=acadian refers to the Canadian French subvariety
  as spoken in the Acadian region (as opposed to Quebec French).
  To differentiate it we now use a dedicated subtag which can also
  be used to access the language (fr-CA-u-sd-canb).
  Note that Quebec French is currently connected with fr-CA,
  not the more specific fr-CA-u-sd-caqc, although the u extension
  is returned if requested via \BCPdata. In practice, the Canadian
  subvarieties of French are identical currently, anyway.
‣ Do not blindly de-activate the quote character in languages that
  provide shorthands if the shorthands are not used. This allows
  to activate the character with other packages such as csquotes.
‣ Do not flood the LaTeX hooks with redundant French itemlabels
  and footnote settings.
‣ Fix Korean patching of part format with hyperref.
‣ Make Hebrew numerals expandable.
‣ Avoid superfluous writing of language switches to aux file.

New features:
‣ New option capitalyiwn for Armenian.
‣ New option capitaleszett for German.
‣ New option capitaliota for Greek.
‣ New option datei for Serbian.
‣ New option sectionsep for Arabic, Kurdish, Persian, Syriac,
  and Urdu.
‣ Add aliases eastern (= mashriq) and western (= maghrib) to
  Arabic numerals.
‣ New date commands \today*, \todayGen, \todayArabic, and
  \todayRoman (all with starred counterparts) for Serbian.
‣ Implement basic support for variant=ijekavian in Serbian.
‣ Dutch now hyphenates properly on letters with tremata.
  The new option, tremahyphenation, is provided to opt-out
  this feature.
‣ Add shorthands "a, "e, "i, "o, "u, "A, "E, "I, "O, "U,
  "y, and "Y to Dutch.

Interface changes:
‣ All language options are now lowercase by default (though the
  mechanism is case-insensitive anyway). Changes cover Kurdish,
  Sanskrit, Serbian.

(markd)

2023-06-17 10:35:15 UTC MAIN commitmail json YAML

2023-06-17 10:33:08 UTC MAIN commitmail json YAML

2023-06-17 10:30:57 UTC MAIN commitmail json YAML

2023-06-17 10:28:21 UTC MAIN commitmail json YAML

tex-l3kernel{,-doc}: update to 2023.67294

## [2023-04-19]

### Added
- `\box_set_clipped:N` and variants (renamed from `\box_clip:N`)
- `\text_declare_lowercase_mapping:nn(n)`,
    `\text_declare_titlecase_mapping:nn(n)`
    and `\text_declare_uppercase_mapping:nn(n)` to allow customization
    of case changing outcomes

### Changed
- `\box_set_trim:Nnnnn` and `\box_set_viewport:Nnnnn` moved to
  stable kernel

### Fixed
- Incorrect internal name in `\pdf_pagesize_gset:nn`

### Removed
- Experimental `\box_clip:N` and variants (renamed to
  `\box_set_clipped:N`)

## [2023-04-20]

### Changed
- Re-order arguments of `\text_declare_lowercase_mapping:nnn`,
  `\text_declare_titlecase_mapping:nnn` and
  `\text_declare_uppercase_mapping:nnn`

## [2023-06-05]

### Added
- `\cctab_gsave_current:N`, `\g_tmpa_cctab` and `\g_tmpb_cctab`
- `\prg_gset_eq_conditional:NNn`
- `\iow_shell_open:Nn`

## Deprecated
- `\tl_case:Nn(TF)`
- `expl3` package option `enable-debug` (no longer required)

### Fixed
- Set `\l_keys_value_tl` in `.initial:n`
- Support for boolean values in `expl3` package options
  `check-declarations` and `log-functions`
- Allow for optional `/` at end of `\input at path` entries

(markd)

2023-06-17 10:25:10 UTC MAIN commitmail json YAML

tex-l3experimental: update to 2023.67074

### Added
- Key `pdf-attr` to `l3graphics` for additional attribute setting

### Fixed
- Grouping in `\draw_path_arc_axes:nnnn`

### Changed
- Track `expl3` core changes

(markd)

2023-06-17 10:23:11 UTC MAIN commitmail json YAML

tex-l3backend{,-doc}: update to 2023.66896

### Changed
- Pass additional attributes when loading graphics in PDF mode

### Fixed
- Remove a stray `>` from graphics inclusion code for `dvipdfmx`

(markd)

2023-06-17 10:20:11 UTC MAIN commitmail json YAML

2023-06-17 10:18:01 UTC MAIN commitmail json YAML

2023-06-17 10:15:09 UTC MAIN commitmail json YAML

2023-06-17 10:13:12 UTC MAIN commitmail json YAML

2023-06-17 10:10:27 UTC MAIN commitmail json YAML

tex-context-texlive: update to 2023.66924

changes unknown

(markd)

2023-06-17 10:08:42 UTC MAIN commitmail json YAML

2023-06-17 10:06:28 UTC MAIN commitmail json YAML

2023-06-17 10:03:58 UTC MAIN commitmail json YAML

2023-06-17 10:01:55 UTC MAIN commitmail json YAML

2023-06-17 10:01:25 UTC MAIN commitmail json YAML

net/openvpn-nagios: Revbump/distinfo for openvpn update

(gdt)

2023-06-17 09:59:40 UTC MAIN commitmail json YAML

net/openvpn-acct-wtmpx: revbump/distinfo for openvpn update

(gdt)

2023-06-17 09:58:29 UTC MAIN commitmail json YAML

doc: Updated net/openvpn to 2.6.5

(gdt)

2023-06-17 09:57:07 UTC MAIN commitmail json YAML

net/openvpn: Update to 2.6.5

Upstream changes are bugfixes and minor improvements

(gdt)

2023-06-17 09:49:46 UTC MAIN commitmail json YAML

doc: Updated www/hugo to 0.113.0

(bsiegert)

2023-06-17 09:49:25 UTC MAIN commitmail json YAML

hugo: update to 0.113.0

This release adds TLS/HTTPS support to hugo server entirely backed by mkcert. We
still default to http which is recommended and good enough for 99% of the Hugo
use, but there are some situations where you really need it.

We have added a new sub command and some new flags to hugo server to enable this:

# Installs a local CA in the system root store. You only need to do this once.
hugo server trust

#  Generates locally-trusted certificates (if not already created) and starts
#  the server with TLS/HTTPS enabled.
hugo server --tlsAuto

Note that we just delegate to mkcert using its default settings, so all of their
documentation is relevant.

If you have obtained the TLS certificate and key file by other means, you can
use the --tlsCertFile and --tlsKeyFile flags. When --tlsAuto or --tlsCertFile
and --tlsKeyFile is set and no --baseURL is provided as a flag, the server is
started with TLS and https as the protocol.

(bsiegert)

2023-06-17 01:37:12 UTC MAIN commitmail json YAML

tex-hyperref: fix directory in previous

(markd)

2023-06-17 01:35:53 UTC MAIN commitmail json YAML

mimedefang update

(markd)

2023-06-17 01:33:43 UTC MAIN commitmail json YAML

mimedefang: update to 3.4.1

3.4.1
* Packaging fixes

3.4
* add a mimedefang-release(8) program to release a message from quarantine
  directory
* add email_is_blacklisted to check an email address against an "hashbl"
  rbl server
* UTF-8 support improvements
* Authentication-Results header improvements

(markd)

2023-06-17 01:28:02 UTC MAIN commitmail json YAML

mailman3: use argument in mailman_doit() in rcscript.
also pass --force on start

(markd)

2023-06-17 01:21:43 UTC MAIN commitmail json YAML

tex-hyperref: add dependency on tex-etoolbox

(markd)

2023-06-16 23:42:21 UTC MAIN commitmail json YAML

2023-06-16 23:37:13 UTC MAIN commitmail json YAML

libcups: Reset PKGREVISION after cups-base update and enable libtool

(ryoon)

2023-06-16 22:47:23 UTC MAIN commitmail json YAML

doc: Updated cad/py-gdstk to 0.9.42

(mef)

2023-06-16 22:46:24 UTC MAIN commitmail json YAML

(cad/py-gdstk) Updated 0.9.41 to 0.9.42

## 0.9.42 - 2023-06-14
### Fixed
- `racetrack` bug in inner radius

(mef)

2023-06-16 22:30:10 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 6.4.4

(wiz)

2023-06-16 22:30:00 UTC MAIN commitmail json YAML

py-mercurial: update to 6.4.4.

= Mercurial 6.4.4 =

* clonebundles: filter out invalid schemes instead of failing on them
* doc: format argument for date uses strftime format string (issue6818)
* test: make test-contrib-perf.t more robust
* revlog: fix a bug in revlog splitting
* bundles: clarify streaming v2 bundle usage
* delta-find: fix pulled-delta-reuse-policy=forced behavior
* dirstate: fall back to v1 if reading v2 failed
* revlog: avoid possible collision between directory and temporary index

(wiz)

2023-06-16 21:40:21 UTC MAIN commitmail json YAML

doc: Updated net/samba4 to 4.18.3

(wiz)

2023-06-16 21:40:12 UTC MAIN commitmail json YAML

samba: update to 4.18.3.

Changes since 4.18.2
--------------------

o  Ralph Boehme <slow@samba.org>
  * BUG 15375: Symlinks to files can have random DOS mode information in a
    directory listing.
  * BUG 15378: vfs_fruit might cause a failing open for delete.

o  Volker Lendecke <vl@samba.org>
  * BUG 15361: winbind recurses into itself via rpcd_lsad.
  * BUG 15366: wbinfo -u fails on ad dc with >1000 users.

o  Stefan Metzmacher <metze@samba.org>
  * BUG 15338: DS ACEs might be inherited to unrelated object classes.
  * BUG 15362: a lot of messages: get_static_share_mode_data:
    get_static_share_mode_data_fn failed: NT_STATUS_NOT_FOUND.
  * BUG 15374: aes256 smb3 encryption algorithms are not allowed in
    smb3_sid_parse().

o  Andreas Schneider <asn@samba.org>
  * BUG 15360: Setting veto files = /.*/ break listing directories.

o  Joseph Sutton <josephsutton@catalyst.net.nz>
  * BUG 15363: "samba-tool domain provision" does not run interactive mode if
    no arguments are given.

o  Nathaniel W. Turner <nturner@exagrid.com>
  * BUG 15325: dsgetdcname: assumes local system uses IPv4.

(wiz)

2023-06-16 21:34:45 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.23.0

(pin)

2023-06-16 21:34:18 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.23.0

- prettier, faster SVG rendering
- reorganize default conf files, with a "skins" subfolder
- some dependencies updated

Thanks to wiz for testing the build with Rust-1.69

(pin)

2023-06-16 21:28:12 UTC MAIN commitmail json YAML

doc: Updated math/py-kiwisolver to 1.4.4

(wiz)

2023-06-16 21:28:03 UTC MAIN commitmail json YAML

py-kiwisolver: update to 1.4.4.

Wrappers 1.4.4 | Solver 1.4.2 | 15/07/2022
------------------------------------------
- fix timing in shared data release procedure PR #149
- revert use of nullpointer introduced in #142
  Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
  some platforms (see #144 ) PR #145

Wrappers 1.4.3 | Solver 1.4.1 | 13/06/2022
------------------------------------------
- add support for Python 3.11 PR #142
- do not install tests PR #143
- fix packaging for latest setuptools PR #140

Wrappers 1.4.2 | Solver 1.4.1 | 28/03/2022
------------------------------------------
- fix an issue with setuptools configuration PR #134

Wrappers 1.4.1 | Solver 1.4.1 | 27/03/2022
------------------------------------------
- add missing include PR #129
- re-organize the Python binding sources to properly ship type hints PR #131

Wrappers 1.4.0 | Solver 1.4.0 | 14/03/2022
------------------------------------------
- make installation PEP517 compliant PR #125
- add type hints  PR #125
- add Constraint::violated() method PR #128
- make the the c++ part of the code c++20 compliant PR #120
- test with c++11 and c++20 PR #120

(wiz)

2023-06-16 21:25:08 UTC MAIN commitmail json YAML

doc: Updated devel/py-cppy to 1.2.1

(wiz)

2023-06-16 21:24:59 UTC MAIN commitmail json YAML

py-cppy: update to 1.2.1.

1.2.1 - 03/30/2022
------------------
- make the pyproject.toml fully PEP 621 compliant PR #19

1.2.0 - 03/11/2022
------------------
- expose a build_ext subclass that can be re-used in other projects PR #16
- use a PEP 517 compatible install procedure PR #16
- do not access directly ob_type on PyObject use Py_TYPE

(wiz)

2023-06-16 21:20:48 UTC MAIN commitmail json YAML

doc: Updated time/py-iso8601 to 2.0.0

(wiz)

2023-06-16 21:20:39 UTC MAIN commitmail json YAML

py-iso8601: update to 2.0.0.

[2.0.0] - 2023-06-09

added

    Add just for development commands
    Add Python 3.12 support

changed

    Move changelog into CHANGELOG.md
    Freshen up README

fixed

    Fix test_fixedoffset_eq by adding an actual assertion

removed

    Drop Python 3.6 support (3.6 is end of life)

(wiz)

2023-06-16 21:17:15 UTC MAIN commitmail json YAML

doc: Updated graphics/openexr to 3.1.8

(wiz)

2023-06-16 21:17:06 UTC MAIN commitmail json YAML

openexr: update to 3.1.8.

## Version 3.1.8 (June 2, 2023)

Patch release that addresses miscellaneous build issues, for macOS in
particular, but also includes:

* Support for DWA compression in OpenEXRCore
* Fix for threadpool deadlocks during shutdown on Windows

This release also addresses:

* OSS-fuzz 59070 Stack-buffer-overflow in DwaCompressor_readChannelRules

(wiz)

2023-06-16 21:12:39 UTC MAIN commitmail json YAML

doc: cups* updated to 2.4.4

(wiz)

2023-06-16 21:12:11 UTC MAIN commitmail json YAML

cups*: update to 2.4.4

Changes in CUPS v2.4.4 - 2023-06-06
-----------------------------------

- Fix segfault in `cupsGetNamedDest()` when trying to get default printer, but
  the default printer is not set (Issue #719)

Changes in CUPS v2.4.3 (2023-06-01)
-----------------------------------

- Added a title with device uri for found network printers (Issues #402, #393)
- Added new media sizes defined by IANA (Issues #501)
- Added quirk for GoDEX label printers (Issue #440)
- Fixed `--enable-libtool-unsupported` (Issue #394)
- Fixed configuration on RISC-V machines (Issue #404)
- Fixed the `device_uri` invalid pointer for driverless printers with `.local`
  hostname (Issue #419)
- Fixed an OpenSSL crash bug (Issue #409)
- Fixed a potential SNMP OID value overflow issue (Issue #431)
- Fixed an OpenSSL certificate loading issue (Issue #465)
- Fixed Brazilian Portuguese translations (Issue #288)
- Fixed `cupsd` default keychain location when building with OpenSSL
  (Issue #529)
- Fixed default color settings for CMYK printers as well (Issue #500)
- Fixed duplicate PPD2IPP media-type names (Issue #688)
- Fixed possible heap buffer overflow in `_cups_strlcpy()` (fixes CVE-2023-32324)
- Fixed InputSlot heuristic for photo sizes smaller than 5x7" if there is no
  media-source in the request (Issue #569)
- Fixed invalid memory access during generating IPP Everywhere queue
  (Issue #466)
- Fixed lprm if no destination is provided (Issue #457)
- Fixed memory leaks in `create_local_bg_thread()` (Issue #466)
- Fixed media size tolerance in `ippeveprinter` (Issue #487)
- Fixed passing command name without path into `ippeveprinter` (Issue #629)
- Fixed saving strings file path in `printers.conf` (Issue #710)
- Fixed TLS certificate generation bugs (Issue #652)
- `ippDeleteValues` would not delete the last value (Issue #556)
- Ignore some of IPP defaults if the application sends its PPD alternative
  (Issue #484)
- Make `Letter` the default size in `ippevepcl` (Issue #543)
- Now accessing Admin page in Web UI requires authentication (Issue #518)
- Now look for default printer on network if needed (Issue #452)
- Now we poll `media-col-database` separately if we fail at first (Issue #599)
- Now report fax attributes and values as needed (Issue #459)
- Now localize HTTP responses using the Content-Language value (Issue #426)
- Raised file size limit for importing PPD via Web UI (Issue #433)
- Raised maximum listen backlog size to INT MAX (Issue #626)
- Update print-color-mode if the printer is modified via ColorModel PPD option
  (Issue #451)
- Use localhost when printing via printer application (Issue #353)
- Write defaults into /etc/cups/lpoptions if we're root (Issue #456)

(wiz)

2023-06-16 21:00:55 UTC MAIN commitmail json YAML

doc: Updated time/khal to 0.11.2

(wiz)

2023-06-16 21:00:46 UTC MAIN commitmail json YAML

khal: update to 0.11.2.

0.11.2
======

* FIX khal `at` also uses `event_format` not `agenda_event_format`
* FIX duplicating an event using `p` in ikhal
* NEW Add ability to change the minimum number of months displayed with
  `min_calendar_display`
* FIX ikhal don't crash when jumping long distances in time
* FIX do not use urwid's private methods, would crash with latest urwid version
* FIX light colorscheme in ikhal, would crash with recent urwid versions
* FIX better error messages when we cannot import an event

(wiz)

2023-06-16 20:59:54 UTC MAIN commitmail json YAML

doc: Updated graphics/SDL2_image to 2.6.3

(wiz)

2023-06-16 20:59:44 UTC MAIN commitmail json YAML

SDL2_image: update to 2.6.3.

2.6.2:
* Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS

2.6.1:
* Fixed loading grayscale PNGs when using stb_image

2.6.0:
* Added support for building with CMake
* Added stb_image as the default backend for JPG and PNG images loading.
  To use libpng and libjpg instead, configure using --disable-stb-image
* Added IMG_LoadSizedSVG_RW()
* Added support for AVIF images (https://github.com/AOMediaCodec/libavif)
* Added IMG_ReadXPMFromArrayToRGB888()
* Added support for JXL images (https://jpegxl.info/)
* Added support for QOI images (https://qoiformat.org/)
* Fixed XCF regression introduced in 2.0.5
* Added support for loading animated GIFs
* LoadBMP() now loads files using SDL2
* Allow using libwebpdecoder instead libwebp

(wiz)

2023-06-16 20:22:53 UTC MAIN commitmail json YAML

doc: buildbox -> schmonz in changes entries

(wiz)

2023-06-16 16:56:41 UTC MAIN commitmail json YAML

Updated textproc/icu, graphics/py-pygraphviz

(adam)

2023-06-16 16:56:21 UTC MAIN commitmail json YAML

py-pygraphviz: updated to 1.11

pygraphviz-1.11
- Update to SWIG 4.1.1
- Require Graphviz 2.46+
- Fix passthrough of graph attributes when copying
- Update install instructions

(adam)

2023-06-16 16:53:24 UTC MAIN commitmail json YAML

icu: updated to 73.2

ICU 73.2 updates to CLDR 43.1 locale data. These are maintenance releases for
ICU 73 and CLDR 43, with limited sets of bug fixes and no API or structural
changes.

(adam)

2023-06-16 15:48:01 UTC MAIN commitmail json YAML

Updated geography/py-maxminddb, geography/py-geoip2

(adam)

2023-06-16 15:47:13 UTC MAIN commitmail json YAML

py-geoip2: updated to 4.7.0

4.7.0 (2023-05-09)
* IMPORTANT: Python 3.7 or greater is required. If you are using an older
  version, please use an earlier release.

(adam)

2023-06-16 15:44:12 UTC MAIN commitmail json YAML

py-maxminddb: updated to 2.3.0

2.3.0 (2023-05-09)

* IMPORTANT: Python 3.7 or greater is required. If you are using an older
  version, please use an earlier release.
* ``distutils`` is no longer used for building the C extension.
* Missing ``Py_INCREF`` was added to module initialization for the C
  extension. Pull request by R. Christian McDonald.

(adam)

2023-06-16 15:05:18 UTC MAIN commitmail json YAML

doc: Updated devel/git-filter-repo to 2.38.0

(schmonz)

2023-06-16 15:05:12 UTC MAIN commitmail json YAML

Update to 2.38.0. From the changelog:

- INSTALL.md: correct a filename with mixed underscore and dash
- filter-repo: prepend the header line to the "ref-map" file
- Makefile: support DESTDIR
- doc: fix some typos
- Update expected test data for git 2.35
- git-filter-repo.txt: add missing git- prefix to fast-import link
- git-filter-repo.txt: fix small grammar error
- clean-ignore: move commands under main function
- clean-ignore: use arguments provided as input instead of enforced defaults
- lint-history: Add --refs argument
- Correct mailmapping of empty email addresses
- lint-history: fix broken --refs option
- contrib: new tool to convert svn:externals to Git submodules
- filter-repo: pass raw bytestring to regex compilation

(schmonz)

2023-06-16 15:03:33 UTC MAIN commitmail json YAML

doc: Updated cad/klayout to 0.28.9

(mef)

2023-06-16 15:03:12 UTC MAIN commitmail json YAML

(cad/klayout) Updated 0.28.8 to 0.28.9

0.28.9          (2023-06-10):
* Enhancement: %GITHUB%/issues/1281 Layout diff can ignore shape or instance duplicates
* Bugfix: %GITHUB%/issues/1393 GDS2Text format not supported in Python module
* Bugfix: "add meta info" did not take "persisted" flag
* Enhancement: "profile" feature for DRC and LVS
* Enhancement: DRC can write to multiple targets now
  - new functions "new_report", "new_target": create output channel objects
    that can be used to redirect "output" to specific other channels
* Bugfix: GDS2 reader should not segfault on certain broken files
* Enhancement: performance improvement of hierarchical XOR in certain cases

(mef)

2023-06-16 08:42:53 UTC MAIN commitmail json YAML

Updated devel/py-hypothesis, devel/py-jupyter_core

(adam)

2023-06-16 08:42:12 UTC MAIN commitmail json YAML

py-jupyter_core: updated to 5.3.1

5.3.1

Bugs fixed
- Better handling of config migration

Maintenance and upkeep improvements
- Fix write_executable test
- Use local coverage

(adam)

2023-06-16 08:40:28 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.78.3

6.78.3

This release ensures that Ghostwriter does not use the deprecated aliases for the collections.abc classes in collections.

6.78.2

This patch improves Ghostwriter窶冱 use of qualified names for re-exported functions and classes, and avoids importing useless TypeVars.

6.78.1

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.

6.78.0

New input validation for recursive() will raise an error rather than hanging indefinitely if passed invalid max_leaves= arguments.

6.77.0

from_type() now handles numpy array types: np.typing.ArrayLike, np.typing.NDArray, and parameterized versions including np.ndarray[shape, elem_type].

6.76.0

Warn in from_type() if the inferred strategy has no variation (always returning default instances). Also handles numpy data types by calling from_dtype() on the corresponding dtype, thus ensuring proper variation for these types.

(adam)

2023-06-16 08:08:52 UTC MAIN commitmail json YAML

doc: Updated textproc/json2tsv to 1.1

(leot)

2023-06-16 08:08:47 UTC MAIN commitmail json YAML

json2tsv: Update to 1.1

Changes:
1.1
---
Fixes:
* jaq: fail early if creating a temporary file using mktemp failed.
* micro-optimization for the json.c parser, json2tsv itself is unaffected though.
* Minor code-style and portability improvements.
* Typo fixes.

Features:
* json2tsv and jaq: add a -u option: flush output after printing each value
(unbuffered). This works similar to the sed -u option.
Sometimes it can be useful to force flushing the data directly. For example
for streaming JSON data.

(leot)

2023-06-16 08:05:19 UTC MAIN commitmail json YAML

doc: Updated x11/xorgproto to 2023.2

(wiz)

2023-06-16 08:05:01 UTC MAIN commitmail json YAML

xorgproto: update to 2023.2.

This is xorgproto-2023.2 as a quick-fix release to address the Present
protocol version not being updated in xorgproto-2023.1.

Olivier Fourdan (2):
      presentproto: Update version number to 1.3
      xorgproto 2023.2

(wiz)

2023-06-16 06:49:49 UTC MAIN commitmail json YAML

Updated fonts/py-fonttools, devel/py-maturin

(adam)

2023-06-16 06:49:28 UTC MAIN commitmail json YAML

py-maturin: updated to 1.1.0

1.1.0
* Add basic support for GraalPy in
* Refactor abi tag to use `EXT_SUFFIX` in
* Add Linux loongarch64 architecture support in
* Add `--skip-install` option to `maturin develop`

(adam)

2023-06-16 06:42:46 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.40.0

4.40.0 (released 2023-06-12)
----------------------------
- Published native binary wheels to PyPI for all the python minor versions and platform
  and architectures currently supported that would benefit from this. They will include
  precompiled Cython-accelerated modules (e.g. cu2qu) without requiring to compile them
  from source. The pure-python wheel and source distribution will continue to be
  published as always (pip will automatically chose them when no binary wheel is
  available for the given platform, e.g. pypy). Use ``pip install --no-binary=fonttools fonttools``
  to expliclity request pip to install from the pure-python source.
- [designspaceLib|varLib] Add initial support for specifying axis mappings and build
  ``avar2`` table from those
- [feaLib] Support variable ligature caret position
- [varLib|glyf] Added option to --drop-implied-oncurves; test for impliable oncurve
  points either before or after rounding
- [TTGlyphPointPen] Don't error with empty contours, simply ignore them
- [sfnt] Fixed str vs bytes remnant of py3 transition in code dealing with de/compiling
  WOFF metadata
- [instancer-solver] Fixed bug when moving default instance with sparse masters
- [feaLib] Simplify variable scalars that don窶冲 vary
- [pens] Added filter pen that explicitly emits closing line when lastPt != movePt
- [varStore] Improve optimize algorithm and better document the algorithm
  Added ``quantization`` option
- Added CI workflow config file for building native binary wheels
- [fontBuilder] Added glyphDataFormat=0 option; raise error when glyphs contain cubic
  outlines but glyphDataFormat was not explicitly set to 1
- [subset] Prune emptied GDEF.MarkGlyphSetsDef and remap indices; ensure GDEF is
  subsetted before GSUB and GPOS
- [xmlReader] Fixed issue whereby DSIG table data was incorrectly parsed
- [varLib/merger] Fixed merging of SinglePos with pos=0
- [feaLib] Demote "Feature has not been defined" error to a warning when building aalt
  and referenced feature is empty
- [feaLib] Dedupe multiple substitutions with classes

(adam)

2023-06-16 06:21:28 UTC MAIN commitmail json YAML

doc: Updated x11/libX11 to 1.8.6

(wiz)

2023-06-16 06:21:17 UTC MAIN commitmail json YAML

libX11: update to 1.8.6.

This release fixes CVE-2023-3138, as described in:
https://lists.x.org/archives/xorg-announce/2023-June/003406.html

Alan Coopersmith (2):
      InitExt.c: Add bounds checks for extension request, event, & error codes
      libX11 1.8.6

(wiz)

2023-06-16 04:58:42 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 17.3.0

(pin)

2023-06-16 04:58:19 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 17.3.0

Features
- path: add option to colorize first and last folder (4c0c596)

(pin)

2023-06-15 23:41:52 UTC MAIN commitmail json YAML

textproc/libxslt: Make this cross-compile.

(riastradh)

2023-06-15 23:41:41 UTC MAIN commitmail json YAML

security/libgcrypt: Make this cross-compile.

(riastradh)

2023-06-15 23:41:31 UTC MAIN commitmail json YAML

libgpg-error: Make this cross-compile on NetBSD.

Provide an architecture-independent definition of a structure that
wraps pthread_mutex_t.  For some reason libgpg-error tries to
discover this by a runtime test in the configure script and spit out
C approximating the declaration automagically, which is incompatible
with cross-compilation.  Since PTHREAD_MUTEX_INITIALIZER always works
on NetBSD, just use that.

No change to native compilation because it always tries
`lock-obj-pub.native.h' first -- the one it generated during
configure -- and then falls back to the cross options like this patch
adds.

(riastradh)

2023-06-15 20:04:38 UTC MAIN commitmail json YAML

Updated print/py-pspdfutils, textproc/py-pdf

(adam)

2023-06-15 20:04:20 UTC MAIN commitmail json YAML

py-pdf: updated to 3.9.1

Version 3.9.1, 2023-06-04

Deprecations (DEP)
- Deprecate PdfMerger

Bug Fixes (BUG)
- Ignore UTF-8 decode errors

Robustness (ROB)
- Handle missing /Type entry in Page tree

(adam)

2023-06-15 19:48:06 UTC MAIN commitmail json YAML

py-pspdfutils: updated to 3.0.4

v3.0.4
This release fixes a bug with the --draw argument when a value was not
supplied.

(adam)

2023-06-15 17:32:15 UTC MAIN commitmail json YAML

doc: Updated devel/asdf to 0.12.0

(schmonz)

2023-06-15 17:32:09 UTC MAIN commitmail json YAML

Update to 0.12.0. From the changelog:

Breaking changes:

* Remove files containing only `asdf` wrapper functions
* align Fish entrypoint behaviour with other shells
* do not remove items from PATH in POSIX entrypoint
* rework POSIX entrypoint for greater shell support

Features:

* Support configurable `ASDF_CONCURRENCY`
* Support PowerShell Core

Documentation:

* Add Nushell installation instructions for all languages
* fix `ASDF_${LANG}_VERSION` usage
* fix Nushell-Homebrew setup instructions
* fix uninstall instructions for Fish Shell
* Improve wording of env vars section
* verbose plugin create command details

Patches:

* `asdf info` show BASH_VERSION & all asdf envs
* align Fish entrypoint behaviour with other shells
* assign default values to all internal variables
* Better handling with paths that include spaces
* create install directory with `mkdir -p`
* do not remove items from PATH in POSIX entrypoint
* enforce consistent shell redirection format
* improve readability of the non-set `nullglob` guard
* Introduce `ASDF_FORCE_PREPEND` variable on POSIX entrypoint
* lint & style errors in `bin/asdf`
* Nushell plugin list --urls
* nushell plugin list all
* Remove files containing only `asdf` wrapper functions
* remove leading asterick in Fish completion
* rename internal function `asdf_tool_versions_filename`
* rename internal plugin repository functions
* rework POSIX entrypoint for greater shell support
* support `asdf shim-versions` completions in fish & bash
* Typo in POSIX entrypoint
* warn if `.tool-versions` or asdfrc contains carriage returns

(schmonz)

2023-06-15 14:47:32 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 23.1.12

(rillig)

2023-06-15 14:47:23 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 23.1.12

Changes since 23.1.11:

No longer warn about the expression ${VAR:=:${VAR2}}. Previously,
pkglint warned that the ':' did not start a new expression modifier.

(rillig)

2023-06-15 13:27:12 UTC MAIN commitmail json YAML

doc: Updated devel/py-nihtest to 1.1.0

(wiz)

2023-06-15 13:27:02 UTC MAIN commitmail json YAML

py-nihtest: update to 1.1.0.

# 1.1.0 [2023-06-15]

- Improve environment variable handling.
- Reject config file with unknown sections or directives.

(wiz)

2023-06-15 12:59:55 UTC MAIN commitmail json YAML

doc: Updated math/R-Rcmdr to 2.8.0

(mef)

2023-06-15 12:59:45 UTC MAIN commitmail json YAML

(math/R-Rcmdr)  Updated 2.7.1 to 2.8.0

Changes in version 2.8-0

  o Small improvements to 3D scatterplot and recode dialogs.

  o User name inferred and used in startup message and documents.

  o New dialogs for 3D component+residual and added-variable plots.

  o Use text help for non-Windows system with R 4.2.0 (due to bug in R).

  o Statistical modeling dialogs gain an optional case-deletion text box.

  o New minimum.width and minimum.height Rcmdr options, defaulting to
  1000 and 400, respectively.

  o Commands now can create sections (by default at level 3) and a
  table of contents in the R Markdown document produced by the R
  Commander (suggestion of Bob Muenchen).

  o RGL in RMarkdown now works with pdf, rtf, and word file formats as
  well as html, still requires Pandoc (suggestion of Georges Monette).

  o Boxplot dialog now permits selection of more than one variable for
  parallel boxplots (suggestion of Ivan Krylov).

  o Small improvements.

  o Updated translations (with thanks to): Chinese (Tsung-wu
  Ho),Japanese (Takaharu Araki), Korean (Jong-Hwa Shin), Romanian
  (Adrian Dusa), Russian (Alexey Shipunov), Slovenian (Matjaz Jeran),
  Spanish (Manuel Munoz Marquez).

(mef)

2023-06-15 12:54:08 UTC MAIN commitmail json YAML

doc: Updated math/R-insight to 0.19.2

(mef)

2023-06-15 12:53:56 UTC MAIN commitmail json YAML

(math/R-insight) Updated 0.17.1 to 0.19.2

# insight 0.19.2

## Breaking changes

* The minimum needed R version has been bumped to `3.6`.

* `download_model()` no longer errors when a model object could not be downloaded,
  but instead returns `NULL`. This prevents test failures, and allows to skip
  tests when the return value of `download_model()` is `NULL`.

## General

* Improved support for `mclogit` models (package *mclogit*) and `mipo` objects
  (package *mice*) for models with ordinal or categorical response.

## New supported models

* `phylolm` and `phyloglm` (package *phylolm*), `nestedLogit` (package *nestedLogit*).

## Bug fixes

* Fixed issue in `get_variance()` for *glmmTMB* models with rank deficient
  coefficients.

* Fixed issues in `get_weights()` for `glm` models without weights and `na.action`
  not set to default in the model call.

* `clean_names()` now also removes the `relevel()` pattern.

* Fixed issue in `model_info()` for models of class `gamlss`.

* Fixed problems preventing `get_data()` from locating data defined in
  non-global environments.

* Fixed issue in `get_predicted()` for variables of class numeric matrix created
  by `scale()`, which were correctly handled only when `get_data()` failed to
  find the data in the appropriate environment.

* Fixed issue in `model_info()` for `gee` models from `binomial` families.

# insight 0.19.1

## New supported models

* `hglm` (package *hglm*).

## Changes to functions

* Minor improvements to `get_data()` for `t.test()`.

* `format_value()` gets a `lead_zero` argument, to keep or drop the leading
  zero of a formatted value, as well as arguments `style_positive` and
  `style_negative` to style positive or negative numbers.

* `format_table()` now also formats columns named `SGPV` (second generation
  p-values) as p-values.

* Functions for models of class `clm` (like `find_formula()`, `find_variables()`,
  `get_data()` etc.) now also include variables that were defined as `scale` or
  `nominal` component.

## Bug fixes

* Fixed issue in `get_data()` for results from `kruskal.test()`.

* Fixed issue in `find_weights()` for models of class `lme` and `gls`.

* Fixed issue in `get_datagrid()` for models with multiple weight variables.

# insight 0.19.0

## New supported models

* `mmrm` (package *mmrm*), `flac` and `flic` (*logistf*)

## Breaking changes

* `get_data()` was revised and now always tries to recover the data that was
  used to fit a model from the environment. If this fails, it falls back to
  recovering data from the model frame (the former default behaviour).
  Futrhermore, the `source` argument can be used to explicitly force the old
  behaviour: `source = "mf"` will try to recover data from the model frame first,
  then possibly falling back to look in the environment.

## New functions

* `n_grouplevels()`, to return random effect groups and number of group levels
  for mixed models.

## Changes to functions

* `get_datagrid()` preserves all factor levels for factors that are hold constant
  at their reference level. This is required to work together with
  `get_modelmatrix()` when calculating standard errors for `get_predicted()`.

## Bug fixes

* Fixed but in `get_modelmatrix()` handling of incomplete factors which
  sometimes had downstream implications for numerical results in the uncertainty
  estimates produced by `get_predicted()`.

* Fixed minor issues for HTML tables in `export_table()` when model parameters
  were grouped.

* Fixed issue with incorrect back-transforming in `get_data()` for models with
  log-transformed variables.

* Fixes issue in `compact_list()`.

* `has_single_value()` now returns `FALSE` when the object only has `NA` and
  `na.rm = TRUE`.

* Fixed issue in `get_parameters()` for gam-models without smooth terms, or with
  only smooth terms and removed intercept.

# insight 0.18.8

## Bug fixes

* Fixed test due to changes in the _performance_ package.

# insight 0.18.7

## General

* Minor revisions to `get_predicted.glmmTMB()` due to changes in behaviour
  of `predict.glmmTMB()` for truncated-family models since _glmmTMB_ 1.1.5.

* New function `has_single_value()` that is equivalent to `length(unique()) == 1`
  (or `n_unique() == 1`) but faster.

## Changes to functions

* `ellipses_info()` now includes an attribute `$is_binomial`, which is `TRUE`
  for each model from binomial family.

## Bug fixes

* Fixed behaviour of the `at` argument in `get_datagrid()`.

* Fixed issue for accessing model data in `get_datagrid()` for some edge cases.

# insight 0.18.6

## New supported models

* Support the *logitr* package: `get_data()`, `find_variables()` and more.

## Bug fixes

* Better detection of unicode-support, to avoid failures when building
  vignettes.

* `get_predicted()` now correctly handles variables of class numeric matrix
  created by `scale()`, which fixes a bug in `performance::check_model()`
  (easystats/performance#432).

* Fixed issue with `iterations` argument in `get_predicted()` with _brms_
  models.

# insight 0.18.5

## Breaking

* `get_df(type = "satterthwaite")` for `lmerMod` objects now return degrees of
  freedom per parameter, and no longer per observation. Use `df_per_obs TRUE`
  to return degrees of freedom per observation.

## New functions

* `safe_deparse_symbol()` to only deparses a substituted expressions when
  possible,which increases performance in case many calls to
  `deparse(substitute())`.

## Changes to functions

* `format_table()` gets a `use_symbols` argument. If `TRUE`, column names that
  refer to particular effectsizes (like Phi, Omega or Epsilon) include the related unicode-character instead of the written name. This only works on Windows for
  R >= 4.2, and on OS X or Linux for R >= 4.0.

* The `stars` argument in `format_table()` can now also be a character vector,
  naming the columns that should include stars for significant values. This is
  especially useful for Bayesian models, where we might have multiple columns
  with significant values, e.g. `"BF"` for the Bayes factor or `"pd"` for the
  probability of direction.

* `get_df()` gets more `type` options to return different type of degrees of
  freedom (namely, `"wald"` and `"normal"`, and for mixed models, `"ml1"`,
  `"betwithin"`, `"satterthwaite"` and `"kenward-roger"`).

* `standardize_names()` now recognized more classes from package _marginaleffects_.

* Minor improvements to `find_parameters()` for models with nonlinear formula.

* Minor speed improvements.

## Bug fixes

* Fixed issue in `get_data()` for models of class `plm`, which accidentally
  converted factors into character vectors.

* Fixed issue with column alignment in `export_table()` when the data frame
  to print contained unicode-characters longer than 1 byte.

* Correctly extract predictors for `fixest::i(f1, i.f2)` interactions (#649 by
  @grantmcdermott).

# insight 0.18.4

## Changes to functions

* `model_info()` now includes information for `htest` objects from
  `shapiro.test()` and `bartlett.test()` (will return `$is_variancetest = TRUE`).

## Bug fixes

* Fixed issue in `get_data()` which did not correctly backtransform to original
  data when terms had log-transformations such as `log(1 + x)` or `log(x + 1)`.

* Fixed CRAN check issues.

# insight 0.18.3

## New functions

* `format_alert()`, `format_warning()` and `format_error()`, as convenient
  wrappers around `message()`, `warning()` or `stop()` in combination with
  `format_message()`. You can use these funcionts to format messages, warnings
  or errors.

## Changes to functions

* `get_predicted()` for models of class `clm` now includes confidence intervals
  of predictions.

* `format_message()` gets some additional formatting features. See 'Details'
  in `?format_message` for more information and some current limitations.

* `format_message()` gets an `indent` argument, to specify indention string
  for subsequent lines.

* `format_table()` now merges IC and IC weights columns into one column (e.g.,
  former columns `"AIC"` and `"AIC_wt"` will now be printed as one column, named
  `"AIC (weights)"`). Furthermore, an `ic_digits` argument was added to control
  the number of significant digits for the IC values.

* `print_color()` and `color_text()` now support bright variants of colors and
  background colors.

* `get_datagrid()` gets more options for `at` and `range`, to provide more
  control how to generate the reference grid.

* `get_data()` for models of class `geeglm` and `fixest`now more reliably
  retrieves the model data.

## New supported models

* Support for models of class `mblogit` and `mclogit`.

## Bug fixes

* Fixed issues with wrong attribute `adjusted_for` in `insight::get_datagrid()`.

* Fixed issue (resp. implemented workaround) in `get_data.iv_robust()`, which
  failed due to a bug in the _estimatr_ package.

* Fixed issue where `get_predicted()` failed when data contains factors with
  only one or incomplete levels.

* Fixed issue in `get_predicted()` for models of class `mlm`.

* Fixed issue where `get_predicted()` failed to compute confidence intervals
  of predictions when model contained matrix-alike response columns, e.g. a
  response variable created with `cbind()`.

# insight 0.18.2

## New functions

* `format_percent()` as short-cut for `format_value(as_percent = TRUE)`.

* `is_converged()`, to check whether a mixed model has converged or not.

## Changes to functions

* `format_table()` gains an `exact` argument, to either report exact or rounded
  Bayes factors.

* `get_predicted()` gets a method for models of class `gamlss` (and thereby,
  `get_loglikelihood()` now also works for those model classes).

* `get_predicted()` now better handles models of class `polr`, `multinom` and
  `rlm`.

## Bug fixes

* Fixed test failures.

* Minor fixes to address changes in other packages.

# insight 0.18.0

## Breaking changes

* The `ci` argument in `get_predicted()` now defaults to `NULL`. One reason was
  to make the function faster if confidence intervals are not required, which
  was the case for many downstream usages of that function. Please set `ci`
  explicitly to compute confidence intervals for predictions.

* `get_data()` no longer returns logical types for numeric variables that have
  been converted to logicals on-the-fly within formulas (like `y ~ as.logical(x)`).
  Instead, for each numeric variable that was coerced to logical within a formula
  gets a `logical` attribute (set to `TRUE`), and the returned data frame gets
  a `logicals` attribute including all names of affected variables.

* `parameters_table()`, the alias for `format_table()`, was removed.

## Changes to functions

* `find_transformation()` and `get_transformation()` now also work for models
  where the response was transformed using `log2()` or `log10()`.

## Bug fixes

* `get_sigma()` for models from package _VGAM_ returned wrong sigma-parameter.

* `find_predictors()` for models from package _fixest_ that contained
  interaction terms in the endogenous formula part did not correctly return
  all instruments.

* Fixed formatting of HTML table footers in `export_table()`.

* Several fixes to `get_predicted()` for models from `mgcv::gam()`.

* The `component` argument in `find_parameters()` for `stanmvreg` models did
  not accept the `"location"` value.

* `null_model()` did not consider offset-terms if these were specified inside
  formulas.

* Argument `allow.new.levels` was not passed to `predict()` for
  `get_predicted.glmmTMB()`.

* `clean_names()` now works correctly when several variables are specified in
  `s()` (#573, @etiennebacher).

(mef)

2023-06-15 12:37:31 UTC MAIN commitmail json YAML

doc: Updated math/R-RcmdrMisc to 2.7.2

(mef)

2023-06-15 12:37:20 UTC MAIN commitmail json YAML

(math/R-RcmdrMisc) Updated 2.7.1 to 2.7.2

Changes to Version 2.7-2

  o Added xlim, ylim, and ... args to discretePlot() (suggestion of
    Beatriz Lacruz Casaucau).

  o Fixed a bug in reshapeL2W() that could cause the columns produced
    from the varying variable(s) in the long data set to be misnamed
    (reported by Tamas Ferenci).

  o Duplicated quantiles in numSummary() now produce a warning and
    only unique quantiles are used (after report by Beatriz Lacruz
    Casaucau).

  o Fixed bug in Barplot() that produced misplaced text for
    counts/percents in many cases (also reported by Beatriz Lacruz
    Casaucau).

(mef)

2023-06-15 12:13:26 UTC MAIN commitmail json YAML

doc: Updated misc/R-Hmisc to 5.1.0

(mef)

2023-06-15 12:13:14 UTC MAIN commitmail json YAML

(misc/R-Hmisc) Updated 4.8.0 to 5.1.0

Changes in version 5.1-0 (2023-05-04)

  * fit.mult.impute: added robust, cluster, robmethod arguments to
    incorporate rms::robcov to do robust sandwich covariance
    estimation with multiple imputation

  * testCharDateTime: new function
  * added totxt function in markupSpecs$html to convert html to plain text
  * describe.vector: fixed for mChoice variables with plain output, fixed NA dection for mChoice in general; added shortmChoice option, now defaulting to printing mChoice summary using numeric codes, and printing levels once up front; changed back to old behavior of not printing extremes if frequency table is printed; changed printing of lowest and highest 5 values to 6 significant digits if numeric; added argument rmhtml to strip html from variable labels
  * mChoice: changed result to NA instead of '' if no choices are made and add.note=FALSE; fixed label; improved print.summary.mChoice formatting
  * htmlVerbatim: removed blank line before </pre>
  * htmltabv: new function to make simple html table of a series of verbatim outputs from print() of objects
  * summary.mChoice: added short= argument
  * print.summary.mChoice: if options(prType='html') is in effect, calls htmltabv to compose output in a space-savings 2-column html table, and renders entire output in html
  * describe: retrieved format* attribute of variables
  * vlab: fixed bug
  * dotchartp: fixed bug when sort was logical resulting in o=NULL; changes in R made x[NULL,] quit working
  * vlab, hlab, hlabs: improved logic and also look in global environment
  * spikecomp: added new options that facilitate sparklines
  * html.data.frame: added new argument disableq to disable Quarto table style
  * describe: for html use disableq for html.data.frame
  * added gt, sparkline, jsonlite packages to SUGGESTS
  * added which= argument to print.describe
* html_describe_cat, html_describe_con: new internal functions to print gt tables when which= is given to print.describe
  * describe: for date/time variables use lowest observed value for leftmost point of first bin, instead of pretty()
  * describe: compute min, max, mean no. of characters (after trimming white space) for character variables that are not tabulated because of too many levels; used by html_describe_cat; also added mode and its count for this situation
  * htmlwidgets: added to SUGGESTS
  * html.describe: changed html to Hmisc::html to avoid conflicts with gt
  * describe: added trans argument to transform x for the purpose of making spike histograms
  * spikecomp: generalized, describe.vector now calls it, changed how addggLayers calls it
  * fit.mult.impute: added method= including stacking to facilitate likelihood ratio tests with rms::processMI
  * histboxp, dhistboxp: fixed bugs where range() should have been diff(range())
  * fit.mult.impute: for stacked ols fits correct residual d.f.

Changes in version 5.0-1 (2023-03-06)
  * rendHTML: when knitr is not running and object is not html, assumes it is RMarkdown and calls rmarkdown::render to render it to html, then displays in viewer
  * princmp: new function to help in interpreting principal components and sparse principal components
  * getabd: new function to fetch datasets from The Analysis of Biological Data
  * runParallel: new function to make the parallel package easy to use and to improve structure of combined final result
  * hashCheck: new function to run digest::digest on a series of argument to create a hash, fetch an existing result file which contains the hash of the input objects the last time an analysis was run, and to return the results stored in the file (an .rds file) if the hashes match, or NULL otherwise
  * runifChanged: new function to re-run code if an input changed, as judged by hashChech
  * hlab: new function to retrieve plotting-formatted variable label from a current dataset or from the object created by extractlabs (LabelsUnits, which takes priority)
  * hlabs: new function to call ggplot2 labs() after running variable names through hlab()
  * vlab: new function like hlab but returns text string form of label/units
  * extractlabs: new function: for one or more data frames/tables saves a data table of all variables that had a non-blank label or units attribute.
  * nCoincident: new function to count the number of x,y pairs that are likely to be coincident, i.e., hidden from view in a scatterplot
  * meltData: new function to take a formula and melt a data frame/table so that all right-hand-side formula variables are played against the left-hand side variable
  * ebpcomp: new function to compute coordinates of components of an extended box plot.  Along with spikecomp these are useful for adding things to ggplot2 graphs.
  * spikecomp: new function to compute coordinates of components of a spike histogram
  * movStats: new general function for estimating the relationship between a continuous variable and a response, possibly stratified by another variable
  * csv.get: changed autodates to autodate and passed to cleanup.import; implemented text=
  * fImport: new function; front-end for `rio` package for general file import
  * transcan.Rd: added new example for completing a data frame with single imputations
  * combine.levels: added plevels argument and implemented new capabilities for ordered variables, for which only consecutive levels are allowed to be combined
  * fit.mult.impute: added fun argument so user can run any function on each fit from a completed dataset, e.g., a model validation using an rms function
  * errbar: passed argument main to last instance of plot()
  * princmp: fixed sparse PC total variance explained by asking for k PCs where k is one less than number of columns
  * removed dependencies for Formula (importFrom), ggplot2 (importFrom), lattice (suggests), survival (suggests)
  * NOTE: users who depended on ggplot2 or survival being loaded by Hmisc need to require() or library() themselves
  * reformM: improved by Yong Hao Pua to handle variables enclosed in functions
  * dotchartpl: fixed bug - was not sorting if groups omitted
  * completer: new function by Yong-Hao Pua, Singapore General Hospital that facilitates drawing of multiple imputations to get one or more completed datasets
  * ecdfSteps: compute coordinates of empirical CDF for a variable, with possible extension of the domain so that steps at y=0 and 1 will be visable
  * fit.mult.impute: fixed to all data=a data table

(mef)

2023-06-15 11:52:38 UTC MAIN commitmail json YAML

doc: Updated graphics/R-latticeExtra to 0.6.30

(mef)

2023-06-15 11:52:16 UTC MAIN commitmail json YAML

(graphics/R-latticeExtra) Updated 0.6.29 to 0.6.30

Changes in Version 0.6-30

o Replace non-free 'tripack' package functions by 'interp'.

(mef)

2023-06-15 11:47:56 UTC MAIN commitmail json YAML

Added graphics/R-interp version 1.1.4

(mef)

2023-06-15 11:45:30 UTC MAIN commitmail json YAML

(graphics/R-interp) import R-interp-1.1.4

Bivariate data interpolation on regular and irregular grids, either
linear or using splines are the main part of this package.  It is
intended to provide FOSS replacement functions for the ACM licensed
akima::interp and tripack::tri.mesh functions. Linear interpolation is
implemented in interp::interp(..., method="linear"), this corresponds
to the call akima::interp(..., linear=TRUE) which is the default
setting and covers most of akima::interp use cases in depending
packages. A re-implementation of Akimas irregular grid spline
interpolation (akima::interp(..., linear=FALSE)) is now also available
via interp::interp(..., method="akima"). Estimators for partial
derivatives are now also available in interp::locpoly(), these are a
prerequisite for the spline interpolation. The basic part is a GPLed
triangulation algorithm (sweep hull algorithm by David Sinclair)
providing the starting point for the irregular grid interpolator. As
side effect this algorithm is also used to provide replacements for
almost all functions of the tripack package which also suffers from
the same ACM license restrictions. All functions are designed to be
backward compatible with their akima / tripack counterparts.

(mef)

2023-06-15 11:38:41 UTC MAIN commitmail json YAML

(math/R-RcppEigen) Update API_DEPENDS version

(mef)

2023-06-15 11:30:32 UTC MAIN commitmail json YAML

Updated misc/stellarium, devel/py-modulegraph

(adam)

2023-06-15 11:20:57 UTC MAIN commitmail json YAML

doc: Updated geography/R-deldir to 1.0.9

(mef)

2023-06-15 11:20:45 UTC MAIN commitmail json YAML

(geography/R-deldir) Updated 1.0.6 to 1.0.9

Version 1.0-9 17/05/2023

Got rid of a spurious file tile.list.R that I had saved as a backup
in the Deldir directory.  Psigh!!!

Version 1.0-8 30/04/2023

Added argument "id" to deldir(), allowing the user to specify a
vector of identifiers/names for points.  Added at the request of
Jiangyao Chi.

In view of the foregoing, the identifiers of points need no longer
be numeric indices, whence some of the terminology in plot.deldir()
and plot.tile.list() was no longer appropriate.  Consequently:

    * changed name of argument "number" to "labelPts" in
      plot.deldir() and in plot.tile.list().

    * changed name of argument "nex" to "lex" in plot.deldir().

    * changed the name of the 4th component of the argument cmpnt_col
      in plot.deldir() from "num" to "labels".

Added function getNbrs() to list the Delaunay neighbours of
each point.  Added at the request of Jiangyao Chi.

Added functions insidePoly() and insideRect() to determine
whether points are inside an "interior" region which
may be specified either as a polygon or a rectangle.  In
the latter case the interior must be a subset of "rw",
the rectangular window with respect to which the points
are being triangulated/tessellated.

Added the results of a call to getNbrs() to the output of
tileInfo();  adjusted print.tileInfo() accordingly.

Fixed a mild glitch in plot.tile.list(); the returned value
was NULL if clipp was unspecified.  Corrected the help for
plot.tile.list() which had said that the returned value was
always null.

Tidied the code of plot.tile.list() a bit.  Amended the help
for plot.tile.list().

Adjusted message in First.R.

Version 1.0-7 26/12/2021

The function tileInfo() threw an opaque error if all tiles
were boundary tiles.  Added an error trap so as to produce
a more perspicuous error message.  Thanks to Krisztina Konya
of Ruhr-University Bochum who provided an example illustrating
the need for this error trap.

(mef)

2023-06-15 11:14:28 UTC MAIN commitmail json YAML

doc: Updated math/R-aplpack to 1.3.5

(mef)

2023-06-15 11:11:23 UTC MAIN commitmail json YAML

doc: Updated math/R-RcppArmadillo to 0.12.4.0.0

(mef)

2023-06-15 11:11:10 UTC MAIN commitmail json YAML

(math/R-RcppArmadillo) Updated 0.9.600.4.0 to 0.12.4.0.0

2023-05-26  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.12.4.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

2023-05-25  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/armadillo: Armadillo 12.4.0
* inst/include/armadillo_bits/: Idem

2023-04-11  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Use app.codecov.io as base for codecov link

2023-04-04  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.12.2.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 12.2.0
* inst/include/armadillo_bits/: Idem

2023-02-20  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.12.0.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 12.0.0
* inst/include/armadillo_bits/: Idem

2023-02-11  Kevin Ushey  <kevinushey@gmail.com>

* src/Makevars.in: Use PKG_CPPFLAGS for RcppArmadillo includes

2023-02-09  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.11.4.4.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.4.4
* inst/include/armadillo_bits/: Idem

2023-02-05  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version and date

* src/Makevars.in: No longer set a compilation standard
* src/Makevars.win: Idem
* inst/skeleton/Makevars: Idem
* inst/skeleton/Makevars.win: Idem

* inst/CITATION: Convert to bibentry() style with person()

2023-01-20  Dirk Eddelbuettel  <edd@debian.org>

* README.md: Update package count

2023-01-15  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.11.4.3.1
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/RcppArmadillo/interface/RcppArmadilloForward.h: Still
use '#define ARMA_IGNORE_DEPRECATED_MARKER' unless override set to
suppress warnings, see issues #391 (initialization) and #402 (stderr)

2022-12-28  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.4.3.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo_bits/: Armadillo 11.4.3

2022-11-15  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/RcppArmadillo/config/RcppArmadilloConfig.h: Protect
undefine of NDEBUG behind additional opt-in define

2022-11-08  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.4.2.1
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

2022-10-22  Dirk Eddelbuettel  <edd@debian.org>

* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

2022-10-21  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.4.2.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo_bits/: Armadillo 11.4.2

2022-10-20  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): Roll minor version

* inst/include/RcppArmadillo.h: Use new paths
* inst/include/RcppArmadillo.h: Idem
* inst/include/RcppArmadillo/LightL Idem
* inst/include/RcppArmadillo/Lighter: Idem
* inst/include/RcppArmadillo/Lightest: Idem

* inst/include/RcppArmadillo/interface/RcppArmadilloAs.h: New
location, and updated accordingly
* inst/include/RcppArmadillo/interface/RcppArmadilloForward.h: Idem
* inst/include/RcppArmadillo/interface/RcppArmadilloSugar.h: Idem
* inst/include/RcppArmadillo/interface/RcppArmadilloWrap.h: Idem

* inst/include/RcppArmadilloAs.h: New stub
* inst/include/RcppArmadilloForward.h: Idem
* inst/include/RcppArmadilloSugar.h: Idem
* inst/include/RcppArmadilloWrap.h: Idem

2022-10-19  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): Roll minor version

* inst/include/RcppArmadillo/rng/Alt_R_RNG.h: New location
* inst/include/RcppArmadillo/config/RcppArmadilloConfigGenerated.h.in: Idem
* inst/include/RcppArmadillo/config/RcppArmadilloConfig.h: Idem

* inst/include/RcppArmadilloForward.h: Updated accordingly
* inst/include/RcppArmadilloConfig.h: Idem
* configure.ac: Idem
* configure: Idem
* cleanupp: Idem

* inst/tinytest/test_sparseConversion.R: Update one conversion as
suggested by the Matrix team

2022-10-14  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): Roll minor version

* inst/include/RcppArmadillo/RcppArmadillo: Header accessing
Rcpp/Rcpp, and not imposing column-as-matrix return
* inst/include/RcppArmadillo/Light: Header accessing Rcpp/Light, idem
* inst/include/RcppArmadillo/Lighter: Header accessing Rcpp/Lighter, idem
* inst/include/RcppArmadillo/Lightest: Header accessing Rcpp/Lightest, idem

* inst/include/RcppArmadillo/internal/: Regroup internal headers here
* inst/include/RcppArmadillo_bits/: Move to new internal location
* configure.ac: Support new location of generated config
* configure: Idem
* cleanup: Idem
2022-10-19  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_sparseConversion.R: Refine one conversion as
suggested by the 'Matrix' team

2022-10-10  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.4.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

2022-10-01  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.4.0.1
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* README.md: Update some http URLs to https
* man/RcppArmadillo-package.Rd: Idem
* man/fastLm.Rd: Idem

* inst/include/armadillo_bits/: Hot-fix by Conrad to accomodate a
possibly over-eager warning from g++-12 affected a few CRAN packages

2022-09-22  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.4.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.4.0
* inst/include/armadillo_bits/: Idem

2022-09-19  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/armadillo: Armadillo 11.4.rc1
* inst/include/armadillo_bits/: Idem

2022-09-09  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.2.4.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.2.4
* inst/include/armadillo_bits/: Idem

2022-09-01  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.11.2.3.1.1
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* README.md: Edited fastLm() example for more compact display
* src/fastLm.cpp: Idem

* inst/include/RcppArmadilloForward.h: Permit opt-out of deprecation
suppresion (useful to develop under full deprecation warnings)

2022-08-31  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/armadillo_bits/compiler_setup.hpp: Use version from
merge request #119 with optional use of ARMA_IGNORE_DEPRECATED_MARKER

2022-08-18  Dirk Eddelbuettel  <edd@debian.org>

* src/fastLm.cpp: Using dot() as proposed by Conrad in #388
* README.md: Idem

2022-08-16  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.2.3.1
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo_bits/compiler_setup.hpp: Do not define
arma_deprecated as it bites a number of CRAN packages

2022-08-15  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_sparseConversion.R: Further refinements, tests
are now conditional on Matrix 1.4-2
* inst/tinytest/test_sparse.R: Idem

2022-08-12  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_scipy2r.R: Update sparse matrix conversions to
accomodate deprecation in Matrix 1.4-2
* inst/tinytest/test_sparseConversion.R: Idem
* inst/tinytest/test_sparse.R: Idem

2022-07-12  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.2.3.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.2.3
* inst/include/armadillo_bits/: Idem

2022-07-04  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.2.2.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.2.2
* inst/include/armadillo_bits/: Idem

2022-06-28  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.2.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.2.1
* inst/include/armadillo_bits/: Idem

2022-06-10  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.2.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.2.0
* inst/include/armadillo_bits/: Idem

2022-06-09  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.1.99.0

* inst/include/armadillo: Armadillo 11.2-rc1
* inst/include/armadillo_bits/: Idem

2022-05-15  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.1.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

2022-05-14  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/armadillo_bits/: Armadillo 11.1.1

2022-05-13  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.1.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo: Armadillo 11.1.0
* inst/include/armadillo_bits/: Idem

2022-05-11  Dirk Eddelbuettel  <edd@debian.org>

* configure.ac: Ensure OpenMP is propagated in the 'found' case

2022-05-10  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.11.0.99.1.0

* inst/include/armadillo: Armadillo 11.1-rc1
* inst/include/armadillo_bits/: Idem

2022-04-14  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.11.0.1.0

* inst/include/armadillo_bits/: Armadillo 11.0.1

2022-04-04  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.11.0.0.0

* inst/include/armadillo: Armadillo 11.0.0
* inst/include/armadillo_bits/: Idem

* inst/tinytest/test_scipy2r.R: Skip on Windows

2022-03-31  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.10.99.3.0

* inst/include/armadillo: Armadillo 11.0-rc3
* inst/include/armadillo_bits/: Idem

2022-03-24  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.10.99.1.0

* inst/include/armadillo: Armadillo 11.0-rc2
* inst/include/armadillo_bits/: Idem

2022-03-22  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_Rlapack.R: If a non-suitable LAPACK installation
is seen (as currently on Ubuntu under 3.9.0) skip the file

2022-03-20  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.10.99.0

* inst/include/armadillo: Armadillo 11.0-rc1
* inst/include/armadillo_bits/: Idem

* inst/tinytest/test_Rlapack.R: Skipping while investigating

2022-02-23  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version

* inst/include/RcppArmadilloWrap.h (wrap): Deprecation transition:
until May 1, only correct Fields if RCPP_ARMADILLO_FIX_Field defined

* inst/tinytest/cpp/armadillo.cpp (has_old_field_behavior): Adjust
* inst/tinytest/cpp/fields.cpp (has_old_field_behavior): Idem
* inst/tinytest/test_fields.R: Idem

* tests/tinytest.R: Simplified reflecting long-updated tinytest

2022-02-14  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/RcppArmadilloWrap.h (wrap): Unless
RCPP_ARMADILLO_OLD_Field_BEHAVIOR is defines use correction

2022-02-01  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.10.8.2.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo_bits/: Armadillo 10.8.2

2022-01-23  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.10.8.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo_bits/: Armadillo 10.8.1

2022-01-02  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.10.8.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* inst/include/armadillo_bits/: Armadillo 10.8

2021-12-27  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.10.7.99.1

* inst/include/armadillo: Armadillo 10.8-rc2
* inst/include/armadillo_bits/: Idem

2021-12-21  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version): RcppArmadillo 0.10.7.99.0

* inst/include/armadillo: Armadillo 10.8-rc1
* inst/include/armadillo_bits/: Idem

2021-12-16  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/armadillo_bits/: Armadillo 10.7.5

2021-11-23  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.7.4.0
        * inst/NEWS.Rd: Idem

* inst/include/armadillo_bits/: Armadillo 10.7.4

2021-11-18  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.7.3.1

* inst/include/RcppArmadilloConfig.h: Simplify to using just one new
#define for the two changes to Fields import/export
* inst/include/RcppArmadilloAs.h (get): Updated
* inst/include/RcppArmadilloWrap.h (wrap): Idem
* inst/tinytest/cpp/fields_new.cpp: Idem

2021-11-16  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/cpp/fields.cpp: Added tests for R -> C++
* inst/tinytest/cpp/fields_new.cpp: Idem
* inst/tinytest/test_fields.R: Idem
* inst/tinytest/test_fields_new.R: Idem

2021-11-15  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/cpp/fields.cpp: Additional test using 3d field
working in 'new' but not in 'old' setup
* inst/tinytest/cpp/fields_new.cpp: Idem
* inst/tinytest/test_fields.R: Idem
* inst/tinytest/test_fields_new.R: Idem

* inst/tinytest/cpp/fields.cpp: Initial tests for R -> C++
* inst/tinytest/test_fields.R: Idem

2021-11-13  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/cpp/fields_new.cpp: Test for 'new' (i.e. corrected)
fields behaviour currently requiring #define (for C++ to R)
* inst/tinytest/test_fields_new.R: Idem

2021-11-12  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_fields.R: Added 1-d field tests (for C++ to R)
* inst/tinytest/cpp/fields.cpp: Idem

2021-11-09  Dirk Eddelbuettel  <edd@debian.org>

* inst/tinytest/test_fields.R: Added field tests (for C++ to R)
* inst/tinytest/cpp/fields.cpp: Idem

2021-11-09  Jonathan Berrisch  <jonathan@berrisch.biz>

* inst/include/RcppArmadilloAs.h: Update arma::field conversion
* inst/include/RcppArmadilloWrap.h: Idem
* inst/include/RcppArmadilloConfig.h: Define guards for changes
* inst/tinytest/test_rcpparmadillo.R: New tests

2021-11-08  Dirk Eddelbuettel  <edd@debian.org>

* local/armafield.cpp: Add an arma::field test file

2021-11-04  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.7.3.0
        * inst/NEWS.Rd: Idem

* inst/include/armadillo_bits/: Armadillo 10.7.3

2021-11-03  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.7.2.0
        * inst/NEWS.Rd: Idem

2021-11-02  Dirk Eddelbuettel  <edd@debian.org>

* inst/include/armadillo_bits/: Armadillo 10.7.2

2021-10-08  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.7.1
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.7.1

2021-09-29  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.7.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/arma_version.hpp: Armadillo 10.7.0

2021-09-29  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.6.99.3
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.7-RC2

2021-09-27  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.6.99.2
* DESCRIPTION (Author): Add Conrad
* README.md (Rcpp): Idem

* inst/include/RcppArmadilloAs.h: Update copyright header,
remove two editor settings lines as we long switched to editorconfig
* inst/include/RcppArmadilloConfigGenerated.h.in: Idem
* inst/include/RcppArmadilloConfig.h: Idem
* inst/include/RcppArmadilloForward.h: Idem
* inst/include/RcppArmadillo.h: Idem
* inst/include/RcppArmadilloSugar.h: Idem
* inst/include/RcppArmadilloWrap.h: Idem

2021-09-27  Condrad Sanderson  <conradsand.arma@gmail.com>

* inst/include/RcppArmadilloForward.h: Adjust for Armadillo 10.7 and
subview_cols
* inst/include/RcppArmadilloWrap.h: Idem

2021-09-26  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.6.99.1
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.7-RC1

* README.md: Added total downloads badge

2021-08-05  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.6.2.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.6.2

2021-07-19  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.6.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.6.1

2021-07-16  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.6.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

* man/RcppArmadillo-package.Rd: Use https URL

        * inst/include/armadillo_bits/: Armadillo 10.6.0

2021-07-07  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): RcppArmadillo 0.10.5.99.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem
        * inst/include/armadillo_bits/: Armadillo 10.6-rc1

2021-07-01  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.5.3.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem
        * inst/include/armadillo_bits/: Armadillo 10.5.3

2021-06-12  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.5.2.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem
        * inst/include/armadillo_bits/: Armadillo 10.5.2

2021-06-05  Dirk Eddelbuettel  <edd@debian.org>

        * README.md: Add coverage badge

2021-06-04  Dirk Eddelbuettel  <edd@debian.org>

        * inst/tinytest/test_misc.R: Add tests for several miscellaneous
        functions in src/RcppArmadillo.cpp, R/flags.R
        * inst/tinytest/test_fastLm.R: Additional fastLm() tests
        * R/SciPy2R.R: Set nocov tags for deprecated code
        * R/RcppArmadillo.package.skeleton.R: Set nocov

        * .codecov.yml (comment): Set to false

2021-05-29  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.5.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem
        * inst/include/armadillo_bits/: Armadillo 10.5.1

2021-05-21  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.5.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.5.0

2021-05-15  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION: Release 0.10.499.1.0 [github-only]
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.5 RC1

        * .codecov.yml (ignore): Exclude Armadillo itself

2021-04-23  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.4.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 10.4.1

2021-04-13  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (URL): Added to DESCRIPTION file

2021-04-12  Dirk Eddelbuettel  <edd@debian.org>

        * inst/include/armadillo_bits/arma_rng.hpp: Apply two upstream
        corrections for RNG draws discovered during reverse depends checks

2021-04-11  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.4.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem
        * inst/include/armadillo{,_bits}/: Armadillo 10.4.0

2021-03-10  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.3.0.0
        * configure.ac: Idem
        * configure: Idem
        * inst/include/armadillo{,_bits}/: Armadillo 10.3

2021-03-09  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.2.2.0
        * configure.ac: Idem
        * configure: Idem

2021-03-08  Dirk Eddelbuettel  <edd@debian.org>

        * inst/tinytest/test_cube.R: On Windows, lower tolerance for two
        tests to accomodate tests on gcc10-UCRT

2021-02-26  Dirk Eddelbuettel  <edd@debian.org>

        * inst/include/armadillo_bits/: Armadillo 10.2.2

2021-02-09  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.2.1.0
        * configure.ac: Idem
        * configure: Idem

2021-02-03  Dirk Eddelbuettel  <edd@debian.org>

        * inst/include/armadillo_bits/: Armadillo 10.2.1

2021-01-26  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.2.0.0
        * configure.ac: Idem
        * configure: Idem

2021-01-25  Dirk Eddelbuettel  <edd@debian.org>

        * inst/include/armadillo{,_bits/}: Armadillo 10.2.0

2021-01-08  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.1.2.2
        * configure.ac: Idem
        * configure: Idem

2021-01-05  Dirk Eddelbuettel  <edd@debian.org>

        * inst/tinytest/test_sparseConversion.R: Set doDiag=FALSE to ensure
        dgCMatrix return (accomodates Matrix >= 1.3.0, also conditioned on)

2021-01-05  Condrad Sanderson  <conradsand.arma@gmail.com>

        * inst/include/armadillo_bits/arma_cmath.hpp: fix handling of NaN by
        arma::sign()

2021-01-01  Dirk Eddelbuettel  <edd@debian.org>

        * .github/workflows/ci.yaml: Add CI runner using r-ci
        * README.md: Add new badge

        * inst/tinytest/test_sparseConversion.R: Condition updated test on
        Matrix package version 1.3.0 or greater

        * R/RcppArmadillo.package.skeleton.R: Wrap any() around grepl()

2020-12-31  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.1.2.1
        * configure.ac: Idem
        * configure: Idem

        * inst/tinytest/test_sparseConversion.R: Update one call to
        rsparsematrix to suppress another warning from Matrix 1.3.0

        * DESCRIPTION (Suggests): Change to versioned 'Suggests: Matrix (>=
        1.3.0)', (Description): Minor rewording

2020-12-30  Binxiang Ni  <binxiangni@gmail.com>

        * inst/tinytest/test_sparseConversion.R: Coerce dtCMatrix to
        dgCMatrix in one unit test (required by Matrix 1.3.0)

2020-11-15  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.10.1.2.0
        * configure.ac: Idem
        * configure: Idem

        * inst/tinytest/test_sparseConversion.R: Skipping parts on Windows

2020-11-14  Dirk Eddelbuettel  <edd@debian.org>

        * inst/include/armadillo_bits/: Armadillo 10.1.2

2020-10-26  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version

        * src/RcppArmadillo.cpp: Rewrite version number accessors to be more
        rebust of upstream and compiler settings

        * .editorconfig: Added for standardized editor behaviour
        * .Rbuildignore: Exclude .editorconfig

2020-10-24  Condrad Sanderson  <conradsand.arma@gmail.com>

        * inst/include/RcppArmadilloForward.h: Switch to quoted #include

2020-10-21  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION (Version, Date): Roll minor version

        * src/RcppArmadillo.cpp: Remove three redundant const int

        * configure.ac: No longer use m4 to get version number
        * configure: Regenerated

2020-10-09  Dirk Eddelbuettel  <edd@debian.org>

        * DESCRIPTION: Release 0.10.1.0.0
        * inst/NEWS.Rd: Release 0.10.1.0.0
        * configure: Regenerated for 0.10.1.0.0

        * inst/include/armadillo: Armadillo 10.1.0
        * inst/include/armadillo_bits: Armadillo 10.1.0

2020-10-08  Dirk Eddelbuettel  <edd@debian.org>

        * inst/include/armadillo/: Armadillo 10.1-rc2
        * inst/include/armadillo_bits/: Idem

        * .travis.yml: Switch to focal and BSPM use

2020-10-01  Dirk Eddelbuettel  <edd@debian.org>

        * inst/include/armadillo/: Armadillo 10.1-rc1
        * inst/include/armadillo_bits/: Idem

        * inst/include/RcppArmadillo/Mat_meat.h: Two added lines to set
        n_alloc(0) as emailed by Conrad

(mef)

2023-06-15 11:07:04 UTC MAIN commitmail json YAML

doc: Updated devel/R-pkgKitten to 0.2.3

(mef)

2023-06-15 11:06:53 UTC MAIN commitmail json YAML

(devel/pkgKitten) Updated 0.2.2 to 0.2.3

2023-03-11  Dirk Eddelbuettel  <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.2.3

* docs/mkdmt-src/: Updated for release 0.2.3
* docs/: Idem

2023-03-10  Dirk Eddelbuettel  <edd@debian.org>

* R/pkgKitten.R (kitten): Reword Title, shorten default Description

2022-11-08  Dirk Eddelbuettel  <edd@debian.org>

* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

(mef)

2023-06-15 10:57:51 UTC MAIN commitmail json YAML

doc: Updated math/R-VGAM to 1.1.8

(mef)

2023-06-15 10:57:41 UTC MAIN commitmail json YAML

(math/R-VGAM) Updated 1.1.6 to 1.1.8

                CHANGES IN VGAM VERSION 1.1-8

NEW FEATURES

    o  Warnings from R-devel addressed.
    o  acat(), cumulative(), cratio(), sratio() have arguments
        'thresholds', 'Tref', 'Treverse'.
    o  hdeffsev() has been edited.
    o  margeff() works for poissonff(), negbinomial() and
        posnegbinomial() objects.
    o  multilogit() did not handle 1-row arguments correctly when
        'inverse = FALSE'. Now vglm(y, multinomial) handles a 1-row y,
        as well as acat and cumulative and [cs]ratio.
    o  rrvglm.fit() is more robust with respect to 'one.more'.
    o  plot.vgam() issues an error if sm.os()/sm.ps() is used with
        deriv.arg > 0.
    o  New data set: budworm.

BUG FIXES and CHANGES

    o  rainbow.sky has a new green.
    o  zoabetaR() handles the argument 'constraints'. Thanks
        to Riccardo Lo Martire for helping to find the bug.

                CHANGES IN VGAM VERSION 1.1-7

NEW FEATURES

    o  Slot 'rqresslot' added to VGAM family functions, for implementing
        randomized quantile residuals.
        Available in about 50 family functions such as poissonff() currently.
    o  Slot 'rqresslot' added to VGAM family functions, for implementing
    o  Argument 'label.it' added to model.matrixvlm().
    o  New generic and/or methods functions: rqresid(), rqresiduals().
    o  New data set: lpossums.
    o  Tested okay on R 4.2.1.

BUG FIXES and CHANGES

    o  cumulative() has been replaced by its version prior
        to 2021-05. Evidently some so-called improvements
        created some bugs. Thanks to Johanna Neslehova for
        alerting me to this.
    o  bistudentt() was documented wrong; thanks to
        Iago Gine Vazquez for finding this.
    o  fill() now deprecated; replaced by fill4().

(mef)

2023-06-15 10:52:04 UTC MAIN commitmail json YAML

(math/R-aplpack) Updated 1.3.2 to 1.3.5, NEWS.md unknown

(mef)

2023-06-15 10:49:14 UTC MAIN commitmail json YAML

doc: Updated graphics/R-jpeg to 0.1.10

(mef)

2023-06-15 10:49:00 UTC MAIN commitmail json YAML

(graphics/R-jpeg) Updated 0.1.9 to 0.1.10

0.1-10 2022-11-29
    o minor cleanup to avoid strict prototype and protect
warnings

(mef)

2023-06-15 10:45:12 UTC MAIN commitmail json YAML

py-modulegraph: updated to 0.19.5

0.19.5
------
* Sigh.. Actually fix 2.7 support

0.19.4
------
* Fix broken python 2.7 support
* Initial support for Python 3.12
  The changes to support Python 3.12 are a bit rough,
  tests pass but I'm not 100% convinced the changes
  are correct.

(adam)

2023-06-15 10:40:02 UTC MAIN commitmail json YAML

doc: Updated math/R-bdsmatrix to 1.3.6

(mef)

2023-06-15 10:39:51 UTC MAIN commitmail json YAML

(math/R-bdsmatrix) Updated 1.3.4 to 1.3.6

Changes in version 1.3.6:

        * Change lines with "if (class(x) == 'bsdmatrix')" to use
          inherit()

Changes in version 1.3.5:

        * Remove Sint C type, per request from CRAN

        * The internal ismat() function had an if (condition) where the
          condition was length 2.  Fixed

(mef)

2023-06-15 10:31:43 UTC MAIN commitmail json YAML

stellarium: updated to 23.1

The Stellarium Team has released version 23.1.

>From now on, releases will have version numbers indicating a year.release scheme. For Windows, the version of the Qt framework used is visible as part of the package name. Details are in the User Guide.

PLEASE UPDATE!

This issue mitigates a potential security issue (reported as CVE-2023-28371), where scripts were allowed to write output text and screenshots to other places on users窶� systems apart from the Stellarium user data directory or configured screenshot directory.

Running unknown scripts (which is a Bad Idea(tm) to begin with) could have exploited that by attackers (script authors) writing even command files to vulnerable places. We have not received a report where this would have caused a problem.

However, now users must explicitly allow such behaviour in the settings tab of the Script Console.

Apart from that, this release mostly aimed at fixing issues in the 1.* series, but also brought a few new features:

Much improved 窶彜olar System observer窶� and other 窶弃lanet observers窶�.
Solar dates along the ecliptic
Fixed issues with Observation Lists, and removed need for the extra edit dialog.
Updated shader code for smoother projection
Allow texture decimation on the fly for very weak systems like Raspberry Pi 3.
Solar limb darkening
Proper shadow edge for satellites
Behind the scenes, many more minor issues were fixed.

TELESCOPE USERS

Like in the 1.* series, it seems the TelescopeControl plugin at least on Windows works better in the Qt5-based releases. Just install this if you are affected. We are looking for telescope users with programming skills to help us fixing this issue. Reward possible!

Full list of changes:

Added missing include
Added ability to store a local file of objects as bookmark
Added missing file in Babylonian (Seleucid) SC
Added ability to show the alternative shortcuts in Help dialog
Added B-V color indices for planets and the Sun
Added B-V indices for few moons
Added ability to change the font size and color of the landscape labels from the GUI
Added ability to visualize heliocentric ecliptic distances for bright comets in AstroCalc/Positions/HEC tool
Added an option to use supersampling for shadows on the Moon
Added implementation of the limb darkening for the Sun
Added Methuselah star
Added support 32-wind compass rose
Added decorative textures for the observer used in the location panel
Added accurate ecliptic calendar marks
Added ability to settings fps in the GUI
Added a workaround for poor NPOT mipmap implementations
Added 窶廸ow窶� button into AstroCalc/Ephemeris tool
Added discovery info for Messier objects
Added phase name and age to Moon窶冱 infoMap
Added a check for screenshot file format
Added proper name for Arp 239
Added proper name for PGC 1436754 from SIMBAD
Added support MIT license for sky cultures
Added GUI to manually entering FOV
Added ability to toggle ignore date test for orbital data in AstroCalc/Ephemeris tool
Added explicit text message for 窶徭atellite below horizon窶�
Added a confirmation warning to overwrite an existing list on import in Observing lists
Added support for masses of the major planets
Added masses for major planets
Fixed umbra circles in Satellites plugin
Fixed plotting markers of ephemerides
Fixed the performance penalty: enabled compression of high frequency events
Fixed off-by-one error in planetary rings mesh generator
Fixed compilation on Qt configured for OpenGL ES2
Fixed bookmarks for minor planets in Solar System Editor plugin
Fixed the wrong transformation of the Moon窶冱 color texture values
Fixed solar eclipse rendering of the Moon in a better way
Fixed default distance of 窶徙bserver窶� to the parent
Fixed handling of lighting factor when rendering lunar eclipse
Fixed AstroCalc/RTS tool
Fixed another missing timezone
Fixed location changes via Search panel and 窶廨oto窶� Action
Fixed return to default location (with default landscape)
Fixed other place where location name is printed in bottom bar
Fixed pixelized panel icons in screenshots
Fixed a possible security issue
Fixed DSO filters
Fixed screenshot size
Fixed a potential security issue when storing screenshots
Fixed scaling of screen geometry when setting window position
Fixed limits for altitudes in Satellites plugin
Fixed working the filter in shortcut dialog for Qt5-based builds
Fixed storing DSO with designations in Observing lists
Fixed the type/objtype bug in Observing lists
Fixed creation of default empty list at start in Observing lists
Fixed behaviour for 窶漏eload the sky culture窶� feature
Fixed a crash when observer is on the spaceship
Changed GUI of Satellites plugin: disable a bad implementation of fixed shadow altitude
Changed GUI: better button labels
Changed core: set line and file numbers in shader prefixes
Changed core: make ring shadows smoother
Changed core: improve quality of planetary ring edges
Changed core: make sure that textures being loaded don窶冲 exceed OpenGL size limits
Changed core: avoid blowing out highlights on the lunar surface
Changed core: use a ratio of FoV and sphere scale when calculating brightness coefficient for the Moon
Changed core: allow more threads for texture loading
Changed core: do computations for the planets in linear color, convert to sRGB in the end
Changed core: move Lambert BRDF from vertex shader to fragment shader
Changed core: make terminator of planets with atmosphere not so sharp
Changed core: allow texture decimation
Changed core: simplify checking whether planet being drawn in Planet::draw3dModel is the Sun or the Moon
Changed core: simplify checking whether current location is Earth in Planet::draw3dModel
Changed core: draw solar corona before the sphere, regardless of halo settings
Changed core: make rot_obliquity=0 for all observers
Changed core: do the computation of lunar eclipse colors in nonlinear color
Changed core: enable mip mapping for old-style-landscape textures)
Changed core: switch old-style landscape to fragment-shader-based direction computation
Changed core: allow 窶徃oto窶� action to observers
Changed core: inhibit drawing of a few grids/markers when on Observer pseudo-planet
Changed core: inhibit location name if observing from Observer pseudo-planet
Changed core: inhibit landscape and atmosphere drawing when on an 窶徙bserver窶� pseudo-planet
Changed core: make it possible to restrict texture size of GUI panel button pixmaps
Changed core: softened inner edge of earth penumbra slightly
Changed core: avoid creation of default user dir if CLI override given
Changed core: deprecated a redundant command line option)
Changed core: force redraw of dynamic resolution atmosphere on window resize
Changed core: use config settings screen_* in physical (unscaled) pixels
Changed core: render ShowMySky atmosphere calculating view direction per fragment
Changed core: tweak screen intersect callback
Changed core: disable culling for ZodiacalLight and MilkyWay
Changed core: ensure screenshot format initialisation sets supported format
Changed Satellites plugin: refactoring the code (simplification)
Changed Satellites plugin: reduced the minimal entered altitude for apogee/perigee filters
Changed Satellites plugin: switched to use WGS-84 data in whole Satellites plugin
Changed scripting engine: avoid empty filenames for screenshots
Changed scripting engine: also make writing to absolute paths a GUI option
Changed scripting engine: require user consent to let scripts store screenshots to paths given in the script
Changed encoding format in Korean.isl
Updated GUI: losslessly recompress PNGs to save space
Updated orbital elements for minor bodies of Solar system
Updated default list of locations
Updated default catalog of satellites
Updated default catalog of exoplanets
Updated default catalog of pulsars
Updated qxlsx dependencies
Updated XML data: use generic-icon in mime file
Updated list of languages
Updated default bookmarks for Solar System Editor plugin
Updated translations of sceneries
Updated translations of landscapes
Updated translations of sky cultures
Removed the clamping kludge from the Oren-Nayar function
Removed NGC 5976A designation
Removed checking architectures in Windows installer

(adam)

2023-06-15 10:03:35 UTC MAIN commitmail json YAML

archivers/lz4: Remove cross-compilation patch; make different target.

The `all' target apparently includes things that aren't necessary for
the build products we expect.  Just use an empty target so that make
selects the first one in the makefile, which according to
https://github.com/lz4/lz4/issues/1240 is the reasonable choice here.

No change to the build products that are installed -- this just makes
lz4 build fewer things.

(riastradh)

2023-06-15 09:56:44 UTC MAIN commitmail json YAML

doc: Added sysutils/and version 1.2.2

(hauke)

2023-06-15 09:55:25 UTC MAIN commitmail json YAML

2023-06-15 07:40:39 UTC MAIN commitmail json YAML

doc: Updated graphics/R-ggtern to 3.4.2

(mef)

2023-06-15 07:40:26 UTC MAIN commitmail json YAML

(graphics/R-ggtern) Updated 3.3.5 to 3.4.2 (also fix build)

ggtern 3.4.2
----------------------------------------------------------------
* Fix broken rd_theme helper function, preventing build

ggtern 3.4.1
----------------------------------------------------------------
* Fix redundant version specifier for methods dependency

ggtern 3.4.0
----------------------------------------------------------------
* Fixed broken compatability with ggplot2 3.4.0

(mef)

2023-06-15 07:22:08 UTC MAIN commitmail json YAML

xnec2c: remove patch that was removed from distinfo during update

(wiz)

2023-06-15 07:17:33 UTC MAIN commitmail json YAML

Updated audio/fluidsynth, devel/py-filelock

(adam)

2023-06-15 07:17:03 UTC MAIN commitmail json YAML

py-filelock: updated to 3.12.2

3.12.2
Restore 'if TYPE_CHECKING' syntax for FileLock definition

(adam)

2023-06-15 07:14:16 UTC MAIN commitmail json YAML

fluidsynth: updated too 2.3.3

fluidsynth 2.3.3
Fix choppy sound when selecting pipewire output
Fix build issues on musl-based distros
Terminate MIDI player once internal synth-ticks overflow to prevent filling up the filesystem
Fix a bug that allowed playing notes outside of key and velocity ranges

(adam)

2023-06-15 07:10:27 UTC MAIN commitmail json YAML

Downgrade erdtree

(pin)

2023-06-15 07:09:35 UTC MAIN commitmail json YAML

sysutils/erdtree: downgrade to 3.0.1

v3.0.2 needs Rust-1.70 to build.

(pin)

2023-06-15 07:03:56 UTC MAIN commitmail json YAML

(www/R-gargle) sort DEPENDS+= lines

(mef)

2023-06-15 07:02:09 UTC MAIN commitmail json YAML

(www/R-gargle) Fix build, add DEPENDS+= R-lifecycle-[0-9]*

(mef)

2023-06-15 06:58:32 UTC MAIN commitmail json YAML

(www/R-bslib) Fix build, add DEPENDS+= R-mime-[0-9]*

(mef)

2023-06-15 06:34:19 UTC MAIN commitmail json YAML

ugrep: fix hash-bang-bash

(adam)

2023-06-15 06:13:08 UTC MAIN commitmail json YAML

py-nihtest: install man pages into appropriate sections

Ride bump.

(wiz)