Closed hturner closed 1 year ago
Assigned @SiyaoIsHiding and @willingc to an issue already as they are working remotely and will start early. @mmaechler has agreed to collaborate.
Thank you. I believe I can try to work on 16856 (addition of millisecond adds a second) too.
I realized that the discussions regarding 14354 are in the actual Bugzilla link where detailed comments have been added. So noting that fact here for completeness.
Bug ID | Summary | Outcome |
---|---|---|
18255 | requireNamespace doesn't respect min version when namespace already loaded | |
~18380~ | passing arguments from check_packages_in_dir() to mclapply() | CLOSED FIXED in r85062 |
~17871~ | utils::tar can produce invalid tarballs w/ long usernames/groupnames |
CLOSED FIXED in r85350 |
14354 | mark non-standard evaluation in local scope to be skipped by codetools | As of 29th of September, a declare() SPECIALSXP is available, and so are patches to the compiler package (not yet merged) implementing some of the needed declarations. This is by necessity a longer-term project than most. |
16094 | respect package version restrictions when using :: |
|
16311 | set environment variables from env argument | initial patch available, needs discussion; may need a new, better API |
~16752~ | printing complex numbers in R | CLOSED FIXED by radically simplifying complex-printing code. Partially-NA complex numbers are printed as NA ; otherwise, the numbers are printed separately. |
~16856~ | addition of millisecond adds a second | CLOSED FIXED in r85352 |
~16034~ | iterative unserialization for pairlists | CLOSED FIXED in r85413 |
17377 | inconsistent result of getSrcLocation for an S4 method that uses ... |
Thanks @aitap for summarising the outcomes for this issue.
Discussed in https://github.com/r-devel/r-project-sprint-2023/discussions/23
utils::tar
can produce invalid tarballs w/ long usernames/groupnames::
...