similar to: Is there a project to compile R scripts into stand-alone executable file?

Displaying 20 results from an estimated 6000 matches similar to: "Is there a project to compile R scripts into stand-alone executable file?"

2010 Mar 29
4
Confusing concept of vector and matrix in R
Why does R need the concept of "Vector"? In my opinion, it is a useless and confusing concept. A vector is simply a special case of a matrix whose row or column number is equal to 1. When I take submatrix from one matrix and if row or column number is 1, R will automatically convert it into a vector. It is very straightforward that a submatrix of a matrix should be a matrix. In
2011 Oct 01
7
Poor performance of "Optim"
I used to consider using R and "Optim" to replace my commercial packages: Gauss and Matlab. But it turns out that "Optim" does not converge completely. The same data for Gauss and Matlab are converged very well. I see that there are too many packages based on "optim" and really doubt if they can be trusted! -- View this message in context:
2016 Aug 05
2
What happened to Ross Ihaka's proposal for a Common Lisp based R successor?
I read this paper <https://www.stat.auckland.ac.nz/~ihaka/downloads/Compstat-2008.pdf> and haven't been able to find out what happened - I have seen some sporadic mention in message groups but nothing definitive. Does anyone know? [[alternative HTML version deleted]]
2016 Aug 05
2
What happened to Ross Ihaka's proposal for a Common Lisp based R successor?
Why is the described system preferable to Julia? On Fri, Aug 5, 2016, 4:50 AM peter dalgaard <pdalgd at gmail.com> wrote: > > On 05 Aug 2016, at 06:41 , Andrew Judson <ajskim at gmail.com> wrote: > > > I read this paper > > <https://www.stat.auckland.ac.nz/~ihaka/downloads/Compstat-2008.pdf> and > > haven't been able to find out what happened - I
2016 Aug 05
2
What happened to Ross Ihaka's proposal for a Common Lisp based R successor?
Is it conceivable that Julia could be ported to use R syntax in a way that would allow the vastly larger numbers of R programmers to seamlessly switch? Or equivalently, could an iteration of R itself do this? On Fri, Aug 5, 2016, 9:00 AM Hadley Wickham <h.wickham at gmail.com> wrote: > When it was being actively worked on, it had the advantage of existing. > > Hadley > > On
2016 Aug 05
1
What happened to Ross Ihaka's proposal for a Common Lisp based R successor?
But you can easily fall back to R from within Julia; see http://juliastats.github.io/RCall.jl/latest/ On Aug 5, 2016 1:27 PM, "Hadley Wickham" <h.wickham at gmail.com> wrote: > No. > > Hadley > > On Fri, Aug 5, 2016 at 11:12 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > > Is it conceivable that Julia could be ported to use R syntax in a way > that
2006 Jun 24
0
Active Record w/ Stand Alone Script (no longer working?)
I know I''ve had this working several months ago: http://wiki.rubyonrails.com/rails/pages/HowToUseActiveRecordThroughStandAloneScript IE: 1. #!/usr/bin/env ruby 2. RAILS_ENV = ''production'' 3. 4. require File.dirname(__FILE__) + ''/../config/boot'' 5. 6. @u = User.find( :all ) ---- # ruby test.rb > test.rb:5: uninitialized constant User (NameError)
2010 Jul 10
0
module collections - stand alone puppet architecture
does one of the module collections support a stand-alone puppet better than the others? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at
2007 Dec 17
0
stand alone winbind deamon services via apis
Hello, When I mount a cifs share from Windows server onto a linux client, all I am interested in is sid to uid and gid and vice versa mapping. Can I accomplish that using just windbind and not samba server and nmbd i.e. have a windbind.conf file with the pertinent stanza! Say I just give the Windows share server name/ip address and sid to winbind deamon via one of its existing APIs, can it
2010 Jul 28
0
(Better formating) Puppet Standalone Client + Fileserving, not working.... (+ nice tutorial for puppet stand-alone) :)
Puppet local fileserving not working, as described here: http://docs.reductivelabs.com/guides/modules.html I''ve made a project to demonstrate this: http://github.com/mindreframer/puppet_stand_alone_testing There is more in the README... (http://github.com/mindreframer/puppet_stand_alone_testing/blob/master/ Readme.md) Would be nice to get this working, it seems wasteful the rewrite
2011 Jul 12
1
invalid SID in passdb on stand-alone file server with ldapsam
hello! I got some log message I can't explain. when I log in to a server it says: [2011/07/12 14:20:41.784580, 0] passdb/passdb.c:627(lookup_global_sam_name) User frvdamme with invalid SID S-1-5-21-2863620551-4077714424-203869783-5020 in passdb It's a standalone file server, no domain, and the password backend is (open)ldap. Samba is version 3.5.6 on Debian 6.0. Using the server
2008 Mar 05
1
klibc stand-alone build
Hi, I'm currently building an initrd for CRUX which will use klibc. But I don't want to install klibc to /usr, I just want to install the shared klibc and its header files to $DEST, build some utils against, link them dynamically and include both in the initramfs image. What's the best way to do this? Regards Matthias-Christian
2002 Sep 05
0
Stand-alone samba & Win2k
Hi guys, We've got a bunch of folks working here that use Win2k to connect to a file server, which has recently been upgraded (and, subsequently, samba was too). The trouble is that, now, I can't seem to connect to the samba server as anyone. I was just wondering if someone could give me a definitive guide as to what lines I need in my config file? All the machines have been patched
2004 Jan 02
0
Printing from XP Pro in AD domain to stand alone SAMBA
Hi; I can't seem to find anything in the docs that quite matches this, but if there is a doc, just point me to it. The situation is this. I have samba running on my home net. It's running as a standalone server in user mode so that users on computers at home can have home directories and and access to the printer. When I bring my laptop home from work, I occasionarlly need to print
2013 Nov 25
0
Using Samba 3.6.20 as stand-alone server
Greetings, Is it possible to use Samba 3.6.20 as a stand-alone server? We do not have any Windows servers, and we have no domain or AD. Our goal is to use Samba with the Linux (Unix) permissions and avoid using ACLs. Can this be done? If so, what lines in the smb.conf would control this? Thanks! Stu... -- Stuart Reedy Working hard for a great university! stu at coe.uky.edu
2016 Oct 03
0
ldb-tools stand alone different than built-in?
On Mon, 3 Oct 2016 09:49:32 -0700 Greg Zartman <gzartman at koozali.org> wrote: > To clarify, the ldb tools I built work. The ones in the ltb-tools > package in the centos repos does not work > As I said, Centos doesn't (yet) have packages from which you can create an AD DC, it therefore seems likely that the ldb-tools package you found, do not have the code to connect to a
2016 Oct 03
0
ldb-tools stand alone different than built-in?
On Sun, 2 Oct 2016, Greg Zartman via samba wrote: > I'm working with the Centos 7 packages for Samba 4.2.10 and I note that the > stock packages don't include the ldb tools (eg, ldbmodify, ldbsearch, etc). > > However, the stand along tools don't seem to be aware of the Active > Directory schema. For example, if I try to use these tools to add an > attribute to the
2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 10:39 AM, Sketch <smblist at rednsx.org> wrote: > > The standalone tools (as packaged by CentOS) don't have all of the > extensions that are built when you build a Samba DC. If you have already > rebuilt CentOS Samba packages with DC support, you need to add samba's ldb > modules to ldb's module path. > This is what I suspected.
2019 Feb 17
1
HELP: Samba 4 Stand Alone Server - Domain Join - Winbind Failure
I'm trying to setup a server to connect to a samba4 AD controller. I'm following the instructions here to a tee: https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member When I try to restart the winbind service, it fails. The log has the following errors: " Could not fetch our SID - did we join?" "unable to initialize domain list"Is this Is this a
2020 Sep 11
0
How to convert stand-alone samba servers to join existing Windows Active Directory domain
On 10/09/2020 20:28, Ted Buchanan via samba wrote: > We have multiple stand-alone samba (4.2.10 and 4.10.4) file sharing > servers with hundreds of local users on each server (not the same on all > samba servers) in a CentOS/Oracle Linux (6 and 7) network. We would like > to convert these stand-alone servers to join an existing Windows based AD > domain without losing data or