From 25346c4e86a77ef807eb294292c6cb103c8a0746 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 25 Aug 2020 08:13:03 -0700 Subject: [PATCH] Adjust redirected urls --- README.Rmd | 4 ++-- README.md | 6 +++--- cran-comments.md | 7 +++++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 55dee993..1153a8f7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -13,7 +13,7 @@ knitr::opts_chunk$set( ) ``` -# ipaddress +# ipaddress [![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) @@ -87,7 +87,7 @@ tibble(network = ip_network(c("192.168.100.0/22", "2001:db8::/80"))) %>% ## Related work * [**iptools**](https://hrbrmstr.github.io/iptools/) -- A well established R package for working with IP addresses and networks. Unfortunately IPv6 support is severely limited. Also, addresses and networks are stored as character vectors, so they must be parsed to their native bit representation for every operation. It served as an excellent guide and motivation for ipaddress. -* [**cyberpandas**](https://cyberpandas.readthedocs.io) -- A Python package for using IP addresses in a [pandas](https://pandas.pydata.org) DataFrame. This offers full support for IPv6 and stores addresses in the native bit representation. However, most "interesting" operations must deserialize each address to a Python [ipaddress](https://docs.python.org/library/ipaddress.html) object, which is slow. It also doesn't support IP networks. +* [**cyberpandas**](https://cyberpandas.readthedocs.io) -- A Python package for using IP addresses in a [pandas](https://pandas.pydata.org) DataFrame. This offers full support for IPv6 and stores addresses in the native bit representation. However, most "interesting" operations must deserialize each address to a Python [ipaddress](https://docs.python.org/3/library/ipaddress.html) object, which is slow. It also doesn't support IP networks. --- diff --git a/README.md b/README.md index 9ad7c420..ea68988d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# ipaddress +# ipaddress @@ -106,8 +106,8 @@ tibble(network = ip_network(c("192.168.100.0/22", "2001:db8::/80"))) %>% support for IPv6 and stores addresses in the native bit representation. However, most “interesting” operations must deserialize each address to a Python - [ipaddress](https://docs.python.org/library/ipaddress.html) object, - which is slow. It also doesn’t support IP networks. + [ipaddress](https://docs.python.org/3/library/ipaddress.html) + object, which is slow. It also doesn’t support IP networks. ----- diff --git a/cran-comments.md b/cran-comments.md index b789316c..49ecfb3b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,10 @@ +## Resubmission + +This is a resubmission. In this version I have: + +* Adjusted README URLs that were being redirected. + + ## Test environments * macOS 10.15 (local), R 4.0.2 * macOS 10.15 (GitHub Actions), R 4.0.2