Science Score: 36.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
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Keywords
spatial-econometrics
spatial-regression
spatial-statistics
Last synced: 6 months ago
·
JSON representation
Repository
Hierarchical Spatial Autoregressive Model
Basic Info
- Host: GitHub
- Owner: SpatLyu
- Language: C++
- Default Branch: main
- Homepage: https://spatlyu.github.io/HSAR/
- Size: 2.23 MB
Statistics
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 3
- Releases: 1
Topics
spatial-econometrics
spatial-regression
spatial-statistics
Created about 1 year ago
· Last pushed 11 months 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%"
)
```
# HSAR
[](https://CRAN.R-project.org/package=HSAR)
[](https://CRAN.R-project.org/package=HSAR)
[](https://CRAN.R-project.org/package=HSAR)
[](https://spatlyu.r-universe.dev/HSAR)
**Hierarchical Spatial Simultaneous Autoregressive Model (HSAR)**
## Installation
- Install from [CRAN](https://CRAN.R-project.org/package=HSAR) with:
``` r
install.packages("HSAR", dep = TRUE)
```
- Install development binary version from [R-universe](https://spatlyu.r-universe.dev/HSAR) with:
``` r
install.packages('HSAR',
repos = c("https://spatlyu.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
```
- Install development source version from [GitHub](https://github.com/spatlyu/HSAR) with:
```r
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("SpatLyu/HSAR",
build_vignettes = TRUE,
dep = TRUE)
```
Owner
- Name: Yungbob Lyu
- Login: SpatLyu
- Kind: user
- Location: Xian,China
- Company: Shaanxi Normal University
- Repositories: 7
- Profile: https://github.com/SpatLyu
Spatial Statistics; Geoinformatics
GitHub Events
Total
- Create event: 2
- Release event: 1
- Issues event: 6
- Watch event: 11
- Issue comment event: 6
- Push event: 41
- Pull request event: 5
- Fork event: 1
Last Year
- Create event: 2
- Release event: 1
- Issues event: 6
- Watch event: 11
- Issue comment event: 6
- Push event: 41
- Pull request event: 5
- Fork event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| SpatLyu | l****l@g****m | 47 |
| Gordon Arsenoff | a****f@p****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 2
- Average time to close issues: 3 days
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.75
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 2
- Average time to close issues: 3 days
- Average time to close pull requests: 1 day
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.75
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pol-db4drd2 (3)
- SpatLyu (1)
Pull Request Authors
- pol-db4drd2 (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 214 last-month
- Total docker downloads: 1,385
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: HSAR
Hierarchical Spatial Autoregressive Model
- Homepage: https://spatlyu.github.io/HSAR/
- Documentation: http://cran.r-project.org/web/packages/HSAR/HSAR.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.6.0
published about 1 year ago
Rankings
Dependent packages count: 27.5%
Dependent repos count: 33.9%
Average: 49.4%
Downloads: 86.7%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5 depends
- spatialreg * imports
- spdep * imports
- stats * imports
- Matrix * suggests
- Rcpp * suggests
- RcppArmadillo * suggests
- knitr * suggests
- rmarkdown * suggests
- sf * suggests
- tidyverse * suggests
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite