tylermorganwall / rayshader

R Package for 2D and 3D mapping and data visualization
https://www.rayshader.com/
2.05k stars 211 forks source link

Can't install from GitHub, error on Remotes #303

Closed paulobarros closed 8 months ago

paulobarros commented 8 months ago

Can't install from the GitHub dev branch. I've installed all external libraries dependencies.

Error Message:

Downloading GitHub repo tylermorganwall/rayshader@HEAD Error: Failed to install 'rayshader' from GitHub: Missing commas separating Remotes: 'tylermorganwall/raybevel dmurdoch/rgl'

R version 4.3.2 (2023-10-31)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Pop!_OS 22.04 LTS

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

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8       
 [4] LC_COLLATE=en_US.UTF-8     LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                  LC_ADDRESS=C              
[10] LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

time zone: America/Bahia
tzcode source: system (glibc)
pmlefeuvre-met commented 8 months ago

Same issue here, a comma is missing line 57 in DESCRIPTION

Remotes: tylermorganwall/rayimage,
         tylermorganwall/rayrender,
         tylermorganwall/rayvertex,
         tylermorganwall/raybevel **,**
         dmurdoch/rgl
tylermorganwall commented 8 months ago

Thanks! Fixed.