Richie Cotton
Richie Cotton
An example of using `gh` pkg. https://github.com/RL10N/RL10N/blob/master/data/scrape_has_po.R
[Good practice guide doc](https://docs.google.com/document/d/1xhJmt0v4p49jpwINNak9N7AMMb5yohTwwNOXH8WzqqQ/edit?usp=sharing)
I think that PCA might be a good topic to try and tackle. It's a common technique, and there are dozens of packages related to this task. A quick trawl...
@AliciaSchep > How should such a review be organized? rOpenSci already has guidelines for how to review a package. See the [Reviewing Template](https://github.com/ropensci/onboarding/blob/master/reviewer_template.md) and [Reviewing Guide](https://github.com/ropensci/onboarding/blob/master/reviewing_guide.md). Hopefully that guidance should...
Interesting project idea. I'm biased, but I'd recommend [`assertive`](https://cran.r-project.org/web/packages/assertive/index.html) over `assertr`.
This issue has been quiet for a while. Has any progress been made with Python access to fst? (I'm very excited for this feature!)
I just fell over this too. It isn't intuitive that column names are converted when `check.names = FALSE`. @r2evans' plan sounds reasonable.
The `vertices` is optional; if it isn't present in the code then ```r check_expr(., 'as_data_frame(g, "vertices")') %>% check_result() %>% check_equal(incorrect_msg = 'Did you use `actors` for the graph vertices?') ```...
Yes, I think `check_igraph()` is niche enough that it makes more sense in testwhat.ext.
Oh, one thing to watch out for: `igraph` and `tibble` both have an `as_data_frame()` function; you need to make sure the igraph one is called.