From a92f00b67a2ebec33238c72d36fab6059330c55b Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 27 Apr 2021 17:52:27 +0000 Subject: [PATCH] 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