Skip to content

Commit

Permalink
#61 manage imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jul 13, 2015
1 parent ba0c7fa commit c85ed4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: rsdmx
Version: 0.4-7
Date: 2015-07-07
Date: 2015-07-14
Title: Tools for Reading SDMX Data and Metadata
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com"),
person("Matthieu", "Stigler", role = c("ctb")))
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Depends: R (>= 2.15)
Imports: methods, XML (>= 3.96-1.1), RCurl, plyr
Imports: methods, XML (>= 3.96-1.1), RCurl, plyr, utils
Suggests: testthat
Description: Set of classes and methods to read data and metadata documents
exchanged through the Statistical Data and Metadata Exchange (SDMX) framework,
Expand Down
9 changes: 5 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import(methods)
import(XML)
import(RCurl)
import(plyr)
import("methods")
import("XML")
import("RCurl")
importFrom("plyr", "rbind.fill")
importFrom("utils", "packageVersion")

exportClasses(
SDMX,
Expand Down
2 changes: 1 addition & 1 deletion man/rsdmx-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Package: \tab rsdmx\cr
Type: \tab Package\cr
Version
: \tab 0.4-7\cr
Date: \tab 2015-07-07\cr
Date: \tab 2015-07-14\cr
License: \tab GPL(>=2.0)\cr
LazyLoad: \tab yes\cr
}
Expand Down

0 comments on commit c85ed4f

Please sign in to comment.