-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TERR + Debian + Geospatial #28
Comments
Always had a problem with libproj not found on Debian based. Changed to use Ubuntu base image. It works. |
Not able to install
Trying to run Got this error :
It seems the
So, it is indeed no Alternative solutions:
|
Failed to install an installed package:
|
Looking at https://github.com/ismailsunni/dockeRs/blob/master/terr-5.0.0-debian-geospatial/Dockerfile you do not install Java... how should |
Reproducible example of failure in installing an existing package:
It will open a TERR session. Then run this code: install.packages('RSQLite') or
It seems, if the package need another R package (dependency) that already installed, it will give the error. |
For
For
|
Did you use my Dockerfile where there is already some installed R packages?
Sorry, the main point is not to reinstall Another example is with RSQLite: > install.packages('RSQLite')
Trying to download URL 'https://tran.tibco.com/terr50/src/contrib/vctrs_0.1.0.tar.gz' to file '/tmp/TERR_00016b8b45671/downloaded_packages/vctrs_0.1.0.tar.gz'
Downloaded 412633 bytes
Trying to download URL 'https://cloud.r-project.org/src/contrib/bit_1.1-14.tar.gz' to file '/tmp/TERR_00016b8b45671/downloaded_packages/bit_1.1-14.tar.gz'
Downloaded 54779 bytes
Trying to download URL 'https://cloud.r-project.org/src/contrib/memoise_1.1.0.tar.gz' to file '/tmp/TERR_00016b8b45671/downloaded_packages/memoise_1.1.0.tar.gz'
Downloaded 11025 bytes
Trying to download URL 'https://cloud.r-project.org/src/contrib/blob_1.2.0.tar.gz' to file '/tmp/TERR_00016b8b45671/downloaded_packages/blob_1.2.0.tar.gz'
Downloaded 9355 bytes
Trying to download URL 'https://cloud.r-project.org/src/contrib/bit64_0.9-7.tar.gz' to file '/tmp/TERR_00016b8b45671/downloaded_packages/bit64_0.9-7.tar.gz'
Downloaded 125539 bytes
Trying to download URL 'https://cloud.r-project.org/src/contrib/RSQLite_2.2.0.tar.gz' to file '/tmp/TERR_00016b8b45671/downloaded_packages/RSQLite_2.2.0.tar.gz'
Downloaded 2373785 bytes
* unpacking *source* package vctrs from "/tmp/TERR_00016b8b45671/downloaded_packages/vctrs_0.1.0.tar.gz" to "/tmp/TERR_00016b8b45671/source_000174b0dc515"
* checking MD5 checksums
MD5 checksums ok
* installing *source* package from "/tmp/TERR_00016b8b45671/source_000174b0dc515/vctrs" to "/home/docker/tibco/site-library"
Error in source2binary(dir, install_opts = install_opts) : Cannot rename old binaryDir from '/home/docker/tibco/site-library/vctrs' to '/home/docker/tibco/site-library/00LOCK--vctrs'
Cannot install package from /tmp/TERR_00016b8b45671/source_000174b0dc515/vctrs
> library('vctrs')
> It already has |
No description provided.
The text was updated successfully, but these errors were encountered: