William Lai
William Lai
`meomoise()` changed to `memoise()`.
This is the same issue mentioned in #3103 (which refers to the fix in #2204 and the fix in #2212) and is still a problem. The value of the date...
Would it be good to have some sort of weighted centroid function? Ideally where you could group by another column? Something like the `UID ` field in [mean coordinates in...
Fixes the issue of `fct_lump_prop()` when there are unused levels. ``` # original example-------------------------------- f
It would be good to be able to show values. Something like this (not sure if I am representing this correctly): ``` a
Closes #854
Fixes typo referring to the value 15: ``` 1:5 %>% accumulate(`+`) #> [1] 1 3 6 10 15 1:5 %>% accumulate(`+`, .dir = "backward") #> [1] 15 14 12 9...
Hi, am running Ubuntu 18.04 and am trying to install orca. It is installed, but I can't get it to work. I have followed the instructions and also looked at...
Hi. this might be an error, though also might not. It is in the exercises for Chapter 5 (p.77) In the first bit, we are working with standard error, but...
The log scale should display rounded integers, but is displaying floating points with many decimal places. Seems to be fine though when the log scale is on the y axis....