oswaldosantos / ggsn

R package to add north symbols and scale bars to maps created with ggplot or ggmap
http://oswaldosantos.github.io/ggsn/
GNU General Public License v2.0
161 stars 9 forks source link

Error installing on R 4.02 #55

Closed dylancraven closed 2 years ago

dylancraven commented 3 years ago

Hi,

I keep getting the following error message when attempting to install 'ggsn': ########################## double free or corruption (out) Aborted (core dumped) #########################

which seems to suggest "insufficient package version (submitted: 0.5.0, existing: 0.5.0)

I have attached log files and session info.

Many thanks for your help, I look forward to using the package.

Best,

Dylan

Session Info: R version 4.0.2 (2020-06-22) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.1 LTS

Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0

locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=es_CL.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=es_CL.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=es_CL.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=es_CL.UTF-8 LC_IDENTIFICATION=C

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] compiler_4.0.2

00check.txt 00install.txt

dylancraven commented 2 years ago

The problem was linked to user libraries, so I did a full re-install of R and now was able to install the new version of the package.