search for: asseburg

Displaying 5 results from an estimated 5 matches for "asseburg".

2023 Oct 25
4
Bug in print for data frames?
Hi! I came across this unexpected behaviour in R. First I thought it was a bug in the assignment operator <- but now I think it's maybe a bug in the way data frames are being printed. What do you think? Using R 4.3.1: > x <- data.frame(A = 1, B = 2, C = 3) > y <- data.frame(A = 1) > x A B C 1 1 2 3 > x$B <- y$A # works as expected > x A B C 1 1 1 3 > x$C
2023 Oct 26
1
Bug in print for data frames?
On 25/10/2023 2:18 a.m., Christian Asseburg wrote: > Hi! I came across this unexpected behaviour in R. First I thought it was a bug in the assignment operator <- but now I think it's maybe a bug in the way data frames are being printed. What do you think? > > Using R 4.3.1: > >> x <- data.frame(A = 1, B = 2, C =...
2020 Apr 24
0
R 4.0.0 is released
...es with characters that cannot be translated to the native encoding (PR#17633). * Rterm gains a new option --workspace to specify the workspace to be restored. This allows equals to be part of the name when opening _via_ Windows file associations (reported by Christian Asseburg). * Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde can be pasted with an Italian keyboard (PR#17679). * R falls back to copying when junction creation fails during package checking (patch from Duncan Murdoch). DEPRECATED AND DEFUNCT: * Make macro F77_...
2020 Apr 24
0
R 4.0.0 is released
...es with characters that cannot be translated to the native encoding (PR#17633). * Rterm gains a new option --workspace to specify the workspace to be restored. This allows equals to be part of the name when opening _via_ Windows file associations (reported by Christian Asseburg). * Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde can be pasted with an Italian keyboard (PR#17679). * R falls back to copying when junction creation fails during package checking (patch from Duncan Murdoch). DEPRECATED AND DEFUNCT: * Make macro F77_...
2020 Apr 24
0
R 4.0.0 is released
...es with characters that cannot be translated to the native encoding (PR#17633). * Rterm gains a new option --workspace to specify the workspace to be restored. This allows equals to be part of the name when opening _via_ Windows file associations (reported by Christian Asseburg). * Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde can be pasted with an Italian keyboard (PR#17679). * R falls back to copying when junction creation fails during package checking (patch from Duncan Murdoch). DEPRECATED AND DEFUNCT: * Make macro F77_...