Displaying 20 results from an estimated 29 matches for "nstalled".
Did you mean:
installed
2001 Feb 08
2
nstall.packages
Hi!
I am new to R. I want to install "packages" from Package Sources in the
web. I follow the instruction and use the "install.packages" but no
luck.
Here is what I did:
> install.packages(gss,"C:/R/rw1021/library", CRAN = options("CRAN"),
contriburl =
contrib.url("http://cran.r-project.org"),
2006 Aug 09
1
GemNotFoundException installing Rails - actionpack not in the repository
Hi all,
I got an error on gem install rails which I do not understand?
What am I doing wrong?
Any help or suggestions will be greatly appreciated.
Cheers,
Onno
ttempting local installation of ''rails''
ocal gem file not found: rails*.gem
ttempting remote installation of ''rails''
pdating Gem source index for: http://gems.rubyforge.org
nstall required dependency
2015 Apr 02
1
Centos7: start job running for dev/mapper-centos\x2dhome.device
Hello All,
I have this Centos7 machine that"s dualbooted with Win7.
It's Centos7 with Mate desktop.
The upgrade to Centos7.1 was interrupted. I ssh-d into the machine and finished it manualy,
by issuing the command
package-cleanup --cleandupes and
yum update
Now I' missing some packages, after some re?nstalling, I can boot again.
However, I can not log in.
EM:apr 02
2011 Apr 29
1
The bin/R file - hardcoded paths
Hello,
I notice that e.g /home/sguha/lib64 is hard coded into the /bin/R file .
I nstalled R as ./configure --prefix=$HOME ...
What i need to do is ship the entire R distribution to remote nodes,
and run R. These are shipped to ephemeral directories
so I dont know the path ahead of time.
R_HOME doesn't change things either.
So i guess one cant run R on a system unless it's bee...
2012 Feb 27
2
Installing package QRMlib
Hi,
I am having real problems downloading the package 'QRMlib'. The tar.gz file
is shown here:
http://cran.r-project.org/src/contrib/Archive/QRMlib/
I have downloaded this to my local folder and entered the following command:
nstall.packages("myLocalFolder/QRMlib_1.4.5.1.tar.gz", repos = NULL)
but I am getting the following error message
Installing package(s) into
2008 Dec 07
1
Compile Packages on vista
Hi
I''m trying to compile R packages on my vista (I''m very new on vista...). I
installed Rtools, RExcel on a specific folder: c:\Rtools and gave full
access. Unfortunately, I am still unable to compile any packages (may be
still because of the security properties of vista). I checked several
mailing list/forums/website but I did not found any solution. Does anybody
have the same proble...
2016 Aug 29
0
Samba4 Centos 7 - CPU 100%
> >You say you have compiled Samba yourself, so I take it that Samba is
> i>nstalled at /usr/local/samba, if so, is the new samba in your PATH
> i>and
> >are there any OS Samba packages installed ?
> I compile myself. I removed all packets for samba before start the
> instalation.
> My options: ./configure --sysconfdir=/etc/samba/
> --mandir=/usr/share/man/...
2016 Aug 29
2
Samba4 Centos 7 - CPU 100%
...sts, but the problem it the same. Someone have
> some idea how i solve my problem ? I try the new instalation, upgrade
> all packates but before 1 minute the process still in 100% and the
> process is rpc_server.
>
You say you have compiled Samba yourself, so I take it that Samba is
installed at /usr/local/samba, if so, is the new samba in your PATH and
are there any OS Samba packages installed ?
Is there a firewall running, if so, try turning it off
Is Selinux running, if so, try disabling it.
What packages did you install before compiling Samba ?
Rowland
2007 Feb 05
1
Build error with last R-devel tarball
...download.file, download.packages, dump.frames, edit, emacs, example,
file_test, file.edit, find,
fix, fixInNamespace, flush.console, formatOL, formatUL, getAnywhere,
getFromNamespace, getS3method,
glob2rx, head, head.matrix, help, help.search, help.start, history,
index.search, install.packages, i
nstalled.packages, limitedLabels, loadhistory, localeToCharset, ls.str, lsf.str,
make.packages.html,
make.socket, memory.limit, memory.size, menu, methods, mirror2html, modifyList,
new.packag
In addition: Warning message:
S3 methods '[.getAnywhere', '[.roman', 'as.character.person',...
2016 Aug 29
4
Samba4 Centos 7 - CPU 100%
On Mon, 29 Aug 2016 09:53:33 -0300
Maiquel Consalter <maiquelconsalter at gmail.com> wrote:
> >You say you have compiled Samba yourself, so I take it that Samba is
> i>nstalled at /usr/local/samba, if so, is the new samba in your PATH
> i>and
> >are there any OS Samba packages installed ?
> I compile myself. I removed all packets for samba before start the
> instalation.
> My options: ./configure --sysconfdir=/etc/samba/
> --mandir=/usr/share/man/...
2019 Oct 30
2
pointer arithmetic with address space attribute not working
Hi,
I have a case that for pointer with address space attribute, pointer
arithmetic is not work.
For example,
-bash-4.4$ cat test.c
#define __user __attribute__((address_space(1)))
void __user * test(void __user *arg) {
#ifdef ADD
return arg + 4;
#else
return arg;
#endif
}
-bash-4.4$
-bash-4.4$ clang -g -c test.c
-bash-4.4$ clang -g -c -DADD test.c
clang-10: ../lib/IR/Instructions.cpp:2749:
2009 Jun 22
10
Could not find an installable distribution
Hi all,
I am trying to install OpenSUSE 11.1 as a para-virtualized DomU on an opensolaris2009.06 guest using the xvm packages provided via IPS.
I followed the instructions available here:
http://www.opensolaris.org/os/community/xen/docs/virtinstall/
but I get the following error when trying to install from a NFS share where I mounted the iso (as far as I understand the only way to get a Linux
2019 Oct 31
2
pointer arithmetic with address space attribute not working
I forgot the -DADD flag earlier but the result did not change: https://godbolt.org/z/NPcn22
________________________________________
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Doerfert, Johannes via llvm-dev <llvm-dev at lists.llvm.org>
Sent: Wednesday, October 30, 2019 20:18
To: LLVM Developers Mailing List; Y Song
Cc: Alexei Starovoitov
Subject: Re: [llvm-dev]
2016 Aug 29
0
Samba4 Centos 7 - CPU 100%
>You say you have compiled Samba yourself, so I take it that Samba is
i>nstalled at /usr/local/samba, if so, is the new samba in your PATH and
>are there any OS Samba packages installed ?
I compile myself. I removed all packets for samba before start the
instalation.
My options: ./configure --sysconfdir=/etc/samba/ --mandir=/usr/share/man/
--enable-debug --enable-selftest &a...
2007 Dec 20
1
Upgrading from 1.0.rc2-1ubuntu2.2 on edgy
Hi Guys,
Can anyone shed some light as to how I upgrade away from
1.0.rc2-1ubuntu2.2 on edgy? The usual aptitude upgrades aren't doing
anything for me, and, downloading the package from another Ubuntu
release, and trying a dpkg -i is causing lots of dependency errors.
Daragh
2009 Oct 01
0
it''s about xen and xorp
hi alli hope you are all fine,I post this mail with the hope i will find
an explanation for my too problems.
i ''m actually working on an internship subject about xen technology: i*nstall
xorp router in the virtual domain of the xen hypervisor.*
this installation should be done on a PC with too NIC.
The problem is that i don''t know what is the utility of too NIC in such
2005 Aug 03
1
Is it possible to use CHAN_CAPI with ZAPHFC enabled card ?
...rameter
specified in zapata.conf)
I don't want to spend any more time trying to make this run, I have a PRI
e1 well configured on same machine.
but the question is :
is it possibile to do not use zaphfc and configure in some way a CHAN_CAPI
channel pointing to Billion card ??
I succesfully i?nstalled (on another box) 3 fritzcard as chan_capi channel
without any problem.
But here ? I don't know what to write down in /etc/capi.conf !! In the box
with the 3 fritzcard, i wrote:
fcpci - - - - - -
f2pci - - - - - -
f3pci -...
2011 Oct 11
1
R CMD INSTALL configure.args and CC customization
One way to deal with this is to install R itself with mpicc. Then all
packages are installed with mpicc and get the required MPI libraries and
includes by default. I have done this with R-2.13.0 on an Opteron
cluster running CentOS-5 a while ago and so far it has worked out great.
I crosspost to r-sig-hpc and welcome others to comment if there are
potential downsides to this solution....
2019 Oct 31
2
pointer arithmetic with address space attribute not working
Thanks for the detailed info!
The problem was that I tried without assertions and didn't inspect the IR closely as it contained this,
for now, illegal instruction: %6 = bitcast i8* %5 to i8 addrspace(1)*
This is clearly a clang error.
I suggest opening a bug report, or sending the reproducer to cfe-dev at llvm.lists.org so someone will take a look that has more clang experience.
@Matt Do
2017 May 27
0
Centos7: util-linux-2.23.2-33.el7.x86_64 was supposed to be removed but is not!
...==============================================================================================================================================
Upgrade 3 Pakketten
Totale download grootte: 2.3 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/3): dracut-033-463.el7_3.1.x86_64.rpm | 317 kB 00:00:00
(2/3): dracut-config-rescue-033-463.el7_3.1.x86_64.rpm | 54 kB 00:00:01
(3/3): util-linux-2.23.2-33.el7_3.2.x86_64.rpm | 1.9 MB 00:00:02
--------------------------------------------------------------------------------------------------...