-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74964f6
commit 53e37b0
Showing
1 changed file
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
## Test environments | ||
* Linux Mint, R 4.0.0, with g++ 7.3.0 -std=gnu++11 | ||
* Windows, R 4.0.0, via CRAN builder | ||
* Windows, R 3.6.0, via CRAN builder | ||
|
||
* Linux Mint, R 4.1.2, with g++ 7.3.0 -std=gnu++11 | ||
* Windows, R 4.1.2, via CRAN builder | ||
* Debian Linux, R-devel, GCC ASAN/UBSAN (via R-hub) | ||
* Debian Linux, R-release (via R-hub) | ||
* Mac OS, , R-release (via CRAN builder) | ||
* Oracle Solaris 10, x86, 32 bit, R-release (via R-hub) | ||
|
||
## R CMD check results | ||
0 ERRORs | 0 WARNINGs | 1 NOTE | ||
|
||
checking installed package size ... NOTE | ||
Found the following (possibly) invalid URLs: | ||
URL: https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities | ||
From: DESCRIPTION | ||
Status: 500 | ||
Message: Internal Server Error | ||
|
||
This is all compiled code in the libs/ directory. | ||
This url is valid but for an unknown reason the server seems to reject wget's user agent. It works | ||
with curl by the way. According to some stackoverflow anwsers it is a bug in the webpage> | ||
|
||
## Downstream dependencies | ||
|
||
There is currently 1 downstream dependency for this package. | ||
|
||
* `lidR` no problem reported |