Stéphane Guillou
Stéphane Guillou
https://github.com/swirldev/swirl_courses/blob/ac5c6142b7a51698c16fe8587222284779d66122/R_Programming/Matrices_and_Data_Frames/lesson.yaml#L93 With this test, the following solution with all named arguments is not accepted: `my_matrix2
This PR fixes a few things: * The instructions a clearer, as they now make it obvious that: * The output needs to be a vector (not a list) *...
After fixing inconsistencies with the clustering and merging functionality, I assume it is a common to want to remove potentially duplicate rows. ### Proposed solution It would be great to...
Just like for LastFM in #339, it would be great to support scrobbling to ListenBrainz: https://listenbrainz.readthedocs.io/en/latest/
I am not sure if this is a bug or a feature request, but I am wondering if this behaviour should be different: When a `selectBy` value is selected in...
Currently, the [worked example vignette](https://cran.r-project.org/web/packages/rinat/vignettes/species-distribution.html) has automatic captions like "plot of chunk xyz". We need proper captions, for accessibility reason. Is this because the chunks are named?
The current default value for the `map` argument is `usa` in function `inat_map()`, which is a very US-centric choice and creates rubbish maps in many cases when the data is...
Just like it is possible to have "global" aesthetic mappings to variables inside `ggplot()`'s `mapping = aes()`, I think it would make sense to be able to set global defaults...
This is a spinoff from issue #498 . In summary: removing a layer of `tm_markers()` wouldn't work in tmap 3.3 unless clustering was turned off. Now, in tmap4, the workaround...