Skip to content

Commit

Permalink
debug #195
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 24, 2024
1 parent 3c0c231 commit 0199973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rsdmx
Version: 0.6-3
Date: 2023-08-28
Date: 2024-01-24
Title: Tools for Reading SDMX Data and Metadata
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
Expand Down
4 changes: 2 additions & 2 deletions R/SDMXConcepts-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ as.data.frame.SDMXConcepts <- function(x, ...,
obj <- switch(class(obj),
"character" = NA,
"logical" = NA,
"list" = structure(as.list(rep(NA,2)),
.Names = names(conceptsList[[1]]@Name))
"list" = structure(as.list(rep(NA,length(concept@Name))),
.Names = names(concept@Name))
)
}
return(obj)
Expand Down

0 comments on commit 0199973

Please sign in to comment.