boB Rudis
boB Rudis
(from DSC 2019) Once things stabilize a bit more, setting this up as a discussion area for how it might work to support arbitrary geoms. Possibly dividing it into: -...
**Is your feature request related to a problem? Please describe.** While `.json()` is useful for `FileAttachment` it does not handle newline-delimited JSON (ndjson). Handling it would save folks from having...
- simple way to read dynamic html from a single page - DSL around the underlying power of `HtmlUnit`. While it's possible to just use `htmlunitjars` and create Java objects...
If anyone has a link to the source from the tweet stream, please drop it here so credit can be given.
TODO
- [ ] finish TCP layer - [ ] finish ICMP layer - [ ] add other layers - [ ] add ability to get a packet by packet number...
Ref: http://stackoverflow.com/questions/39769316/save-on-disk-an-r-object-of-type-externalptr I have used the neat library `triebeard` that implements tries in R. I created my trie using the following syntax: `myTrie
Documentation and functionality change to `get_miniconda_path()` to look first in the `R_MINICONDA_PATH` then does the `rappdirs` check and finally `~/rminiconda` check (both for existence, then tries to create if not...
https://www.stats.ox.ac.uk/pub/bdr/M1mac/iptools.out ``` * using log directory ā/Users/ripley/R/packages/tests-devel/iptools.Rcheckā * using R Under development (unstable) (2021-01-09 r79815) * using platform: aarch64-apple-darwin20.2.0 (64-bit) * using session charset: UTF-8 * using option ā--no-stop-on-test-errorā *...
need to add a logical `bsd` parameter for `is_ipv4` (ref: https://tools.ietf.org/html/draft-main-ipaddr-text-rep-00) to avoid saying ipv4 addresses with leading 0's in octets are valid.