I was able to install the lidR package but when I run the plot, it stays running for a long time and never finishes.
This is the message I get when activating the library :
library("lidR")
lidR 4.0.1 using 1 threads. Help on <gis.stackexchange.com>. Bug report on <GitHub - r-lidar/lidR: Airborne LiDAR data manipulation and visualisation for forestry application>.
Attaching package: ‘lidR’
The following objects are masked from ‘package:raster’:
projection, projection<-
also these are the messages I get in the rgdal library:
library("rgdal")
Please note that rgdal will be retired by the end of 2023,
plan transition to sf/stars/terra functions using GDAL and PROJ
at your earliest convenience.
rgdal: version: 1.5-30, (SVN revision 1171)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.4.2, released 2022/03/08
Path to GDAL shared files: /Library/Frameworks/R.framework/Versions/4.2/Resources/library/rgdal/gdal
GDAL binary built with GEOS: FALSE
Loaded PROJ runtime: Rel. 8.2.1, January 1st, 2022, [PJ_VERSION: 821]
Path to PROJ shared files: /Library/Frameworks/R.framework/Versions/4.2/Resources/library/rgdal/proj
PROJ CDN enabled: FALSE
Linking to sp version:1.4-6
To mute warnings of possible GDAL/OSR exportToProj4() degradation,
use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal.
Attaching package: ‘rgdal’
The following object is masked from ‘package:terra’:
project
and lastly in terra libraries:
library("terra")
terra 1.5.21
Attaching package: ‘terra’
The following object is masked from ‘package:ggplot2’:
arrow