birdradar
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 (14.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: inbo
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://inbo.github.io/birdradar
- Size: 295 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
- Releases: 1
Created over 2 years ago
· Last pushed over 1 year 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 = "#>", out.width = "100%",
fig.path = file.path("man", "figures", "README-")
)
```
[](https://www.repostatus.org/#concept)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://github.com/inbo/birdradar/releases)

[](https://github.com/inbo/birdradar/actions)


[](https://app.codecov.io/gh/inbo/birdradar?branch=main)


# birdradar
The goal of birdradar is to analyse bird tracks obtained by radar.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("inbo/birdradar")
```
Owner
- Name: Research Institute for Nature and Forest (INBO)
- Login: inbo
- Kind: organization
- Location: Belgium
- Website: http://www.inbo.be/en
- Repositories: 125
- Profile: https://github.com/inbo
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: "birdradar: Analysing Animal Movement from Radar" authors: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 - given-names: Raïsa family-names: Carmen affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0003-1025-8702 keywords: - bird - windmill contact: - given-names: Thierry family-names: Onkelinx affiliation: Research Institute for Nature and Forest (INBO) orcid: 0000-0001-8804-4216 doi: ~ license: GPL-3.0 repository-code: https://github.com/inbo/birdradar/ type: software abstract: "Helper functions to analyse the data." version: 0.0.1
GitHub Events
Total
- Issues event: 1
- Push event: 1
- Fork event: 1
Last Year
- Issues event: 1
- Push event: 1
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- PietrH (1)
- lingwhatics (1)
Pull Request Authors
- ThierryO (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