Last data update: 2014.03.03

readstata13

Package: readstata13
Type: Package
Title: Import Stata Data Files
Version: 0.8.2
Authors@R: c(
person("Jan Marvin", "Garbuszus",
email = "jan.garbuszus@ruhr-uni-bochum.de", role = c("aut")),
person("Sebastian", "Jeworutzki",
email="Sebastian.Jeworutzki@ruhr-uni-bochum.de", role = c("aut", "cre")),
person("R Core Team", role="cph"),
person("Magnus Thor", "Torfason", role="ctb")
)
Description: Function to read and write the Stata file format.
URL: https://github.com/sjewo/readstata13
BugReports: https://github.com/sjewo/readstata13/issues
License: GPL-2 | file LICENSE
Imports: Rcpp (>= 0.11.5)
LinkingTo: Rcpp
ByteCompile: yes
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-19 15:37:11 UTC; sj
Author: Jan Marvin Garbuszus [aut],
Sebastian Jeworutzki [aut, cre],
R Core Team [cph],
Magnus Thor Torfason [ctb]
Maintainer: Sebastian Jeworutzki <Sebastian.Jeworutzki@ruhr-uni-bochum.de>
Repository: CRAN
Date/Publication: 2016-02-20 00:14:54

● 0 images, 13 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'readstata13' ...
** package 'readstata13' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I. -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I. -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c rcpp_pre13_savestata.cpp -o rcpp_pre13_savestata.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I. -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c rcpp_readstata.cpp -o rcpp_readstata.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I. -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c rcpp_savestata.cpp -o rcpp_savestata.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I. -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c read_dta.cpp -o read_dta.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I. -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c read_pre13_dta.cpp -o read_pre13_dta.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o readstata13.so RcppExports.o rcpp_pre13_savestata.o rcpp_readstata.o rcpp_savestata.o read_dta.o read_pre13_dta.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/readstata13/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'readstata13'
    finding HTML links ... done
    as.caldays                              html  
    get.label                               html  
    get.label.name                          html  
    get.lang                                html  
    get.origin.codes                        html  
    get.varlabel                            html  
    read.dta13                              html  
    readstata13                             html  
    save.dta13                              html  
    set.label                               html  
    set.lang                                html  
    stata_pre13_save                        html  
    stbcal                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (readstata13)
Making 'packages.html' ... done