similar to: Moving from compiled to packages

Displaying 20 results from an estimated 3000 matches similar to: "Moving from compiled to packages"

2015 Jun 29
3
Moving from compiled to packages
I understand about using the newer binaries, but what I really want to "save" is the active directory. Sorry I should have been clear. I do not want to have to rejoin/recreate everything. Thanks. Jason On Mon, Jun 29, 2015 at 10:23 AM, Reindl Harald <h.reindl at thelounge.net> wrote: > > Am 29.06.2015 um 15:06 schrieb Jason Waters: > >> I have been using Ubuntu
2015 Jun 29
1
Moving from compiled to packages
So I can just copy the data into the new directory the package creates? On Mon, Jun 29, 2015 at 10:42 AM, Reindl Harald <h.reindl at thelounge.net> wrote: > > > Am 29.06.2015 um 16:28 schrieb Jason Waters: > >> I understand about using the newer binaries, but what I really want to >> "save" is the active directory. Sorry I should have been clear. I do
2015 Jun 29
0
Moving from compiled to packages
Am 29.06.2015 um 16:28 schrieb Jason Waters: > I understand about using the newer binaries, but what I really want to > "save" is the active directory. Sorry I should have been clear. I do > not want to have to rejoin/recreate everything. Thanks. userdata are *not* part of "make install", independent if the application comes froma package or is self contained,
2005 Sep 25
2
summary nls output
Dear R user: I bulid a package, and in the package I use the function "nls" to solve some questions. If I have two sets of data, and I want to summary these two data's nls output, I write the command in the package source code like: { .......... summary(fm1) summary(fm2) } then i compiler the package and use "Install package(s) from local zip files" to install my
2018 Dec 22
3
How to compile glibc with clang/llvm?
To whom it may concern, Is there a way to build glibc with clang/llvm? I’m working on enabling llvm-cov for my compiler which is a totally new arch with a libc.a built from newlib. I successfully built compiler-rt but when I typed the command ` clang++ --target=xxx -fprofile-instr-generate -fcoverage-mapping foo.cc -o foo`, the linker failed because of undefined reference to
2007 Jan 23
1
how to write randomforest in r
Dear Sir, I want to know how to do for getting the results. 1. data set is not in r. how to use my data set in r. 2. using randomForest function to build tree with my data set how to write for it 3. using this random forest how to predict the new data Please reply me.I want to bulid random forest in r and predict the new data. My data set is in the attachment file.Like my attachment file,I want to
2004 Jun 04
1
R CMD check, Windows XP, perl
Dear R users and developers, I'm trying to build a package. The R CMD build works fine. The R CMD check produces allways the following error: .. installing indices Can`t locate File/Basename.pm in @ING (@ING contains: D:/../rw1090/share/perl d:/../rw1090/lib .) at D:/../rw1090/share/perl/build-help-windows.pl line 20. BEGIN failed--compilation aborted at
2008 Feb 29
4
help
Dear Sir/Madam, I got some problem about using R. I am a student, and need to use R a lot. But sometimes when I am working in computer lab, we can not install some particular pacakges by ourselves because of the previliges. Can the folder of Librabry of R, move to, for instance the personal folder, my documents... then we can install any specified package? Best regards,
2023 Jan 09
2
dnf-makecache.service failing every few days and dnf-automatic.service samba freeipa issues (again).
Hello everybody, What is the status of the freeipa/sssd and samba conflicts in the repositories? I can not wrap my mind around that two big packages are not getting security updates anymore, because they are conflicting. I will go to FOSDEM in Belgium this year to figure out more, but I am considering moving my centos systems to rockylinux. Kind regards, Jelle de Jong On 12/16/22 16:59,
2016 Jul 08
2
Building Samba RPMs on CentOS 7 as an alternative to Sernet packages
Hi there. I'm new to Samba 4 and looking to use it as an alternative to a Microsoft Active Directory domain controller. We run on CentOS 7 and I've read that the Samba packages for this distro don't support AD due to using MIT Kerberos instead of Heimdal. This lead me to trying the Sernet pacakges, which work great, but they are restricted to 7.2 for the free version. I'm keen not
2018 Dec 23
3
How to compile glibc with clang/llvm?
Hi. Actually from reading the README, it seems to imply that it can be built with Clang 6.0.0 and above now, though it does incorporate a lot of patches not specific to Clang building so you will end up with them as well: ---------------------------------------------------------------------------- BUILDING GRTE WITH CLANG GRTE v5 and later can also be built with clang and (optionally) lld. LLVM
2009 Jun 21
1
Need help installing xts package
Hi, I am trying to install package xts. I am using OPENSUSE 11 64 bit. When I invoke: install.pacakges("xts",dependencies=T) I received a lot of "ERROR: compilation failed for package" errors when R tries to install xts dependencies. I do not understand this behavior. I notice one thing. It complains. ERROR: compilation failed for package 'Hmisc' ** Removing
2006 Mar 27
1
no acceptable C compiler
dear R users not sure why I am not able to install tkrplot. > install.pacakges ("tkrplot", dependencies=TRUE) ... Configure: error: no acceptable C compiler found in $path ... well, I am using debian testing 2.6.15, R Version 2.2.1 (2005-12-20 r36812) #whereis gcc gcc: /usr/lib/gcc thank you --------------------------------- [[alternative HTML version
2004 Jan 09
1
pb with install
dear all, I try to update my Rversion fro 1.7.1 to 1.8.1 on linux. I have a problem when I try to install pacakges from Bioconductors with : source("http://www.bioconductor.org/getBioC.R") and getBioC(relLevel="release") somme errors append and when I make a library(affy) for example I obtain : > library(affy) Error in setIs("character",
2004 Nov 01
2
Compilation error on mgcv_1.1-7 on OS X (10.3)
Greetings I run into a compilation error when updating to mgcv_1.1-7 in R 2.0.0 on OS X 10.3. Note that other pacakges have compiled nicely. Some details are given below, but in short it looks like it's seeking for /usr/local/lib/powerpc-apple-darwin6.8/3.4.2/ which I don't have. But I do have /usr/lib/gcc/darwin/3.3 i.e a lower version of GCC in a different directory. More
2011 Oct 06
1
multiple defines of diag
The current coxme code has functions that depend on bdsmatrix and others that depend on Matrix, both those pacakges define S4 methods for diag. When loaded, the message appears: replacing previous import ?diag? when loading ?Matrix? Questions: 1. Do I need to worry about this? If so, what can I do about it? I suppose I could add an importFrom directive, but it will be a pain unless there
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello, I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0 from sources under HP-UX 11.00 using f2c and X11 support. Configuration phase is OK but using make I have errors: gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o charac ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello, I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0 from sources under HP-UX 11.00 using f2c and X11 support. Configuration phase is OK but using make I have errors: gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o charac ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o
2015 Sep 09
5
Building LLVM and Clang using Clang?
Try as I might I can't seem to get LLVM to bulid using clang/clang++. No matter what I do it insists on using /usr/bin/cc and /usr/bin/c++ which are gcc. Am I missing something obvious? I vaguely remember some document describing a stage1 compiler built by your old toolchain and a stage2 compiler but I can't find the steps to do that any more. $ CC=/usr/local/bin/clang
2001 Nov 20
2
IE on Redhat 7.2
Hello. I have a computer running Redhat 7.2 and the Wine pacakge. This computer has no Windows partitions on it. From what I've read it's easier to get programs to run under Wine if you have a Windows partition. I really don't want one because it only has 4 gigs of hard drive space in the computer and I only use if for Linux. Has anybody tried to do this before? Any info would be