Skip to content

Commit

Permalink
5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 29, 2024
1 parent ed14218 commit eca5134
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Imports:
httr,
jsonlite,
dplyr,
duckdbfs,
duckdbfs (>= 0.0.9),
rlang,
magrittr,
memoise
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ For more information on SemVer, please visit http://semver.org/.

v 5.0.1
-------
Fix the issue faced by users in China who can't access the URL https://huggingface.co directly. When the user's ip address is detected to be in China, it will be automatically switched to the mirror URL https://hf-mirror.com
Fix the issue faced by users in China who can't access the URL https://huggingface.co directly.
When the user's ip address is detected to be in China, it will be automatically switched to the mirror URL https://hf-mirror.com

v 5.0.0
-------
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fb_tbl("species") %>%

In most tables, species are identified by `SpecCode` (as per best practices) rather than scientific names. Multiple tables can be joined on the `SpecCode` to more fully describe a species.

To filter species by taxonomic names, use the taxa table from `load_taxa()`, which provides a joined table of taxonomy from subspecies up through Class, along with the corresponding FishBase taxon ids codes. Here is an example workflow joining two of the spawing tables and filtering to the grouper family, _Epinephelidae_:
To filter species by taxonomic names, use the taxa table from `load_taxa()`, which provides a joined table of taxonomy from subspecies up through Class, along with the corresponding FishBase taxon ids codes. Here is an example workflow joining two of the spawning tables and filtering to the grouper family, _Epinephelidae_:

```{r message=FALSE}
library(rfishbase)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ on the `SpecCode` to more fully describe a species.
To filter species by taxonomic names, use the taxa table from
`load_taxa()`, which provides a joined table of taxonomy from subspecies
up through Class, along with the corresponding FishBase taxon ids codes.
Here is an example workflow joining two of the spawing tables and
Here is an example workflow joining two of the spawning tables and
filtering to the grouper family, *Epinephelidae*:

``` r
Expand Down
8 changes: 6 additions & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CBinohlan
CMD
Collette
Compagno
Epinephelidae
FAO
FB
FishBASE
Expand All @@ -18,13 +19,13 @@ POPCHAR
RDB
README
RESTful
RStudio
RefNo
SL
SeaLifeBase
Sealifebase
SemVer
SpecCode
SpecCodes
Stergiou
WD
Wmax
Expand All @@ -40,7 +41,6 @@ duckdb
english
et
faoareas
fb
fishbase
fishbaseapi
fishbasethe
Expand All @@ -50,16 +50,20 @@ hotfix
htm
http
https
ip
lengthfrequency
memoization
morphometrics
name’
popchar
popgrowth
poplf
popqb
rappdirs
ropensci
sealifebase
spawing
synonym’
tbl
tibble
tmax
Expand Down

0 comments on commit eca5134

Please sign in to comment.