chainsawriot

Results 226 comments of chainsawriot

Any derogatory word would be "more accurate" as a translation of the word "Dick", if the sole purpose is to translate the derogatory meaning of "Dick", e.g. 咪做賤人、咪做人渣、咪做衰人。 But these...

```r for (i in 1:500){ print(i) doc

@TimBMK Thanks for this. There are several initial queries 1. Would it be better to just use `tidy2` rather than `tidy_2`? 2. Using tidyverse functions in R package is quite...

the `hk2` and `hk3` don't work. ``` r devtools::load_all("~/dev/academictwitteR") #> ℹ Loading academictwitteR bind_tweets("~/dev/academictwitteR/tests/testdata/hk2", output_format = "tidy") #> # A tibble: 3,498 × 31 #> tweet_id user_username text possibly_sensit… created_at...

The problem is with `mentions` ``` r devtools::load_all("~/dev/academictwitteR") #> ℹ Loading academictwitteR bind_tweets("~/dev/academictwitteR/tests/testdata/hk3", output_format = "tidy_2", vars = c("mentions")) #> Error in `h()`: #> ! Problem with `filter()` input `..1`....

And the debugger points to this chunk of code. https://github.com/TimBMK/academictwitteR/blob/abfec0d88c1958d80dacc6ecc1288a785365134e/R/bind_tweets.R#L264-L278

@TimBMK The tidyverse's colon equal (darn, there are two, one from tidyverse another from data.table) is provided by `rlang`. https://github.com/r-lib/rlang/blob/34b04a8a731b054de950ce885627898617e8b297/NAMESPACE#L104 And it is possible to import it ```r @importFrom rlang...

@TimBMK I think you simply insert it after here https://github.com/cjbarrie/academictwitteR/blob/42e246e6a2bb88a1db59d05b5ced10782c6b1809/R/bind_tweets.R#L80

check ```text ❯ checking dependencies in R code ... WARNING '::' or ':::' import not declared from: ‘stringr’ ❯ checking Rd \usage sections ... WARNING Undocumented arguments in documentation object...