Matthieu
Matthieu
Thanks for your quick answer! This is a good idea, although the issue is that I start logkeys with `sudo`, so to killall I also need `sudo`, so the sudo...
doing the first `sudo killall -STOP` already enters the password into the log, so it seems dangeous to use that approach? Thanks!
it seems hence that using the method with sudo is difficult? Another approach would maybe try to not use sudo but yet to write to an encrypted file? do you...
thanks for re-submitting, geobr is very useful! Have you been thinking about providing the `metadata_gpkg.csv` file as part of the package, maybe with a update_metadata function?
well at that moment, I was thinking it would be good to store within the package the `metadata_gpkg.csv` file, so that one could access it even if the server is...
Hi @rafapereirabr , I see the package got archived again? Is the problem arising due to examples, or from the vignette? If it's from the vignette, have you considered providing...
I understand this can be very frustrating! CRAN maintainers also have a ton of issues to deal with. Maybe you can just try to resubmit the package? If it passes...
Hi Rafael, I am sorry to hear that about CRAN, I am sure it is frustrating. Now I don't think that flooding the email would be good by any mean,...
oh, I just see you removed these tests from CRAN checks! I tried with ``` devtools::check_win_devel() devtools::check_win_release() devtools::check_win_oldrelease() ```` and got all clean results, nice job! Was I just lucky,...
great, thanks for the awesome work!!!