Skip to content

Commit eca5134

Browse files
committed
5.0.1 release
1 parent ed14218 commit eca5134

5 files changed

Lines changed: 11 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Imports:
3333
httr,
3434
jsonlite,
3535
dplyr,
36-
duckdbfs,
36+
duckdbfs (>= 0.0.9),
3737
rlang,
3838
magrittr,
3939
memoise

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ For more information on SemVer, please visit http://semver.org/.
2525

2626
v 5.0.1
2727
-------
28-
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
28+
Fix the issue faced by users in China who can't access the URL https://huggingface.co directly.
29+
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
2930

3031
v 5.0.0
3132
-------

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fb_tbl("species") %>%
9595

9696
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.
9797

98-
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_:
98+
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_:
9999

100100
```{r message=FALSE}
101101
library(rfishbase)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ on the `SpecCode` to more fully describe a species.
136136
To filter species by taxonomic names, use the taxa table from
137137
`load_taxa()`, which provides a joined table of taxonomy from subspecies
138138
up through Class, along with the corresponding FishBase taxon ids codes.
139-
Here is an example workflow joining two of the spawing tables and
139+
Here is an example workflow joining two of the spawning tables and
140140
filtering to the grouper family, *Epinephelidae*:
141141

142142
``` r

inst/WORDLIST

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CBinohlan
22
CMD
33
Collette
44
Compagno
5+
Epinephelidae
56
FAO
67
FB
78
FishBASE
@@ -18,13 +19,13 @@ POPCHAR
1819
RDB
1920
README
2021
RESTful
21-
RStudio
2222
RefNo
2323
SL
2424
SeaLifeBase
2525
Sealifebase
2626
SemVer
2727
SpecCode
28+
SpecCodes
2829
Stergiou
2930
WD
3031
Wmax
@@ -40,7 +41,6 @@ duckdb
4041
english
4142
et
4243
faoareas
43-
fb
4444
fishbase
4545
fishbaseapi
4646
fishbasethe
@@ -50,16 +50,20 @@ hotfix
5050
htm
5151
http
5252
https
53+
ip
5354
lengthfrequency
5455
memoization
5556
morphometrics
57+
name’
5658
popchar
5759
popgrowth
5860
poplf
5961
popqb
6062
rappdirs
6163
ropensci
6264
sealifebase
65+
spawing
66+
synonym’
6367
tbl
6468
tibble
6569
tmax

0 commit comments

Comments
 (0)