knitr::opts_chunk$set(echo = TRUE) pacman::p_load_current_gh("r-lib/pkgapi") pacman::p_load_current_gh("hadley/emo") library(pkgapi) pkg <- pkgapi::map_package(path = "../") library(dplyr) exported <- pkg$defs %>% dplyr::filter(exported == TRUE) pkg_name <- "saiemgilani/wehoop" url <- paste0("https://raw.githubusercontent.com/", pkg_name, "/master/DESCRIPTION") x <- readLines(url) remote_version <- gsub("Version:\\s*", "", x[grep('Version:', x)])
Welcome folks,
I'm Saiem Gilani, one of the authors of powerplay
, and I hope to give the community a high-quality resource for accessing NHL data for statistical analysis, hockey research, and more. I am excited to show you some of what you can do with this edition of the package.
Select the appropriate link for your operating system (Windows, Mac OS X, or Linux)
Windows - Select base and download the most recent version
Linux - Select the appropriate distro and follow the installation instructions
Head to RStudio.com
powerplay
# You can install using the pacman package using the following code: if (!requireNamespace('pacman', quietly = TRUE)){ install.packages('pacman') } pacman::p_load_current_gh("saiemgilani/powerplay") pacman::p_load(tidyverse, zoo, ggimage, gt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.