Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Keywords
cran
cran-r
r
r-package
r-programming
r-stats
r-studio
Last synced: 6 months ago
·
JSON representation
Repository
Network statistics in R
Basic Info
- Host: GitHub
- Owner: stevecondylios
- License: other
- Language: R
- Default Branch: master
- Homepage: https://stevecondylios.github.io/netstat/
- Size: 1.58 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 8
- Releases: 0
Topics
cran
cran-r
r
r-package
r-programming
r-stats
r-studio
Created about 6 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# netstat
[](https://cran.r-project.org/package=netstat)
[](https://travis-ci.org/stevecondylios/netstat)

`netstat` allows you to easily view which TCP ports are in use and which are free to use.
```{r results = 'hide', warning=FALSE, message=FALSE}
# install.packages("netstat")
library(netstat)
```
### See which TCP ports are currently in use with `ports_in_use()`
```{r}
ports_in_use()
```
### Find a free TCP port using `free_port()`
```{r}
free_port()
```
- `free_port()` returns an available TCP port from Internet Assigned Numbers Authority (IANA) listed
unassigned ports.
- `free_port()` will not return any TCP port currently in use - so
`free_port()` can safely be used to allocate a ports programmatically without collisions - great for
automated testing or browser automation in general
Owner
- Name: Steve Condylios
- Login: stevecondylios
- Kind: user
- Location: Melbourne
- Repositories: 14
- Profile: https://github.com/stevecondylios
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Steve Condylios | s****s@g****m | 42 |
| Steve Condylios | s****s@r****u | 1 |
| hrbrmstr | b****b@r****s | 1 |
Committer Domains (Top 20 + Academic)
rud.is: 1
reece.com.au: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 8
- Total pull requests: 5
- Average time to close issues: 12 days
- Average time to close pull requests: about 22 hours
- Total issue authors: 5
- Total pull request authors: 4
- Average comments per issue: 0.13
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- stevecondylios (4)
- hrbrmstr (1)
- brichard1638 (1)
- MarkMc1089 (1)
Pull Request Authors
- stevecondylios (2)
- hrbrmstr (1)
- diegomsg (1)
- MarkMc1089 (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 825 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: netstat
Retrieve Network Statistics Including Available TCP Ports
- Homepage: https://github.com/stevecondylios/netstat
- Documentation: http://cran.r-project.org/web/packages/netstat/netstat.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.2
published over 3 years ago
Rankings
Forks count: 12.2%
Downloads: 12.6%
Average: 20.6%
Dependent repos count: 24.0%
Stargazers count: 25.5%
Dependent packages count: 28.8%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- utils * imports