diff --git a/articles/attributes.html b/articles/attributes.html index 5b68f87..3785b11 100644 --- a/articles/attributes.html +++ b/articles/attributes.html @@ -100,22 +100,22 @@
The 17 sources of annotations in bugphyzz:
- - + +Definition of attributes and attribute values. Ontology terms can be searched at OSLv3 and OSLv4.
- - + +
bp <- importBugphyzz()
#> Importing binary data...
-#> Using data downloaded on 2024-04-01 21:36:06.
+#> Using data downloaded on 2024-04-02 15:56:17.
#> Importing multistate data...
-#> Using data downloaded on 2024-04-01 21:36:09.
+#> Using data downloaded on 2024-04-02 15:56:19.
#> Importing numeric data...
-#> Using data downloaded on 2024-04-01 21:36:18.
+#> Using data downloaded on 2024-04-02 15:56:25.
names(bp)
#> [1] "animal pathogen"
#> [2] "antimicrobial sensitivity"
diff --git a/reference/makeSignatures.html b/reference/makeSignatures.html
index 4af434d..51600e7 100644
--- a/reference/makeSignatures.html
+++ b/reference/makeSignatures.html
@@ -135,11 +135,11 @@ Examples
bp <- importBugphyzz()
#> Importing binary data...
-#> Using data downloaded on 2024-04-01 21:36:06.
+#> Using data downloaded on 2024-04-02 15:56:17.
#> Importing multistate data...
-#> Using data downloaded on 2024-04-01 21:36:09.
+#> Using data downloaded on 2024-04-02 15:56:19.
#> Importing numeric data...
-#> Using data downloaded on 2024-04-01 21:36:18.
+#> Using data downloaded on 2024-04-02 15:56:25.
sigs <- purrr::map(bp, makeSignatures)
sigs <- purrr::list_flatten(sigs, name_spec = "{inner}")