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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: ThierryO
- License: gpl-3.0
- Language: CSS
- Default Branch: master
- Size: 18.6 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 6 years ago
· Last pushed almost 6 years ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hexgrts
[](https://www.repostatus.org/#concept)
[](https://www.tidyverse.org/lifecycle/#experimental)

[](https://www.gnu.org/licenses/gpl-3.0.en.html)
[](https://github.com/inbo/hexgrts/actions)
[](https://codecov.io/gh/inbo/hexgrts?branch=master)


The goal of `hexgrts` is to create spatially balanced samples on a hexagonal grid.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("thierryo/hexgrts")
```
Owner
- Name: Thierry Onkelinx
- Login: ThierryO
- Kind: user
- Location: Brussels
- Company: Research Institute for Nature and Forest (INBO)
- Website: www.muscardinus.be
- Repositories: 113
- Profile: https://github.com/ThierryO
CodeMeta (codemeta.json)
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "hexgrts",
"description": "Using the Generalised Random Tesselation Stratified on a\n hexagonal grid.",
"name": "hexgrts: GRTS on a Hexagonal Grid",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.2 (2020-06-22)",
"author": [
{
"@type": "Person",
"givenName": "Thierry",
"familyName": "Onkelinx",
"email": "thierry.onkelinx@inbo.be",
"@id": "https://orcid.org/0000-0001-8804-4216"
}
],
"contributor": {},
"copyrightHolder": [
{
"@type": "Organization",
"name": "Research Institute for Nature and Forest",
"email": "info@inbo.be"
}
],
"funder": [
{
"@type": "Organization",
"name": "Research Institute for Nature and Forest",
"email": "info@inbo.be"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Thierry",
"familyName": "Onkelinx",
"email": "thierry.onkelinx@inbo.be",
"@id": "https://orcid.org/0000-0001-8804-4216"
}
],
"softwareSuggestions": [],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "assertthat",
"name": "assertthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=assertthat"
},
{
"@type": "SoftwareApplication",
"identifier": "sf",
"name": "sf",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=sf"
}
],
"codeRepository": "https://github.com/thierryo/hexgrts",
"releaseNotes": "https://github.com/thierryo/hexgrts/blob/master/NEWS.md",
"fileSize": "4.959KB",
"contIntegration": "https://codecov.io/gh/inbo/hexgrts?branch=master",
"developmentStatus": [
"https://www.repostatus.org/#concept",
"https://www.tidyverse.org/lifecycle/#experimental"
],
"relatedLink": "https://thierryo.github.io/hexgrts",
"issueTracker": "https://github.com/thierryo/hexgrts/issues"
}
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Thierry Onkelinx | t****x@i****e | 1 |
Committer Domains (Top 20 + Academic)
inbo.be: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- assertthat * imports
- sf * imports