Skip to content

Commit

Permalink
C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Sep 16, 2018
1 parent 9581431 commit 1433dd4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
^NEWS\.md$
^README\.md$
^CONDUCT\.md$
^README\.Rmd$
^README-.*\.png$
^\.Rhistory$
^cran-comments\.md$
^\.travis\.yml$
^docs$
^map\.png$
^map\.png$
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ License: MIT + file LICENSE
URL: https://github.com/hrbrmstr/iptools
BugReports: https://github.com/hrbrmstr/iptools/issues
NeedsCompilation: yes
SystemRequirements: C++11
Depends:
R (>= 3.0.0)
Suggests:
Expand Down
27 changes: 11 additions & 16 deletions cran-comments.md
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
2 changes: 2 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CXX_STD = CXX11
PKG_CXXFLAGS =
PKG_LIBS =
2 changes: 2 additions & 0 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CXX_STD = CXX11
PKG_CXXFLAGS =
PKG_LIBS = -lwsock32 -lws2_32

0 comments on commit 1433dd4

Please sign in to comment.