Skip to content

Commit f844896

Browse files
committed
Remove headers
1 parent 7f55c86 commit f844896

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.3
4+
Version: 1.8.4
55
Authors@R: c(
66
person("Jean-Romain", "Roussel", email = "info@r-lidar.com", 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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### rlas v1.8.4
2+
3+
- Fix CRAN stuff
4+
15
### rlas v1.8.3
26

37
- Update maintainer email

src/altrep_compact_replication.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,6 @@ bool R_is_materialized(SEXP x)
500500
return DATAPTR_OR_NULL(x) != nullptr;
501501
}
502502

503-
#if R_VERSION >= R_Version(4, 6, 0)
504-
#include <string>
505-
#include <vector>
506-
#endif
507-
508503
// [[Rcpp::export]]
509504
SEXP R_altrep_full_class(SEXP x) {
510505
if (!ALTREP(x)) return R_NilValue;

0 commit comments

Comments
 (0)