{"old": "/home/jenkins/agent/workspace/multiarch/src-openeuler/aarch64/R-language/old_rpms/", "new": "/home/jenkins/agent/workspace/multiarch/src-openeuler/aarch64/R-language/new_rpms/", "compare_result": "pass", "compare_details": {"same": {"same_details": {"old": ["R-4.6.1-1.oe1.aarch64.rpm", "libRmath-static-4.6.1-1.oe1.aarch64.rpm", "libRmath-4.6.1-1.oe1.aarch64.rpm", "R-core-devel-4.6.1-1.oe1.aarch64.rpm", "libRmath-devel-4.6.1-1.oe1.aarch64.rpm", "R-devel-4.6.1-1.oe1.aarch64.rpm", "R-java-4.6.1-1.oe1.aarch64.rpm", "R-java-devel-4.6.1-1.oe1.aarch64.rpm", "R-core-4.6.1-1.oe1.aarch64.rpm"], "new": ["R-4.6.1-1.oe1.aarch64.rpm", "libRmath-static-4.6.1-1.oe1.aarch64.rpm", "libRmath-4.6.1-1.oe1.aarch64.rpm", "R-core-devel-4.6.1-1.oe1.aarch64.rpm", "libRmath-devel-4.6.1-1.oe1.aarch64.rpm", "R-devel-4.6.1-1.oe1.aarch64.rpm", "R-java-4.6.1-1.oe1.aarch64.rpm", "R-java-devel-4.6.1-1.oe1.aarch64.rpm", "R-core-4.6.1-1.oe1.aarch64.rpm"]}, "same_num": 9}, "diff": {"diff_details": {"R": {"name": {"old": "R-4.6.1-1.oe1.aarch64.rpm", "new": "R-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}}, "libRmath-static": {"name": {"old": "libRmath-static-4.6.1-1.oe1.aarch64.rpm", "new": "libRmath-static-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}}, "libRmath": {"name": {"old": "libRmath-4.6.1-1.oe1.aarch64.rpm", "new": "libRmath-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}, "rpm abi": {}, "rpm lib": {}, "rpm symbol": {}}, "R-core-devel": {"name": {"old": "R-core-devel-4.6.1-1.oe1.aarch64.rpm", "new": "R-core-devel-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}, "rpm header": {}}, "libRmath-devel": {"name": {"old": "libRmath-devel-4.6.1-1.oe1.aarch64.rpm", "new": "libRmath-devel-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}, "rpm header": {}}, "R-devel": {"name": {"old": "R-devel-4.6.1-1.oe1.aarch64.rpm", "new": "R-devel-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}}, "R-java": {"name": {"old": "R-java-4.6.1-1.oe1.aarch64.rpm", "new": "R-java-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}}, "R-java-devel": {"name": {"old": "R-java-devel-4.6.1-1.oe1.aarch64.rpm", "new": "R-java-devel-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}}, "R-core": {"name": {"old": "R-core-4.6.1-1.oe1.aarch64.rpm", "new": "R-core-4.6.1-1.oe1.aarch64.rpm"}, "RPM Level": "level4", "rpm requires": {}, "rpm provides": {}, "rpm files": {}, "rpm config": {}, "rpm abi": {}, "rpm header": {}, "rpm cmd": {}, "rpm lib": {}, "rpm symbol": {}}}, "diff_num": 0}, "less": {"less_details": {}, "less_num": 0}, "more": {"more_details": {}, "more_num": 0}}, "pr_link": "https://gitcode.com/src-openeuler/R/pull/24", "pr_changelog": "* Thu Jun 25 2026 xiejing <xiejing@kylinos.cn> - 4.6.1-1\n- update to 4.6.1\n- New Features:\n  - The LaTeX class jss bundled in share/texmf/tex/latex/jss.cls has\n    been updated to work with hyperref version 7.01q\n  - Plain-text (and legacy HTML) conversion for a simple Rd \\eqn{}\n    now handles \\geq, \\leq, \\neq and \\ne in addition to \\ge and \\le\n- Bug Fixes:\n  - abbreviate(<non-ASCII>) now works better, using iswlower() and\n    *upper() to treat \u201cwide\u201d characters\n  - cut(1:11, {}) now signals an error for the invalid breaks\n  - all(<symbol>) signals an error now, as some similar coercions;\n    previously, the coercion of the symbol resulted in NULL\n    internally, raised a warning, and could access illegal memory;\n  - stl() now checks its 3 x 3 tuning parameters on the R level;\n    stl(*, s.window = 0) now \u201cworks\u201d instead dumping core, stl(*,\n    s.window = 1) \u201cworks\u201d correctly, too.  Also, the summary() method\n    mentions the robustness weights only if any robustness iterations\n    happened. Further, stl() is now based on C code, translated from previous\n    Fortran, triggered by a flang 22 compiler optimization bug (-O2).\n  - The border case zapsmall(x, digits=Inf) where x contains an Inf\n    entry no longer returns all NaN but rather x.  The improved help\n    page now has more non-default examples\n  - wilcox.test(x, exact=FALSE, correct = k)'s p-value computation\n    got a missing dnorm(z) factor, and so did the 2-sample case, in\n    addition to more fixes\n  - The data part of getGenerics() listed package names for generic\n    functions defined in more than one package.  Now it lists generic\n    function names, as intended.\n  - Overly long dyn.load() error messages (C level dlerror()), should\n    no longer corrupt its state\n  - as.matrix(<POSIXlt>) again produces a _numeric_ matrix, and the\n    c() and subassignment methods for POSIXlt objects work correctly\n    more often, e.g., without a \"tzone\" attribute\n  - In methods, as() now correctly coerces S4 objects to S4\n    superclasses extending old-style classes, instead of returning\n    only the S3 part.\n"}