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
Last synced: 10 months ago · JSON representation

Repository

SSNbler

Basic Info
Statistics
  • Stars: 10
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check CRAN cran checks <!-- badges: end -->

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

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

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 130 Last month
Rankings
Dependent packages count: 28.1%
Dependent repos count: 34.6%
Average: 49.8%
Downloads: 86.6%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • 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
.github/workflows/R-CMD-check.yaml actions
  • 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