READ.ME and SEEG update
Updating the READ.ME file with the badges from Shield.Io Inserting the following badges:
- Languages being used
- Commits
- Open Issues
- Closed Issues
- Files
- Followers with the intention to show more of Datazoom's activity.
Updating the SEEG file to alert users that the function load_seeg will ask for API permissions of google drive.
Good morning! Made some changes in the README and added some warning messages in the functions that load datasets which require "googledrive" package. Unfortunately, did not check the conversation before writing those, so my message is a little bit different.
Just saw that all the checks have failed. Not sure exactly what happened. No error messages, only one warning in each software.
@AntonioBergallo it's because the new messages you added to iema, imazon, and seeg contain some illegal (non-ascii) character, not sure which. (maybe it's the tick "´", you wrote Don´t instead of Don't and that character may not be recognized, just a guess). You can test around in your PC by running devtools::check() before commiting, runs pretty much the same check as github does.
Either way, in the cran_preparation branch I have added a message straight from download.R: whenever the googledrive package is used the message is sent, without having to manually add the messages to each function. I'm just waiting for a final check before merging that PR.
@IgorRigolon it was probably that. Thanks for the help. Totally forgot about the function "check". Going to update and run it on my computer. Should I delete the "googledrive" messages, as you have already padronized them on download.R?
@IgorRigolon it was probably that. Thanks for the help. Totally forgot about the function "check". Going to update and run it on my computer. Should I delete the "googledrive" messages, as you have already padronized them on download.R?
@AntonioBergallo Yeah I guess. It was a good initiative by you though, it's my fault that the new things haven't been merged yet.
@IgorRigolon it was probably that. Thanks for the help. Totally forgot about the function "check". Going to update and run it on my computer. Should I delete the "googledrive" messages, as you have already padronized them on download.R?
@AntonioBergallo Yeah I guess. It was a good initiative by you though, it's my fault that the new things haven't been merged yet.
@IgorRigolon No problem! Thanks for the help anyway. As you are already here, could you give me some feedback on the README updates?