Skip to content

Commit

Permalink
Merge pull request #1 from b-cubed-eu/checklist-issues
Browse files Browse the repository at this point in the history
Checklist issues
  • Loading branch information
wlangera authored Jul 19, 2024
2 parents a2a92f5 + 17c98a7 commit c6b10b1
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 188 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
^\.github$
^LICENSE\.md$
5 changes: 4 additions & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"biodiversity informatics"
],
"upload_type": "software",
"license": "CC-BY-4.0",
"license": "MIT",
"language": "eng",
"contributors": [
{
Expand Down Expand Up @@ -44,6 +44,9 @@
"communities": [
{
"identifier": "b3"
},
{
"identifier": "inbo"
}
]
}
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contact:
Havenlaan 88 PO Box 73, B-1000 Brussels, Belgium
orcid: 0000-0002-5900-8109
doi: ~
license: CC-BY-4.0
license: MIT
repository-code: https://github.com/b-cubed-eu/comp-unstructured-data/
type: software
abstract: "Scripts to explore the conditions that determine the reliability of models,
Expand Down
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

182 changes: 21 additions & 161 deletions LICENSE.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ European Union's Horizon Europe Research and Innovation Programme (ID No 1010595
**keywords**: structured data; data quality; unstructured data; data cubes; biodiversity informatics

<!-- community: b3 -->
<!-- community: inbo -->

### Description

Expand All @@ -34,7 +35,7 @@ This code is developed in context of **T4.5** of the [B-Cubed project](https://b

```
├── source ├ R markdown files
│ └── scripts ├ R scripts
│ └── R ├ R scripts
├── data
│ ├── raw ├ create this folder and store raw data, see prepare_abv_data.Rmd
│ ├── intermediate ├ store intermediate data
Expand Down
3 changes: 0 additions & 3 deletions checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ allowed:
- motivation: Not yet applicable
value: no website badge found in README.md
required:
- CITATION
- checklist
- filename conventions
- folder conventions
- license
- lintr
- spelling
spelling:
Expand Down
3 changes: 3 additions & 0 deletions source/R/test.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_f <- function() {
print("this is a test")
}

0 comments on commit c6b10b1

Please sign in to comment.