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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Information-Theoretic Measures for Spatial Association
Basic Info
- Host: GitHub
- Owner: stscl
- Language: C++
- Default Branch: main
- Homepage: https://stscl.github.io/itmsa/
- Size: 1.77 MB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# itmsa
logo by Sibyl
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=itmsa)
[](https://CRAN.R-project.org/package=itmsa)
[](https://CRAN.R-project.org/package=itmsa)
[](https://stscl.r-universe.dev/itmsa)
**Information-Theoretic Measures for Spatial Association**
## Installation
- Install from [CRAN](https://CRAN.R-project.org/package=itmsa) with:
``` r
install.packages("itmsa", dep = TRUE)
```
- Install binary version from [R-universe](https://stscl.r-universe.dev/itmsa) with:
``` r
install.packages("itmsa",
repos = c("https://stscl.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
```
- Install from source code on [GitHub](https://github.com/stscl/itmsa) with:
```r
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("stscl/itmsa",
build_vignettes = TRUE,
dep = TRUE)
```
Owner
- Name: Spatiotemporal statistical computing liberalization community
- Login: stscl
- Kind: organization
- Email: lyu.geosocial@gmail.com
- Location: China
- Repositories: 3
- Profile: https://github.com/stscl
GitHub Events
Total
- Release event: 1
- Watch event: 6
- Push event: 75
- Pull request event: 16
- Create event: 5
Last Year
- Release event: 1
- Watch event: 6
- Push event: 75
- Pull request event: 16
- Create event: 5
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- SpatLyu (13)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 189 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: itmsa
Information-Theoretic Measures for Spatial Association
- Homepage: https://stscl.github.io/itmsa/
- Documentation: http://cran.r-project.org/web/packages/itmsa/itmsa.pdf
- License: GPL-3
-
Latest release: 0.1.0
published about 1 year ago
Rankings
Dependent packages count: 27.5%
Dependent repos count: 33.9%
Average: 49.5%
Downloads: 87.1%
Maintainers (1)
Last synced:
7 months ago
Dependencies
DESCRIPTION
cran
- R >= 4.1.0 depends
- dplyr * imports
- purrr * imports
- sdsfun >= 0.6.0 imports
- sf * imports
- RcppThread * suggests
- knitr * suggests
- rmarkdown * suggests