I am using a MacBook Pro, 10.6.8, R version 3.0.1. and RStudio 0.97.551. I entered your command in the Console Window in RStudio and got the following reply:
> install.packages('tikzDevice', repos='http://r-forge.r-project.org', > type='source') Warning in install.packages : package ‘tikzDevice’ is not available (for R version 3.0.1) trying URL 'http://r-forge.r-project.org/src/contrib/tikzDevice_0.6.3.tar.gz' Content type 'application/x-gzip' length 1733547 bytes (1.7 Mb) opened URL ================================================== downloaded 1.7 Mb * installing *source* package ‘tikzDevice’ ... ** libs llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I/usr/local/include -fPIC -mtune=core2 -g -O2 -c tikzDevice.c -o tikzDevice.o tikzDevice.c: In function ‘TikZ_Setup’: tikzDevice.c:286: warning: passing argument 1 of ‘__builtin___strcpy_chk’ discards qualifiers from pointer target type tikzDevice.c:286: warning: passing argument 1 of ‘__inline_strcpy_chk’ discards qualifiers from pointer target type tikzDevice.c:288: warning: passing argument 1 of ‘__builtin___strcpy_chk’ discards qualifiers from pointer target type tikzDevice.c:288: warning: passing argument 1 of ‘__inline_strcpy_chk’ discards qualifiers from pointer target type tikzDevice.c:290: warning: passing argument 1 of ‘__builtin___strcpy_chk’ discards qualifiers from pointer target type tikzDevice.c:290: warning: passing argument 1 of ‘__inline_strcpy_chk’ discards qualifiers from pointer target type tikzDevice.c: In function ‘TikZ_Close’: tikzDevice.c:579: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type tikzDevice.c:580: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type tikzDevice.c:581: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type llvm-gcc-4.2 -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o tikzDevice.so tikzDevice.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/3.0/Resources/library/tikzDevice/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ‘tikzDevice.Rnw’ ** testing if installed package can be loaded * DONE (tikzDevice) The downloaded source packages are in ‘/private/var/folders/qE/qEavkZWTFMmxjncuY+HnqE+++TI/-Tmp-/RtmpGK7w0V/downloaded_packages’ -- View this message in context: http://r.789695.n4.nabble.com/tikzDevice-tp4672523p4672525.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.