Displaying 20 results from an estimated 7000 matches similar to: "Dependency on R-Forge Package"
2004 Dec 05
2
String manipulation---mixed case
Hello,
Does anyone know of a "slick" way to get R to convert a string which is all upper case to a string where the first letter in each word is upper case and all others are lower case?
I suspect the solution is to begin by parsing the string, convert the appropriate letters to upper and lower case using "toupper" and "tolower", and then to paste the pieces back
2004 Dec 11
2
Paths for Shell Scripts called from R
Hello list,
I suspect this is more a linux question than an R question, but I'll describe my situation in case
anyone here knows of an elegant solution.
I'm using Sweave and R to create thousands of customized reports. Within an R loop, I have R create
a table.tex file using the CAT function which, for each iteration, creates a unique table.tex file in
a subdirectory of the directory
2004 Dec 02
16
How about a mascot for R?
R users,
How come R doesn't have a mascot? Linux has one and so does LaTeX, so shouldn't R? I personally think that associating a "friendly face" with R would be a good thing for R (one letter names can be quite intimidating).
I apologize if this is addressed in the FAQ. I searched the FAQ as well as the mailing list archives and checked
?mascot
but to no avail. ;-)
2006 Sep 25
1
Rows of a data frame to matrix
useRs,
I have a data frame where four of the columns of the data frame represent the values of a two-by-two
matrix. I'd like to, row-by-row, go through the data frame and use the four columns, in matrix form, to
perform calculations necessary to create new values for variables in the data frame. My first idea was to
use apply:
apply(as.array(data.frame[,1:4]), 1, matrix, nrow=2)
Though
2004 Sep 12
1
Discrepency between R and MlwiN
When playing around fitting unconditional growth models using R and MlwiN today, I produced two different sets of estimates that I can't reconcile and wondered if anyone here has an idea:
The data is two-level repeated measures data with measures nested within child. There are two measures per child. I've fit an unconditional growth model as in Singer and Willet (2003) that allows for
2004 Jul 05
2
Again Sip Registration Fail
Recently I wrote about this problem,
but it still exist and I can't dial my Xlite SIP Phone
So here is the Notice
Jul 5 17:14:07 NOTICE[65541]: chan_sip.c:6731 handle_request:
Registration from 'Damian Minkov <sip:damian@10.1.1.2>' failed for
'10.1.1.11'
The * box(10.1.1.2) and the PC(10.1.1.11) on which is the XLite are in
the same network
Here is part from sip
2004 Jul 07
2
Problem SIP Register
I have * box on machine with external ip address and internal one
I'm tring to register to it from to machines - one from innternet (
everything is ok - in sip.conf nat=yes)\
and the other one is in the internal network (in sip.conf - nat=no ) and
it say 403 Forbidden?
Any Ideas ? here are the logs and configs
From the external SIP Client whic registers.
2005 Mar 04
2
how to draw graphs within clickable hyperlink
Hi all
I want to draw a graph containing points and edges. Package graphics
could do this. However I want to make each those points and edges
clickable with a hyperlink on them.
Anybody know how to do this?
Thanks very much.
2011 Nov 18
3
Non-free packages in R-Forge
I'm sorry about the tone of my previous email. Let me try again in a
cleaner way.
The problem is: R or the organisation behind R via its infrastructure
seems to be endorsing R-Forge, and R-Forge is hosting at least one
project whose sole purpose is to link R with non-free software. This
looks like endorsement of non-free software, which is contrary to the
aims of the GNU project, of which R
2003 Jul 07
1
Incredibly slow Roaming Profiles
We've just set up an internal domain, and had a single XP Pro machine join
without any difficulties. But we need this machine (and the other handful
with it) to use Roaming Profiles, which is posing something of a speed
issue.
I have logged on, killed the 'You do not own the profile' tidbit, fixed up
permissions, and finally gotten XP to read the profile from the SAMBA server
2020 Jul 20
2
Streaming SSL / HTTPS with m3u file
On 20 Jul 2020, at 1:12, Damian wrote:
> I solved the issue by adding my own m3u files to
> /usr/share/icecast/web but I am not sure if this is icecast
> best-practice. This also raises a few other issues as well… http
> stream links don’t appear on the icecast stream directory and stream
> titles and track metadata does not display when opening m3u files
> created in this
2023 Jan 20
1
IPV6 in version 2.4.4
Thanks for the response.
I can confirm that the recommended settings worked and now IPV6 is working as it should.
If anyone is interested, these are the <listen-socket> settings I am using.
<!-- You may have multiple <listen-socket> elements?>
<listen-socket>
<port>8000</port>
<bind-address>0.0.0.0</bind-address>
</listen-socket>
2023 Jan 17
1
IPV6 in version 2.4.4
On 17 Jan 2023, at 23:16, Damian wrote:
> Thanks for this. I?m on a Debian server so it?s looking good.
>
Yes, then there should be no issues whatsoever using IPv6 with
Icecast 2.4
>> On 18 Jan 2023, at 07:59, Marvin Scholz <epirat07 at gmail.com> wrote:
>>
>> Hi,
>>
>> On 17 Jan 2023, at 22:51, Damian wrote:
>>
>>> Hi,
>>>
2020 Oct 12
2
Icecast crashing / terminated - out of memory
Good morning,
On Sun, 2020-10-11 at 10:24 +1000, Damian wrote:
> Can I also ask, which is the recommended course of action?
Sure, just keep in mind that we had weekend, so people were off. ;)
> Should I rebuild icecast with OpenSSL or is there now a fixed version
> via backports that I can use?
Based on...
On Sat, 2020-10-10 at 23:06 +1000, Damian wrote:
> Edit (apologies for the
2004 Dec 11
1
RealTime and Macro question?
Is it possible to call a macro, which is defined in extensions.conf from
a realtime extension configured in Mysql.
Beacuse when i try i receive an error - no such context.
-- Executing Macro("SIP/1007-2165", "dialnumber_wvm,1004,SIP/1004")
Dec 11 12:51:04 WARNING[22551]: app_macro.c:100 macro_exec: No such
context 'macro-dialnumber_wvm,1004,SIP/1004' for macro
2023 Jan 17
1
IPV6 in version 2.4.4
Thanks for this. I?m on a Debian server so it?s looking good.
> On 18 Jan 2023, at 07:59, Marvin Scholz <epirat07 at gmail.com> wrote:
>
> Hi,
>
> On 17 Jan 2023, at 22:51, Damian wrote:
>
>> Hi,
>>
>> I would like to know whether Icecast version 2.4.4 supports IPV6 listener connections? I have some mobile phone users that connect to my web server
2023 Jan 18
1
IPV6 in version 2.4.4
Another question: I see in the icecast config it states that "If a bind-address is not specified for a particular listen-socket, then the socket will be bound to all interfaces (including IPv6 if available). ?
Are there any checks / tests that I could do at my end show if it is configured for IPV6 connections? The one below doesn?t seem to confirm that it?s configured that way.
?
Damian
2023 Jan 19
1
IPV6 in version 2.4.4
On 18 Jan 2023, at 22:56, Damian wrote:
> Another question: I see in the icecast config it states that "If a bind-address is not specified for a particular listen-socket, then the socket will be bound to all interfaces (including IPv6 if available). ?
>
> Are there any checks / tests that I could do at my end show if it is configured for IPV6 connections? The one below doesn?t seem
2019 Dec 23
1
Kicking duplicate connections
I see. However, it is often pretty easy to see that a duplicate connection is the same listener because the time connected to the server of the two connections is the same. In that case, I am wondering which would be the one to kick.
> On 22 Dec 2019, at 23:39, Gavin Stephens <gavin at stephens.net.nz> wrote:
>
> With NAT, also with carrier grade NAT becoming more poplular with
2006 Jul 14
2
Export to LaTeX
Dear Everybody!
I want to export data to LaTeX. As I want to employ the data as freely as
possible I want to avoid the xtable-command and instead generate some List
like
\MyOwnPrettyCommand{Adam}{Auer}{17}
\MyOwnPrettyCommand{Bertram}{Bauer}{14}
\MyOwnPrettyCommand{Christoph}{Huber}{75}
\MyOwnPrettyCommand{Damian}{Dorfer}{69}
\MyOwnPrettyCommand{Emanuel}{Eder}{43}
with \MyOwnPrittyCommand