Last data update: 2014.03.03

treatSens

Package: treatSens
Version: 2.0.1
Date: 2016-01-25
Title: Sensitivity Analysis for Causal Inference
Authors@R: c(person("Nicole Bohme", "Carnegie", role = c("aut", "cre"), email = "carnegin@uwm.edu"),
person("Masataka", "Harada", role = "aut", email = "masatakaharada@gmail.com"),
person("Vincent", "Dorie", role = "aut", email = "vjd4@nyu.edu"),
person("Jennifer", "Hill", role = "ctb", email = "jennifer.hill@nyu.edu"))
Depends: R (>= 3.1-0)
Imports: methods, stats, graphics, grDevices, dbarts (>= 0.8-5)
Suggests: doParallel, foreach, testthat (>= 0.9-0)
LinkingTo: dbarts (>= 0.8-5)
Description: Utilities to investigate sensitivity to unmeasured confounding in parametric models with either binary or continuous treatment.
NeedsCompilation: yes
Biarch: yes
License: GPL (>= 2)
URL: https://github.com/vdorie/treatSens
BugReports: https://github.com/vdorie/treatSens/issues
Packaged: 2016-01-26 05:04:04 UTC; vdorie
Author: Nicole Bohme Carnegie [aut, cre],
Masataka Harada [aut],
Vincent Dorie [aut],
Jennifer Hill [ctb]
Maintainer: Nicole Bohme Carnegie <carnegin@uwm.edu>
Repository: CRAN
Date/Publication: 2016-02-05 00:31:06

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'treatSens' ...
** package 'treatSens' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for C/C++ restrict keyword... __restrict
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking cstdint usability... no
checking cstdint presence... no
checking for cstdint... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for gettimeofday... yes
checking for clock_gettime... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.hpp
config.status: creating src/external/config.h
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -Iinclude -pthread -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/dbarts/include"   -fpic  -g -O2  -c R_interface.cpp -o R_interface.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -Iinclude -pthread -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/dbarts/include"   -fpic  -g -O2  -c bartTreatmentModel.cpp -o bartTreatmentModel.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -Iinclude -pthread -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/dbarts/include"   -fpic  -g -O2  -c guessNumCores.cpp -o guessNumCores.o
guessNumCores.cpp: In function 'bool {anonymous}::parseProcCPUInfo(std::vector<{anonymous}::Processor*>&)':
guessNumCores.cpp:212:58: warning: ignoring return value of 'char* strerror_r(int, char*, std::size_t)', declared with attribute warn_unused_result [-Wunused-result]
       strerror_r(errno, errorBuffer, ERROR_BUFFER_LENGTH);
                                                          ^
guessNumCores.cpp:243:58: warning: ignoring return value of 'char* strerror_r(int, char*, std::size_t)', declared with attribute warn_unused_result [-Wunused-result]
       strerror_r(errno, errorBuffer, ERROR_BUFFER_LENGTH);
                                                          ^
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -Iinclude -pthread -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/dbarts/include"   -fpic  -g -O2  -c probitEMTreatmentModel.cpp -o probitEMTreatmentModel.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -Iinclude -pthread -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/dbarts/include"   -fpic  -g -O2  -c probitTreatmentModel.cpp -o probitTreatmentModel.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -Iinclude -pthread -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/dbarts/include"   -fpic  -g -O2  -c sensitivityAnalysis.cpp -o sensitivityAnalysis.o
make[1]: Entering directory '/tmp/RtmpdN7tL8/R.INSTALL2d19670d0ccd/treatSens/src/glm'
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c glm.c -o glm.o
ar rv libglm.a glm.o
ar: creating libglm.a
a - glm.o
make[1]: Leaving directory '/tmp/RtmpdN7tL8/R.INSTALL2d19670d0ccd/treatSens/src/glm'
make[1]: Entering directory '/tmp/RtmpdN7tL8/R.INSTALL2d19670d0ccd/treatSens/src/external'
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c binaryIO.c -o binaryIO.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c io.c -o io.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c linearAlgebra.c -o linearAlgebra.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c moments.c -o moments.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c randomBase.c -o randomBase.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c randomNorm.c -o randomNorm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c random.c -o random.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c stringWriter.c -o stringWriter.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../include -pthread -I/usr/local/include -fpic -g -O2  -c thread.c -o thread.o
ar rv libexternal.a binaryIO.o io.o linearAlgebra.o moments.o randomBase.o randomNorm.o random.o stringWriter.o thread.o
ar: creating libexternal.a
a - binaryIO.o
a - io.o
a - linearAlgebra.o
a - moments.o
a - randomBase.o
a - randomNorm.o
a - random.o
a - stringWriter.o
a - thread.o
make[1]: Leaving directory '/tmp/RtmpdN7tL8/R.INSTALL2d19670d0ccd/treatSens/src/external'
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o treatSens.so R_interface.o bartTreatmentModel.o guessNumCores.o probitEMTreatmentModel.o probitTreatmentModel.o sensitivityAnalysis.o glm/libglm.a external/libexternal.a -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/treatSens/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'treatSens'
    finding HTML links ... done
    sensPlot                                html  
    summary                                 html  
    treatSens-package                       html  
    treatSens                               html  
    treatSensBART                           html  
    finding level-2 HTML links ... done

** building package indices
** testing if installed package can be loaded
* DONE (treatSens)
Making 'packages.html' ... done