[R] Problems with roxygen2 when building package

2017-01-05 Thread Renger van Nieuwkoop
te')) Fehler in check_dep_version(pkg, version, compare) : Dependency package roxygen2 not available. Ruft auf: suppressPackageStartupMessages ... -> check_suggested -> check_dep_version Ausf�hrung angehalten Any suggestions, would be welcome Renger __________

[R] Problems with hmisc under WIndows 8

2014-04-30 Thread Renger van Nieuwkoop
lem happens in ESS/Emacs and under RStudio. Any idea what can be the cause? (I searched the internet, but it seems nobody has a solution). Thanks Renger _____ Renger van Nieuwkoop Goldiwilstrasse 16 F 3600 Thun +41 33 221'53'05 (p)

[R] tables with row sorted numerically although factors

2013-10-08 Thread Renger van Nieuwkoop
, because I use Nodes in lot of places elsewhere, where I can't use 01, etc.) Cheers Renger _________ Renger van Nieuwkoop Centre of Economic Research (CER-ETH) Zürichbergstrasse 18 (ZUE) CH - 8032 Zürich +41 44 632 02 63 mailto: reng...@etzh.ch b

[R] Merging big data sets

2013-09-09 Thread Renger van Nieuwkoop
Hi I have 6 rather big data sets (between 40 and 80 lines) on transport data (times, distances and travelers between nodes). They all have a common index (start-end nodes). I want to aggregate this data, but for that I have to merge them. I tried to use "merge" with the result that R (3.0

[R] Coloring comments differently

2012-04-08 Thread Renger van Nieuwkoop
Hi I use outline mode in ESS and was wondering if it is possible to change the color of the comments depending on the level. E.g. # Green Red ### Blue Cheers Renger Modelworks Gewerbestrasse 15 3600 Thun - Switzerland +41 79 818 53 73 i...@modelworks.c

[R] Interfacing between Optimization Software and R

2012-03-11 Thread Renger van Nieuwkoop
Dear all I was wondering, if there are reasons for R-Users to use (commercial) solver packages like GAMS, AMPL, Matlab, etc. These packages can solve all kind of mathematical optimization problems like (non-) linear problems, mixed complementarity problems, etc. Why I want to know? GAMS corpor

[R] rscript in cmd window stop

2012-02-06 Thread Renger van Nieuwkoop
Hi I am trying to run a R-script in the windows command window: e.g. rscript example.R ... It plots some stuff, but using par(ask=T) doesn't let the plotting pause. Any idea how to do this? Thanks Renger ______ Renger van Nieuwkoop Goldiwilstrasse

[R] Bug or just a problem with the computer precision?

2007-10-04 Thread Renger van Nieuwkoop
Hi I have the following problem: I have a lot of numbers that identify import goods according to the Harmonised System (8 numbers in two groups with a dot in between). I want to move to the 6 numbers (4 numbers, dot, two numbers). My trick to do this works for all the numbers in the Harmonised Sy

[R] Sweave and LaTeX

2007-10-04 Thread Renger van Nieuwkoop
Hi I started using Sweave and LaTeX but have a (smaller) problem. As I am not yet very fluent in LaTeX I do the following: I texify my snw-file to look for errors in my LaTeX and correct them. However, if I have the following chunk, I get an error when texifying: ... \usepackage{Sweave} ... <>