Science Score: 23.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
-
✓Committers with academic emails
2 of 8 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Keywords from Contributors
geo
cross-validation
mlr3
resampling
resampling-methods
temporal
gdal
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: r-spatial
- License: gpl-2.0
- Language: R
- Default Branch: master
- Size: 6.22 MB
Statistics
- Stars: 25
- Watchers: 5
- Forks: 5
- Open Issues: 4
- Releases: 0
Created over 7 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# RSAGA
[](https://app.travis-ci.com/r-spatial/RSAGA)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
# Introduction
Latest RSAGA version with support for SAGA GIS 2.3 LTS - 9.7.2
Provides access to geocomputing and terrain analysis
functions of the geographical information system (GIS) [SAGA (System for
Automated Geoscientific Analyses)](https://saga-gis.sourceforge.io/en/index.html) from within R by running the command
line version of SAGA. This package furthermore provides several R functions
for handling ASCII grids, including a flexible framework for applying local
functions (including predict methods of fitted models) and focal functions to
multiple grids. SAGA GIS is available under GPLv2 / LGPLv2 licence from
.
## Installation
You can install RSAGA from CRAN with:
```{r cran-installation, eval=FALSE}
install.packages("RSAGA", dependencies = TRUE)
```
Or you can get the latest version from GitHub with:
```{r gh-installation-dep, eval = FALSE}
devtools::install_github("r-spatial/RSAGA", dependencies = TRUE)
```
Owner
- Name: r-spatial
- Login: r-spatial
- Kind: organization
- Website: https://github.com/r-spatial
- Repositories: 43
- Profile: https://github.com/r-spatial
For packages raster, terra, dismo & geosphere visit the rspatial github organisation (mind the missing '-')
GitHub Events
Total
- Release event: 1
- Watch event: 5
- Push event: 13
- Create event: 1
Last Year
- Release event: 1
- Watch event: 5
- Push event: 13
- Create event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Marc Becker | m****r@p****e | 138 |
| debangs | d****s@u****a | 72 |
| alexanderbrenning | a****g@u****e | 34 |
| Donovan Bangs | d****s@r****m | 31 |
| jannes-m | m****a@g****e | 15 |
| pat-s | p****z@g****m | 9 |
| fapola | f****i@g****e | 3 |
| rhurlin | r****n@g****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 5
- Total pull requests: 0
- Average time to close issues: 20 minutes
- Average time to close pull requests: N/A
- Total issue authors: 5
- Total pull request authors: 0
- Average comments per issue: 0.2
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pat-s (1)
- peterhor (1)
- Kallorian (1)
- raff-k (1)
- wzel (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 856 last-month
- Total docker downloads: 89,473
- Total dependent packages: 11
- Total dependent repositories: 22
- Total versions: 25
- Total maintainers: 1
cran.r-project.org: RSAGA
SAGA Geoprocessing and Terrain Analysis
- Homepage: https://github.com/r-spatial/RSAGA
- Documentation: http://cran.r-project.org/web/packages/RSAGA/RSAGA.pdf
- License: GPL-2 | file LICENSE
-
Latest release: 1.4.2
published over 1 year ago
Rankings
Docker downloads count: 0.0%
Dependent packages count: 5.0%
Dependent repos count: 5.9%
Average: 8.1%
Forks count: 10.8%
Stargazers count: 12.2%
Downloads: 15.0%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- gstat * depends
- plyr * depends
- shapefiles * depends
- magrittr * imports
- rgdal * imports
- stats * imports
- stringr * imports
- utils * imports
- knitr * suggests
- maptools * suggests
- rgeos * suggests
- rmarkdown * suggests
- testthat * suggests