Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: inbo
  • License: gpl-3.0
  • Language: CSS
  • Default Branch: main
  • Size: 5.05 MB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Zenodo

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = file.path("man", "figures", "README-"),
  out.width = "100%"
)
```


[![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://lifecycle.r-lib.org/articles/stages.html#experimental)
[![License](https://img.shields.io/badge/license-GPL--3-blue.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Release](https://img.shields.io/github/release/inbo/inbovegtypering.svg)](https://github.com/inbo/inbovegtypering/releases)
![GitHub](https://img.shields.io/github/license/inbo/inbovegtypering)
[![R build status](https://github.com/inbo/inbovegtypering/workflows/check%20package%20on%20main/badge.svg)](https://github.com/inbo/inbovegtypering/actions)
![r-universe name](https://inbo.r-universe.dev/badges/:name?color=c04384)
![r-universe package](https://inbo.r-universe.dev/badges/inbovegtypering)
[![Codecov test coverage](https://codecov.io/gh/inbo/inbovegtypering/branch/main/graph/badge.svg)](https://app.codecov.io/gh/inbo/inbovegtypering?branch=main)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/inbo/inbovegtypering.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/inbo/inbovegtypering.svg)


# inbovegtypering

The goal of inbovegtypering is to ...

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("inbo/inbovegtypering")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(inbovegtypering)
## basic example code
```

What is special about using `README.Rmd` instead of just `README.md`? 
You can include R chunks like so:

```{r cars}
summary(cars)
```

You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date.
`devtools::build_readme()` is handy for this.

You can also embed plots, for example:

```{r pressure, echo = FALSE, eval = FALSE}
plot(pressure)
```

In that case, don't forget to commit and push the resulting figure files, so they display on GitHub and CRAN.

Owner

  • Name: Research Institute for Nature and Forest (INBO)
  • Login: inbo
  • Kind: organization
  • Location: Belgium

Open source, data and science initiatives of the Research Institute for Nature and Forest (INBO)

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: "inbovegtypering: Vegetatietypering Voor INBOVEG"
authors:
- given-names: Pieter
  family-names: Verschelde
  affiliation: Instituut voor Natuur- en Bosonderzoek (INBO)
  orcid: 0000-0002-9199-421X
keywords:
- vegetation
- classification
contact:
- given-names: Pieter
  family-names: Verschelde
  affiliation: Instituut voor Natuur- en Bosonderzoek (INBO)
  orcid: 0000-0002-9199-421X
doi: ~
license: GPL-3.0
repository-code: https://github.com/inbo/inbovegtypering/
type: software
abstract: "Functies om vegetatietoekenning mogelijk te maken op basis van een vegetatieopname."
version: 0.0.4

GitHub Events

Total
  • Delete event: 3
  • Push event: 6
  • Create event: 1
Last Year
  • Delete event: 3
  • Push event: 6
  • Create event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • pietervsd (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/check_on_branch.yml actions
  • inbo/actions/check_pkg main composite
.github/workflows/check_on_different_r_os.yml actions
  • actions/checkout v3 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
.github/workflows/check_on_main.yml actions
  • inbo/actions/check_pkg main composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • ncipollo/release-action v1 composite
DESCRIPTION cran
  • glue * imports