Changes in version 2026-01-07 - Remove C++11 system requirement to fix CRAN warning - Update GitLab links Changes in version 2025-09-01 - Remove dependency on package archived package PCICt Changes in version 2024-01-25 - Bugfix in Subset() for drop = T, didn't have correct given output dimension therefore returned error. It happened when the output dimension is 1 and the length is > 1. Changes in version 2023-06-01 - Remove climdex.pcic dependency Changes in version 2023-03-23 - Subset(): Prioritize the dimension names from names(dim(x)) rather than attribute 'dimensions'; If the input data doesn't have dimension names, the output doesn't have either. Changes in version 2023-02-28 - SelBox() and ShiftLon() to accept non-numerical data input - SelBox() uses the latitude and longitude dimension name instead of index - WeightedMean() uses multiApply::Apply inside Changes in version 2022-12-01 - Fix the mistake that function "WeightedCells" was not included in the last submission. Changes in version 2022-11-04 - New functions: ShiftLon, WeightedCells - Bugfix of Subset() when only one dimension left after subsetting and when parameter "indices" is not a list. - Bugfix of WeightedMean() at the grid points that are across positive and negative longitudes.