Last data update: 2014.03.03

foreign

Package: foreign
Priority: recommended
Version: 0.8-66
Date: 2015-06-28
Title: Read Data Stored by Minitab, S, SAS, SPSS, Stata, Systat, Weka,
dBase, ...
Depends: R (>= 3.0.0)
Imports: methods, utils, stats
Authors@R: c(
person("R Core Team",
email = "R-core@R-project.org", role = c("aut", "cph", "cre")),
person("Roger", "Bivand", role = c("ctb", "cph")),
person(c("Vincent", "J."), "Carey", role = c("ctb", "cph")),
person("Saikat", "DebRoy", role = c("ctb", "cph")),
person("Stephen", "Eglen", role = c("ctb", "cph")),
person("Rajarshi", "Guha", role = c("ctb", "cph")),
person("Nicholas", "Lewin-Koh", role = c("ctb", "cph")),
person("Mark", "Myatt", role = c("ctb", "cph")),
person("Ben", "Pfaff", role = "ctb"),
person("Brian", "Quistorff", role = "ctb"),
person("Frank", "Warmerdam", role = c("ctb", "cph")),
person("Stephen", "Weigand", role = c("ctb", "cph")),
person("Free Software Foundation, Inc.", role = "cph"))
Copyright: see file COPYRIGHTS
Description: Functions for reading and writing data stored by some versions of
Epi Info, Minitab, S, SAS, SPSS, Stata, Systat and Weka
and for reading and writing some dBase files.
ByteCompile: yes
Biarch: yes
License: GPL (>= 2)
BugReports: http://bugs.r-project.org
NeedsCompilation: yes
Packaged: 2015-08-18 14:20:43 UTC; luke
Author: R Core Team [aut, cph, cre],
Roger Bivand [ctb, cph],
Vincent J. Carey [ctb, cph],
Saikat DebRoy [ctb, cph],
Stephen Eglen [ctb, cph],
Rajarshi Guha [ctb, cph],
Nicholas Lewin-Koh [ctb, cph],
Mark Myatt [ctb, cph],
Ben Pfaff [ctb],
Brian Quistorff [ctb],
Frank Warmerdam [ctb, cph],
Stephen Weigand [ctb, cph],
Free Software Foundation, Inc. [cph]
Maintainer: R Core Team <R-core@R-project.org>
Repository: CRAN
Date/Publication: 2015-08-19 11:34:24

● Cran Task View: OfficialStatistics
● 0 images, 16 functions, 0 datasets
Reverse Depends: 11

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'foreign' ...
** package 'foreign' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_systat.c -o R_systat.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rdbfread.c -o Rdbfread.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Rdbfwrite.c -o Rdbfwrite.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c SASxport.c -o SASxport.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c avl.c -o avl.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dbfopen.c -o dbfopen.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c file-handle.c -o file-handle.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c format.c -o format.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c minitab.c -o minitab.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pfm-read.c -o pfm-read.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sfm-read.c -o sfm-read.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c spss.c -o spss.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c stataread.c -o stataread.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o foreign.so R_systat.o Rdbfread.o Rdbfwrite.o SASxport.o avl.o dbfopen.o file-handle.o format.o init.o minitab.o pfm-read.o sfm-read.o spss.o stataread.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/foreign/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'foreign'
    finding HTML links ... done
    lookup.xport                            html  
    read.S                                  html  
    read.arff                               html  
    read.dbf                                html  
    read.dta                                html  
    read.epiinfo                            html  
    read.mtp                                html  
    read.octave                             html  
    read.spss                               html  
    read.ssd                                html  
    read.systat                             html  
    read.xport                              html  
    write.arff                              html  
    write.dbf                               html  
    write.dta                               html  
    write.foreign                           html  
** building package indices
** testing if installed package can be loaded
* DONE (foreign)
Making 'packages.html' ... done