similar to: Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)

Displaying 20 results from an estimated 70 matches similar to: "Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)"

2002 Mar 15
0
logon home with ldap under win98
Hello, I hope this is the correct place for this mail... I have found that samba-2.2.3a (--with-ldapsam) gives the correct logon home for win2k, but not for win98. Obviously the two systems request the information in a different way. For win98 machines, in lanman.c, the information is taken only from smb.conf, and not from ldap (or other backends). I have attached a small patch that yields
1999 Oct 25
1
gc_inhibit_torture definition twice?
I have a problem to understand the way gc_inhibit_torture is defined. In include/Defn.h it is declared as extern, using the __MAIN__ trick this leads to a definition in main/main.c. But in main/memory.c you define (and initialize) gc_inhibit_torture again: int gc_inhibit_torture = 1; /* gets set to zero after initialisations */ Then, in e.g. unix/system.c immediately at the beginning of
2014 Jan 10
1
samba 4.1.3 -- multiple bugs & 1, 297 coredumps -- coredump backtrace + full-backtrace included
Hello, A few months ago the distribution I use (Debian Testing) moved from Samba 3 to Samba 4 - I started seeing a lot of problems. Since then there are two bugs I find occurring on a regular basis: 1. Consistent dumping core on a regular basis (very rarely, if ever occurred with Samba 3) a. $ ls -ltr *core*smbd* |wc -l b. 1297 c. $ du -ach *core*smbd*|tail -n 1
2000 Sep 28
1
creating custom I/O for R
Dear R developers, I am building an ActiveX Com wrapper for R. I have successfully implemented an Evaluate function using rproxy_impl.c and rtest.c as examples. The Com object as it stands at the moment is similar to Thomas Baier's automation server StatConnectorSrv.exe except that it does not use the Proxy. My goal it to include a couple of activeX controls in the library: One to provide a
2009 Jan 08
1
Callbacks seems to get GCed.
Dear list, I am trying to implement a publish-subscribe mechanism in for an embedded R interpreter. But somehow my registered closures seem to get collected by the GC, even though I have protected them. I have reducted my code to the following sample. Sorry if it is a little verbose. The first couple of call of calls still work, but at some point one of the callbacks (callback1 in my
2009 Sep 03
1
Running an expression 1MN times using embedded R
Hello, I'm evaluating this expression expression({ for(x in 1:5){ .Call('rh_status','x') }}) a million times from a program with R embedded in it. I have attached reproducible code that crashes with Program received signal SIGSEGV, Segmentation fault. 0x00002b499ca40a6e in R_gc_internal (size_needed=0) at memory.c:1309 1309 FORWARD_NODE(R_PPStack[i]); Current language:
2012 Sep 22
2
How to upgrade from 2.15.1 to 2.15.1 patched?
Hi, I would like to upgrade R-2.15.1 to R-2.15.1 patched (under Ubuntu 12.04). What's the recommended way to do so? I did the following steps for installing R under Ubuntu 12.04 (as far as I remember, Dirk Eddelbuettel recommended this and helped me on several occasions with the installation): 1) sudo emacs /etc/apt/sources.list 2) add: deb http://stat.ethz.ch/CRAN/bin/linux/ubuntu
1998 Sep 04
0
Linux SMB Mount utils patch
Hi, I'm sure that you are all aware that the mount utilities that ship with samba are designed to compile and run only with Linux 2.1 series development kernels. I'll _try_ keep this short and sweet while doing my best to explain what I have done, since I have a tendancy to ramble on. I have two boxes, one Linux with libc5, and another with Linux and Glibc2 (aka libc6). The Samba
2013 Mar 25
1
downgrading to R 2.15.1-4 from sid beta 3.0.0
Hi, I'm using sid, and this morning I carelessly upgraded R core packages, which are currently at the beta 3.0.0 version. I hadn't read that packages need to be re-built to be used with this beta version. I'd happily do that locally (via 'install.packages') for those that haven't yet been re-built in Debian, but some just don't allow that, notably nlme which has a
2012 May 29
0
Release plans: R-2.15.1 on June 22
Just a note, mainly to people who maintain larger R installations, that we intend to have a patch release version on June 22. The nickname will be "Roasted Marshmallows". This is somewhat later than previous .1 releases, but we are also now aiming for an annual rather than biannual release scheme. There have been very few issues with 2.15.0, but some people may be waiting
2012 Sep 24
2
Install of R-2.15.1 for Windows (64 bit) on application server
Hi, I'm looking to install ?R? on an application server which we can give plenty of resource to, and actually run the program from a terminal server. Do you know if this is possible, and if so are there any special installation instructions required? Many thanks, D -- View this message in context:
2012 Aug 26
2
Package "datasets" not exporting anything on a recent R-2.15.1-patched
Hi, I just stumbled on the following apparent oddity: the package "datasets" does not appear to export anything out of its namespace: > ns_datasets <- getNamespace('datasets') > getNamespaceExports(ns_datasets) character(0) Not the case with other packages (example here with "utils"): > ns_utils <- getNamespace('utils') >
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba > shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the > smb.log contains the following information: > > [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566) > resolve_lmhosts: Attempting lmhosts lookup for name > NTWEB2.AIS.MSU.EDU<0x20> > [2000/01/04
2012 Jul 24
0
[R-sig-ME] lmer() - no applicable method for 'profile' under R version 2.15.1
Hi all, I was working with the "MEMSS" & "mle4" library's under R version 2.15.1. apparently some practical functions of do not work under R 2.15.1. After searching the archives i found a mail thread on this subject, stating that these problems were partialy solved for "R 2.12.0" but only for "lmer()" not for "glmer()". Is someone aware
2012 Jul 06
2
Is R BOOT package available for 2.15.1 version for Mac OS?
Hi everyone! I am trying to install boot package in order to do bootstrap analysis with R. I am trying to use the following command: install.packages("/var/folders/++/++53BE++6+0++4RjPqRgNE+-lHI/-Tmp-//Rtmpvmc3aE/downloaded_packages") But get the following message: package ?/var/folders/++/++53BE++6+0++4RjPqRgNE+-lHI/-Tmp-//Rtmpvmc3aE/downloaded_packages? is not available (for R
2012 Jul 18
3
Upgrading on Ubuntu from 2.11.1 to 2.15.1
This doesn't work, what should I do? sudo apt-get install r-base [sudo] password for cseligman: Reading package lists... Done Building dependency tree Reading state information... Done r-base is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Also: > .libPaths() [1] "/export/home/cseligman/local/library/R" [2]
2013 Mar 14
3
date & time manipulation- R 2.15.1 windows 7
Hi, I wanted to learn how to solve a date and time manipulation where i can do the following two 1. difference of two dates eg (differnce between 5th jan 2013 and 1st jan 2013) 2.Suppose i have week number of the year, i want to know if i can find out the day it refers to eg( say week 2 of 2013 would be 6th jan 2013 and the day is sunday) i need my result to tell me that its
2013 Mar 09
3
Feedback – Regarding R Programming Language Version 2.15.1 (2012-06-22) Usage
Dear Sir / Madam, I am using R Programming Language Version 2.15.1 (2012-06-22) for sometime in a 32 bit PC running Windows OS (Platform: i386-pc-mingw32/i386 (32-bit)). During the execution / interpretation of the R script, sometimes it is found that behavior of the program is not consistent with the program structure. For example, it has been seen that, even if a condition inside an IF
2012 Jul 21
2
library XML in R version 2.15.1
Hello Rxperts.. I have a peculiar situation.. XML library is not available with R2.15.1 whereas I was able to install it with R version 2.13.1. Would highly appreciate your suggestions. I am now trying to see if XML works with previous versions of R. Thanks, Santosh [[alternative HTML version deleted]]
2012 Aug 24
1
Error while installing gsubfn_0.6-4.tar.gz for R 2.15.1
Hi, I am getting the follwoing error while installing gsubfn_0.6-4.tar.gz library for R. R version is 2.15.1 and i am installing on Redhat linux version 2.6.18-238.9.1.el5 (mockbuild at x86-002.build.bos.redhat.com<mailto:mockbuild at x86-002.build.bos.redhat.com>) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) * installing to library ?/home/mapred/installables/R/library? * installing