-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes for Third Edition #57
Comments
The 3rd edition will include a number of updates:
It will also reflect a number of experiences that I (and others) have had using these tools in the intervening years since the 2nd edition working and teaching in academics and industry. I will convert the current Rnw source to bookdown. Required R PackagesThe book itself should practice what it preaches, i.e. be reproducible. This chapter instructs readers on what R packages (and other ancillary software) to install in order to complete the examples and reproduce the book. There have been a number of improvements to the R echo system that make reproducing the book easier and there are more modern packages that replace the functionality of those included in the 2nd edition.
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 9
## Chapter 10
Chapter 11(old) Chapter 12
Chapter 12
|
Please list possible changes for the third edition here.
Convert book source to RMarkdown
Use rio for data importing and exporting.
Follow system vs. package naming conventions.
repmis
no longer supports downloading data from Dropbox due to changes in the Dropbox API. Remove this discussion and the package from the book.Remove
ZeligBayesian
as it is no longer needed byZelig
. Also remove example in 9.3.5 with the package. Changes inZelig
have broken the example.R Markdown Notebooks
Discuss databases
Google R style guide link update
Update broken dropbox link (though maybe just use different data example) Dropbox Link for FinRegulator Data #78
installr
Discuss Jupyter notebooks
Use pacman for package installation in Front Matter: used
xfun::pkg_attach2()
instead as it is installed with knitrUse here
The text was updated successfully, but these errors were encountered: