jbaileyh / geogrid

Turning geospatial polygons into regular or hexagonal grids. For other similar functionality see the tilemaps package https://github.com/kaerosen/tilemaps
Other
393 stars 31 forks source link

Error #31

Open GabrielSartori opened 5 years ago

GabrielSartori commented 5 years ago

What is wrong?

RcppExports.cpp:4:27: fatal error: RcppArmadillo.h: Arquivo ou diretório não encontrado compilation terminated. /usr/lib/R/etc/Makeconf:168: recipe for target 'RcppExports.o' failed make: *** [RcppExports.o] Error 1 ERROR: compilation failed for package ‘geogrid’

The downloaded source packages are in ‘/tmp/Rtmpae5c16/downloaded_packages’

Session Info:

R version 3.4.4 (2018-03-15) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.4 LTS

Matrix products: default BLAS: /usr/lib/libblas/libblas.so.3.6.0 LAPACK: /usr/lib/lapack/liblapack.so.3.6.0

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

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

other attached packages: [1] dplyr_0.7.6 ggplot2_3.0.0

loaded via a namespace (and not attached): [1] Rcpp_0.12.18 rstudioapi_0.7 bindr_0.1.1 magrittr_1.5 devtools_1.13.5 tidyselect_0.2.4 [7] munsell_0.5.0 colorspace_1.3-2 R6_2.2.2 rlang_0.2.2 plyr_1.8.4 tools_3.4.4
[13] grid_3.4.4 gtable_0.2.0 withr_2.1.2 yaml_2.1.19 lazyeval_0.2.1 digest_0.6.17
[19] assertthat_0.2.0 tibble_1.4.2 crayon_1.3.4 bindrcpp_0.2.2 purrr_0.2.5 memoise_1.1.0
[25] glue_1.3.0 compiler_3.4.4 pillar_1.3.0 scales_1.0.0 pkgconfig_2.0.2

sassalley commented 5 years ago

@GabrielSartori have you tried the recommendations here? Might be helpful?