Last data update: 2014.03.03

illuminaio

Package: illuminaio
Version: 0.14.0
Title: Parsing Illumina Microarray Output Files
Description: Tools for parsing Illumina's microarray output files, including IDAT.
Authors@R: c(person("Keith", "Baggerly", role = "aut"),
person("Henrik", "Bengtsson", role = "aut"),
person(c("Kasper", "Daniel"), "Hansen", role = c("aut", "cre"),
email = "kasperdanielhansen@gmail.com"),
person("Matt", "Ritchie", role = "aut"),
person(c("Mike", "L."), "Smith", role = "aut"),
person("Tim", "Triche Jr.", role = "ctb"))
Suggests: RUnit, BiocGenerics, IlluminaDataTestFiles (>= 1.0.2),
BiocStyle
Imports: base64
License: GPL-2
URL: https://github.com/HenrikBengtsson/illuminaio
BugReports: https://github.com/HenrikBengtsson/illuminaio/issues
biocViews: Infrastructure, DataImport, Microarray, ProprietaryPlatforms
NeedsCompilation: yes
Packaged: 2016-05-04 04:46:15 UTC; biocbuild
Author: Keith Baggerly [aut],
Henrik Bengtsson [aut],
Kasper Daniel Hansen [aut, cre],
Matt Ritchie [aut],
Mike L. Smith [aut],
Tim Triche Jr. [ctb]
Maintainer: Kasper Daniel Hansen <kasperdanielhansen@gmail.com>

● BiocViews: DataImport, Infrastructure, Microarray, ProprietaryPlatforms
● 0 images, 3 functions, 0 datasets
Reverse Depends: 3

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'illuminaio' ...
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c des.c -o des.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c local_des.c -o local_des.o
local_des.c: In function 'decrypt':
local_des.c:27:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         fread(sessionKey, 8, 1, f);
         ^
local_des.c:35:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         fread(data, len, 1, f);
         ^
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o illuminaio.so des.o local_des.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/illuminaio/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'illuminaio'
    finding HTML links ... done
    readBGX                                 html  
    readBPM                                 html  
    readIDAT                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (illuminaio)
Making 'packages.html' ... done