poissonconsulting / subfoldr2

An R package to facilitate saving and loading objects, data, plots, numbers and strings
https://poissonconsulting.github.io/subfoldr2/
Other
2 stars 0 forks source link

PostgreSQL function integration with psql pkg #86

Closed aylapear closed 2 years ago

aylapear commented 2 years ago
aylapear commented 2 years ago

This pull request adds the "core" Postgres functions:

Then the parameter setting functions:



aylapear commented 2 years ago

The coverage action is failing, I am not entirely sure why it is failing. Based on the error message I am curious if it has to do with a permission issue as we have two since the error message coming out of the action has private in the folder path and the psql package is currently private.

I am able to run the coverage locally and it passes but when I run covr::codecov() it has a connection error.

aylapear commented 2 years ago

R-CMD-check for lasted macOS version is failing while other 4 systems pass. The failure is due to sf not being properly installed. Not sure exact cause of this issue but not due to current new of new code.

aylapear commented 2 years ago

Fixed Mac-os sf download issue, it is caused by sf needing to be installed through its binaries at the moment. Linux can't install binaries so split code so linux installs from source and not linux (Mac and windows) install binary. Action is now passing for all operating systems.

aylapear commented 2 years ago

Coverage action issue finally fixed, combination of private repo token issue and the lack of sf being properly downloaded. Changed how sf is downloaded by allowing binaries to be downloaded. Also made psql public so token is not required any more.

aylapear commented 2 years ago
aylapear commented 2 years ago