Lukas Wallrich
Lukas Wallrich
Thanks for this package! When running `dep_usage_pkg`, I get the following warning: ```r `as.tibble()` was deprecated in tibble 2.0.0. ℹ Please use `as_tibble()` instead. ℹ The signature and semantics have...
It would be great if ReScience C articles could be found by Google Scholar - apparently, that requires tags in the webpage, according to their [documentation](https://scholar.google.com/intl/en/scholar/inclusion.html#indexing). Could these be added?
Thanks for this template! However, since this is the only Latex I use, it's proven a bit fiddly to get it to work, especially as I have switched computers twice...
Thanks for this very helpful package! I wanted to use the ANOVA reporting ability with a car::Anova output table, so I added a relevant function in line with the others...
I just tried to use `subplot` in a shiny app, and naively assumed that there would be an `ncols` argument corresponding to `nrows` - evidently, that is not really needed,...
I often find myself creating a citation, just to then find the file, copy it and paste it into - e.g. - PowerPoint. It would be convenient if this step...
This allows users to copy-paste BibTex from (e.g.) Google Scholar ```r drop_name("@article{rungta2022geographic, title={Geographic Citation Gaps in NLP Research}, author={Rungta, Mukund and Singh, Janvijay and Mohammad, Saif M and Yang, Diyi},...
Currently, `export_as = "png")` fails when the keys (and thus file-names) contain characters that need to be escaped in HTML. For instance: ``` r library(namedropR) drop_name_crossref("https://doi.org/10.1037/bul0000315", export_as = "png") #>...
This appears to fix #71 - though I have not thoroughly tested whether the issue may also appear elsewhere.
The change implemented in #43 is no longer working - probably since R changed the warning about condition lengths to an error. Running the code example given there (as well...