You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of doing the download.files() and read.csv() route, how about just embedding the necessary data sets within an R package ala ucidata. From here, the information could downloaded via CRAN or a GH only release.
I think the only data you needed was: autompg?
In the future, these different packages or routines can be made into "virtual" or self-contained STAT 420 package that includes all the relevant material (c.f. msos)
The text was updated successfully, but these errors were encountered:
autompg is now in the ucidata package. This means there is built-in help support via ?autompg and there needn't be a cached version of autompg.csv in the build directory. For instructions as to the read.csv / read.table off of the remote ML link, you should consider linking to the ucidata's build script for it:
Instead of doing the
download.files()
andread.csv()
route, how about just embedding the necessary data sets within an R package alaucidata
. From here, the information could downloaded via CRAN or a GH only release.I think the only data you needed was: autompg?
In the future, these different packages or routines can be made into "virtual" or self-contained STAT 420 package that includes all the relevant material (c.f.
msos
)The text was updated successfully, but these errors were encountered: