similar to: hhc.exe compiles .chm files, but does not index properly

Displaying 20 results from an estimated 1000 matches similar to: "hhc.exe compiles .chm files, but does not index properly"

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
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
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: ***
2008 Apr 19
2
Problem with HTML Help Workshop compiler
Hello Wine community, I have a problem with the HTML Help Work Shop compiler. It crashes with the newer wine version (0.9.54 up to 0.9.60) under kubuntu 7.10 For information, my Html work shop install is as said at this link: http://appdb.winehq.org/objectManager.php?sClass=version&iId=2978 1/ the command regsvr32 itircl.dll returns: Failed to load DLL itircl.dll. However, the dll is in
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 "<-------= ---"
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
2005 Jul 08
0
Making Package, Chm error, Html Help Workshop [solved]
Dear Uwe Ligges, There was really a problem with an irregular name of a help topic (%cin% - the % was the problem) as you said. With the new R Version and with the corrected Rd file all works fine. Thanks a lot for your help! Matthias > TEMPL Matthias wrote: > > > Hello, > > > > When building my package (R CMD check) following error > message occurs: > > ...
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
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 ***
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
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
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
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
2005 Jul 24
4
problem building R packages in windows xp
Dear R users, I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi in Documentation -> Other, except for the TeX version (fpTeX), since when I go to the recommended webpage, it is said that fpTeX has been discontinued. I have MikTeX in my computer, and I have followed the recommendations in
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 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
2006 Mar 01
1
(no subject)
Hi all I am not sure this question is better suitted for the R-devel or R-help, but here it goes anyway I am not a software developer but I have produced a personal set of functions that I would like now to combine in a package. I am finding this really hard to do only by following the manuals provided (the language is for software developers I guess which I am far to be). Even so I could
2011 Apr 27
2
trouble with chm files
Hi, I have been trying to configure Wine to associate kchmviewer with chm files in hopes of having kchmviewer launch whenever I push a help button within SkyTools 3 (http://www.skyhound.com). I am running Wine 1.3.18 under Ubuntu 10.10 on an amd64 machine. I followed the instructions in the Wine FAQ at http://wiki.winehq.org/FAQ#head-91bf3f0a8ccbfab8dee96f82fae2f1a489e0d243 and have tried
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here it is. Note: there may be slight errors of omission in my directions as I am making these notes after I had a successful install. If you have questions post here. Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista 32-bit. R 2.9.0 alpha. Installing StatET: 1. Go to Help > Software Updates...
2008 Nov 06
1
problem packaging S4 class that contains a slot of jobjRef class
Hello, I'm trying to package some source files that link R to a broker using a Java API and the rJava package. I am successful doing the connection and operate on it using my R code. I would like to package the files and release the package. I created some S4 classes to hold several Java objects. I use WinXP and R 2.7.1. I've searched RSeek and the Wiki for help, but could not find a