boB Rudis
boB Rudis
As long as it isn't an unsigned long, aye. is.integer(2147483647L) ## TRUE is.integer(4294967295L) ## FALSE (I did not test that everywhere) which means we may need to re-think the params/returns...
thank you! I'll take a look later this evening. On Mon, Oct 3, 2022 at 9:32 AM Juan Edwards Molina ***@***.***> wrote: > # remotes::install_github("hrbrmstr/weatherkit") > library(weatherkit) > packageVersion("weatherkit")#> [1]...
Can you provide a minimum viable example (perhaps use the `reprex` package) and also the output of `sessionInfo()` I've run the following on Ubuntu and macOS without fail: ```r library(iptools)...
Take a look at the dev/github version. There are some new functions which can test whether an IP is in a set of CIDR blocks without having to generate the...
The only way I can think to enable IPv6 support is to create an S3 or S4 "128-bit integer" class (which isn't a big deal, but something I think we've...
I've already built searching within CIDRs using `triebeard` in `iptools` so this would be an extension of that for IPv6 addys along with IPv4 On Tue, Oct 18, 2016 at...
ima fix rn
pushed a fix just now. I used the really new `\()` R function shorthand without forcing the proper R version in the DESCRIPTION. I really shouldn't use that in packages....
I am not initially inclined to support everything in the API and I still think we kinda need a way to use the CLI vs API since I'm also not...
aye. the Windows named pipe wld require a diff interface but supporting CLI and API wldn't be too hard. On Fri, Feb 17, 2017 at 3:50 PM, Ricky Dubos wrote:...