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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: PietrH
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 22.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme 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%"
)
```

# b3anatest


[![R-CMD-check](https://github.com/PietrH/b3anatest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/PietrH/b3anatest/actions/workflows/R-CMD-check.yaml)


The goal of b3anatest is to test some software guidelines

## Installation

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

``` r
# install.packages("devtools")
devtools::install_github("PietrH/b3anatest")
```

## Example

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

```{r example}
library(b3anatest)
happy()
```

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}
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: Pieter Huybrechts
  • Login: PietrH
  • Kind: user
  • Location: Brussels, Belgium
  • Company: @inbo

Biodiversity Informatics & Ecological Modelling. Big(ish)-data, linked data, HPC spatio-temporal analysis, data-liberation, visualization and publishing

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "b3anatest",
  "description": "What the package does (one paragraph).",
  "name": "b3anatest: What the Package Does (One Line, Title Case)",
  "license": "https://spdx.org/licenses/MIT",
  "version": "0.0.0.9000",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.2.1 (2022-06-23)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Pieter",
      "familyName": "Huybrechts",
      "email": "pieter.huybrechts@inbo.be",
      "@id": "https://orcid.org/0000-0002-6658-6062"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Pieter",
      "familyName": "Huybrechts",
      "email": "pieter.huybrechts@inbo.be",
      "@id": "https://orcid.org/0000-0002-6658-6062"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "version": ">= 3.0.0",
      "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=testthat"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "cli",
      "name": "cli",
      "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=cli"
    },
    "SystemRequirements": null
  },
  "fileSize": "10.112KB",
  "codeRepository": "https://github.com/PietrH/b3anatest",
  "readme": "https://github.com/PietrH/b3anatest/blob/master/README.md",
  "contIntegration": "https://github.com/PietrH/b3anatest/actions/workflows/R-CMD-check.yaml"
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 1
  • 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
  • github-actions[bot] (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/R-CMD-check.yaml 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/codemeta-github-actions.yml actions
  • actions/checkout v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/pkgcheck.yaml actions
  • ropensci-review-tools/pkgcheck-action main composite
DESCRIPTION cran
  • cli * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests