Displaying 20 results from an estimated 123 matches for "petzoldt".
2013 Apr 18
3
Linux distribution with gcc 4.8 and AddressSanitizer ?
...to run AddressSanitizer myself before submitting the
patched package to CRAN.
Is there a recommendation of a suitable Linux distribution with gcc 4.8,
ideally an ISO image or (even better) a virtual appliance for VMware or
VirtalBox? My Debian Wheezy machines have only 4.7.2.
Thank you
Thomas Petzoldt
--
Dr. Thomas Petzoldt
Technische Universitaet Dresden
Faculty of Environmental Sciences
Institute of Hydrobiology
01062 Dresden, Germany
E-Mail: thomas.petzoldt at tu-dresden.de
http://tu-dresden.de/Members/thomas.petzoldt
2009 Mar 04
1
CRAN package check on MacOS: sh: line 1: gs: command not found
...: thumbpdf exited with bad status, quitting.
See for details:
http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/simecol-00check.html
or
http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/fxregime-00check.html
Does anybody know what's wrong here?
Thanks a lot
Thomas Petzoldt
--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie thomas.petzoldt at tu-dresden.de
01062 Dresden http://tu-dresden.de/hydrobiologie/
GERMANY
2009 Oct 17
2
linking to package directories broken in R >= 2.10 beta
...example.R) works as
expected. We can, of course, add manually maintained index files but I
would much prefer if a default index would be created for the directory
if no index.html is found.
I very much enjoy the new help system and would be even more happy if
that issue could be fixed.
Thomas Petzoldt
PS: A minimal reproducible example (foo_1.0.tar.gz) can be provided by
mail if required.
--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie thomas.petzoldt at tu-dresden.de
01062 Dresden http://tu-dresden.de/hydrobiologie/
GERMANY
2008 Mar 16
1
optim: why is REPORT not used in SANN?
...ing into optim.c I found an internal constant:
#define STEPS 100
... and decreasing this to 10 helped me fine-tuning the annealing
parameters in an actual problem.
Is there any reason why not passing nREPORT to samin and setting
something like:
STEPS = nREPORT / tmax
Thomas P.
--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie thomas.petzoldt at tu-dresden.de
01062 Dresden http://tu-dresden.de/hydrobiologie/
GERMANY
2001 Mar 15
1
supressing linefeed at end of file
...manual. A first solution was to use grep to eliminate the empty line,
but the R-script should run not only on linux, but also on windows
machines without cygwin, perl or similar. Is there a simple "R only"
solution? Otherwise I should write a special C program.
Thanks in advance!
Thomas Petzoldt
--
Dr. Thomas Petzoldt
Dresden University of Technology
Institute for Hydrobiology
01062 Dresden
mailto:petzoldt at rcs.urz.tu-dresden.de
http://www.tu-dresden.de/fghhihb/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help maili...
2010 Sep 16
3
package test failed on Solaris x86 -- help needed for debugging
...st.
As we don't own such a machine I want to ask about a possibility to run
a few tests on such a system:
r-patched-solaris-x86
An even more recent version of R on the same OS (Solaris 10) and with
the same compiler (Sun Studio 12u1) would help also.
Any assistance is appreciated
Thomas Petzoldt
--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie thomas.petzoldt at tu-dresden.de
01062 Dresden http://tu-dresden.de/hydrobiologie/
GERMANY
2008 Dec 03
1
nlminb: names of parameter vector not passed to objective function
...ptim and nlme more compatible I would
ask whether it would be possible to change this idiosyncratic behavior?
Tested with:
R version 2.8.0 Patched (2008-11-04 r46830) i386-pc-mingw32
and also
R version 2.9.0 Under development (unstable) (2008-12-03 r47039)
i386-pc-mingw32
Thanks a lot
Thomas Petzoldt
set.seed(3577) # make it reproducible
## 1) example taken from ?nlminb -------------------------------------
x <- rnbinom(100, mu = 10, size = 10)
hdev <- function(par) {
-sum(dnbinom(x, mu = par[1], size = par[2], log = TRUE))
}
nlminb(c(20, 20), hdev, lower = 0.001, upper = Inf)
#...
2000 Dec 18
2
Segmentation fault with expression on linux
...ac(x,y))) # o.k.
readline("press return")
text(0.5,0.6,expression(y == frac(x,sigma))) # o.k.
readline("press return")
text(0.5,0.5,expression(y == e^-frac(x,sigma))) #segmentation fault
#----------------------------------------
Any idea?
Thank you very much!
Thomas Petzoldt
--
Dresden University of Technology
Institute of Hydrobiology
http://www.tu-dresden.de/fghhihb/
mailto:petzoldt at rcs.urz.tu-dresden.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send...
2016 Sep 02
1
CRAN packages maintained by you
On 2 September 2016 at 14:54, Thomas Petzoldt wrote:
| Hi,
|
| I have the same problem and, at a first look, the issues reported by the
| CRAN checks seemed easy to fix. However, after checking it again locally
| and on http://win-builder.r-project.org it appeared that GCC 4.9.3
| (Windows, Rtools 3.4), same also on win-builder reports eve...
2009 Mar 16
1
vignette index not linked into HTML help system for package
...:
"At install time an HTML index for all vignettes is automatically
created from the \VignetteIndexEntry statements unless a file index.html
exists in directory inst/doc. This index is linked into the HTML help
system for each package."
Have I missed something?
Thanks a lot
Thomas Petzoldt
--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie thomas.petzoldt at tu-dresden.de
01062 Dresden http://tu-dresden.de/hydrobiologie/
GERMANY
2010 Nov 03
3
R package BibTex entries: looking for a more general solution
...can write whatever they want here, and the result looks sort of
OK when printed by citation(), but confuses
BibTeX mightly. One example:
> citation("akima")
To cite package ?akima? in publications use:
Fortran code by H. Akima R port by Albrecht Gebhardt aspline function
by Thomas Petzoldt <petzoldt at rcs.urz.tu-dresden.de> enhancements and
corrections by Martin Maechler (2009). akima: Interpolation of
irregularly spaced data. R package version 0.5-4.
http://CRAN.R-project.org/package=akima
A BibTeX entry for LaTeX users is
@Manual{,
title = {akima: Interpolation of irregula...
2004 Mar 11
4
Summary: do.call and environments
...than the function itself, like this:
x <- 7
fx <- function(y) print(x*y)
f <- function(fun, x) {
fun <- get(fun)
environment(fun) <- environment()
do.call("fun",list(3))
}
f("fx",2)
---
Date: Thu, 11 Mar 2004 08:22:45 +0100
From: Thomas Petzoldt <petzoldt at rcs.urz.tu-dresden.de>
Cc: <petzoldt at rcs.urz.tu-dresden.de>, <r-help at stat.math.ethz.ch>
Subject: [R] Summary: do.call and environments
Dear R users,
thank you very much for your suggestions. I've learned much, especially
that the problem was not as...
2008 Jan 21
2
experiments with slot functions and possible problems NOTE
...uot;
m3()
# works, but even in that case we get problems
# if we do this in a package:
# * checking R code for possible problems ... NOTE
# bar: no visible global function definition for 'foo'
## tested with R version 2.6.1 and
## R 2.7.0 Under development, svn rev. 44061
--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie
01062 Dresden
GERMANY
http://tu-dresden.de/Members/thomas.petzoldt
2016 Aug 28
2
CRAN packages maintained by you
Hi Kurt,
I have started to look into this, and I need some guidance about how to
prioritize my repairs. There are basically 4 categories of warnings from
gfortran?s pedantic critique of my packages:
1. Some errant tab characters it doesn?t like,
2. Too many or too few continue statements
3. Horrible (and obsolescent) arithmetic and computed gotos
4. undeclared doubles and dubious
2008 Oct 06
2
why is \alias{anRpackage} not mandatory?
...kgname will
open that help page. If a topic named pkgname does not exist in another
Rd file, it is helpful to use this as an additional \alias."
My question: what speaks against making this sentence more pronounced
and why not NOTE-ing a missing package alias in the package check?
Thomas Petzoldt
--
Thomas Petzoldt
Technische Universitaet Dresden
Institut fuer Hydrobiologie
01062 Dresden
GERMANY
http://tu-dresden.de/Members/thomas.petzoldt
2003 Mar 04
0
implementing ecological models in R
...together with
me on an English version in the future. It is work in progress, so
please excuse typos and mistakes (some PDF errors are already known).
On the other hand, I would be very glad about remarks and constructive
criticism.
The tutorial can be found on
http://www.tu-dresden.de/fghhihb/petzoldt/zeugs.html
together with an absolutely preliminary version of an accompanying
library (the name simecol may be changed soon).
Thank you for your feedback!
Many thanks to all the people who are making the R-project possible!
Thomas
--
Thomas Petzoldt Tel. +49-351-463 3 4954...
2010 Nov 28
3
non-linear fourth-order differential equations
I need to solve a system of non-linear fourth-order differential
equations. Is there a command which solves this system?
Thanks in advance.
2013 Sep 13
1
numerical issue in contour.default?
...86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252
[3] LC_MONETARY=German_Germany.1252 LC_NUMERIC=C
[5] LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
--
Dr. Thomas Petzoldt
Technische Universitaet Dresden
Faculty of Environmental Sciences
Institute of Hydrobiology
01062 Dresden, Germany
E-Mail: thomas.petzoldt at tu-dresden.de
http://tu-dresden.de/Members/thomas.petzoldt
2009 Jun 12
2
External signal in ODE written in C (using deSolve and approx1?)
Dear list
The deSolve package allows you to specify the model code in C or Fortran.
Thanks to the excellent vignette this works fine. However I have not yet
managed to use forcing functions in C code.
In pure R code this works very well with approxfun() specified outside the
model:
###############################################
#Model
lvml <- function(t, x, parms) {
2008 Mar 18
3
How to get week of the year, scale 1-52?
...like to have week numbers from 1 to 52 for each year. How
do I do that? Now I get 00-53 using
format(days, "%W")
> range(format(days, "%W"))
[1] "00" "53"
I have read "Date and Time Classes in R" (R news 01/04 by Gabor
Grothendieck and Thomas Petzoldt) with no help.
Thanks
Lauri