Skip to content

Commit

Permalink
Minor fix in prepartion for CRAN resubmission (#251)
Browse files Browse the repository at this point in the history
* Added rhub checks as part of CI workflow

* Bumped version number

* Safe guarding versions that come in from github API  #248

* Added error message when bad versions #249

* Removing Shiny URL from README as it is currently down with Posit R package issue
  • Loading branch information
fontikar authored Jan 13, 2025
1 parent b666e64 commit 7f8e98f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
6 changes: 1 addition & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,9 @@ get_apc_genus_family_lookup(c("Eucalyptus",
resources = tax_resources)
```

## Shiny application ✨

We also developed a shiny application for non-R users to update and align their taxonomic names. You can find the application here: https://unsw.shinyapps.io/APCalign-app

## Cheatsheet

<a href="https://github.com/traitecoevo/APCalign/tree/master/inst/cheatsheet/APCalign-cheatsheet.pdf"><img src="man/figures/APCalign-cheatsheet.png" width="60%"/></a>
<a href="https://github.com/traitecoevo/APCalign/blob/master/inst/cheatsheet/APCalign-cheatsheet.pdf"><img src="man/figures/APCalign-cheatsheet.png" width="60%"/></a>

## Learn more 📚

Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,9 @@ get_apc_genus_family_lookup(c("Eucalyptus",
#> 6 Triodia Poaceae
```

## Shiny application ✨

We also developed a shiny application for non-R users to update and
align their taxonomic names. You can find the application here:
<https://unsw.shinyapps.io/APCalign-app>

## Cheatsheet

<a href="https://github.com/traitecoevo/APCalign/tree/master/inst/cheatsheet/APCalign-cheatsheet.pdf"><img src="man/figures/APCalign-cheatsheet.png" width="60%"/></a>
<a href="https://github.com/traitecoevo/APCalign/blob/master/inst/cheatsheet/APCalign-cheatsheet.pdf"><img src="man/figures/APCalign-cheatsheet.png" width="60%"/></a>

## Learn more 📚

Expand All @@ -143,7 +137,7 @@ vignette to learn about how to use `APCalign`. You can also learn more
about our [taxa matching
algorithm](https://traitecoevo.github.io/APCalign/articles/updating-taxon-names.html).

## Show us support 💚
## Show us support 💛

Please consider citing our work, we are really proud of it!

Expand Down
4 changes: 1 addition & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@


* This is a resubmission
* More gracefully handling edge cases involving parts of the internet being down
* Better handling an error in the vignette specific to certain MacOS versions
* Improved handling for release tag versions from Github API
* Adding one user function for genus->family lookup


0 comments on commit 7f8e98f

Please sign in to comment.