Skip to content

Commit

Permalink
bumping version number and updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Jul 31, 2024
1 parent a99fc67 commit adfee1c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
^cran-comments\.md$
^CRAN-SUBMISSION$
^revdep

^.DS_Store
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: APCalign
Title: Resolving Plant Taxon Names Using the Australian Plant Census
Version: 1.0.1
Version: 1.0.2
Authors@R: c(
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-5640-5910")),
Expand Down
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ library(APCalign)
`APCalign` uses the [Australian Plant Census (APC)](https://biodiversity.org.au/nsl/services/search/taxonomy) and [Australian Plant Name Index](https://biodiversity.org.au/nsl/services/search/names) to align and update Australian plant taxon name strings. 'APCalign' also supplies information about
the established status (native/introduced) of plant taxa across different states/territories. It's useful for updating species list and intersecting them with the APC consensus understanding of established status (native/introduced).

## Installation
## Installation

```{r install, eval= FALSE}
install.packages("APCalign")
# OR for the github version
install.packages("remotes")
remotes::install_github("traitecoevo/APCalign")
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ of established status (native/introduced).

``` r

install.packages("APCalign")

# OR for the github version

install.packages("remotes")
remotes::install_github("traitecoevo/APCalign")

Expand Down Expand Up @@ -64,6 +68,9 @@ load the taxonomic resources into memory first:

tax_resources <- load_taxonomic_resources()
#> ================================================================================================================================================================
```

``` r

create_taxonomic_update_lookup(
taxa = c(
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@


* This is a resubmission
* Removed `packageVersion()` from CITATION file
* 2 notes with HTML validation problems on MacOS 14.5
* More gracefully handling edge cases involving parts of the internet being down
* Better handling an error in the vignette specific to certain MacOS versions

0 comments on commit adfee1c

Please sign in to comment.