issues
search
rudeboybert
/
fivethirtyeight
R package of data and code behind the stories and interactives at FiveThirtyEight
https://fivethirtyeight-r.netlify.app/
Other
454
stars
105
forks
source link
Resubmission to CRAN
#94
Closed
rudeboybert
closed
4 years ago
rudeboybert
commented
4 years ago
Mainly:
Removing all code reading data dynamically off the web via
read_csv(SOME_URL)
. Replacing with hardcoded data
Converting all problematic
url{}
with plain text. People can just copy and paste
Mainly:
read_csv(SOME_URL)
. Replacing with hardcoded dataurl{}
with plain text. People can just copy and paste