Changelog
Source:NEWS.md
skynet 0.9.3
- Fixed “no visible binding for global variable” issue
- Replaced disparity filter from semnet package by own package
- Small performace improvements
- Corrected spelling
skynet 0.9.7
- Added new map function, now automatically printing different carriers with different colors.
- Improved import functions
- Importing from prezipped file, no longer requires extra function.
skynet 0.9.7
- Changed way itin_fare was calculated for Directed, Undirected and Metro Networks. Now it uses price per mile and distance between stops to generate that info.
skynet 0.9.9
- netImport now imports T100 market and segment files.
- netPath airlines renamed to carrier.
- updated vignettes.
skynet 1.0.1
CRAN release: 2018-04-06
- Possible to include carriers for undirected networks.
- Possible to filter non-scheduled flights.
- Ground Transport is now included as a carrier.
- Metro Network can be plotted.
- Improved way of calculating airport passenger frequency.
- Minor bug fixes.
skynet 1.0.2
- New import functions. Now there are separate functions to import csv files from both DB1B and T100 databases.
- New bootnet function to bootstrap networks.
skynet 1.1.0
- Changed way files are imported. Now Coupon should take the first argument and Ticket the second.
- Minor adjustmenst to the help files.
skynet 1.2.2
CRAN release: 2018-06-28
- Removed convert_raw as it is easier to import using the zip = TRUE argument and select the format to be saved to.
skynet 1.2.3
- Now it is possible to import directly files from the BTS website with the download_db1b() function.
skynet 1.3
- We have fixed some bugs and added the download_t100 function, making it finally possible to import both T100 and DB1B datasets without having to navigate to the BTS website.