Displaying 3 results from an estimated 3 matches for "l570".
Did you mean:
570
2020 May 10
2
Minor Infelicity in Printing of Objects Nested in Lists
...case there is interest in doing something about it.? If so I'll be happy to create a bugzilla ticket and assist with patches/testing.
Best,
B.
[1]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L309
[2]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L570
2025 Jan 03
0
stats/ar.R issue - else branch never used
...wch/r-source/blob/4a1ed749271c52e60a85e794e6f34b0831efb1ae/src/library/stats/R/ar.R#L142
https://github.com/wch/r-source/blob/4a1ed749271c52e60a85e794e6f34b0831efb1ae/src/library/stats/R/ar.R#L429
https://github.com/wch/r-source/blob/4a1ed749271c52e60a85e794e6f34b0831efb1ae/src/library/stats/R/ar.R#L570
When aic is passed as a boolean (T/F), the code does the following:
maic <- min(aic) # 0 if F, 1 if T
xaic <- setNames(if(is.finite(maic)) xaic - min(xaic) else
ifelse(xaic == maic, 0,
Inf), 0L:order.max)
Because maic is always 0 or...
2020 May 10
0
Minor Infelicity in Printing of Objects Nested in Lists
...t it.? If so I'll be happy to create a bugzilla
> ticket and assist with patches/testing.
>
> Best,
>
> B.
>
> [1]:
> https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L309
> [2]:
> https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/print.c#L570
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>