diff --git a/articles/attributes.html b/articles/attributes.html index 35957149..d760d496 100644 --- a/articles/attributes.html +++ b/articles/attributes.html @@ -99,22 +99,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 multistate data...
-#> Using data downloaded on 2024-03-22 19:39:49.
+#> Using data downloaded on 2024-03-22 19:58:15.
#> Importing binary data...
-#> Using data downloaded on 2024-03-22 19:40:00.
+#> Using data downloaded on 2024-03-22 19:58:25.
#> Importing numeric data...
-#> Using data downloaded on 2024-03-22 19:40:03.
+#> Using data downloaded on 2024-03-22 19:58:27.
names(bp)
#> [1] "aerophilicity"
#> [2] "antimicrobial resistance"
diff --git a/reference/makeSignatures.html b/reference/makeSignatures.html
index a2b86c63..2e4f129c 100644
--- a/reference/makeSignatures.html
+++ b/reference/makeSignatures.html
@@ -135,11 +135,11 @@ Examples
bp <- importBugphyzz()
#> Importing multistate data...
-#> Using data downloaded on 2024-03-22 19:39:49.
+#> Using data downloaded on 2024-03-22 19:58:15.
#> Importing binary data...
-#> Using data downloaded on 2024-03-22 19:40:00.
+#> Using data downloaded on 2024-03-22 19:58:25.
#> Importing numeric data...
-#> Using data downloaded on 2024-03-22 19:40:03.
+#> Using data downloaded on 2024-03-22 19:58:27.
sigs <- purrr::map(bp, makeSignatures)
sigs <- purrr::list_flatten(sigs, name_spec = "{inner}")