Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cran preparations #230

Merged
merged 4 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.9000
Version: 1.0.1
Authors@R: c(
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "daniel.falster@unsw.edu.au", comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "e.wenk@unsw.edu.au", comment = c(ORCID = "0000-0001-5640-5910")),
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2023
YEAR: 2024
COPYRIGHT HOLDER: Daniel Falster
6 changes: 1 addition & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# APCalign 1.0.0
# APCalign 1.0.1

First major release of APCalign. A preprint is available at
https://www.biorxiv.org/content/10.1101/2024.02.02.578715v1.
Expand All @@ -23,10 +23,6 @@ and removing functions from @import
* Refine tests
* Make messages to console optional
* Fix issue with fails when github is down (https://github.com/traitecoevo/APCalign/issues/205)

# APCalign 0.1.5


* Update installation instructions
* Added how to cite and version APCalign as an article
* Exported `default_version`
Expand Down
2 changes: 1 addition & 1 deletion R/load_taxonomic_resources.R
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ dataset_access_function <-
#' version is specified.
#'
#' @return A character string representing the default version for stable data.
#'
#' @example default_version()
#'
#' @export

Expand Down
16 changes: 2 additions & 14 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
## 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


## Rev Deps

* There are no reverse dependencies that needed to be checked



* This is a new release.
* 2 notes with HTML validation problems on MacOS 14.5
3 changes: 2 additions & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bibentry(
bibtype = "Unpublished",
bibtype = "Article",
title = "APCalign: an R package workflow and app for aligning and updating flora names to the Australian Plant Census",
journal = "Australian Journal of Botany",
author = c(
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "e.wenk@unsw.edu.au", comment = c(ORCID = "0000-0001-5640-5910")),
person(given = "Will", family = "Cornwell", role = c("aut", "ctb"), email = "w.cornwell@unsw.edu.au", comment = c(ORCID = "0000-0003-4080-4073")),
Expand Down
Loading