Skip to content

Commit 8b8a877

Browse files
committed
1.8.1
1 parent 0f43c49 commit 8b8a877

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rlas
22
Type: Package
33
Title: Read and Write 'las' and 'laz' Binary File Formats Used for Remote Sensing Data
4-
Version: 1.8.0
4+
Version: 1.8.1
55
Authors@R: c(
66
person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("aut", "cre", "cph")),
77
person("Florian", "De Boissieu", email = "", role = c("aut", "ctb"), comment = "Enable the support of .lax file and extra byte attributes"),

NEWS.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
### rlas v1.8.1
2+
3+
- Removed a `boost` header still included in the code.
4+
15
### rlas v1.8.0
26

3-
- Internal changes to appease CRAN: remove dependency to boost
7+
- Internal changes to appease CRAN: remove dependency to `boost`
48

59
### rlas v1.7.0
610

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
R package to read and write `.las` and `.laz` binary files used to store LiDAR data.
66

7-
`rlas` relies on a modified version of `LASlib` and `LASzip` that were modified to be compatible with `R`. The library can therefore be compiled into `R` without any complaints from `R CMD check`. It enables R users to read and write binary files commonly used to store LiDAR data. LAS version 1.0 to 1.4 are supported.
7+
This package is used by the [`lidR`](https://github.com/r-lidar/lidR) package and is not intended to be used by regular users. Everything you need is in the `lidR` package with a high-level front end. Only package developers who would like to build something new from a low-level API might be interested in `rlas`.
8+
9+
`rlas` relies on a modified version of `LASlib` and `LASzip` that were modified to be compatible with `R`. The library can therefore be compiled into `R` without any complaints from `R CMD check`. It enables R users to read and write binary files commonly used to store LiDAR data. LAS/LAZ version 1.0 to 1.4 are supported.
810

911
```r
1012
library(rlas)

0 commit comments

Comments
 (0)