-
Would you consider allowing users to specify the use of the help pages at https://search.r-project.org as opposed to https://rdrr.io/ (or perhaps any arbitrary alternative)?
E.g. it would be nice i…
-
First off, I see that there is already [ropensci/EML](https://github.com/ropensci/EML) and the associated [idea](https://github.com/ropensci/auunconf/issues/11), but I'm not a fan of S4, and I'm think…
-
A wish/need/dread for data standards came up in [issue 41](https://github.com/ropensci/unconf18/issues/41), and brought a few ideas to mind:
- For cleaning Darwin Core/biodiversity data, there are so…
-
As demonstrated below.
```r
library(stplanr)
l = osm_net_example
l$length_units = sf::st_length(l)
l$length_ = as.numeric(l$length_units)
hist(log(l$length))
l_points4 = line_midpoint(l_longe…
-
Author: DrMattG
Repo: https://github.com/DrMattG/SDGsR
Aim: To maximise the usefulness of this R package for others. I developed this for a very specific use case - but I think it will be useful for…
-
Inspired by https://rmflight.github.io/posts/2014/07/analyses_as_packages.html. This would allow:
- in RStudio, load all analysis code (and perhaps also create data bindings) with one keystroke (provi…
-
Maybe:
- [x] `mark_mosaic()`: https://vega.github.io/vega-lite/examples/rect_mosaic_labelled_with_offset.html
- [ ] `mark_parallel()`: https://vega.github.io/vega-lite/examples/parallel_coordinate…
-
It would useful for teams of bibliometricians to be able to share/sync a cache of their DataCite queries. Analogous to [pybliometrics](https://pybliometrics.readthedocs.io/en/stable/search.html?q=cach…
-
Some regex bugs exist in `bib2df_gather`, e.g.:
``` r
cat('@Article{mykey,
Author = {me},
Title = {{FOO} bar {bAZ}},
Year = {2011}
}
', file=f ─ Session info ──────────────────────────…
-
Both Ben and Shawn mentioned more built on [mallet](http://mallet.cs.umass.edu/) would be good to do. I don't have experience in Java, so I don't think I could help that much here.