similar to: dynamic variable creation in lists and data frames

Displaying 20 results from an estimated 2000 matches similar to: "dynamic variable creation in lists and data frames"

2006 May 19
2
"Pipelining" programs in R
Hello... I would like to use R for 'pipelining' data among several programs. I'm wondering how I can use R to call another program, feed that program a set of parameters, and retrieve the output. E.g., I have an executable that, when opened, prompts the user to enter a set of parameters. The program then executes & prompts the user for the name of an output file. I need to
2006 Jun 07
3
Building packages in R - 'private' functions
Hello. I am creating an R package that I'd like to submit to CRAN (OS Windows XP). How do I distinguish among 'public' functions, e.g., those that are intended to be called by users of the package and for which I am providing documentation & examples, and 'private' functions, which are used internally by the 'public' functions, but for which I do not wish to
2006 Jun 13
2
Building R package: make pdf & _masked_by_GlobalEnv
Hi.... I am assembling an R package (under Windows XP, R v.2.3) and have a very basic question. Running R CMD build does not generate a pdf. R CMD check generates a .dvi, but I cannot figure out how to automatically create the pdf. I thought from reading the "writing r extensions' manual that R CMD build was supposed to generate the pdf. I am having no success using various
2006 Feb 15
1
using kernel density estimates to infer mode of distribution
Hello... Is it possible to use "density" or another kernel density estimator to identify the mode of a distribution? When I use 'density', the resulting density plot of my data is much cleaner than the original noisy histogram, and I can clearly see the signal that I am interested in. E.g., suppose my data is actually drawn from two or more normal (or other)
2007 Sep 21
1
problem with 'integrate'
Hello - I am having a problem with the function 'integrate'. I am running R on OSX (R 2.5.1). I am trying to suppress the error message when 'integrate' attempts to integrate across a parameter set giving a non-finite function value. I'm using it in a MCMC / simulated annealing algorithm, and it is entirely possible that some parameter sets will give non-
2023 Aug 22
2
Is r2u at 3.4.1? [branch about handling package collisions under Ubuntu/Debian]
This is definitely tangential to the list: I'm on Ubuntu (22.04.2 LTS) not Debian and I'm sure this is about issues in the Ubuntu package management on my machine, R is only revealing them. The original subject line came from me wondering if my going over to the r2u repository would solve the problem.? However, as I think Dirk said, that's only really likely to be answered by trying
2023 May 22
1
PAM Offline Authentication in Ubuntu 22.04...
Mandi! Rowland Penny via samba In chel di` si favelave... > I would undo that, it appears to be wrong. OK, i've undo also i. > I have tested this on a Ubuntu 22.04 computer and it works, so I have > updated the wiki page: > https://wiki.samba.org/index.php/PAM_Offline_Authentication Apparently works as expected: root at dane:~# wbinfo -K gaio Enter gaio's password:
2023 May 22
2
PAM Offline Authentication in Ubuntu 22.04...
On 22/05/2023 10:14, Marco Gaiarin via samba wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > >> I would undo that, it appears to be wrong. > > OK, i've undo also i. > > >> I have tested this on a Ubuntu 22.04 computer and it works, so I have >> updated the wiki page: >>
2020 Apr 29
1
Latest Ubuntu 16.04 samba upgrade breaks external ldap auth (CVE-2020-10704)
29.04.2020 13:08, Rowland penny via samba ?????: > On 29/04/2020 09:36, Remy Zandwijk via samba wrote: >>> On 29 Apr 2020, at 09:38, L.P.H. van Belle via samba >>> <samba at lists.samba.org> wrote: >>> >>> Well, my advice here is.. Your using Ubuntu 16.04 which is EOL this >>> month. >> According to https://wiki.ubuntu.com/Releases it
2011 Aug 31
4
[LLVMdev] llvm-gfortran problems
Hello, I have been trying to compile a few small programs [ http://www.esm.psu.edu/~ajm138/fortranexamples.html] using llvm-gfortran. Since I run my own pass on the generated bitcode, I have had to split the compilation process into using llvm-gfortran, opt and then llvm-ld (for linking, as I do with C/C++ programs). For now, I'll drop the `opt' statement. Here's what I see while
2011 Aug 31
0
[LLVMdev] llvm-gfortran problems
Hi Ashay, Do you need specifically llvm-gfortran that is based on gcc 4.2? Since that, DragonEgg has been introduced - a powerful plugin to gcc that makes it possible to utilize regular gcc compilers as frontends to llvm: http://dragonegg.llvm.org/ It generates Fortran90 programs for me very well. - D. 2011/9/1 Ashay Rane <ashay.rane at tacc.utexas.edu>: > Hello, > I have been
2006 Feb 16
0
using kernel density estimates to infer mode of distribut ion
This might be of interest: http://math.usu.edu/~minnotte/research/software/modetree.r (I was not able to get to the link, but google has a cached version.) Prof. Marron's SiZer maps may also be of interest, but AFAIK the code is in Matlab only. Andy From: Dan Rabosky > > > Hello... > > Is it possible to use "density" or another kernel density > estimator to
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
Howdy to all, We've been using isolinux quite successfully for quite some time now, and I have come across a couple of laptops where isolinux balks at my config file.. Upon booting on this systems, the image background appears corrupted, and at the boot prompt, the following happens automatically. Unknown keyword in config file. Could not find kernel image: 1 boot: Any label input here
2010 Nov 05
1
How to extract particular rows and column from a table
Hello, I'm a new user of R. I've a very big table like the following structure (suppose the variable name with "aa"). From this table I want to make a new table which'll contain just two column with V2 and V6 with some particular rows( Suppose, variable name with "bb"). I'd like to mention V2 column is representing the id that correspond to the column V6 whis
2023 May 20
1
PAM Offline Authentication in Ubuntu 22.04...
On 19/05/2023 12:02, Marco Gaiarin via samba wrote: > > I'm trying to enable offline auth in a Ubuntu 22.04 box, following: > > https://wiki.samba.org/index.php/PAM_Offline_Authentication > > using standard ubuntu samba package (4.15.13+dfsg-0ubuntu1.1). > I've enabled workaround 'lock directory = /var/cache/samba'. I would undo that, it appears to be
2010 Jan 29
0
R memory issue / quantreg
Hi - I also posted this on r-sig-ecology to little fanfare, so I'm trying here. I've recently hit an apparent R issue that I cannot resolve (or understand, actually). I am using the quantreg package (quantile regression) to fit a vector of quantiles to a dataset, approx 200-400 observations. To accommodate some autocorrelation issues, I have to assess significance with
2008 Dec 12
4
Morrowind MUsic Issue
I get this error whenever I run Morrowind: Music Error: Can not play file. Data Files/Music/Special/morrowind title.mp3 I am running wine version 1.1.9 on Fedora 9. Does anyone have any ideas?
2020 Apr 29
2
Latest Ubuntu 16.04 samba upgrade breaks external ldap auth (CVE-2020-10704)
> On 29 Apr 2020, at 09:38, L.P.H. van Belle via samba <samba at lists.samba.org> wrote: > > Well, my advice here is.. Your using Ubuntu 16.04 which is EOL this month. According to https://wiki.ubuntu.com/Releases it is EOL in April 2024 and standard support ends in April 2021.
2007 Aug 08
0
pcifront (CONFIG_XEN_PCIDEV_FRONTEND=m) support in RHEL 4.5 x86 Dom U
Dear All, The production server supports Intel Virtualization Technology. Processor is an Intel Xeon 1.86 GHz Quad Core. 8 GB DDR2 memory. There is also an Emulex LightPulse Fiber Channel HBA adapter. The host operating system (Dom 0) is RHEL 5 x86 with Xen Virtualization technology. Dom 0 kernel is 2.6.18-8.el5xen. I have recompiled the Dom 0 kernel so that pciback
2012 Dec 04
0
Clone disk image common ancestry/branching.
Hello, I was wondering if it was possible to support or easily extent libvirt to perform steps like the following when cloning: # Any existing VMs must be paused or better. ln $currentimg backing-store.img qemu-img create -o backing-store.img $currentimg.tmp qemu-img create -o backing-store.img $newimg # Get any existing VM using $currentimg.tmp mv $currentimg.tmp $currentimg The idea being to