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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.4%) to scientific vocabulary
Repository
SSNbler
Basic Info
- Host: GitHub
- Owner: pet221
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://pet221.github.io/SSNbler/
- Size: 51.9 MB
Statistics
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
SSNbler: Assemble 'SSN' objects
'SSNbler' imports, creates and assembles data needed to fit spatial-statistical stream-network models using the SSN2 R package. Streams, observations, and prediction locations are represented as simple features and specific tools have been provided to define topological relationships between features; calculate the hydrologic distances (with flow-direction preserved) and the spatial additive function used to weight converging stream segments; and export the topological, spatial, and attribute information to an SSN object, which can be efficiently stored, accessed and analysed in R.
Learn more about 'SSNbler' on our website.
Installation Instructions
```r
install the most recent approved version from CRAN
install.packages("SSNbler")
load the most recent approved version from CRAN
library(SSNbler) ```
Install and load the most recent version of'SSNbler' from GitHub by running ```r
Installing from GitHub requires you first install the remotes package
install.packages("remotes")
install the most recent version from GitHub
remotes::install_github("pet221/SSNbler", ref = "main")
load the most recent development version from GitHub
library(SSNbler) ```
Citation
If you use 'SSNbler' in a formal publication or report, please cite it. Citing 'SSNbler' lets us devote more resources to it in the future. View the 'SSNbler' citation by running
r
citation(package = "SSNbler")
```
>
> To cite SSNbler in publications use:
>
> Peterson E. E., Dumelle, M., Pearse A., Teleki D., and Ver Hoef, J. M.
> (2024). SSNbler: Assemble SSN objects in R. R package version 0.1.0
>
> A BibTeX entry for LaTeX users is
>
> @Manual{,
> title = {{SSNbler}: Assemble SSN objects in {R}},
> author = {Erin Peterson and Michael Dumelle and Alan Pearse and Dan Teleki and Jay M. {Ver Hoef}},
> year = {2024},
> note = {{R} package version 0.1.0},
> }
```
Example Usage
Please see our introductory vignette for a brief example showing how to use 'SSNbler'.
License
This project is licensed under the GNU General Public License, GPL-3.
Owner
- Name: Erin Peterson
- Login: pet221
- Kind: user
- Repositories: 1
- Profile: https://github.com/pet221
GitHub Events
Total
- Create event: 3
- Release event: 1
- Issues event: 6
- Watch event: 7
- Delete event: 1
- Issue comment event: 9
- Push event: 15
- Pull request event: 2
- Fork event: 1
Last Year
- Create event: 3
- Release event: 1
- Issues event: 6
- Watch event: 7
- Delete event: 1
- Issue comment event: 9
- Push event: 15
- Pull request event: 2
- Fork event: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 130 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: SSNbler
Assemble 'SSN' Objects
- Homepage: https://github.com/pet221/SSNbler
- Documentation: http://cran.r-project.org/web/packages/SSNbler/SSNbler.pdf
- License: GPL (≥ 3)
-
Latest release: 1.1.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- RSQLite * imports
- SSN2 * imports
- dplyr * imports
- igraph * imports
- pdist * imports
- sf * imports
- stats * imports
- utils * imports
- withr * imports
- ggplot2 * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- r-lib/actions/setup-tinytex v2 composite