-
-
Notifications
You must be signed in to change notification settings - Fork 16
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
blog/a-package-to-download-free-springer-books-during-covid-19-quarantine/ #31
Comments
Comment written by Alex Lev on April 27, 2020 10:11:58: Hi! Your code is full of bugs. Columns names are changed. Example: subject_classification instead of Subject Classification. Be careful while posting. Thanks for hint! Cheers! |
Comment written by Alex Lev on April 27, 2020 10:41:31: springer_table <- download_springer_table() specific_titles_list <- springer_table %>% select('Book Title', 'Subject Classification') %>% filter(stringr::str_detect( |
Comment written by Antoine Soetewey on April 27, 2020 12:09:16: Hi Alex, Thanks for your feedback. The author of the package edited it, and he changed the variable names. The code was correct at the time of writing the article though. In any case, I contacted the author of the package and it is now back to the old variable names. So you should use Let me know if you encounter any other issue. Regards, |
Comment written by Alfonso Chang on April 30, 2020 06:38:04: Thanks for this contribution Antoine S. Any advice if for any reason the download process was cut off and it canceled the transfer? If I run the code again, would the reload resume or start from scratch? Best regards, |
Comment written by Alfonso Chang on April 30, 2020 07:12:13: Would it be possible to download by folder? I think this method would be more accurate. Thanks in advace. |
Comment written by Antoine Soetewey on April 30, 2020 08:47:16: Dear Alfonso, This may be due to internet connection problem. At the moment, if you run the code again it would restart from scratch. This pull request will try to fix this, but this has not yet been implemented. I have just suggested downloading the books by folder to the author of the package. I'll let you know his reply. Regards, |
Comment written by Alfonso Chang on April 30, 2020 15:25:39: Thank you so much Sir. I'll appreciate it. BR, |
Comment written by pocheche on April 30, 2020 16:37:33: Tried to change settings for epub download but does not work, please .... |
Comment written by Cimi on April 30, 2020 17:39:10: Can you please help me I am stuck on the first step... I dont know where to put the code |
Comment written by JC on April 30, 2020 18:06:03: Hi! First of all, thanks for the post! I used this lines to download the ebooks: setwd("path_of_your_choice") # where you want to save the books download_springer_book_files() # download all of them at once And at the end of the process, it appear on the console: What am I supposed to do? |
Comment written by Antoine Soetewey on April 30, 2020 18:09:27: Dear Cimi, Run the code in the R console or in a script. Perhaps this article will help you to get started with R: https://statsandr.com/blog/how-to-install-r-and-rstudio/ (see section "the main components of RStudio"). Hope this helps. Regards, |
Comment written by Antoine Soetewey on April 30, 2020 18:13:33: Dear JC, Did you change See the section "set working directory" of this article if you still struggle: https://statsandr.com/blog/how-to-import-an-excel-file-in-rstudio/ Regards, |
Comment written by JC on April 30, 2020 18:18:20: Yes, yes. Sorry, I copy the line form the post and I forgot to put my path... Sorry for the mistake. I put a path to one folder of my desktop |
Comment written by JC on April 30, 2020 18:46:22: I mean that the Warning Messages appeared using my path. Sorry for the possible misunderstanding |
Comment written by Antoine Soetewey on April 30, 2020 18:53:05: Good that you clarified this. It's the first time I see your issue. Could you open an issue on the GitHub page of the package? The author will probably be able to help you! And don't hesitate to let us know if you managed to fix it. |
Comment written by JC on April 30, 2020 19:42:42: Ok, thanks gor the support! :) |
Comment written by Cimi on April 30, 2020 23:04:49: Thanks a LOTTT!!! |
Comment written by Cimi on May 01, 2020 12:37:53: Is There a possible way to download only the last 100 or so because my download got cut off(My mistake) and i have installed only the first 300 |
Comment written by Antoine Soetewey on May 01, 2020 12:55:52: Unfortunately no. At the moment you'll need to download all of them again. This pull request: renanxcortes/springerQuarantineBooksR#19 will fix it, but it has not yet been implemented. |
Comment written by Cimi on May 01, 2020 13:14:35: Ok, either way thanks. |
Comment written by Paul Niel on May 02, 2020 14:46:00: Hi, I seem to run into an error: > download_springer_book_files() Downloading title latest editions. Processing... Fundamentals of Power Electronics (1 out of 391) Error in http_error(get_file) : could not find function "http_error" Is there a package missing? Or what would I need to install. Thanks |
Comment written by Antoine Soetewey on May 02, 2020 14:55:09: Dear Paul, Can you try again after having installed the Best, |
Comment written by Eliza on May 02, 2020 16:58:12: Can't install the package. It converts the dplyr warning into an error so it forces the installation to halt. Any suggestion? |
Comment written by Antoine Soetewey on May 02, 2020 17:46:41: Dear Eliza, It should be fixed now. Can you reinstall the package with: And see if it works? |
Comment written by Antoine Soetewey on May 03, 2020 09:25:24: Hard to fix your issue without seeing the error. If you still struggle, please add the error here or open an issue on GitHub: https://github.com/renanxcortes/springerQuarantineBooksR/issues |
Comment written by Christian Yosser Alcarraz Vale on May 04, 2020 06:24:41: These packages have more recent versions available. It is recommended to update all of them. Which would you like to update? 1: All then 1 put 1 but..... Error: Failed to install 'springerQuarantineBooksR' from GitHub: (converted from warning) cannot remove prior installation of package ‘rlang’ In addition: Warning messages: 1: In untar2(tarfile, files, list, exdir) : skipping pax global extended headers 2: In untar2(tarfile, files, list, exdir) : skipping pax global extended headers |
Comment written by Antoine Soetewey on May 04, 2020 08:11:12: Dear Christian, Can you try again without downloading updates, so by typing "3". If you still have an issue, please open an issue on GitHub so the author of the package can have a look at it and hopefully fix it. Best, |
Comment written by Claire Joy Gruyal on May 04, 2020 07:24:26: same problem, still error if suggested code used. |
Comment written by Antoine Soetewey on May 04, 2020 08:08:55: Dear Claire, Sorry about that. May I ask you to open an issue on GitHub so the author of the package can have a look and hopefully fix it? Best, |
Comment written by Antoine Soetewey on May 10, 2020 20:44:00: Dear Earl, Good to hear that you found a workaround. If in the future you want to use the package, feel free to open an issue on GitHub (https://github.com/renanxcortes/springerQuarantineBooksR), the author of the package will probably be able to fix it! Enjoy the books. Best, |
Comment written by Javier Beltran on May 11, 2020 09:54:02: Thanks for the initiative, but the installation does not work. I have updated all the packages and the error keeps saying: I will keep trying...Thanks again!!!! |
Comment written by Antoine Soetewey on May 11, 2020 10:10:28: Dear Javier, Can you try again after having installed the If this does not fix the issue, feel free to open an issue on GitHub, the author of the package will probably be able to fix it. Hope this helps. Best, |
Comment written by Javier Beltran on May 11, 2020 11:12:07: Thanks for your response. As I mentioned before, I updated all the packages, included dplyr, and the error message is still the same. I will put an issue about "installation problems". Thanks again! |
Comment written by Gessica Vasconcelos on May 13, 2020 21:47:54: Thank you for the code! It was very helpful! I had an issue when trying to download the files but then I realized that R was outdated. If someone is having issues check and update R. It might solve your problem as well. |
Comment written by Antoine Soetewey on May 14, 2020 05:23:21: Thanks for your suggestion Gessica! |
Comment written by Anatoly Likhatchev on May 17, 2020 16:49:13: I am having an issue downloading all the Springer books. I end up getting all the book files by running download_springer_book_files(); however, they are all 14Kb. Anyone else having a similar problem? |
Comment written by Antoine Soetewey on May 17, 2020 18:32:32: Dear Anatoly, Thanks for your feedback. The issue has been documented on GitHub. It seems that it is related to a recent additional security added by Springer. The author is currently trying to fix it, and I will update the article as soon as a solution is found. Don't hesitate to come back to check it out. In the meantime, you can still download books one by one through the links included in this dynamic table or all of them here. Best, |
Comment written by Anatoly Likhatchev on May 17, 2020 18:48:19: Antonie, thank you for the note. Will keep an eye out on the fix. |
Comment written by Antoine Soetewey on May 21, 2020 05:43:53: Dear Anatoly, The issue has been fixed through this pull request. You can download the books again. Best, |
Comment written by Jeri Kuusik on May 22, 2020 11:37:25: Hi. I downloaded all books, but most of them are with size of 14Kb and can not be opened at all |
Comment written by Antoine Soetewey on May 22, 2020 12:12:24: Dear Jeri, Could you try reinstalling the latest version of the package with: (don't forget Let me know if this helps. Best, |
Comment written by Jeri Kuusik on May 22, 2020 13:05:00: Unfortunately, it does not help |
Comment written by Antoine Soetewey on May 22, 2020 16:53:41: May I ask you to open an issue on GitHub so the author can have a deeper look into your issue? Thanks in advance! |
Comment written by Anatoly Likhatchev on May 23, 2020 14:38:48: Antoine, I've updated the package via devtools::install_github("renanxcortes/springerQuarantineBooksR#59", force = TRUE), but still having the 14K problem when downloading. Regards, |
Comment written by Antoine Soetewey on May 23, 2020 14:41:33: May I ask you to open an issue on GitHub so the author can have a deeper look into your issue? Thanks in advance! |
Comment written by Anatoly Likhatchev on May 23, 2020 18:54:59: Done via renanxcortes/springerQuarantineBooksR#61 Cheers |
Comment written by Jeri Kuusik on May 25, 2020 15:55:35: Unfortunately, upgrading R to 4.0.0 did not helped. Still all books are 14kb |
Comment written by Antoine Soetewey on May 25, 2020 16:04:44: Dear Jeri, As you can see in this issue, Springer tweaked the reCAPTCHA few days ago so at the moment it's not possible to use the package to download the books. The author is trying to fix the issue, so the best thing you can do is to visit the repo from time to time to check whether it has been fixed. (If I don't forget, I'll also inform you here when it's fixed.) Note that you can still download books one by one via this dynamic table or all of them here. Sorry about that! Best, |
Comment written by Antoine Soetewey on May 27, 2020 11:08:33: Dear Anatoly, Not sure that the issue will be fixed unfortunately... However, if you are still interested, you can download all books here, or one by one via this dynamic table. Best, |
Comment written by Inseon Lee on May 29, 2020 04:40:56: Thank you so much! It worked well after updating R to the newest version. Stay healthy! |
Comment written by Antoine Soetewey on May 29, 2020 05:43:41: Glad it worked for you Inseon! |
Comment written by Ken Rosever on July 01, 2020 04:43:29: Hi Antoine, do you happen to know how much storage the whole collection takes? |
Comment written by Antoine Soetewey on July 01, 2020 05:45:45: Dear Ken, Almost 8GB. Best, |
Comment written by Isaac Gordillo on August 06, 2020 04:33:05: Hi Antoine, the progrma it's not working for me, is the free book thing over? And if it is, do you happened to have the books? Because I didn't know about it on time. |
Comment written by Antoine Soetewey on August 06, 2020 06:10:05: Dear Isaac, The promotion has ended so it is not possible to download the books through R. If you did not download the books in time, you can still have access to them here. Regards, |
Comment written by Pinpacho handsome on October 29, 2020 17:56:22: Hi I couldn't download early. Someone have all the books, it help me a lot of. The link above the picture doesn't work, there is another link? |
Comment written by Antoine Soetewey on October 29, 2020 19:03:23: Dear Pinpacho, Thanks for your message. Indeed the maintainer of the Google Drive link removed all books. However, I found another link maintained by someone else and I updated the link at the top of the article. See here. Hope this helps. Regards, |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
A package to download free Springer books during Covid-19 quarantine - Stats and R
This article presents a R package which allows to download free data science books in PDF that are made available by Springer during the COVID-19 quarantine
https://statsandr.com/blog/a-package-to-download-free-springer-books-during-covid-19-quarantine/
The text was updated successfully, but these errors were encountered: