Description
Summary
-
What does this package do? (explain in 50 words or less):
This package allows the generation and analysis of air transport networks using the freely available data (DB1B and T100 databases) from the Bureau of Transport Statistics. I'm currently updating the package to accept other sources as well. -
Paste the full DESCRIPTION file inside a code block below:
Type: Package
Package: skynet
Version: 1.0.2
Title: Generates Networks from BTS Data
Authors@R: person("Filipe", "Teixeira", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Filipe Teixeira <[email protected]>
URL: https://github.com/FilipeamTeixeira/skynet
Description: A flexible tool that allows generating bespoke
air transport statistics for urban studies based on publicly available
data from the Bureau of Transport Statistics (BTS) in the United States
<https://www.transtats.bts.gov/databases.asp?Mode_ID=1&Mode_Desc=Aviation&Subject_ID2=0>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Collate:
'PowerLaw.R'
'createNodes.R'
'data_ODsample.R'
'data_airports.R'
'data_carriers.R'
'data_metro.R'
'disparityfilter.R'
'findAirport.R'
'fromto.R'
'convertRaw.R'
'netImport.R'
'netDir.R'
'netUnd.R'
'netInt.R'
'netPath.R'
'skynet.R'
'nodeStats.R'
'import_t100.R'
'import_db1b.R'
'findCarrier.R'
'plotMap.R'
'skynet_example.R'
'bootnet.R'
Depends:
R (>= 3.1.2)
Imports:
data.table,
igraph,
dplyr,
ggplot2,
ggrepel,
stringr,
maps
Suggests:
knitr,
rmarkdown,
testthat,
kableExtra
VignetteBuilder: knitr
-
URL for the package (the development repository, not a stylized html page):
https://github.com/FilipeamTeixeira/skynet -
Please indicate which category or categories from our package fit policies this package falls under *and why(? (e.g., data retrieval, reproducibility. If you are unsure, we suggest you make a pre-submission inquiry.):
Geospatial data, network analysis, because it works with airline networks and it allows its generation and analysis.
-
Who is the target audience and what are scientific applications of this package?
Air Transport
Urban Networks -
Are there other R packages that accomplish the same thing? If so, how does
yours differ or meet our criteria for best-in-category?
No. -
If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Requirements
Confirm each of the following by checking the box. This package:
- does not violate the Terms of Service of any service it interacts with.
- has a CRAN and OSI accepted license.
- contains a README with instructions for installing the development version.
- includes documentation with examples for all functions.
- contains a vignette with examples of its essential functions and uses.
- has a test suite.
- has continuous integration, including reporting of test coverage, using services such as Travis CI, Coveralls and/or CodeCov.
- I agree to abide by ROpenSci's Code of Conduct during the review process and in maintaining my package should it be accepted.
Publication options
- Do you intend for this package to go on CRAN? "It is already there. https://cran.r-project.org/web/packages/skynet/index.html"
- Do you wish to automatically submit to the Journal of Open Source Software? If so:
- The package has an obvious research application according to JOSS's definition.
- The package contains a
paper.md
matching JOSS's requirements with a high-level description in the package root or ininst/
. - The package is deposited in a long-term repository with the DOI:
- (Do not submit your package separately to JOSS)
- Do you wish to submit an Applications Article about your package to Methods in Ecology and Evolution? If so:
- The package is novel and will be of interest to the broad readership of the journal.
- The manuscript describing the package is no longer than 3000 words.
- You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see MEE's Policy on Publishing Code)
- (Scope: Do consider MEE's Aims and Scope for your manuscript. We make no gaurantee that your manuscript willl be within MEE scope.)
- (Although not required, we strongly recommend having a full manuscript prepared when you submit here.)
- (Please do not submit your package separately to Methods in Ecology and Evolution)
Detail
-
Does
R CMD check
(ordevtools::check()
) succeed? Paste and describe any errors or warnings: -
Does the package conform to rOpenSci packaging guidelines? Please describe any exceptions:
-
If this is a resubmission following rejection, please explain the change in circumstances:
-
If possible, please provide recommendations of reviewers - those with experience with similar packages and/or likely users of your package - and their GitHub user names: