Skip to content

[Bioc-devel] problem with images for html help IsoGeneGUI

2 messages · Setia Pramana, Martin Morgan

#
Hi All,
I am the maintainer of IsoGeneGUI. In the current release version 1.6.0, images (screenshots) for html help appear. However, in the development page, version 1.8.2, the images/screenshots are missing from the images folder which makes images of screenshot in the html help disappear, although in the repository all images are there. Please let me know  possible cause of the problem.
Best,
Setia
#
On 03/19/2012 02:42 PM, Setia Pramana wrote:
It is this change to

Index: NEWS.Rd
===================================================================
--- NEWS.Rd	(revision 58134)
+++ NEWS.Rd	(revision 58135)
@@ -278,6 +278,21 @@
  }

  \section{\Rlogo CHANGES IN R VERSION 2.14.1 patched}{
+  \subsection{PACKAGE INSTALLATION}{
+    \itemize{
+      \item \command{R CMD INSTALL} will now no longer install certain
+      file types from \file{inst/doc}: these are almost certainly
+      mistakes and for some packages are wasting a lot of space.  These
+      are \file{Makefile}, files generated by running LaTeX, and unless
+      the package uses a \file{vignettes} directory, PostScript and
+      image bitmap files.
+
+      Note that only PDF vignettes have ever been supported: some of
+      these files come from DVI/PS output from the Sweave defaults prior
+      to \R 2.13.0.
+    }
+  }
+

It seems that files placed under, say, inst/images are installed (under 
IsoGeneGUI/images). Is that a workable solution?

Martin