From 18ae04eef64065320afc9b16a75961af7eec6c37 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 27 Apr 2021 16:01:25 +0200 Subject: [PATCH 1/9] Fixed link to code of conduct --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 6b7b730..8db2f10 100644 --- a/README.Rmd +++ b/README.Rmd @@ -138,7 +138,7 @@ In the meantime, please use `citation("Rcompadre")`. ## Contributions -All contributions are welcome. Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms. +All contributions are welcome. Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. There are numerous ways of contributing. diff --git a/README.md b/README.md index 23487d9..22719fd 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ please use `citation("Rcompadre")`. ## Contributions All contributions are welcome. Please note that this project is released -with a [Contributor Code of Conduct](CONDUCT.md). By participating in +with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. There are numerous ways of contributing. From eabf1ca5a478b228e982dc1844bb120a0e8da40e Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 27 Apr 2021 16:06:43 +0200 Subject: [PATCH 2/9] Update DESCRIPTION Add quotes around DB names to prevent NOTE in build check --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 684e478..2c322ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: Rcompadre Type: Package -Title: Utilities for Working with the COMPADRE/COMADRE Plant and Animal Matrix Model Databases +Title: Utilities for Working with the 'COMPADRE'/'COMADRE' Plant and Animal Matrix Model Databases Version: 1.0.0 Authors@R: c( person(given = "Patrick", From 75e54a415b61d9722b2286079a7bbc4bad5fb546 Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 27 Apr 2021 14:46:37 +0000 Subject: [PATCH 3/9] Re-build site, codemeta.json and README --- README.md | 4 ++-- codemeta.json | 2 +- docs/articles/a04_ObtainingReferences.html | 8 ++------ docs/index.html | 2 +- docs/pkgdown.yml | 2 +- 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d6f22a1..982791f 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ please use `citation("Rcompadre")`. ## Contributions All contributions are welcome. Please note that this project is released -with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in -this project you agree to abide by its terms. +with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By +participating in this project you agree to abide by its terms. There are numerous ways of contributing. diff --git a/codemeta.json b/codemeta.json index 4589750..fc815e0 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "@type": "SoftwareSourceCode", "identifier": "Rcompadre", "description": "Utility functions for interacting with the COMPADRE and COMADRE databases of matrix population models.", - "name": "Rcompadre: Utilities for Working with the COMPADRE/COMADRE Plant and Animal Matrix Model Databases", + "name": "Rcompadre: Utilities for Working with the 'COMPADRE'/'COMADRE' Plant and Animal Matrix Model Databases", "codeRepository": "https://github.com/jonesor/Rcompadre", "issueTracker": "https://github.com/jonesor/Rcompadre/issues", "license": "https://spdx.org/licenses/GPL-2.0", diff --git a/docs/articles/a04_ObtainingReferences.html b/docs/articles/a04_ObtainingReferences.html index b50106c..6301faf 100644 --- a/docs/articles/a04_ObtainingReferences.html +++ b/docs/articles/a04_ObtainingReferences.html @@ -139,15 +139,11 @@

2021-04-27

Thus, we can obtain the full references for this subset of the COMADRE database like this:

 rcrossref::cr_cn(unique(Comadre$DOI.ISBN),format = "text",style = "apa")
-#> Warning: 10.1890/09-1641.1 w/ (504) -
-#> Warning: 10.1890/02-5195 w/ (503) - <html><body><h1>503 Service Unavailable</h1>
-#> No server is available to handle this request.
-#> </body></html>
 #> [[1]]
-#> NULL
+#> [1] "Hunter, C. M., Caswell, H., Runge, M. C., Regehr, E. V., Amstrup, S. C., & Stirling, I. (2010). Climate change threatens polar bear populations: a stochastic demographic analysis. Ecology, 91(10), 2883–2897. doi:10.1890/09-1641.1"
 #> 
 #> [[2]]
-#> NULL
+#> [1] "Carroll, C., Noss, R. F., Paquet, P. C., & Schumaker, N. H. (2003). USE OF POPULATION VIABILITY ANALYSIS AND RESERVE SELECTION ALGORITHMS IN REGIONAL CONSERVATION PLANS. Ecological Applications, 13(6), 1773–1789. doi:10.1890/02-5195"
 #> 
 #> [[3]]
 #> [1] "Wielgus, R. B. (2002). Minimum viable population and reserve sizes for naturally regulated grizzly bears in British Columbia. Biological Conservation, 106(3), 381–388. doi:10.1016/s0006-3207(01)00265-8"
diff --git a/docs/index.html b/docs/index.html index 3cd4b24..f47040a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -219,7 +219,7 @@

Contributions

-

All contributions are welcome. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

+

All contributions are welcome. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

There are numerous ways of contributing.

  1. You can submit bug reports, suggestions etc. by opening an issue.

  2. diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 5af44bb..49c26a7 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -6,5 +6,5 @@ articles: a02_RcompadreTidy: a02_RcompadreTidy.html a03_VectorisingRcompadre: a03_VectorisingRcompadre.html a04_ObtainingReferences: a04_ObtainingReferences.html -last_built: 2021-04-27T13:51Z +last_built: 2021-04-27T14:45Z From d9c610b03414ce3874d405d34eb643f518cbe062 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 27 Apr 2021 16:48:14 +0200 Subject: [PATCH 4/9] add concuct doc --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 982791f..ece297a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,10 @@ # Rcompadre - | Project | Main branch | Devel branch | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) | [![R-CMD-check](https://github.com/jonesor/Rcompadre/actions/workflows/main_check.yaml/badge.svg)](https://github.com/jonesor/Rcompadre/actions/workflows/main_check.yaml) | [![R-CMD-check](https://github.com/jonesor/Rcompadre/actions/workflows/devel_build_check.yaml/badge.svg)](https://github.com/jonesor/Rcompadre/actions/workflows/devel_build_check.yaml) | | [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | [![Build Status](https://travis-ci.org/jonesor/Rcompadre.svg?branch=main)](https://travis-ci.org/jonesor/Rcompadre) | [![Build Status](https://travis-ci.org/jonesor/Rcompadre.svg?branch=main)](https://travis-ci.org/jonesor/Rcompadre) | | | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jonesor/Rcompadre?branch=main&svg=true)](https://ci.appveyor.com/project/jonesor/Rcompadre) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jonesor/Rcompadre?branch=devel&svg=true)](https://ci.appveyor.com/project/jonesor/Rcompadre) | From 1208fe35a1005f08cb1249f310825e1e4d7169c0 Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 27 Apr 2021 14:55:02 +0000 Subject: [PATCH 5/9] Re-build site, codemeta.json and README --- README.md | 3 ++- docs/articles/a04_ObtainingReferences.html | 15 ++++++++++++--- docs/pkgdown.yml | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ece297a..982791f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ # Rcompadre + | Project | Main branch | Devel branch | -|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) | [![R-CMD-check](https://github.com/jonesor/Rcompadre/actions/workflows/main_check.yaml/badge.svg)](https://github.com/jonesor/Rcompadre/actions/workflows/main_check.yaml) | [![R-CMD-check](https://github.com/jonesor/Rcompadre/actions/workflows/devel_build_check.yaml/badge.svg)](https://github.com/jonesor/Rcompadre/actions/workflows/devel_build_check.yaml) | | [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | [![Build Status](https://travis-ci.org/jonesor/Rcompadre.svg?branch=main)](https://travis-ci.org/jonesor/Rcompadre) | [![Build Status](https://travis-ci.org/jonesor/Rcompadre.svg?branch=main)](https://travis-ci.org/jonesor/Rcompadre) | | | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jonesor/Rcompadre?branch=main&svg=true)](https://ci.appveyor.com/project/jonesor/Rcompadre) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jonesor/Rcompadre?branch=devel&svg=true)](https://ci.appveyor.com/project/jonesor/Rcompadre) | diff --git a/docs/articles/a04_ObtainingReferences.html b/docs/articles/a04_ObtainingReferences.html index 6301faf..27cd85a 100644 --- a/docs/articles/a04_ObtainingReferences.html +++ b/docs/articles/a04_ObtainingReferences.html @@ -139,14 +139,23 @@

    2021-04-27

    Thus, we can obtain the full references for this subset of the COMADRE database like this:

     rcrossref::cr_cn(unique(Comadre$DOI.ISBN),format = "text",style = "apa")
    +#> Warning: 10.1890/09-1641.1 w/ (503) - <html><body><h1>503 Service Unavailable</h1>
    +#> No server is available to handle this request.
    +#> </body></html>
    +#> Warning: 10.1890/02-5195 w/ (503) - <html><body><h1>503 Service Unavailable</h1>
    +#> No server is available to handle this request.
    +#> </body></html>
    +#> Warning: 10.1016/S0006-3207%2801%2900265-8 w/ (503) - <html><body><h1>503 Service Unavailable</h1>
    +#> No server is available to handle this request.
    +#> </body></html>
     #> [[1]]
    -#> [1] "Hunter, C. M., Caswell, H., Runge, M. C., Regehr, E. V., Amstrup, S. C., & Stirling, I. (2010). Climate change threatens polar bear populations: a stochastic demographic analysis. Ecology, 91(10), 2883–2897. doi:10.1890/09-1641.1"
    +#> NULL
     #> 
     #> [[2]]
    -#> [1] "Carroll, C., Noss, R. F., Paquet, P. C., & Schumaker, N. H. (2003). USE OF POPULATION VIABILITY ANALYSIS AND RESERVE SELECTION ALGORITHMS IN REGIONAL CONSERVATION PLANS. Ecological Applications, 13(6), 1773–1789. doi:10.1890/02-5195"
    +#> NULL
     #> 
     #> [[3]]
    -#> [1] "Wielgus, R. B. (2002). Minimum viable population and reserve sizes for naturally regulated grizzly bears in British Columbia. Biological Conservation, 106(3), 381–388. doi:10.1016/s0006-3207(01)00265-8"
    +#> NULL

Various other formats and styles of output are available, see ?rcrossref::cr_cn for details.

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 49c26a7..457719d 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -6,5 +6,5 @@ articles: a02_RcompadreTidy: a02_RcompadreTidy.html a03_VectorisingRcompadre: a03_VectorisingRcompadre.html a04_ObtainingReferences: a04_ObtainingReferences.html -last_built: 2021-04-27T14:45Z +last_built: 2021-04-27T14:54Z From 33eef17979a4ca5b19ca76a5be4264c3af797c40 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 27 Apr 2021 19:31:55 +0200 Subject: [PATCH 6/9] CoC --- CODE_OF_CONDUCT.md | 13 ------------- DESCRIPTION | 2 +- README.Rmd | 2 +- README.md | 5 +++-- 4 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index c105121..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,13 +0,0 @@ -# Contributor Code of Conduct - -As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. - -We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion. - -Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct. - -Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team. - -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. - -This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org/), version 1.0.0, available at https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html diff --git a/DESCRIPTION b/DESCRIPTION index 2c322ff..58c0ef6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -42,7 +42,7 @@ Authors@R: c( role = "aut", email = "levisc8@gmail.com", comment = c(ORCID = "0000-0002-3289-9925"))) -Description: Utility functions for interacting with the COMPADRE and COMADRE databases of matrix population models. +Description: Utility functions for interacting with the 'COMPADRE' and 'COMADRE' databases of matrix population models. License: GPL-2 | file LICENSE URL: https://github.com/jonesor/Rcompadre BugReports: https://github.com/jonesor/Rcompadre/issues diff --git a/README.Rmd b/README.Rmd index 8db2f10..e242243 100644 --- a/README.Rmd +++ b/README.Rmd @@ -138,7 +138,7 @@ In the meantime, please use `citation("Rcompadre")`. ## Contributions -All contributions are welcome. Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. +All contributions are welcome. Please note that this project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By participating in this project you agree to abide by its terms. There are numerous ways of contributing. diff --git a/README.md b/README.md index ece297a..5177156 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,9 @@ please use `citation("Rcompadre")`. ## Contributions All contributions are welcome. Please note that this project is released -with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By -participating in this project you agree to abide by its terms. +with a [Contributor Code of +Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). +By participating in this project you agree to abide by its terms. There are numerous ways of contributing. From 8454aa378fbb20ccd9c0eb7c03dafe7fd8fc9827 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 27 Apr 2021 19:33:20 +0200 Subject: [PATCH 7/9] Update .travis.yml Stopped checks on OSX devel R (fails, but it's a travis issue, not us!) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5aea061..8b7c194 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ matrix: - os: linux dist: xenial r: devel - - os: osx - osx_image: xcode12 - r: devel + # - os: osx + # osx_image: xcode12 + # r: devel # Branches branches: From 571d973862e26a89900328bb9eac189702b70e58 Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 27 Apr 2021 19:37:35 +0200 Subject: [PATCH 8/9] Added note to cran comments, deleted CRAN-RELEASE --- CRAN-RELEASE | 2 -- cran-comments.md | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 CRAN-RELEASE diff --git a/CRAN-RELEASE b/CRAN-RELEASE deleted file mode 100644 index 743ec83..0000000 --- a/CRAN-RELEASE +++ /dev/null @@ -1,2 +0,0 @@ -This package was submitted to CRAN on 2021-04-27. -Once it is accepted, delete this file and tag the release (commit 9d6127a3d3). diff --git a/cran-comments.md b/cran-comments.md index bae5591..59ed4bc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -148,8 +148,12 @@ __R latest release__ ## R CMD check results -There were no ERRORs, WARNINGs or NOTEs. +There were no ERRORs or WARNINGs. +There was 1 NOTE: +Non-standard file/directory found at top level: + 'cran-comments.md' + This is the first submission to CRAN. ## Downstream dependencies From a92f00b67a2ebec33238c72d36fab6059330c55b Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 27 Apr 2021 17:52:27 +0000 Subject: [PATCH 9/9] Re-build site, codemeta.json and README --- codemeta.json | 2 +- docs/articles/a04_ObtainingReferences.html | 15 +++------------ docs/index.html | 8 +------- docs/pkgdown.yml | 2 +- 4 files changed, 6 insertions(+), 21 deletions(-) diff --git a/codemeta.json b/codemeta.json index fc815e0..c4c0dc2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,7 +5,7 @@ ], "@type": "SoftwareSourceCode", "identifier": "Rcompadre", - "description": "Utility functions for interacting with the COMPADRE and COMADRE databases of matrix population models.", + "description": "Utility functions for interacting with the 'COMPADRE' and 'COMADRE' databases of matrix population models.", "name": "Rcompadre: Utilities for Working with the 'COMPADRE'/'COMADRE' Plant and Animal Matrix Model Databases", "codeRepository": "https://github.com/jonesor/Rcompadre", "issueTracker": "https://github.com/jonesor/Rcompadre/issues", diff --git a/docs/articles/a04_ObtainingReferences.html b/docs/articles/a04_ObtainingReferences.html index 27cd85a..6301faf 100644 --- a/docs/articles/a04_ObtainingReferences.html +++ b/docs/articles/a04_ObtainingReferences.html @@ -139,23 +139,14 @@

2021-04-27

Thus, we can obtain the full references for this subset of the COMADRE database like this:

 rcrossref::cr_cn(unique(Comadre$DOI.ISBN),format = "text",style = "apa")
-#> Warning: 10.1890/09-1641.1 w/ (503) - <html><body><h1>503 Service Unavailable</h1>
-#> No server is available to handle this request.
-#> </body></html>
-#> Warning: 10.1890/02-5195 w/ (503) - <html><body><h1>503 Service Unavailable</h1>
-#> No server is available to handle this request.
-#> </body></html>
-#> Warning: 10.1016/S0006-3207%2801%2900265-8 w/ (503) - <html><body><h1>503 Service Unavailable</h1>
-#> No server is available to handle this request.
-#> </body></html>
 #> [[1]]
-#> NULL
+#> [1] "Hunter, C. M., Caswell, H., Runge, M. C., Regehr, E. V., Amstrup, S. C., & Stirling, I. (2010). Climate change threatens polar bear populations: a stochastic demographic analysis. Ecology, 91(10), 2883–2897. doi:10.1890/09-1641.1"
 #> 
 #> [[2]]
-#> NULL
+#> [1] "Carroll, C., Noss, R. F., Paquet, P. C., & Schumaker, N. H. (2003). USE OF POPULATION VIABILITY ANALYSIS AND RESERVE SELECTION ALGORITHMS IN REGIONAL CONSERVATION PLANS. Ecological Applications, 13(6), 1773–1789. doi:10.1890/02-5195"
 #> 
 #> [[3]]
-#> NULL
+#> [1] "Wielgus, R. B. (2002). Minimum viable population and reserve sizes for naturally regulated grizzly bears in British Columbia. Biological Conservation, 106(3), 381–388. doi:10.1016/s0006-3207(01)00265-8"

Various other formats and styles of output are available, see ?rcrossref::cr_cn for details.

diff --git a/docs/index.html b/docs/index.html index f47040a..337d7c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -219,7 +219,7 @@

Contributions

-

All contributions are welcome. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

+

All contributions are welcome. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

There are numerous ways of contributing.

  1. You can submit bug reports, suggestions etc. by opening an issue.

  2. @@ -249,12 +249,6 @@

    License

-
-

Community

- -

Developers

    diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 457719d..9873724 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -6,5 +6,5 @@ articles: a02_RcompadreTidy: a02_RcompadreTidy.html a03_VectorisingRcompadre: a03_VectorisingRcompadre.html a04_ObtainingReferences: a04_ObtainingReferences.html -last_built: 2021-04-27T14:54Z +last_built: 2021-04-27T17:51Z