Displaying 20 results from an estimated 400 matches similar to: "problems with CarbonLib"
2002 Jun 17
2
Rgui crashes
My Rgui crashes quite a lot when entering certain characters. I put a
freshly extracted msvcrt.dll into the rw1050\bin directory, but this did not
fix the problem. Perhaps, as stated in the FAQ section, I need also "put the
rw1050\bin directory early in your path" but I do not know how to do it in
Windows Me. Please could you give me some help?
E. Barahona
2001 May 04
6
help, what's CarbonLib 1.20?
Greetings,
I downloaded R for my mac from software, R binaries, rm123, base and
then downloaded "rm123.sit.hqx" Now, when I open R and try to type
anything in the blank, I get a message that I need CarbonLib 1.20 or
newer to run R. Please tell me what this means and where to go to get
it.
By the way, when I type anything in and recieve the error message, R
will then refuse to close
2005 Jun 20
1
Unable to reconfigure channel
Hi all,
I have a problem with the cvs head zaptel library: I cannot update my
zapata.conf into asterisk when I issue the reload command from the CLI
prompt; only when I stop and restart the asterisk service.
The system sends the following message:
Jun 20 09:49:14 WARNING[3754]: chan_zap.c:10364 setup_zap:
Ignoring switchtype
Jun 20 09:49:14 WARNING[3754]: chan_zap.c:10364
2013 Aug 08
1
[LLVMdev] Live range splitting with Ising models
On 7 August 2013 17:06, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> With the D-Wave computer in the news recently, you may find it interesting that LLVM’s register allocator is using Ising models to compute regions for live range splitting.
>
> The problem of finding a region for splitting a live range is mapped to an Ising model with the help of the edge bundle graph, see
2003 Apr 16
1
R 1.6.2 on Mac OSN1-8.1
Dear all,
Is it possible to run R 1.6.2 on Mac OS N1-8.1 after installing CarbonLib and InterfaceLib ?
I downloaded CarbonLib Update 1.0.4 but it didn't work. Is this system too old ?
I am trying to find a solution but if it is not possible it's a waste of time.
Or should I use an older version of R ?
Dirk
[[alternate HTML version deleted]]
2002 Mar 20
3
a R question
Dear Sir,
I have been working with R for some time now and I am very happy with
it, but I have found a problem that I could not resolve. Could you
please give me some hint about how to transform POSIX time data in
seconds to string format?. (eg. 995752800 -> year-month,day,hour,min,
sec) I tryed with Sys.time(), strptime() and date() but without success.
Thank you very much in advance
2002 Sep 16
1
installing (PR#2025)
Am I being stupid? I have made several attempts to download R for
Macintosh and everything goes fine til I double-click. At this point the
message 'can't find CarbonLib' appears. My system is 8.6, running on a G4.
Cheers
Bill
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2003 Feb 21
5
help
Hi,
help.I would like to plot the mean and standard deviation against a factor
in the xaxis- in other words I want an errorplot. I also want to put the
standard deviation like a "T" on top of a barplot. How can do this in R
Bragadeesh
2013 Aug 07
5
[LLVMdev] Live range splitting with Ising models
With the D-Wave computer in the news recently, you may find it interesting that LLVM’s register allocator is using Ising models to compute regions for live range splitting.
The problem of finding a region for splitting a live range is mapped to an Ising model with the help of the edge bundle graph, see EdgeBundles.h. A node in the edge bundle graph represents a set of CFG edges that enter or
1999 Apr 08
2
Samba 2.0.3 and NT/9x
Dear all,
I recently upgraded to Samba 2.0.3 and read the doc files about NT
machines because I cannot connect to the Samba server.
In the WinNT.txt file there is the following proposal:
[ --- Start of pasted text --- ]
The following registry entry change will re-enable clear text password
handling:
Run regedt32.exe and locate the hive key entry:
2002 Oct 17
2
Help
Hello,
I already download rm160.sit to a iMac9.1 computer.
But I can not run R-icon for installation of R. The
computer told me --the application "R" could not be
opend because
"Carbonlib" could not be found. I donot know why I
could not install R to the computer.
Thank you.
Jinbo
__________________________________________________
Faith Hill - Exclusive Performances,
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
I am having problems mounting a DFS share, even though it works in smbclient
fine.
After mounting, the mount point (in ls) has question marks for everything, and
when ls'ing I just get permission denied.
Turning up debug and verbose don't seem to help. Any ideas ?
[tom@charles-compaq@1306 /home/tom/Projects/gbb-core-app ]
smbclient //exchsvr/dfs -U tchiverton -W BLUEFINGER
Password:
2013 Aug 08
0
[LLVMdev] Live range splitting with Ising models
On Aug 8, 2013, at 10:46 AM, David Tweed <david.tweed at arm.com> wrote:
> | I believe that 2-state Ising models can be reduced to max-flow/min-cut (eg, Finding ground states in random-field Ising ferromagnets by F Barahona)
>
> I hadn't been following D-Wave; upon looking I see that they're using problem reductions to Ising models which aren't ferromagnet models (sign
2013 Aug 08
0
[LLVMdev] Live range splitting with Ising models
On Aug 8, 2013, at 9:01 AM, David Tweed <David.Tweed at arm.com> wrote:
> Just as general comments not related to the specific implementation in LLVM:
>
> I believe that 2-state Ising models can be reduced to max-flow/min-cut (eg, Finding ground states in random-field Ising ferromagnets by F Barahona) , so were a guaranteed polynomial time solution wanted that could be used
2011 Oct 09
2
fast or space-efficient lookup?
Dear R experts---I am struggling with memory and speed issues. Advice
would be appreciated.
I have a long data set (of financial stock returns, with stock name
and trading day). All three variables, stock return, id and day, are
irregular. About 1.3GB in object.size (200MB on disk). now, I need
to merge the main data set with some aggregate data (e.g., the S&P500
market rate of return,
2013 Aug 08
0
[LLVMdev] Live range splitting with Ising models
On 7 August 2013 17:06, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> With the D-Wave computer in the news recently, you may find it interesting that LLVM’s register allocator is using Ising models to compute regions for live range splitting.
>
> The problem of finding a region for splitting a live range is mapped to an Ising model with the help of the edge bundle graph, see
2011 Jul 26
5
Help with boxplot
Hi guys,
I need your help with the boxplot.
I've to create a boxplot starting from a table (.csv) in which there are the
result of a test.
Each column is a question and the rows are the answer of the respondents
(from 0 to 5).
Some answer is missing and has been filled with NA.
the table has been loaded in R with the function read.csv
I created the boxplot with the function boxplot and all
2008 Jun 10
7
error compiling fc9 x64
when i run ./configure in fedora 9 64 bit i get this error
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
this is
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
Hi,
I downloaded wine source from winehq and installed all dependencies as per the wiki:
http://wiki.winehq.org/WineOn64bit
However when i run ./configure,its displays the following and exits:
Code:
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 2.6.26.5-45.fc9.x86_64
uname -s = Linux
uname -v = #1 SMP Sat Sep 20
2017 Jul 05
3
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
A small example data set that illustrates your question will be of great value to those trying to help. This appears to be a transformation that you are wanting to do (timestamp to units of time) so a data representing what you have (dput() is handy for this) and one representing what you want to have with any guidance regarding how to use the other columns in you data set (e.g., the event(0/1)).