Displaying 20 results from an estimated 3000 matches similar to: "problem building R packages in windows xp"
2006 Oct 28
2
Package development on Windows - latest guidance?
I would like to start building R packages under Windows XP. I
have programming experience and a minimal but working knowlege
of many Unix (-like) programming tools. The package functions
(for now) will be from R source, not C or Fortran.
I've installed Rtools, Perl, the MS hhc, and so on. I am
setting up a command shell with the correct PATH for building
packages. (The master Windows PATH
2004 Jul 26
1
Building Windows Package
I am using R-1.9.1 with windows 2000 and trying to build a package.
However,
when I issue the command:
RCMD build --binary BSDA
I get:
>>> Building/Updating help pages for package 'BSDA'
Formats: chm
hhc: not found
cp: cannot stat `C:/R191/R191/JUNK/BSDA/chm/BSDA.chm': No such file or
direc
tory
make[1]: *** [chm-BSDA] Error 1
make: *** [pkg-BSDA] Error 2
***
2005 Jul 21
2
The steps of building library in R 2.1.1
Dear All,
With the warm support of every R expert, I have built my R library successfully.
Especially thanks: Duncan Murdoch
Gabor Grothendieck
Henrik Bengtsson
Uwe Ligges
Without your help, I will lower efficiency.
I noticed that some other friends were puzzled by the method of building library. Now, I organize a document about it. Hoping it can help more friends.
1. Read
2007 Nov 19
1
building packages: hhc.exe not found using xp
Hello,
Apologies in advance if this should be in R-devel, not Rhelp. I did read through the R-devel thread started by Gabor Grothendieck in September of this year - I am getting the exact same error using a new computer that has XP installed, not vista, complaining that the file hhc.exe is not found. I have downloaded the hhc.exe to HTML Help Workshop dir in Program Files but it says that
2005 Jul 07
2
Making Package, Chm error, Html Help Workshop
Hello,
When building my package (R CMD check) following error message occurs:
...
varinf.plot text html latex example
x text html latex example
make[2]: *** No rule to make target `disclosure.chm`. Stop.
cp: cannot stat 'D:/Programme/R/rw2010dev/disclosure/chm/disclosure.chm`: No such file or directory
make[1]: *** [chm-disclosure] Error 1
make: ***
2004 Nov 29
2
Building latest version of package
Hi
I have a package which was built using R 1.9.1 and everything worked
fine. I recently upgraded to R 2.0.1 and tried to re-install my package
- and I got:
Error in library(mypackage) : 'mypackage' is not a valid package --
installed < 2.0.0?
So I tried rebuilding it using my new version of R:
R CMD BUILD --binary mypackage
hhc: not found
cp: cannot stat `mypackage.chm': No
2003 Nov 20
1
Compile Packages under Windows and CHM
Hi,
I have been developing a small package. It install under RedHat Linux
9.0 without a problem. However, I have a small problem under Windows
XP. I am using R-1.8.0 on both systems and HTML Help Workshop
4.74.8702.0 on Windows XP. I created the package under Linux.
When I try to install the package created under Linux in Windows XP
using
c:\rtest> rcmd install rtest
I get the following
2007 Jun 25
1
problem building first package
Hi,
I am trying to build a package from source for the first time. I'm
using Windows XP. After R CMD INSTALL or R CMD check I get an error
message that I don't understand. I've tried to follow the instrucions
provided in the R Installation and Administration .pdf and the text
file that comes with Rtools, but most of this is new to me and clearly
I'm missing something. Here's
2008 Aug 01
1
R CMD INSTALL error, R-2.7.1
Hi,
I am getting the following error when using R CMD INSTALL ever since I
upgraded to R-2.7.1:
hhc: not found
CHM compile failed: HTML Help Workshop not intalled?
As indicated, the package is installed but without CHM help files. I
have downloaded the latest version of Rtools and I have tried
uninstalling and reinstalling HTML Help Workshop. I have also tried
rebuilding the package several
2004 Jul 20
2
some problems building a package using R CMD CHECK (PR#7118)
hello,
my name is Roman Pahl and recently i tried to build a package under Windows.
I created the skeleton and did alle the documentation stuff.
As i wanted to check it using the 'R CMD CHECK pkgname' command in the Dos-=
console some errors appeared.
I don=B4t know how to handle.
Here are important parts of the log: I marked my questions with a "<-------=
---"
2003 Dec 23
1
Rd.sty not found -
Hi
I am still trying to wrap up a package using Rcmd (in windows 2000 professional with R 1.8.1). I have made some progress - and now at least Rcmd check works - it still giving me an error message when it creates latex help files though. Thus I get:
c:\rpack> Rcmd check test
* checking for working latex ... OK
* using log directory 'C:/rpacks/test.Rcheck'
* checking for file
2003 Jun 14
4
problem installing packages from source on win2k
Dear R-helpers,
I'm having trouble compiling R packages from source on Win2K. I installed R 1.7.1beta [1] on my win2k machine [2], downloaded the fields package as source [3] and tried but failed to install the package [4]. I get the same problem with other packages, so it doesn't appear to be limited to fields. Installation of precompiled packages seems to work fine. I've been
2002 Jan 19
1
Build R-patched from Source
Hi,
If I want to build R-patched from source (on Windows), do I need to edit
Makefile and/or MkRules at all?
I have followed all instructions in the INSTALL file (under
R-patched/src/gnuwin32/), as well as downloaded all the files from
http://www.stats.ox.ac.uk/pub/Rtools/ . My PATH variable has been
modified accordingly.
Now, with the only change to MkRules I made was to modify the Tcl/Tk
2010 Sep 07
1
hhc.exe compiles .chm files, but does not index properly
Hello,
I've spent a while reading about configuring WINE for use with hhc.exe to create .chm files. These instructions almost work:
http://code.google.com/p/htmlhelp/wiki/HHW4Wine
But, when comparing the Windows-generated .chm to the Linux-generated .chm, the Linux-generated one does not have sorted or consolidated index entries. It seems that whatever part of the process is responsible for
2002 Jan 17
2
Problem building packages from source (WIN32)
Dear List,
I have been experimenting with building packages from sources, having
previously relied upon the binaries.
I downloaded and installed all the tools suggested in
http://www.stats.ox.ac.uk/pub/Rtools/ , including ActivePerl 5.6.1.631.
I also downloaded the HTML Help workshop exe and installed it. During
install though, a message popped up to say that I had a newer version of
the
2001 Apr 27
1
INSTALL Problems
Dear All,
I have tried to install the tensor package (from:
http://cran.r-project.org/src/contrib/PACKAGES.html#tensor ), using the
comand:
"
shell("Rcmd INSTALL tensor")
"
then I got the following mensage:
----------------------------------------------------------------------------------
make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32'
make DLLNM= EXTRADOCS= \
2005 Jul 04
2
Windows compile
I'm trying to compile R on Windows 2003 Server and following the
instruction laid out in R inst and admin manual I continue to get this
error:
make: ./Rpwd.exe: Command not found
make[1]: ./Rpwd.exe: Command not found
/cygdrive/d/rp/tools/bin/make --no-print-directory -C front-ends Rpwd
/cygdrive/d/rp/tools/bin/make -C ../../include -f Makefile.win version
make[3]: sh.exe: Command not
2005 Aug 23
5
TCITex and R
Several times my packages have fallen foul of the latex check at the
uploading-to-CRAN stage, creating extra work for Kurt Hornik. I've never
bothered trying to get latex working on my own packages (happy with
vanilla help) but am told that "latex is the closest thing to a syntax
checker for Rd files" and that I should set it up. Now, there is already
a latex on my (Windows XP)
2005 Sep 05
12
TeX distribution on Windows
I'm looking for a Windows distribution of TeX that works with R, after a
few years' absence from Windows. On Duncan Murdoch's Rtools page fptex is
still recommended, but it turns out that fptex is "defunct" as of May 2005,
see
http://www.metz.supelec.fr/~popineau/xemtex-7.html
So, what is suggested? TUG (tug.org) recommends something called proTeXt,
which is said to be
2005 Jul 07
2
答复: 答复: fail in adding library in new version.
Dear all,
I have done every step as the previous mail.
1. unpack tools.zip into c:\cygwin
2. install Active perl in c:\Perl
3. install the mingw32 in c:\mingwin
4. add "c:\cygwin; c:\mingwin\bin" in "Control Panel -> System -> Advanced -> Environment Variables -> Path -> Variable" , and they are in the beginning of the "Path"
Because I install R in