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


[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
![GitHub](https://img.shields.io/github/license/inbo/hexgrts)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![R build status](https://github.com/inbo/hexgrts/workflows/R-CMD-check/badge.svg)](https://github.com/inbo/hexgrts/actions)
[![Codecov test coverage](https://codecov.io/gh/inbo/hexgrts/branch/master/graph/badge.svg)](https://codecov.io/gh/inbo/hexgrts?branch=master)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/inbo/hexgrts.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/inbo/hexgrts.svg)


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)

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

All Time
  • Total Commits: 1
  • Total Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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