bookclub-advr

DSLC Advanced R Book Club
git clone https://git.eamoncaddigan.net/bookclub-advr.git
Log | Files | Refs | README | LICENSE

commit 66932bacbed6d3d27a9180eaeba310accc0df1ba
parent 021f01c800b7fb80d663138a77e0b3bf4bc98bf4
Author: Olivier Leroy <31417689+defuneste@users.noreply.github.com>
Date:   Fri, 24 May 2024 13:57:14 -0400

correcting link fro SICP (#61)


Diffstat:
M01_Introduction.Rmd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/01_Introduction.Rmd b/01_Introduction.Rmd @@ -18,7 +18,7 @@ Books suggestions: -- [The Structure and Interpretation of Computer Programs (SICP)](https://mitpress.mit.edu/sites/default/files/sicp/index.html) +- [The Structure and Interpretation of Computer Programs (SICP)](https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/full-text/book/book.html) - [Concepts, Techniques and Models of Computer Programming](https://mitpress.mit.edu/books/concepts-techniques-and-models-computer-programming) - [The Pragmatic Programmer](https://pragprog.com/titles/tpp20/the-pragmatic-programmer-20th-anniversary-edition/)