Sean Kross

Results 19 issues of Sean Kross

```r library(dplyr) library(Lahman) small_batting % filter(yearID >= 2010) %>% select(playerID, yearID, HR) small_batting %>% group_by(yearID) %>% arrange(desc(HR), .by_group = TRUE) %>% slice(1) ```

- [ ] Page 85 of the MASS book.

Hello fellow Excel jockeys, metadata journalists, and SPSS licensees, Just like last year (https://github.com/ropensci/unconf17/issues/84) I set up a little app to help you browse proposed projects: https://jhubiostatistics.shinyapps.io/runconf18-app/. If there are...

so-meta :sparkles:

- [x] get rid of text2speech specific code - [ ] specify/document voice engine API (https://github.com/jhudsl/ari/pull/57) - [x] generally reduce number of arguments in functions (especially relating to ffmpeg) -...

- [ ] Add user facing messages with https://github.com/r-lib/cli (replace `print()`)

I know this is a wild PR, but to make the wiki more wiki-like, an LLM and I collaborated on adding backlinks to every page that includes the social-share template...

I'll be tagging folks here for their input on updating dead links. If I am tagging you it's because you contributed the link or you're a key stakeholder. Write a...

refresh content

I've grown to like [Notion Callouts][nc] and [GitHub Alerts][ga] and I would like to use them in the sciwiki articles I am drafting. The following code within articles produced the...