search for: calla

Displaying 20 results from an estimated 26 matches for "calla".

Did you mean: call
2016 Feb 10
0
Method from package dependency is not updated due to lazy load?
...th(pdir, 'R/function.R')) } createA('v1') createA('v2') # package B imports A create('test/pkgB', list(Imports = 'pkgA', Depends = 'methods'), rstudio = FALSE) cat('import(pkgA)', file = 'test/pkgB/NAMESPACE', append = TRUE) cat(" callA <- function() genericA() setGeneric('genericA', package = 'pkgA') setMethod('genericA', 'character', function(x) genericA()) ", file = 'test/pkgB/R/function.R') # install packages install.packages('test/v1/pkgA', lib = 'test/lib', rep...
2006 Apr 25
0
Sanity checking on dovecot
...set up Postfix as my MTA, and it's dropping things into maildirs. Now I want to get Dovecot to work for POP/IMAP. (Getting SMTP AUTH to work is also on the agenda, but slightly tangential.) Postfix is putting things into /var/mail/vhosts, an example line in my vmailbox file is: test at callas.org callas.org/test/ Dovecot is installed via darwinports. (Oh, yeah, this server is an Intel dual-core Mac Mini running OS X 10.4 -- *not* OSX Server.) So I need to figure out how to get dovecot to authenticate in my users. From reading <http://wiki.dovecot.org/VirtualUsers> and &l...
2004 Apr 16
0
Proble with sample.calla and setvar
Hi I'm using the following sample.call Channel: Zap/2 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: fromfax Extension: 3 Priority: 1 SetVar: num=777777 in extensions.conf I have: [fromfax] exten => 3,1,Wait,1 exten => 3,2,SayDigits(${num}) exten => 3,3,Hangup But it only says 10 it seems variable is not set do I use correctly SetVar ? How can I read variables assigned
2007 Oct 19
7
Receptionists Phone suggestions? (Not Snom370)
...A. Call A wants to be transferred to Phone C. Snom370 has another call ringing (Call B). Snom370 presses HOLD button gets Dialtone. Call A is on Hold, Call B still ringing. Snom370 Dials Phone C (Call C). Snom370 talks to Call C. Snom370 presses TRANSFER. The display shows: < CallA > CallB The soft keys now show "<<" and ">>". Pressing them does nothing. When the TRANSFER button is pressed again, CallA is connected to CallB (the original caller is now talking to the previously unanswered party) not what one wanted to happen! It...
2024 Mar 21
1
Building Packages.
Um, what's with the triple colon? At least on my install, double seems to suffice: > identical(utils:::install.packages, utils::install.packages) [1] TRUE > install.packages function (...) .rs.callAs(name, hook, original, ...) <environment: 0x7f79e0019860> -pd > On 21 Mar 2024, at 09:58 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > The good news for Jorgen (who may not be reading this thread any more) is that one can still be sure of getting the original ins...
2001 Oct 08
2
Rcmd
Hola! I have problems running Rcmd check (windows 98, R1.3.0) It ckoks on an example running a function which calla bringToTop(). This makes an error because Rcmd check runs the examples with the postscript device, and bringToTop does not make sense with that device. Howevere, my function is for interactive use, and needs bringToTop. How can this be used in examples and still have the possibility to use the au...
2024 Mar 21
1
Building Packages.
...Duncan Murdoch On 21/03/2024 5:48 a.m., peter dalgaard wrote: > Um, what's with the triple colon? At least on my install, double seems to suffice: > >> identical(utils:::install.packages, utils::install.packages) > [1] TRUE >> install.packages > function (...) > .rs.callAs(name, hook, original, ...) > <environment: 0x7f79e0019860> > > -pd > >> On 21 Mar 2024, at 09:58 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >> >> The good news for Jorgen (who may not be reading this thread any more) is that one can still be s...
2024 Mar 21
1
Building Packages.
...to see RStudio start up when I click at an *R script in the OS gui file browser ... !:!P:!)(*&)) I definitely see > R.version.string [1] "R version 4.3.3 Patched (2024-02-29 r86162)" > RStudio.Version()$version [1] ?2023.12.1.402? > install.packages function (...) .rs.callAs(name, hook, original, ...) <environment: 0x55f4e5d82948> > No need for any hashes to see that install.packages is not the one from R. --- Concluding from your, Ben's, finding I'd guess that Posit finally decided to move away from this very unfriendly idea of sneakily replacing...
2024 Mar 21
1
Building Packages.
...> >>> > >>> Running an up-to-date RStudio on Linux, FWIW -- maybe > >>> weirdness only happens on other OSs? > >> > >> On MacOS, I see this: > >> > >> > install.packages function (...) .rs.callAs(name, hook, > >> original, ...) <environment: 0x7fa7c72a6268> > >> > >> I get the same results as you from find(). I'm not sure > >> what RStudio is doing to give a different value for the > >> function than what fin...
2024 Mar 20
1
Building Packages.
...ll.packages() function as well. >>> >>> ???? Running an up-to-date RStudio on Linux, FWIW -- maybe weirdness >>> only >>> happens on other OSs? >> >> On MacOS, I see this: >> >> ? > install.packages >> function (...) >> .rs.callAs(name, hook, original, ...) >> <environment: 0x7fa7c72a6268> >> >> I get the same results as you from find().? I'm not sure what RStudio is >> doing to give a different value for the function than what find() sees. > > Turns out that RStudio replaces the ins...
2024 Mar 21
1
Building Packages.
...Duncan Murdoch On 21/03/2024 5:48 a.m., peter dalgaard wrote: > Um, what's with the triple colon? At least on my install, double seems to suffice: > >> identical(utils:::install.packages, utils::install.packages) > [1] TRUE >> install.packages > function (...) > .rs.callAs(name, hook, original, ...) > <environment: 0x7f79e0019860> > > -pd > >> On 21 Mar 2024, at 09:58 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >> >> The good news for Jorgen (who may not be reading this thread any more) is that one can still be s...
2024 Mar 20
2
Building Packages.
...ou seem to be saying it's the >> install.packages() function as well. >> >> Running an up-to-date RStudio on Linux, FWIW -- maybe weirdness only >> happens on other OSs? > > On MacOS, I see this: > > > install.packages > function (...) > .rs.callAs(name, hook, original, ...) > <environment: 0x7fa7c72a6268> > > I get the same results as you from find(). I'm not sure what RStudio is > doing to give a different value for the function than what find() sees. Turns out that RStudio replaces the install.packages object in t...
2024 Mar 21
1
[External] Re: Building Packages. (fwd)
...., peter dalgaard wrote: >> Um, what's with the triple colon? At least on my install, double seems to >> suffice: >> >>> identical(utils:::install.packages, utils::install.packages) >> [1] TRUE >>> install.packages >> function (...) >> .rs.callAs(name, hook, original, ...) >> <environment: 0x7f79e0019860> >> >> -pd >> >>> On 21 Mar 2024, at 09:58 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >>> >>> The good news for Jorgen (who may not be reading this thread any mor...
2024 Mar 21
1
Building Packages.
...48 a.m., peter dalgaard wrote: >> Um, what's with the triple colon? At least on my install, double seems to > suffice: >> >>> identical(utils:::install.packages, utils::install.packages) >> [1] TRUE >>> install.packages >> function (...) >> .rs.callAs(name, hook, original, ...) >> <environment: 0x7f79e0019860> >> >> -pd >> >>> On 21 Mar 2024, at 09:58 , Duncan Murdoch <murdoch.duncan at gmail.com> > wrote: >>> >>> The good news for Jorgen (who may not be reading this thread any m...
2024 Mar 21
1
[External] Re: Building Packages. (fwd)
...gt;> Um, what's with the triple colon? At least on my install, double seems to >>> suffice: >>> >>>> identical(utils:::install.packages, utils::install.packages) >>> [1] TRUE >>>> install.packages >>> function (...) >>> .rs.callAs(name, hook, original, ...) >>> <environment: 0x7f79e0019860> >>> >>> -pd >>> >>>> On 21 Mar 2024, at 09:58 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >>>> >>>> The good news for Jorgen (who may not be re...
2011 Mar 10
1
3 dimensional MDS plots
...plots: one with axis 1 vs axis 2, one with axis 2 vs axis 3, and one with axis 1 vs axis 3. When inputting my code, I only end up with one diagram and when inputting mdsg.mds$dims, the program returns 2 for 2 dimensions. How can I create the other two plots? Any help would be greatly appreciated, Calla Carbone The table I use is number of each taxa on each surface and is attached. -------------- next part -------------- Below is a copy of my work: >mdsg=read.csv(file.choose(), header=TRUE, row.names=1, sep=",") > mdsg.mds<- metaMDS(sp.rich) Error in metaMDS(sp.rich) : o...
2008 May 19
6
obtaining table cell text data
I''m writing some code to subset a table based on the contents of particular columns. My event handler starts off like this: subsetChange: function(e) { var subset = $F(''subsetSelector''); var rows = $$(''.content-row''); rows.each(function(row) { var value = row.down(''.Platform_Category'').childNodes[0].data;
2024 Mar 21
1
Building Packages.
...e install.packages() function as well. >>> >>> Running an up-to-date RStudio on Linux, FWIW -- maybe >>> weirdness only happens on other OSs? >> >> On MacOS, I see this: >> >> > install.packages function (...) .rs.callAs(name, hook, >> original, ...) <environment: 0x7fa7c72a6268> >> >> I get the same results as you from find(). I'm not sure >> what RStudio is doing to give a different value for the >> function than what find() sees. > Turns out...
2018 Mar 03
3
install.packages doesn't produce warnings unless qualified with utils::
Hi all, Assuming this is an R core issue: tryCatch(install.packages("clipr", repos = "bullshit"), warning = function (w) cat("got a warning")) Warning in install.packages : unable to access index for repository bullshit/src/contrib: cannot open URL 'bullshit/src/contrib/PACKAGES' Warning in install.packages : package ?clipr? is not available (for R
2011 Jul 07
0
[LLVMdev] defference between a tail call instruction and a call instruction
...the difference between tail call and call directly ? could i pick up from a call instruction the name or the adress of the first block of the called method? for example i have this instruction: call void @consumes(i32 9, i32 3, i32 2315337) How to do to in a pass to pick up the first block of the callaed function thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110707/e57fe336/attachment-0001.html>