Skip to content

Commit

Permalink
Add new variable and filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Apr 18, 2024
1 parent dc0cc92 commit 1fc8733
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# finbif 0.9.5.9000

#### MINOR IMPROVEMENTS

- New undocumented variable and filter `local` added from upstream
API.

# finbif 0.9.5

#### MINOR IMPROVEMENTS
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
1 change: 1 addition & 0 deletions data-raw/citable_file_variables.csv
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ Taxon.StatusesFI,regStatFI,regulatory_status_finnish,regulatoryStatusFinnish,FAL
Unit.Interpretations.Tags,tags,record_derived_tags,occurrenceDerivedTags,FALSE,character,FALSE
Unit.Alive,isAlive,is_alive,isAlive,FALSE,logical,FALSE
Gathering.AccurateArea,accuArea,accurate_area,accurateArea,FALSE,logical,FALSE
Unit.Local,local,local,local,FALSE,FALSE,logical,FALSE
1 change: 1 addition & 0 deletions data-raw/filters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ excludeNulls,exclude_missing_levels,logical,FALSE,",",FALSE
hasUnitModel,has_record_model,logical,FALSE,",",FALSE
collectionIdExplicit,collection_exclusive,uri,FALSE,",",FALSE
collectionIdExplicitNot,not_collection_exclusive,uri,FALSE,",",FALSE
local,is_local,logical,FALSE,",",FALSE
1 change: 1 addition & 0 deletions data-raw/variables.csv
Original file line number Diff line number Diff line change
Expand Up @@ -720,3 +720,4 @@ gathering.media.fullResolutionMediaAvailable,event_media_full_res,eventAssociate
gathering.media.type,event_media_type2,eventAssociatedMediaType2,FALSE,FALSE,character,factor,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE
unit.media.fullResolutionMediaAvailable,record_media_full_res,occurrenceAssociatedMediaFullRes,FALSE,FALSE,logical,logical,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE
unit.media.type,record_media_type2,occurrenceAssociatedMediaType2,FALSE,FALSE,character,factor,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE
unit.local,local,local,FALSE,FALSE,logical,logical,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE
7 changes: 7 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ articles:
v03_selecting_variables: v03_selecting_variables.html
v04_metadata: v04_metadata.html
v05_filtering: v05_filtering.html
last_built: 2024-04-18T10:35Z
last_built: 2024-04-18T10:40Z

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
\title{News for Package \pkg{finbif}}

\section{finbif version 0.9.5.9000}{
\subsection{MINOR IMPROVEMENTS}{
\itemize{
\item New undocumented variable and filter \code{local} added from
upstream API.
}
}
}

\section{finbif version 0.9.5}{
Expand Down

0 comments on commit 1fc8733

Please sign in to comment.