[Rd] Browser problem, Misrepresentation of .html in Solaris Firefox (PR#8471)

2006-01-11 Thread christian . hoffmann
Hi there

I hope that I am in the right forum.

I am working on Win2000 PC connected via Exceed 6.0.1.0 to a

SunOS fluke 5.9 Generic_118558-11 sun4u sparc SUNW,Sun-Fire-480R

There I am using Mozilla Firefox 1.0.7 as a browser.

I am having
difficulties viewing .html files. Their first pages are displayed
normally, black on white, links in blue. When I scoll down, the pages
appear black throughout, only links are sticking out. The rest of the
text can only be viewed by selecting it with the mouse, making it
appear white on blue. This makes scrolling and following links *very* 
combersome.

Files affected:
- R-intro.html
- R-exts.html,
- R-lang.html
- R-admin.html
- R-FAQ.html

Files not affected:
- R-data.html
- packages.html
- SearchEngine.html
- License
- Thanks

Thanks for help
Christian
-- 
Dr. Christian W. Hoffmann,
Swiss Federal Research Institute WSL
Mathematics + Statistical Computing
Zuercherstrasse 111
CH-8903 Birmensdorf, Switzerland

Tel +41-44-7392-277  (office)   -111(exchange)
Fax +41-44-7392-215  (fax)
[EMAIL PROTECTED]
http://www.wsl.ch/staff/christian.hoffmann

International Conference 5.-7.6.2006 Ekaterinburg Russia
"Climate changes and their impact on boreal and temperate forests"
http://ecoinf.uran.ru/conference/

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] Fwd: Re: Package cwhmisc and problems

2012-08-24 Thread Christian Hoffmann



 Original-Nachricht 
Betreff:Re: Package cwhmisc and problems
Datum:  Fri, 24 Aug 2012 07:34:14 +0100
Von:Prof Brian Ripley 
An: Christian Hoffmann 
Kopie (CC): c...@r-project.org



This is the address for CRAN submissions.  Please ask for help on R-help
or R-devel.

On 23/08/2012 20:16, Christian Hoffmann wrote:
> Hi,
> I have revised my package cwhmisc and want to re-submit it. One big
> stumbling stone is the 'sudden' appearance of
>
> $ R CMD check /Users/hoffmann/R/cwhmisc
> * using log directory ‘/Users/hoffmann/R/cwhmisc/R/cwhmisc.Rcheck’
> * using R version 2.15.0 (2012-03-30)
> * using platform: x86_64-apple-darwin9.8.0 (64-bit)
> * using session charset: UTF-8
> * checking for file ‘cwhmisc/DESCRIPTION’ ... OK
> * this is package ‘cwhmisc’ version ‘3.1’
> * checking package namespace information ... OK
> * checking package dependencies ...Fehler in if (x2 != x1) { : Fehlender
> Wert, wo TRUE/FALSE nötig ist
> Ausführung angehalten
>
> Grep-ing my source directory for '(x2 != x1)' does not find anything, so
> I guess this is a message internal to R CMD check. Before doing a binary
> search by moving out chunks of *.R and *.Rd files until the error
> disappears, I beg to ask to give me a pointer to how to circumvent this
> block. I can send you my whole source of *.R and *.Rd files if that can
> be of any help.
>
> Thanks for assisting me,
>
> Christian Hoffmann
>


-- 
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595





[[alternative HTML version deleted]]

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] DBI + ROracle problem with parser ?? (PR#9424)

2006-12-20 Thread christian . hoffmann
Full_Name: Christian Hoffmann
Version: 2.4.0
OS: Win 2000
Submission from: (NULL) (193.134.202.252)


Database queries using the combination DBI + ROracle are handicapped by 

quirks in the pipeline between the textual representation of the query 

and the database engine Oracle. Comments and linefeed at start are 
interfering:



dbGetQuery(conn, query):



works:

dbGetQuery(conn, "select * from dual")

dbGetQuery(conn, "select * from dual /* comment */")

dbGetQuery(conn, "select /* comment */ * from dual")



doesn't:

dbGetQuery(conn, "\nselect * from dual")

dbGetQuery(conn, "select\n * from dual")

dbGetQuery(conn, "/* comment */ select * from dual")

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel