Harry Ahlas

Results 6 comments of Harry Ahlas

Any update on this? I would love to use this package but I am limited to CRAN packages only. And the BiocManager/Biobase install solution above did not work.

> @harryahlas you would need to > > ``` > if (!requireNamespace("BiocManager", quietly = TRUE)) > install.packages("BiocManager") > if (!requireNamespace("Biobase", quietly = TRUE)) > BiocManager::install("Biobase") > install.packages("NMF") > ``` >...

I tried reinstalling sqlpetr and got the same error. Also please note when I run sp_docker_containers_tibble() I get the following error. Not sure if it helps. Warning in if (grepl("\n",...

docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 13647dc5ecdd postgres:10 "docker-entrypoint.s…" 2 hours ago Up 2 hours 0.0.0 .0:5432->5432/tcp cattle 6ab48607001d hello-world "/hello" 28 hours ago Exited...

After running the code above I now get this error, before I even get to the sp_get_postgres_connection error: >sp_make_simple_pg("cattle") Error in sp_get_postgres_connection(user = "postgres", password = postgres_password, : Database is...

On #3 above, do you mean remove any existing PostgreSQL containers from Docker? I am brand new to Docker. I installed it per the instructions so I did not have...