Displaying 20 results from an estimated 29 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...
2025 Feb 12
1
install.packages and package dependencies
...o")
> [1] TRUE
Do you set this value somewhere (via an environment variable or start
up file)? Or is it this value because you use RStudio as IDE?
If you use RStudio, please be aware that RStudio has its own version of
install.packages():
RStudio> install.packages
function (...)
.rs.callAs(name, hook, original, ...)
<environment: 0x12a530f00>
So if you are using RStudio, you will have to talk with Posit about
changing the behaviour of install.packages().
If you want the behaviour of utils::install.packages() to change, I am
sure that R-Core will consider any diff that implem...
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...
2025 Feb 12
1
install.packages and package dependencies
...I showed above).
Berwin, your post actually made me chuckle. In the original draft of my
post I wrote something like "I tried to look at what install.packages does
by typing 'install.packages' but it shows me something I can't understand:
> install.packages
function (...)
.rs.callAs(name, hook, original, ...)
<environment: 0x118030cc0>"
I am indeed using RStudio and I had no idea that they overwrote that
function!
[[alternative HTML version deleted]]