search for: itwm

Displaying 20 results from an estimated 39 matches for "itwm".

Did you mean: item
2008 Aug 14
1
cryptic message of R CMD check
...sion()$version.string [1] "R version 2.8.0 Under development (unstable) (2006-00-00 r00000)" but we built this R based on the then devel-version on July 29. Could you give us a clue in this Thank you already Peter -- Dr. Peter Ruckdeschel, Abteilung Finanzmathematik, F3.17 Fraunhofer ITWM, Fraunhofer Platz 1, 67663 Kaiserslautern Telefon: +49 631/31600-4699 Fax : +49 631/31600-5699 E-Mail : peter.ruckdeschel at itwm.fraunhofer.de
2011 Jun 01
0
Opening for a Research Statistician
The Fraunhofer Institute for Industrial Mathematics ITWM in Kaiserslauern, Germany, is looking for a researcher in its department for Financial Mathematics, starting as soon as possible. We are a team working in the following domains of research and industrial projects: Development of models and algorithms for pricing of financial derivatives; evaluatio...
2003 Sep 04
1
Looking for R Equivalent of Gauss Statements
Hi, I am translating some Gauss code to R. Gauss has an interesting way of handling constraints. Observe the following code snipplet: e1 = x[.,23] .eq 0; @ remove obs with Regular Hours = 0 @ e2 = x[.,12] .gt 1; @ remove obs with non-regular work status @ e3 = x[.,4] .lt 15; @ remove obs with agricultural and mining industry code (< 15)@ esum = e1 + e2 + e3; e = esum .gt 0; @
2013 Sep 06
1
directives to explicitely exclude objects from import into namespaces
...ly imported (in my case) got very long (and hence hard to maintain) -- much longer than the list of items to be excluded from an import. Or have I overseen some obvious, easier way to achieve this? Best regards, Peter -- Dr. habil. Peter Ruckdeschel, Abteilung Finanzmathematik, F3.17 Fraunhofer ITWM, Fraunhofer Platz 1, 67663 Kaiserslautern Telefon: +49 631/31600-4699 Fax: +49 631/31600-5699 E-Mail : peter.ruckdeschel at itwm.fraunhofer.de http://www.itwm.fraunhofer.de/abteilungen/finanzmathematik/mitarbeiterinnen/mitarbeiter/dr-peter-ruckdeschel.html
2003 Nov 19
1
RMySQL_5.2 SuSE9.0
Hi, i try to install, but getting no success. What this mean cannot find -lz , any necessary lib left in my SuSE Installation? Many thanks, Christian linux:/usr/lib/R/bin # R CMD INSTALL RMySQL_0.5-2.tar.gz * Installing *source* package 'RMySQL' ... creating cache ./config.cache checking how to run the C preprocessor... cc -E checking for mysql_init in -lmysqlclient... yes checking
2013 Feb 07
1
large sysdata.rda file --- strategies?
...workaround is adding a comment-only file comment.R to the R folder. Q2: Is there a lazy load / lazy data mechanism available for sysdata.rda ? If so how would one enforce it? Any suggestions appreciated, Best, Peter -- Dr. habil. Peter Ruckdeschel, Abteilung Finanzmathematik, F3.17 Fraunhofer ITWM, Fraunhofer Platz 1, 67663 Kaiserslautern Telefon: +49 631/31600-4699 Fax : +49 631/31600-5699 E-Mail : peter.ruckdeschel at itwm.fraunhofer.de http://www.itwm.fraunhofer.de/abteilungen/finanzmathematik/mitarbeiterinnen/mitarbeiter/dr-peter-ruckdeschel.html
2003 Nov 12
4
column extraction by name ?
I have a data frame (df) with colums x, y and z. e.g. df <- data.frame(x = sample(4), y = sample(4), z = sample(4)) I can extract column z by: df$z or df[3] I can also extract columns x,y by: df[1:2] or by df[-3]. Is it possible to extract x,y columns in a "symbolic" fashion i.e. by equivalent of df[-z] (which is illegal) ??? Or alternativeley, is there an equivalent of
2011 Jan 26
0
New package versions for distr- and robast- families
...your RFEs, bug reports or simple feedback, Best, Peter, Matthias, Nataliya ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- Dr. Peter Ruckdeschel, Abteilung Finanzmathematik, F3.17 Fraunhofer ITWM, Fraunhofer Platz 1, 67663 Kaiserslautern Telefon: +49 631/31600-4699 Fax : +49 631/31600-5699 E-Mail : peter.ruckdeschel at itwm.fraunhofer.de _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Nov 12
2
odfweave
Dear all, I am trying to use the function odfWeave. Unfortunately I cannot get beyond the folllowing error message: " Error in odfWeave("Example3.rnw", "Example3.odf") : Error unzipping odt file " Can anybody tell me, how to use this function? Thanks, Irina Ursachi.
2011 Jan 26
0
New package versions for distr- and robast- families
...your RFEs, bug reports or simple feedback, Best, Peter, Matthias, Nataliya ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- Dr. Peter Ruckdeschel, Abteilung Finanzmathematik, F3.17 Fraunhofer ITWM, Fraunhofer Platz 1, 67663 Kaiserslautern Telefon: +49 631/31600-4699 Fax : +49 631/31600-5699 E-Mail : peter.ruckdeschel at itwm.fraunhofer.de _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Aug 22
0
R CMD check warning "no visible binding for global variable" and hasArg()
...f general interest, but I think it should not be too difficult to check whether this "missing binding" occurs within a call to hasArg() [and then not to issue the warning]. Thanks for listening, best regards, Peter -- Dr. Peter Ruckdeschel, Abteilung Finanzmathematik, F3.17 Fraunhofer ITWM, Fraunhofer Platz 1, 67663 Kaiserslautern Telefon: +49 631/31600-4699 Fax : +49 631/31600-5699 E-Mail : peter.ruckdeschel at itwm.fraunhofer.de
2014 Apr 30
1
rsync-3.1.0 bug in cmdline parsing for option --usermap and --groupmap
Hello! I think there is a small bug in cmdline parsing for option usermap and groupmap. If you give multiple mappings to --usermap or --groupmap, only the first one is used. Example: rsync -a --usermap=userA:userB,userC:userD <src> <dst> -> Only the user mapping for userA to userB is used, the second mapping is ignored. The attached patch fixed the problem for me. Greetings
2018 May 17
2
How to build nss-util.i686 on Centos 7 with mock
Hello list, I'm currently trying to build the i686 version of http://vault.centos.org/7.5.1804/os/Source/SPackages/nss-util-3.34.0-2.el7.src.rpm The x86_86 version works with mock, but I cannot figure out how to build the i686 version. best regards, Martin
2008 Aug 20
3
Writing Rcmdr Plugins
Dear all, I am trying to write a plugin for the RCommander and having troubles understanding how to actually do that. I have read Mr. Fox's tutorial about writing Rcmdr plugins and though.... it seems to me that some steps are missing. I would like to know, whether there are some Commands which generate a plugin package out of a given library. Or do we just have to attach the .First.lib
2018 May 17
0
How to build nss-util.i686 on Centos 7 with mock
...ttp://mirror.centos.org/altarch/7/os/i386/ If there are deps required and are not there you'll need to backport them from Fedora I guess. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Martin Vogt" <martin.vogt at itwm.fraunhofer.de> > To: "CentOS mailing list" <centos at centos.org> > Sent: Thursday, 17 May, 2018 15:26:17 > Subject: [CentOS] How to build nss-util.i686 on Centos 7 with mock > Hello list, > > I'm currently trying to build the i686 version of > > ht...
2011 Jun 14
2
[Announce] Samba 3.5.9 Available for Download
...D_DELETE is always granted to the owner of a file. o Larry Reid <lcreid at jadesystems.ca> * BUG 8055: Can't see Parts of DFS CIFS share. o Simo Sorce <idra at samba.org> * BUG 7610: winbindd_cache.tdb grows too large when scaled. o Martin Vogt <martin.vogt at itwm.fraunhofer.de> * BUG 6762: Fix ctdb on gpfs error with MS Office. ###################################################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailing list or...
2011 Jun 14
2
[Announce] Samba 3.5.9 Available for Download
...D_DELETE is always granted to the owner of a file. o Larry Reid <lcreid at jadesystems.ca> * BUG 8055: Can't see Parts of DFS CIFS share. o Simo Sorce <idra at samba.org> * BUG 7610: winbindd_cache.tdb grows too large when scaled. o Martin Vogt <martin.vogt at itwm.fraunhofer.de> * BUG 6762: Fix ctdb on gpfs error with MS Office. ###################################################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailing list or...
2007 Feb 08
2
R
Dear Professor, I am preparing for a Ph.D in semiparametric regression at Cairo university in Egypt. Referring to R package KernGPLM, I obtained R version 2.4.1 but I did not find package KernGPLM. Please, help me how can I obtain this package. Thanks in advance. Name: Magda Haggag E-mail: magdahaggag@yahoo.com Address: 27, Notrdam Desion st., Gleem, Alexandria, Egypt.
2018 May 20
2
How to build nss-util.i686 on Centos 7 with mock
...If there are deps required and are not there you'll need to backport them from Fedora I guess. > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ----- Original Message ----- >> From: "Martin Vogt" <martin.vogt at itwm.fraunhofer.de> >> To: "CentOS mailing list" <centos at centos.org> >> Sent: Thursday, 17 May, 2018 15:26:17 >> Subject: [CentOS] How to build nss-util.i686 on Centos 7 with mock > >> Hello list, >> >> I'm currently trying to build the i...
2015 Mar 19
6
RFC: Matrix package: Matrix products (%*%, crossprod, tcrossprod) involving "nsparseMatrix" aka sparse pattern matrices
This is a Request For Comment, also BCCed to 390 package maintainers of reverse dependencies of the Matrix package. Most users and package authors working with our 'Matrix' package will be using it for numerical computations, and so will be using "dMatrix" (d : double precision) matrix objects M, and indirectly, e.g., for M >= c will also use "lMatrix" (l: