Displaying 20 results from an estimated 30000 matches similar to: "Windows Check/Build Configuration"
2009 Jul 30
5
PDF Compression
Hi,
I am generating a large number of graphs with pdf() and
incorporating them in pdf document using pdflatex.
According to the pdf() help:
'pdf' writes uncompressed PDF. It is primarily intended for
producing PDF graphics for inclusion in other documents, and
PDF-includers such as 'pdftex' are usually able to handle
.compression.
But pdflatex incorporates the R
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Mar 10
1
r-devel tarball build failure on windows
Hi,
On my windows (xp) machine with Rtools29 (excluding cygwin dlls as I
have cygwin on my path) -make all recommended- for the latest R-devel
tarball (svn revision: 48093) fails when trying to build the
recommended packages:
--- Making recommended packages
----- installing recommended package KernSmooth
Warning: invalid package 'KernSmooth.tgz'
Error: ERROR: no packages specified
2008 Dec 16
2
"could not find function" error in "R CMD check"
Hi, All:
What might cause "R CMD check" to report, "could not find
function" for a function that has long been in the 'fda' package?
Both Jim Ramsay in Ottawa, Canada, and I in San Jose, CA, get this
same error. I replicated it with a fresh, anonymous checkout from
R-Forge (svn checkout svn://svn.r-forge.r-project.org/svnroot/fda).
With this, I did
2009 Jun 30
1
install.packages with R 2.9.1 under Vista?
What do I need to do to get "install.packages" to work properly
for me in R 2.9.1 under Vista?
Currently, install.packages in Rgui 2.9.1 by default goes to
"C:\\Users\\sgraves\\Documents/R/win-library/2.9". This is a problem
for me, because R running under Emacs does not currently look there.
I made the mistake last night of first installing R 2.9.1 in the
2009 Aug 10
1
building a package
Dear R People:
I'm trying to build a package and am stuck on the last part; I keep
getting "there is no library".
Here are my statements:
erin at erin-laptop:~/Desktop/R-2.9.1/bin$ R CMD check RcmdrPlugin.qual
* checking for working pdflatex ... OK
* using log directory '/home/erin/Desktop/R-2.9.1/bin/RcmdrPlugin.qual.Rcheck'
* using R version 2.8.1 (2008-12-22)
* using
2008 Dec 08
1
R CMD check not running examples under Windows
All,
I have a fresh build of R 2.8.0 from source on Windows XP using the latest Rtools binary (Rtools29.exe). All appears to be well with the install and make check-all exits cleanly. However, when running R CMD check mypkg the program jumps from checking for non-ASCII to checking the PDF version of the manual:
* checking data for non-ASCII characters ... OK
* checking PDF version of manual
2010 May 31
3
error on Windows OS
I received by email an R package (file.tar.gz) that was created in Linux.
The package was already installed in another computer in linux using
install.packages and it worked
I am not familiar with installing packages but I would like to install it on
Windows
I downloaded the Rtools29.exe and tryed to install using
install.packages("foo.tar.gz", repos=NULL, type="source")
but
2009 Jan 20
1
building windows binary of a package
Hi,
I'm trying to build a Windows binary from a source package using R-2.8.1. I downloaded Rtools29 and set up the path.
I got this error when running R CMD INSTALL,
make: sh.exe: Command not found
make: *** [pkg-SurvCov] Error 127
*** Installation of SurvCov failed ***
However, I can run 'sh' at the 'cmd' window. Any tips will be greatly appreciated.
By the way, I can
2009 Apr 28
1
help with Rtools and Rgraphviz
Hi all,
I want to install the package Rgraphviz on R2.9.0 (after installing Graphviz 2.22). I have not been successful in installing from the binary on a win XP pc. After looking up previous posts on the R and bioconductor lists, I installed the Rtools29. I have checked that the paths are correctly listed on the environmental variables window.
I would now like to know how I can install with
2011 Apr 05
1
Rtools questions
Hello:
1. How can I tell when the development version of Rtools has
changed? For the past few years, I've installed the development version
of R tools with each new release of R. I encountered problems with this
a few days ago, so I rolled back to Rtools212.exe. Unfortunately, I
seem to have more problems with that version. My latest install was
under Windows 7 Home Edition.
2009 Oct 15
1
Problems with rJava and tm packages
I am looking to do some text analysis using R and have run into some issues
with some of the packages. Im not sure if its my goofy Vista OS or what but
using R 2.8.1 i s relatively successful loading the text but the rJava
package was messed up somehow:
library(tm)
> library(rJava)
Error in if (!nchar(javahome)) stop("JAVA_HOME is not set and could not be
determined from the
2009 Sep 18
1
Missing link(s) in documentation object
Hi,
I want to cross-reference from the documentation of pkg1 to pkg2, which
is imported in the NAMESPACE of pkg1, and under Depends in DESCRIPTION
of pkg1. According to "Writing R extensions", this can be done by:
\code{\link{foo}}
when foo is an aliased function in the documentation of pkg2. This works
as it should when I install the package, but when I run R CMD check
pgk1, I get
2009 Jul 06
1
feature request Windows: open .R script with Rgui.exe from Explorer (PR#13808)
Full_Name: Frank Papenmeier
Version: 2.9.1
OS: Windows Vista
Submission from: (NULL) (134.2.190.254)
Hi,
is it possible to modify Rgui.exe in order to allow the following behavior:
Double-click in Windows explorer on fooscript.R will open an instance of
Rgui.exe with the script being opened as well as the working directory being set
to the directory of fooscript.R
Currently, one has to open
2009 Aug 29
1
Rcmdr installalation under Viata gives a warning. Do I need to do anything?
Windows Vista
R 2.9.1
When trying to install Rcmdr I get the message shown below. What does it mean, do I need to do anything?
The downloaded packages are in
C:\Users\John Sorkin\AppData\Local\Temp\RtmpRCLbhe\downloaded_packages
updating HTML package descriptions
Warning message:
In file.create(f.tg) :
cannot create file 'C:\PROGRA~1\R\R-29~1.1/doc/html/packages.html', reason
2010 Apr 25
1
Miktex does not work with R CMD check
Dear DevelopeRs,
the issue I am stuck with (I am on Windows, R-2.11): My Miktex (version
2.8) does not work with R CMD check, although Miktex on its own can
pdflatex the tex-file in the Rcheck directory. (This issue has been
going on for a while, and now, after having updated to R-2.11, I finally
want to get it fixed.) Although I have found several similar posts, none
of the answers appears
2009 Oct 29
1
package:svMisc
I am using Tinn-R 2.3.2.3 and R 2.10.0 on a windows vista [64bit] machine.
When I activate R from Tinn-R I get the following warning message:
Warning message:
package 'svMisc' was built under R version 2.9.1 and help will not work
correctly
Please re-install it
However, when I attempt to install it I receive the following:
Warning message:
In getDependencies(pkgs, dependencies,
2009 Sep 03
1
Problem accessing functions in package 'roxygen'
I have Vista Home with R-2.9.0, and installed and tried to test the
package 'roxygen':
> utils:::menuInstallPkgs()
trying URL
'http://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/2.9/roxygen_0.1.zip'
Content type 'application/zip' length 699474 bytes (683 Kb)
opened URL
downloaded 683 Kb
package 'roxygen' successfully unpacked and MD5 sums checked
The
2010 Aug 19
1
perl.exe has stopped working
Hello:
I just installed 14 security updates for Vista x64, and now "R
CMD build packagename" terminates, saying, "perl.exe has stopped
working". I reinstalled Rtools211 using the latest version after
uninstalling the version I installed on 4/3/2010.
What do you suggest? I can install the latest version of perl
from "www.perl.org" (5.12.1), but