similar to: Creating shared libraries for dyn.load() in R

Displaying 20 results from an estimated 500 matches similar to: "Creating shared libraries for dyn.load() in R"

1999 Jul 17
1
RPM for gss package
Has anyone posted an RPM (for i386) for Dr. Chong Gu's new gss package? I am trying to install it on a Linux system too small to compile the Fortran code directly. Thanks for any help. Peter Bouman -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help",
2015 Jun 22
3
Plans to improve reference classes?
(Moved to R-devel) Niek, Would you please provide the details on this test case, including your benchmarks, and what you are trying to achieve at the high-level? Thanks, Michael On Wed, Jun 17, 2015 at 4:55 AM, Niek Bouman <niek.bouman at keygene.com> wrote: > Dear R-core team, > > I was wondering whether you have any plans to improve the current implementation of reference
2009 Mar 13
1
PAM_WINBIND problem with sambaPwdMustChange
Hi People! I use pam_winbind for authentication in my computer workstation using Debian Lenny 5.0, Stable Version. I configure my user with this option "sambaPwdMustChange: 0", and I logon in GDM without asking to change password. Who knows what can be? I use Samba PDC with Heimdal Kerberos, but, I configure PAM with only pam_winbind for tests... Client versions: ii
2005 Feb 25
4
corruption and errors in dovecot-stable
Hi, We switched from dovecot 0.99.something to 1.0-stable (on FreeBSD 4.10) a few days ago and have been seeing many errors and one corrupted mailbox so far. Almost everyone uses mbox format, and most users primarily use SquirrelMail; I use Apple Mail and Thunderbird, as well as accessing the mailboxes locally with Mutt, and have not noted any visible problems. There have been several of
2020 Apr 11
1
Issues with usbhid-ups on TrippLite INTERNET600U
Hello, I am trying to get my synology DS 418play to connect to my new INTERNET600U UPS, but it appears not to work. I contacted TrippLite and they said the unit is using a new comm protocol 3024. Is there a way to make this work with usbhid-ups? More details of my story here: https://community.synology.com/enu/forum/1/post/132984 Thanks for your help! -Troy
2006 Jul 30
2
valid-users still not work in 3.0.23a
Hello, i was using the debian version of samba 3.0.14a. Everything works fine. Then I upgraded to 3.0.23 because of Windows Visa support. After that upgrade shares with "valid users" could not be accessed. So I waited for 3.0.23a and upgraded to this version. The problem still exists. The following message is in the log: User andi not in 'valid users'. Settings: security =
2017 Sep 26
2
problems with samba shares
Am 26.09.2017 um 11:17 schrieb Rowland Penny: > On Tue, 26 Sep 2017 10:44:48 +0200 > Hans Sachs via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> since last friday (2017-09-22) we have problems with samba shares >> outside user home - at 2017-09-21 works all things fine - and no >> changes at smb.conf or filesystem. >> >>
2017 Oct 28
2
Edge cannot download to samba share
(sorry, now text format) Hello, i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows). After the download, there are two files in the directory: -rwxrwxr--+ 1 andi andi 0 Okt 28 21:42 xxx.pdf -rwxrwxr--+ 1 andi andi 286444 Okt 28 21:42
2018 Sep 12
2
Environments and parallel processing
While using parallelization R seems to clone all environments (that are normally passed by reference) that are returned from a child process. In particular, consider the following example: library(parallel) env1 <- new.env() envs2 <- lapply(1:4, function(x) env1) cl<-makeCluster(2, type="FORK") envs3 <- parLapply(cl, 1:4, function(x) env1) envs4 <- parLapply(cl, 1:4,
2017 Sep 26
2
problems with samba shares
Hello, since last friday (2017-09-22) we have problems with samba shares outside user home - at 2017-09-21 works all things fine - and no changes at smb.conf or filesystem. Version: samba-3.6.23-45.el6_9.x86_64 Linux: Scientific Linux release 6.9 / 2.6.32-696.10.2.el6.x86_64 Problem: the users can open the samba share and see all files and directories in topmost level, but he can change into a
2007 Dec 05
1
[patch] Headers, unresolved footnotes, and fractions
Hi folks, thanks for the useful code! I've added some functionality to PHP Markdown Extra and PHP SmartyPants. Diffs attached. For PHP Markdown Extra: *A new config option, MARKDOWN_HEADER_BASE, which sets the largest header level that Markdown can generate and defaults to 1; useful if you use <h1> for site-wide elements and want Markdown-generated headers to start at
2008 Mar 11
2
Kerberos authentication for non-windows KDCs
I was told recently that Kerberos authentication won't work against a non-windows KDC. Is that accurate? So for instance, it is not possible for Samba running on say RHEL, to authenticate against a Linux server running MIT Kerberos? Additionally, many people said that setting this up was well-documented. Any suggestions of particularly good docs / how-to's?' And lastly, is
2011 Oct 04
3
[LLVMdev] LLVM IR is a compiler IR
Hi Talin, I too agree 100% with Dan's words, and this could be a good pointer for Jin-Gu Kang to continue on his pursuit for a better target-independent bitcode. Also, add your backwards compatibility issue to debug metadata in IR, in which fields appear or disappear without notice. But I think you hit a sweet spot here... On 4 October 2011 21:23, Talin <viridia at gmail.com> wrote:
1998 Oct 07
2
R-beta: R0.62.3 installation on RedHat 5.0
I have R-0.62.3 and RedHat 5.0 with fort77. At the office R is running but when I install a package, eg. 'akima' I get a message make: f77: Command not found 'R INSTALL library' does not accept fort77, but R installation checks f77/g77/fort77. Is there an easy way to edit some file and replace f77/g77 with fort77? At home I have the same R and Linux versions, but when
1998 Oct 08
0
R-beta: R0.62.3/RedHat 5.0/fort77
>>I have R-0.62.3 and RedHat 5.0 with fort77. >> >>At the office R is running but when I install a package, eg. 'akima' It seems R does not install completely with fort77. I am able to run a demo, but when I study more carefully $RHOME/bin is empty: there is no R binary or a shell script? >>At home I have the same R and Linux versions, but when installing R a
2011 Oct 04
0
[LLVMdev] LLVM IR is a compiler IR
On Tue, Oct 4, 2011 at 6:36 PM, Renato Golin <rengolin at systemcall.org> wrote: > Hi Talin, > > I too agree 100% with Dan's words, and this could be a good pointer > for Jin-Gu Kang to continue on his pursuit for a better > target-independent bitcode. > > Also, add your backwards compatibility issue to debug metadata in IR, > in which fields appear or disappear
2002 May 01
1
configure error: Maybe change CFLAGS or FFLAGS? (PR#1501)
Full_Name: Alessandro Usseglio V. Version: 1.5.0 OS: Linux RH 7.1 Submission from: (NULL) (130.60.71.55) Error during configure $ ./configure [...] checking for an ANSI C-conforming const... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for long double... yes
2001 Feb 20
0
dyn.load() and dyn.unload() under Windows
Hello: I am having some difficulty with a DLL, using > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 2.1 year 2001 month 01 day 15 language R I have a library called
2012 Nov 17
1
ICAC2013 CFP (10th International Conference on Autonomic Computing)
??ICAC 2013 Call for Papers ------------------------- 10th International Conference on Autonomic Computing June 26-28, 2013 San Jose, CA Sponsored by USENIX, the Advanced Computing Systems Association https://www.usenix.org/conference/icac13 * Important Dates Paper registrations (title and abstract) due: February 25, 2013, 11:59 p.m. PST Paper submissions due: March 4, 2013,
2012 Nov 17
1
ICAC2013 CFP (10th International Conference on Autonomic Computing)
??ICAC 2013 Call for Papers ------------------------- 10th International Conference on Autonomic Computing June 26-28, 2013 San Jose, CA Sponsored by USENIX, the Advanced Computing Systems Association https://www.usenix.org/conference/icac13 * Important Dates Paper registrations (title and abstract) due: February 25, 2013, 11:59 p.m. PST Paper submissions due: March 4, 2013,