Skip to content

Commit

Permalink
[WIP] fix variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Aug 16, 2024
1 parent 66f11a3 commit 4168527
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/r/openproblems/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

export(.render_example_process_property)
export(.task_graph_get_root)
export(anndata_struct_names)
export(create_task_graph)
export(find_project_root)
export(format_comp_args_as_tibble)
export(format_file_format)
export(format_file_format_as_kable)
export(list_as_tibble)
export(list_contains_tibble)
export(read_anndata_slots)
export(read_api_files)
export(read_comp_args)
export(read_comp_info)
Expand Down
1 change: 0 additions & 1 deletion packages/r/openproblems/R/read_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ read_file_info <- function(spec, path) {


read_anndata_slots <- function(spec, path) {
anndata_struct_names <- c("obs", "var", "obsm", "obsp", "varm", "varp", "layers", "uns")
map_df(
anndata_struct_names,
function(struct_name, slot) {
Expand Down
2 changes: 2 additions & 0 deletions packages/r/openproblems/R/variables.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# variables used across the package
anndata_struct_names <- c("obs", "var", "obsm", "obsp", "varm", "varp", "layers", "uns")

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4168527

Please sign in to comment.