-
Notifications
You must be signed in to change notification settings - Fork 26
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
Showing
5 changed files
with
17 additions
and
18 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
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
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,21 +1,16 @@ | ||
## Test environments | ||
- It has been tested on: | ||
|
||
* a standalone Windows systems (release) | ||
* 2 Linux systems (devel) | ||
* 2 OS X systems (devel & release) | ||
* WinBuilder (devel & release) | ||
* local OS X install, R 3.5.1 | ||
* ubuntu 14.04 (on travis-ci), R 3.5.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
- There were no ERRORs or WARNINGs. | ||
- The NOTE - "Note: found 12 marked UTF-8 strings" are necessary (and have been | ||
NOTEd in every release to-date) | ||
|
||
## Other | ||
0 errors | 0 warnings | 0 note | ||
|
||
* This is a maintenance release | ||
|
||
------ | ||
|
||
iptools 0.4.0 | ||
============= | ||
* bug fix for `ip_in_range` always returning TRUE for /32 ranges (@tdsmith) | ||
* enhanced `range_boundaries()` to include more columns in output | ||
* added `country_ranges()` which enables obtaining all the IPv4 ranges | ||
"assigned" within a country. | ||
* Adds C registration | ||
* Fixes major CRAN warnings over strncpy | ||
* Adds new functions |
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 +1,3 @@ | ||
CXX_STD = CXX11 | ||
PKG_CXXFLAGS = | ||
PKG_LIBS = |
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 +1,3 @@ | ||
CXX_STD = CXX11 | ||
PKG_CXXFLAGS = | ||
PKG_LIBS = -lwsock32 -lws2_32 |