Entering edit mode
sneha patil
▴
220
@sneha-patil-3903
Last seen 10.2 years ago
hiii
please check out this following error...and let me know where am going
wrong....
> outdir = "C:/Users/neurooncolab new pc/Documents/R"
> me <- "Wolfgang Huber <w.huber@dkfz.de>"
> species <- "Homo_sapiens"
> species <- "Homo_sapiens"
> makeProbePackage("HG-U95Av2", datafile = gzfile(filename, open =
"r"),
+ outdir = outdir, maintainer = me, species = species, version =
"0.0.1",
+ force = TRUE)
Importing the data.
Creating package in C:/Users/neurooncolab new
pc/Documents/R/hgu95av2probe
Writing the data.
Checking the package.
Error in makeProbePackage("HG-U95Av2", datafile = gzfile(filename,
open =
"r"), :
Expected but did not find the log-file
hgu95av2probe.Rcheck/00check.log
after R CMD check
In addition: Warning message:
closing unused connection 3 (C:/Users/neurooncolab new
pc/Documents/R/win-library/2.10/AnnotationDbi/extdata/HG-
U95Av2_probe_tab.gz)
> sessionInfo()
R version 2.10.1 (2009-12-14)
i386-pc-mingw32
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United
States.1252
[3] LC_MONETARY=English_United States.1252
LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] hgu95av2cdf_2.5.0 affy_1.24.2 matchprobes_1.18.0
Biostrings_2.14.10
[5] IRanges_1.4.10 AnnotationDbi_1.8.1 Biobase_2.6.1
loaded via a namespace (and not attached):
[1] affyio_1.14.0 DBI_0.2-5 preprocessCore_1.8.0
RSQLite_0.8-1
[5] tools_2.10.1
> traceback()
2: stop(paste("Expected but did not find the log-file", logFile,
"after R CMD check"))
1: makeProbePackage("HG-U95Av2", datafile = gzfile(filename, open =
"r"),
outdir = outdir, maintainer = me, species = species, version =
"0.0.1",
force = TRUE)
[[alternative HTML version deleted]]