tottidici
tottidici
Hi ! I have exactly the same problem I started a discussion https://github.com/ThinkR-open/golem/discussions/760 David
so the packages would be involved?
try this https://github.com/ThinkR-open/golem/discussions/760, it's ok for me
@agronomofiorentini I have created a project golem with package ‘systemfonts’ then i have created dockerfile and i have added this `RUN echo "options(warn = 2);" >> $R_HOME/etc/Rprofile.site ` for debug...
so nice !!!!!!!! I'm very happy to have helped you, especially since I'm not a developer and I've never had any training on docker. In fact, you have to read...
Hi ! I think you only need one port, only your docker's port The postgres connection port must be in the connection string in R like this `dbConnect(dbDriver("PostgreSQL"),user="postgres",password="****", dbname="madb",host="192.168.1.2",port=5432`