similar to: Fwd: C code and DLL file in the package

Displaying 20 results from an estimated 7000 matches similar to: "Fwd: C code and DLL file in the package"

2006 Dec 13
2
Re: RE: RE: Why creating DomU failed (seems it is duetoLVM)
Hi, Mats, And more info: After I modified init script in DomU''s initrd, it can boot successfully. it is that i modified: mount -o defaults --ro -t ext3 /dev/root /sysroot to mount -o defaults --ro -t ext3 /dev/sda1 /sysroot it seems DomU loader just can''t find out which is the root device. I don''t know why it works, so I checked the mails before, and still
2010 Apr 24
2
include/exclude Problem
Hi there I have a little problem to get my include / exclude working: I want to sync /etc /home and /usr/local (and all files/dirs beneath) to REMOTEHOST:/dest There are some huge files in /home which I want to exclued I have set up an include/exclude file but I still get too much files. Also the excluded file is synced /usr/bin/rsync -av --exclude-from=excl --delete --numeric-ids --relative
2003 Nov 03
2
--move instaed of --delete
Hi, I have set up daily backup using rsync to collect the data and afterwards I use afio to write the data to tape. I do: $RSYNC -avbu --backup-dir=$PART/$HOST/old -e ssh --exclude-from $EXCLUDE root@$HOST:/ $PART/$HOST > $LOG/$HOST-$DATE.log to sync files. Since the tape capacity is limited I exclued the /$PART/$HOST/old dirs, form the afio call. These are backuped separately on weekly
2012 Aug 24
5
include dll in R-package
Hi, We have several projects in the center done by researchers over years in Fortran, there are copy right issues etc to prevent us from giving away the source codes, but a lot of social scientist are interested to use the program. We tried to use dlls to make plugins (available in our website) in various statistics platforms (SAS, STATA and R) to make it available to general public. We used
2009 Feb 19
1
How to unload a dll loaded via library.dynam()?
Hello. To save the hassle of quitting and restarting R every time I rebuild the package I'm working on (for the purposes of this question called "roots") I would like to write a script cleanly remove the package from my R session and then load it again. Of course detach("package:roots") works for the native R objects in the package. However, the compiled C library remains
2009 Feb 19
1
How to unload a dll loaded via library.dynam()?
Hello. To save the hassle of quitting and restarting R every time I rebuild the package I'm working on (for the purposes of this question called "roots") I would like to write a script cleanly remove the package from my R session and then load it again. Of course detach("package:roots") works for the native R objects in the package. However, the compiled C library remains
2018 Jun 15
3
Codeowner for MIPS
Dear community, I will be leaving MIPS on the 20th to pursue other LLVM based endeavours. As such, I am stepping down as code owner. My apologies for the timing with regard to the current release, I had hoped that the process would have be complete by then. I would like to nominate Simon Atanaysan as the new code owner for the MIPS backend. Thanks, Simon -------------- next part
2010 Oct 19
1
DLL not found
Dear R-helpers, I have a fresh installation of windows vista, and R 2.12.0 (session info below). Problem: > require(sp) Loading required package: sp Error in library.dynam(lib, package, package.lib) : DLL 'lattice' not found: maybe not installed for this architecture? > require(lattice) Loading required package: lattice Failed with error: ?package 'lattice' is not
2016 Apr 30
3
Multi tenancy and/or Hosted AD like solution
On Mon, 2016-04-18 at 09:18 -0700, Jeremy Allison wrote: > On Mon, Apr 18, 2016 at 03:39:02PM +0200, D Grealish wrote: > > Hi, > > I've been doing some research and testing into implementing SAMBA 4 > > as a > > AD/DC role for offering "AD as a service" to various small > > companies, I've > > been testing SAMBA out in various different
2019 Mar 29
2
YP Directory Listing Concern
is icecast not compatible with windows 10 ? On Fri, Mar 29, 2019 at 12:18 PM Prince Naryk <princekyran.pabate at gmail.com> wrote: > my icecast.bat file won't run > > On Fri, Mar 29, 2019 at 9:41 AM Prince Naryk <princekyran.pabate at gmail.com> > wrote: > >> here are the screenshots do you think this work fine ? my friends cant >> listen to my stream
2010 Sep 16
1
Possible bug or annoyance with library.dynam.unload()
Hello, I have a package with a namespace. Because I use Roxygen that overwrites the NAMESPACE file each time it is run, I use a R/zzz.R file with an .onLoad() and .onUnload() functions to take care of loading and unloading my shared library. The problem: if I load my library from a local directory, then the unloading of the package fails, e.g: # loads fine >library(Foo,
2019 Mar 29
2
YP Directory Listing Concern
hi, im so sorry i made you confuse, lets make things simple, i will attach here my config file (the passwords are the default for now). and see if this configuration will now work over the internet and can be heard publicly, I only change the hostname, also please check it if it's the correct one. thanks for your kind consideration. On Fri, Mar 29, 2019 at 2:06 PM Thomas B. Rücker
2006 Apr 14
3
Lighttpd config...
Hi! Can somebody explain how to confiure Lighty?? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2010 Jan 26
1
library.dynam
hi, i'm having some trouble getting a package to load a shared library object in .onLoad(...) i have a shared object file, say "mylib.so". if i start an R session, and via the CLI specify the actual library via: > dyn.load("mylib.so") everything works quite well (i.e. i can then follow with some .Call (...) methods) now, i'd like to include this shared library in
2008 May 13
0
[LLVMdev] LLVM as a DLL
On Tue, 2008-05-13 at 16:30 +1000, kr512 wrote: > Michael T. Richter wrote: > > Apparently the APIs in the LLVM docs missed your > > attention. They're sneaky that way because, you know, > > they just form the bulk of available documentation. > I began my original message saying that I was providing > "constructive criticism". That means I want to
2005 Sep 13
1
exclueding two directories
Hi. I am taking backup in following : rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/hourly.0 >$tempfile 2>&1 I need to exclue the following: $HOSTTOBACKUP/Dir1 and $HOSTTOBACKUP/Dir2 how can I exclude?
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
2013 Feb 02
1
best practice for packages using mclapply to avoid tcltk
Dear R-devel friends: I'm back to bother you again about the conflict between mclapply and tcltk. I've been monitoring several packages that want to use mclapply to parallelize computations and need to figure out what should be done. It appears tcltk cannot be safely unloaded, so the best we can do is check for the presence of tcltk and stop if it is found before mclapply() is used. I
2009 Feb 06
1
Log transformation and -Inf values for use in glm()
Hello, I am writing regarding log transformation of data in a single matrix column, and subsequent use of these data in a glm model fit. I have a data matrix in which I am using the log function to transform the values. This transformation results in -Inf values in some places, though. I then receive an error when this matrix is used in the glm function, and would like to know this
2019 Mar 29
2
YP Directory Listing Concern
Hi, On 3/29/19 6:34 AM, Prince Naryk wrote: > but what if I don't use third party service is there any ways to > stream in icecast publicly ? You need either of these: * your personal machine MUST be reachable from the public Internet   By default this is NOT the case for most private internet connections.   At the very least you would need to reconfigure a NAT-router. * an Internet