similar to: Debugging R Code

Displaying 20 results from an estimated 2000 matches similar to: "Debugging R Code"

2004 Jan 20
2
graph algorithms in R
Hi, I was wondering if there are any packages available that can represent mathematical graphs along with functions to manipulate them? Google did'nt turn up anything ( I may be asking too much of R :-/ ) Thanks, ------------------------------------------------------------------- Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net> GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04
2004 Aug 14
4
association rules in R
Hi I am interested in data mining problems. Has anybody ever programmed and worked with association rules in R? I am very grateful for any hint. Best regards Christoph
2004 Oct 25
5
building a package under windows
Hi, I have a package of my own which seems to work fine under linux. I want to make a compiled version for windows. (I work with windows 2000 and R 2.0) I have followed the steps described in the file readme.packages (in the top-level directory of the binary installation) and I had a trouble at this step (which aim is not documented): C:\Program Files\R\rw2000\src\gnuwin32>make libR.a
2003 Oct 08
1
AW: Skipping Directory
the rsync command is build by the PHP-Script Here an example of a command with the "Skipping directory" failure: rsync -az -e ssh /cygdrive/F/web/workstation/mediadb/europe shoptv@192.168.8.111: The OS on both machines is Windows2000. rsync is running under cygwin. thanks Michael __________________________________________ moltomedia GmbH - Multimediale Konzepte Michael Clivot -
2005 Feb 03
4
Asterisk Dialplan command "PPPD" released
Hello all! Sirrix AG, Saarbr?cken (manufacturer of the Sirrix.PCI4S0 4-port ISDN card for Asterisk) has released the new Asterisk dialplan command PPPD (app_pppd). It allows to connect a Linux PPP daemon to an arbitrary digital (ISDN) Asterisk channel to provide RAS dialin and dialout. The PPPD command has successfully been tested with Sirrix.PCI4S0 cards and a standard ISDN4Linux ipppd "on
2005 Feb 28
0
New package: ROCR (Visualizing classifier performance)
Dear R users, we are glad to announce the release of our new R package ROCR, for visualizing the performance of scoring classifiers (available on CRAN). We hope that the package might be useful for those of you working on classification problems. For details, see the package description below, or the ROCR website: http://rocr.bioinf.mpi-sb.mpg.de. You can get a short overview by typing
2005 Feb 28
0
New package: ROCR (Visualizing classifier performance)
Dear R users, we are glad to announce the release of our new R package ROCR, for visualizing the performance of scoring classifiers (available on CRAN). We hope that the package might be useful for those of you working on classification problems. For details, see the package description below, or the ROCR website: http://rocr.bioinf.mpi-sb.mpg.de. You can get a short overview by typing
2010 Jun 04
1
ps-output and LaTeX/DVIPS/PS2PDF - Greek letters disappear
Hello! My graphs are produced using the "postscript"-option in R (R version 2.10.1 (2009-12-14)). When Greek letters are used on the axis, everything looks fine in the *.ps-file. If included in a LaTeX-file and (on Ubuntu 10.04, fresh install), the Greek letters appear in the DVI- and PS-output, however, if converted with ps2pdf they suddenly disappear. Could anyone suggest a
2010 Nov 10
3
plot & xlim/ylim & range of axis
Dear mailing list readers! Using R and the plot function I stumbled over this little issue: plot(x=NULL, y=NULL, xlim=range(1:10), ylim=range(1e-9:1), log="y") produces an plot empty plot, where the y-axis is in the specified range. Changing ylim to ylim=range(1e-9:1e-3) creates an y-axis in the range of 1e-12 to 1e-6. This appearance of the y-axis is a
2002 Jul 25
3
Barplot coloring question
Hi all, I have the following dataset, call it test.data (30 columns, and one row named "0"): ADVP ADVP AP AP CONJ CONJ CP CP DU DU INF INF MWU MWU NP NP PP PP PPRT PPRT REL REL SMN SMN SSB SSB SV1 SV1 TI TI 0 96.85 2.05 89.07 2.54 70.91 2.37 94.92 3.46 82.31 11.33 40.96 2.25 98.06 3.43 90.77 17.63 86.60 10.78 60.27 1.32 93.27 0.97 77.60
2023 Nov 07
1
False positives in check for lost braces (in tools::checkRd())
On Tue, 7 Nov 2023 17:13:05 +0100 Martin Becker <martin.becker at mx.uni-saarland.de> wrote: > More specifically, a 'Lost braces' NOTE is issued (at least > sometimes) when using the \insertRef{...}{...} command from the > Rdpack package. Does anything change if you use the development version of Rdpack (not currently on CRAN)? Apparently, the latest commit performs some
2023 Nov 07
1
False positives in check for lost braces (in tools::checkRd())
This is a known issue already reported to the Rdpack maintainer. In some cases, the Rd code generated by Rdpack's macros contains unnecessary braces that trigger the check note because they match the pattern "text{text}" that detects common mistakes like "code{x}" (missing an escape for the macro name). Rdpack's fork of tools::deparseLatex() is being updated to
2009 Mar 15
2
Summer of Code, LLVM, parallelization and R
Hi everybody, I'm currently working towards my Master's degree as a student of Computer Science at the University of Saarbr?cken and highly interested in compiler construction, interpretation techniques, optimization, programming languages and more. :) Two professors of my university approached me about an interesting project just a few days ago: Developing a LLVM-based JIT
2010 Jul 26
4
Plot of a subset of a data.frame()
Hello, my data.frame is sort of a collection of process values, i.e. huge run-chart. It consists of a time-stamp in the first column (date as string), factors in the following columns (used for subset-filtering), and some process-data columns. Hereafter, two examples are listed, showing the problems that occour during print: At first the example, that works fine:
2003 Dec 05
1
Initial user password
Hi list. I am new to the list, but not so new to samba. Though i have a question. I am migrating to samba 3.0 and want to setup users using pdbedit (like Volker Lendecke showed at the Linux Kongress in Saarbr?cken; very fine tutorial, thanks!). Is there a way of setting an initial passwort like "test" and to force the user to change it after or while the first login? Perhaps it is a
2024 Jan 29
1
linear programming in R | limits to what it can do, or my mistake?
Question for 'experts' in LP using R (using the lpSolve package, say) -- which does not apply to me for the sort of problem I describe below. I've run any number of LP's using lpSolve in R, but all of them to date have objective and constraint functions that both contain the same variables. This lets you set up a LHS and RHS matrix/vector that are symmetrical. But, for a
2011 Aug 16
1
License question
Hi, I'm not sure if this is the right mailing list for my question, so please redirect me if this is the wrong place for the following question: Am I allowed to include R.dll and Rblas.dll in other software ? In my case I'm want to run some R commands from a Python script and save the results. I tried RPy2 which has some trouble running on Windows. Regards, Uwe -- Dr. rer. nat.
2004 Jan 20
1
Re: Need help on how to list functions from a loaded package...
To All How does one get a list of functions from a loaded package so that one can then get the appropriate help for each of the functions. Currently my method is based on a lot of trial-and-error. Here's an example of what I mean... >From this forum I learn that an interesting package called "multtest" exists on Bioconductor. I then use R Console's "Packages" --
2003 May 08
5
MD4 bug-fix for protocol version 27
Hi, while implementing the rsync protocol in one of our projects I found that the current CVS version still has a MD4 bug. I'm using the FreeBSD libmd implementation and I still had checksum mismatches with protocol version 27 for files whose size was a multiple of 64 - 4 ( - 4 due to checksum_seed). A patch for todays CVS version is attached. Someone should also review the clean_fname()
2004 Nov 19
2
accessing the attributes of a list inside lapply()
Hello R-users, I have the following problem, that I want to solve efficiently: I have a named list, for example: > l <- list(a = 1, b = 3, c = 'asd') > l $a [1] 1 $b [1] 3 $c [1] "asd" I know that I can iterate through it using lapply() function, but I would also like to able to get the list names or some attributes of l in the lapply(). For example if I use