-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRAN prep and minor fixes to documentation (#173)
* simplfying data download and adding a trycatch (#169) removing contentid for the short term and simplifying data download. * Graceful testing for load_taxonomic_resources (#164) * Add GitHub links to DESCRIPTION * Updated hex #81 * NEWS updates and CRAN comments, Reverse dependency comments * Updated documentation for create_taxonomic_update_lookup #168 * Minor updates to documentation for resources argument * Minor documentation changes --------- Co-authored-by: Will Cornwell <wcornwell@gmail.com> Co-authored-by: Elizabeth Wenk <ehwenk@gmail.com> Co-authored-by: Fonti Kar <f.kar@unsw.edu.au>
- Loading branch information
1 parent
30681f8
commit fd20bdd
Showing
26 changed files
with
85 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ | |
^Meta$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ | ||
^revdep | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# APCalign 0.1.3 | ||
|
||
* Refined testing for functions that rely on online resources and network connection | ||
|
||
* Better handling of errors when API/network connection is down for `load_taxonomic_resources` | ||
|
||
* Refined testing for `load_taxonomic_resources` | ||
|
||
* Revised hex - now is .svg! | ||
|
||
* Minor update to documentation for 'create_taxonomic_update_lookup' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
## Resubmission | ||
This is a resubmission. This version we have: | ||
|
||
* Added measures to gracefully fail should API/internet resources/network is down. | ||
|
||
* Minor update to documentation for one function | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
|
||
* This is a new release. | ||
|
||
## Rev Deps | ||
|
||
* There are no reverse dependencies that needed to be checked | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
library(hexSticker) | ||
|
||
imgurl <- file.path("inst/figures/wattle2.png") | ||
sticker(imgurl, package="APCalign", | ||
p_size = 30, | ||
p_x = 1, p_y = 0.70, | ||
s_x=1.5, s_y=1, | ||
s_width=0.9, s_height = 0.9, | ||
p_color = "goldenrod4", | ||
h_color = "goldenrod1", | ||
h_fill = "white", | ||
filename="man/figures/APCalign_hex.png") | ||
imgurl <- file.path("inst/figures/APCalign_v2.png") | ||
sticker( | ||
imgurl, | ||
package=" ", | ||
# p_size = 30, | ||
# p_x = 1, p_y = 0.70, | ||
s_x=1, s_y=1.1, | ||
s_width=0.85, s_height = 0.85, | ||
# p_color = "goldenrod4", | ||
h_color = "#B38E21", | ||
h_fill = "#FBF8C7", | ||
filename="man/figures/APCalign_hex_2.png" | ||
) | ||
|
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.