rudeboybert / fivethirtyeight

R package of data and code behind the stories and interactives at FiveThirtyEight
https://fivethirtyeight-r.netlify.app/
Other
454 stars 104 forks source link

Use \dontrun{} in @examples roxygen code instead of if(FALSE) #81

Closed rudeboybert closed 4 years ago

rudeboybert commented 4 years ago

For example, in house_district_forecast help file in R/data_starry.R, we use if(FALSE) to not have code in example run. Change all these to \dontrun{}