similar to: Loading a package shared lib works in 2.12 but not 2.11

Displaying 20 results from an estimated 2000 matches similar to: "Loading a package shared lib works in 2.12 but not 2.11"

2008 Jul 07
1
Re: Printing /MYOB
It's whatever was current release during March. I have no way of doing regression tests, nor determining which broke what. IMHO the kernel is a suspect too, and March was a lot of upgrades ago for F8. The target system (F8KDE) gets used for MYOB about once a week and printing invoices about once a month, it took awhile before we discovered the system was really broken, we had initially
2003 Sep 24
1
Rejoining an XP workstation to a domain
Hello, I have been trying to rejoin a computer to a newly remade PDC on the same domain name using Samba 2.2.7 on RedHat 9. I get this error message everytime I try: Title: "Computer Name Changes" "The following error occurred attempting to join the domain "Quasar": Multiple connections to a server or shared resource by the same user, using more than one user name, are
2011 Apr 20
3
useDynLib in older versions e.g. (2.10)
Hi, Has something changed regarding the useDynLib in the NAMESPACE file in packages? I've written a package that works in e.g. 2.12/2.13 but simply cannot find the dynamic library under windows. The version on CRAN is older than the one I'm talking about and depends on a newer version of R but I want to make the package available to people with older versions. >
2004 Oct 18
1
Intermittent failed logon for one computer
Hello, We have been using Samba 3.0.7 for almost a month now, and today marks the second time that I see a machine (one out of twelve on our network" that gives this error when I log in: "The system cannot log you on to this domain because the system's computer account in its primary domain is missing or the password on that account is incorrect." Last time this
2004 Nov 15
2
Slow update time for Desktop icons
I've got one user that I just put onto the new Samba 3.0.8 server. He's on WinXP SP1. He has a ton of icons and things on his desktop (39M worth of data according to his profile) but I'm not sure if that is a problem. When he logs in, a few of his icons which point to network applications have only the default Windows shortcut image. If he right-clicks the Desktop and clicks
2004 Jun 12
2
invalid HOMEDRIVE
Hi all- Some recent change...perhaps a windows update, or perhaps a change in the network on which I use my computer....has made it impossible for me to start R. When I try to start the program, I get a message that says "Fatal error: invalid HOMEDRIVE". Any ideas on how to fix this? Thanks much Chris ******* Chris Solomon Center for Limnology Univ. of Wisconsin (715) 356-9494
2009 Jul 02
1
Windows zip-files (binaries) for older version of scatterplot3d
Hi, I am working with -poLCA- which uses the package -scatterplot3d- in order to work. However, I work on a restricted server that is not online. The R-version installed there is 2.6. However, running library(poLCA) after installing the most recent -scatterplot3d- on the server leaves me with R telling me that scatterplot3d needs R-version 2.7 or a more recent versions. Since I cannot install the
2011 Apr 26
1
Hook into Coercion Framework for data.frame
Hi, I am looking into a way to hook into the R coercion framework to allow me to convert table-like data stored within a COM object into a data.frame. Some of our COM objects have their own table-like data storage, and from R's point of view it's an object (EXTPTRSXP) decoarated with a sepcial symbol so we can easily identify it. COM_Table <- a_method_that_creates_the_object()
2004 Oct 04
0
Quassar 111 L
I've received a cellulink device: Quasar 111 L, which I want to connect to my Asterisk machine. Does anyone have experience with such device? Regards, Shlomi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041004/4cdc7911/attachment.htm
2002 Feb 18
0
Kudos (and SVG)
Dear all, I have just finished my thesis titled "Gravitational Microlensing of Quasar Clouds", and the following paragraph appeared in my "Acknowledgements": "I would like to thank the authors of R and the R core team for their great skill and dedication in developing this software, and to all the members of the R-help mailing list, especially Brian D. Ripley,
2004 Dec 16
3
Connecting Asterisk to GSM
Hi List, I was wondering if there was any device I could use to connect * to GSM networks. I don't need much capacity, maybe 2-4 GSM channels. As usual, cheap is better :-) Any tips on this? Cheers, Jean-Michel.
2003 Jan 30
2
Validation of clustering
Hi, I'm using the library cluster to cluster a set of figures (method CLARA). Somebody that it work with clustering would know informs what I make to evaluate the clustering? Tks VM, Francisco. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Francisco JĂșnior, Computer Science - UFPE-Brazil "One life has more value that the world whole" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2005 Feb 21
2
memdisk: regression: 2.11 -> 2.12 (up to 3.07)
- mkdiskimage -d image.dsk 2 64 32 - load it in dosemu and make it bootable with sys - isolinux: label 999 kernel memdisk append initrd=image.dsk harddisk c=2 h=63 s=32 results: memdisk 2.11 -> boots memdisk > 2.11 (up to 3.07) -> hangs The following message is printed in the boot messages > 2.11: MEMDISK: image has a fractional end sector The complete error message
2012 Mar 07
2
repositories for 2.11 & 2.12
Dear experts, I have to install ggplot2 packages for R 2.11 and 2.12 but this is available for 2.14 only. My question: are there urls for previous R version which can be use in install.packages ? Thanks Miklos
2004 Aug 04
1
installing package with version number using namespaces & dynamic library
Hi, I wonder whether a package with namespace & dynamic library can be installed with the version number attached, ie. with the argument --with-package-versions. Is this currently possible? Using R 1.9.1 on Debian 3.0 I encounter a problem when trying to load a package installed with R91 CMD INSTALL --with-package-versions -l /mnt/local/R/R-1.9.x-libs-EpiR RIO in R started with R91
2012 Dec 12
1
#8498 postgres_adapter fix for disable_referential_integrity
Please review this patch for postgres adapter''s referential_integrity.rb in Rails master and 3.2.9 and let me know what you think. We are using it via an initializer (monkey patching the adapter directly vs. in module): https://github.com/rails/rails/pull/8498 Fixes this issue also seen by others in Foreigner: https://github.com/matthuhiggins/foreigner/issues/61 Problem that it
2010 Nov 12
1
unloading compiled code.
I have a package that I'm developing that I need to unload the library. Long story short I figured out that the leaving the compiled code loaded lead to a segmentation fault, but unloading the code will fix it. I've read the documentation and it appears that there are several ways to do this? What is the popper accepted current standard for unloading compiled code? The options as I
2011 Jun 27
1
multiple cluster doesn't work
We're trying to setup 3 PRDM partitions (VMware) across 2 nodes. As long as only one is configured in cluster.conf, there's not problem. As soon as we try to use 2 or more we get issues. It looks the same as bug 636: http://oss.oracle.com/bugzilla/show_bug.cgi?id=636 I posted my cluster.conf and command line results there. I'm including them here in the hopes that someone on this
2004 Sep 19
1
Namespace problem
Now I try to add some C and Fortan code to my package, so the NAMESPACE file is useDynLib(eha) importFrom(survival, Surv) export(mlreg.fit, risksets) but I get ..... * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... WARNING Error in .try_quietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) :
2011 Feb 25
1
Compiling R-2.12.1 with gcc 3.4.6 on Sun Sparc Solaris 10
Dear R-HELP, We are compiling R-2.12.1 for 64 bits onto a Sun Sparc machine below: SunOS 5.10 Generic_142900-13 sun4u sparc SUNW,Netra-T12 The source was compiled successfully with "gcc version 3.4.6" by using the default configuration and has produced R-2.12.1 in 32 bits. Compiling R-2.12.1 for the 64 bits by configuring the config.site file as follow: CC="gcc -m64"