Skip to content

Commit

Permalink
right version
Browse files Browse the repository at this point in the history
  • Loading branch information
lolow committed Mar 10, 2016
1 parent 929af05 commit 6316842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: gdxtools
Type: Package
Title: Manipulate GDX Files
Version: 0.3.1
Date: 2016-03-07
Version: 0.3.2
Date: 2016-03-10
Authors@R: person("Laurent", "Drouet", ,"ldrouet@gmail.com", role = c("aut", "cre"))
Description: Get info on GDX files (GAMS database exchange files)
and convert parameters and variables data into data.frame.
Expand Down
2 changes: 1 addition & 1 deletion R/gdx.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extract.gdx <- function(x, item, field = "l", addgdxname = F, ...) {
} else if(item %in% x$sets$name){
res = gdxrrw::rgdx(x$filename, list(name = item), squeeze = F)
text = x$sets$text[item==x$sets$name]
}else {
} else {
warning("item not found")
return(NULL)
}
Expand Down

0 comments on commit 6316842

Please sign in to comment.