Matteo Mattiuzzi

Results 18 comments of Matteo Mattiuzzi

It's most probably on my side (newly installed dockerised Rstudio-server, where we have still to solve some connectivity issues). But the effect of (I guess) `` download.file(paste(href, fname, sep =...

I have solved the issue on my side by externally downloading the ICU file and doing: ` install.packages("stringi", configure.vars="ICUDT_DIR=xxx") ` as described in the INSTALL file.

Well this is what I tried right before running install.packages ``` > getOption("timeout") [1] 60 > options(timeout = max(300, getOption("timeout"))) > getOption("timeout") [1] 300 > install.packages('stringi',verbose=T) ... ``` and instead...

Ok I thought that `options(timeout = xxx)` was acting on `R_DEFAULT_INTERNET_TIMEOUT`. I struggle with testing because ICU is now installed, and it seems that my slow internet connection is working...

Is there a schedule for the email import (i.e. gmail -> tuta)? (This is what stops me to do the final migration to tuta.)

Here is the possibility to vote for the email import feature: https://tutanota.uservoice.com/forums/237921-general/suggestions/34768582-enable-gmail-users-to-migrate-their-information-to

I just realised there are 3 (!!!) voting 'slots': currently 887 Votes here: https://tutanota.uservoice.com/forums/237921-general/suggestions/6860065-import-external-e-mail-account 647 here https://tutanota.uservoice.com/forums/237921-general/suggestions/9798387-allow-archiving-and-import-export-of-mail 124 here: https://tutanota.uservoice.com/forums/237921-general/suggestions/6860065-import-external-e-mail-account = currently summing up to 1648 in total.

Ups, I see I have been mentioned several times here, sorry I did not realise that. What about substituting the raster package with the terra package, at least for some...

Yes I have played with terra recently and it is very similar to raster (obviously), so if, than the shift should not be too difficult. I have just looked into...