Skip to content

Commit

Permalink
Ready for release (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Sep 18, 2021
1 parent 65e6ea1 commit 97b7c29
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cran-comments.md
@@ -1,6 +1,6 @@
## Test environments
* Local R installation: R 4.1.1
* Ubuntu 20.04 (on GitHub Actions): R devel, release, oldrel
* Ubuntu (on GitHub Actions): R devel, release, oldrel
* Windows (on GitHub Actions and win-builder): R devel, release, oldrel
* MacOS (on GitHub Actions): R release

Expand Down
2 changes: 1 addition & 1 deletion revdep/README.md
Expand Up @@ -10,7 +10,7 @@
|collate |fr_FR.UTF-8 |
|ctype |fr_FR.UTF-8 |
|tz |Europe/Paris |
|date |2021-09-13 |
|date |2021-09-18 |

# Dependencies

Expand Down
Binary file modified vignettes/uml-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions vignettes/uml.R
Expand Up @@ -5,30 +5,39 @@ nomnoml::nomnoml("
[<package>arkhe|
[base::matrix||
replace_NA();
replace_Inf();
replace_zero();
remove_NA();
replace_NA();
remove_Inf();
replace_Inf();
remove_zero();
replace_zero();
remove_empty()
]
[<abstract>AbundanceMatrix|
+samples: character;
+groups: character;
+totals: numeric;
+date_from: integer;
+date_to: integer|
+dates: integer;
+tpq: integer;
+taq: integer|
get_samples();
set_samples();
has_groups();
get_groups();
set_groups();
get_totals();
set_totals();
has_dates();
get_dates();
set_dates();
has_terminus();
get_terminus();
set_terminus();
get_tpq();
set_tpq();
get_taq();
set_taq();
as_long();
as_features()
]
Expand Down

0 comments on commit 97b7c29

Please sign in to comment.