tmap.networks

tmap extension for sfnetworks

https://github.com/r-tmap/tmap.networks

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

tmap extension for sfnetworks

Basic Info
Statistics
  • Stars: 8
  • Watchers: 4
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created almost 3 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
editor_options: 
  chunk_output_type: console
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  out.width = "100%",
  dpi = 300,
  fig.width = 7.2916667,
  comment = "#>",
  fig.path = "man/figures/README-"
)
hook_output <- knitr::knit_hooks$get("output")
knitr::knit_hooks$set(output = function(x, options) {
   lines <- options$output.lines
   if (is.null(lines)) {
     return(hook_output(x, options))  # pass to default hook
   }
   x <- unlist(strsplit(x, "\n"))
   more <- "..."
   if (length(lines)==1) {        # first n lines
     if (length(x) > lines) {
       # truncate the output, but add ....
       x <- c(head(x, lines), more)
     }
   } else {
     x <- c(more, x[lines], more)
   }
   # paste these lines together
   x <- paste(c(x, ""), collapse = "\n")
   hook_output(x, options)
 })
```

# tmap.networks: network layers in tmap 


[![R-CMD-check](https://github.com/r-tmap/tmap.networks/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-tmap/tmap/actions/workflows/R-CMD-check.yaml)
[![CRAN](https://www.r-pkg.org/badges/version/tmap.networks)](https://cran.r-project.org/package=tmap.networks) 
[![CRAN checks](https://cranchecks.info/badges/worst/tmap.networks)](https://cran.r-project.org/web/checks/check_results_tmap.networks.html)
[![Downloads](https://cranlogs.r-pkg.org/badges/tmap.networks?color=brightgreen)](https://www.r-pkg.org:443/pkg/tmap.networks)
[![License](https://img.shields.io/badge/License-GPL%20v3-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
[![r-universe](https://r-tmap.r-universe.dev/badges/tmap.networks)](https://r-tmap.r-universe.dev/tmap.networks)


[tmap](https://r-tmap.github.io/tmap/) is a R package for visualizing spatial data. This package is an extension. It features native support for `sfnetwork` objects (from the package [sfnetworks](https://luukvdmeer.github.io/sfnetworks/index.html)), and features network specific layer functions

## Installation

Installation of **tmap.networks** is straightforward:

```{r eval=FALSE}
install.packages("tmap.networks")
```

## Development version

```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("r-tmap/tmap.networks")

# install.packages("pak")
pak::pak("r-tmap/tmap.networks")

# Or from r-universe
install.packages("tmap.networks", repos = c("https://r-tmap.r-universe.dev", "https://cloud.r-project.org"))
```


For the development version, it is also recommended to install the development version of [tmap](https://r-tmap.github.io/tmap/) as well.

Owner

  • Name: r-tmap
  • Login: r-tmap
  • Kind: organization

GitHub Events

Total
  • Issues event: 1
  • Watch event: 3
  • Issue comment event: 4
  • Push event: 16
  • Create event: 1
Last Year
  • Issues event: 1
  • Watch event: 3
  • Issue comment event: 4
  • Push event: 16
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 11
  • Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
mtennekes m****s@g****m 13

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mtennekes (1)
  • agila5 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 410 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: tmap.networks

Extension to 'tmap' for Creating Network Visualizations

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 410 Last month
Rankings
Dependent packages count: 26.4%
Dependent repos count: 32.5%
Average: 48.5%
Downloads: 86.7%
Maintainers (1)
Last synced: 11 months ago