search for: callas

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

Did you mean: dallas
2016 Feb 10
0
Method from package dependency is not updated due to lazy load?
Hi, not sure this is a bug or just an unavoidable undesirable side-effect -- or just me that does not do the right thing. Consider the code and output below. It creates 2 packages: * pkgA * pkgB that creates a method for a generic defined in pkgA Changes in a method for the generic in pkgA (after re-installing pkgA) are not reflected in pkgB, unless pkgB is re-installed against the new
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 &lt...
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)
Does anyone have any suggestions for a decent receptionists phone? Aastra? Grandstream? Something with (potentially) lots of BLFs, large(ish) screen, headset and most importantly the ability to transfer calls? I've installed five Snom 370s that seemed ideal but my client is very very unhappy as the Snom 370 can't transfer a call correctly if there's another call coming in (details
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 inst...
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
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 su...
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 a...
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 find...
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 inst...
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 su...
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 th...
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 more...
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 mo...
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 rea...
2011 Mar 10
1
3 dimensional MDS plots
Hi, I am trying to create 3 mds 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
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
Hi all, Please could you tell me 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