mrt : Tools to Retrieve and Process 'BGP' Files

Requirements

This package links to libBGPdump.

On macOS, you can do the following to install the libary:

brew install bgpdump

On Ubuntu/Debian (or prbly any other one) you can do the following to install the library:

sudo apt-get install -y mercurial libbz2-dev zlib1g-dev
hg clone https://bitbucket.org/ripencc/bgpdump
cd bgpdump
./bootstrap.sh
make
sudo make install

(you may need to use ldconfig after that depending on your system)

The following functions are implemented:

Installation

devtools::install_github("hrbrmstr/mrt")
options(width=120)

Usage

library(mrt)

# current verison
packageVersion("mrt")

Test Results

library(mrt)
library(testthat)

date()

test_dir("tests/")


hrbrmstr/mrt documentation built on May 17, 2019, 5:11 p.m.