Skip to content

Commit

Permalink
Merge pull request #21 from EuracBiomedicalResearch/pack_fix
Browse files Browse the repository at this point in the history
CompDb
  • Loading branch information
Johannes Rainer authored Nov 8, 2017
2 parents 0828b30 + bd5ebf2 commit 78ed89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/pkg-template/R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
path <- system.file("extdata", package = pkgname, lib.loc = libname)
files <- dir(path)
for(i in seq_len(length(files))){
db <- CompoundDb(system.file("extdata", files[[i]], package = pkgname,
db <- CompDb(system.file("extdata", files[[i]], package = pkgname,
lib.loc = libname))
objname <- sub(".sqlite$","",files[[i]])
assign(objname, db, envir = ns)
Expand Down

0 comments on commit 78ed89e

Please sign in to comment.