Displaying 20 results from an estimated 120 matches similar to: "as.numeric and as.character with locale using comma as separator"
2007 Jun 19
1
Dissimilarity Analysis
Hello you all!
I am a completely new user of R and I have a problem to solve.
I am using Mac OS X on a PowerBook.
I have a table that looks like this:
species X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14
X15 X16 X17 X18 X19 X20 X21
1 Anth_cap1 1 0 0 1 0 1 0 0 1 0 0 0 0 0
0 0 1 0 0 0 1
2 Anth_crin1 1 0 0 1 0 1 0 0 1 0 1
2006 Nov 13
2
Only admin user can print?
Hi all,
after upgrading a FC3 box to FC4 which comes with Samba 3.0.23a rpm's, I
have the really strange effect that /only/ "admin users" can print to
printers shared by the Samba server. Even a double click on the printer
in Win gives an "access denied".
The access to "normal" shares (homes etc.) still works fine. Any idea
what went wrong? How could I debug
2007 Jun 20
1
Dissimilarity
Hello Stephen,
I am happy that you help me. Thanks a million.
It is a good feeling that you confirm my assumption that dsvdis is
not able to deal with missing data, because it says me that I am not
completely incapable.
Okay now I have the problem what to do.
I used this function ´cause there is an option to weight columns
differently what I haven´t found in other functions.
But now I
2020 Nov 18
0
CESA-2020:5021 Moderate CentOS 7 qt5-qtbase Security Update
CentOS Errata and Security Advisory 2020:5021 Moderate
Upstream details at : https://access.redhat.com/errata/RHSA-2020:5021
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
05b12f50d113b0a0d5208b907519a36a79df62b2d79ddbb1d4019332f3d7ff39 qt5-qtbase-5.9.7-5.el7_9.i686.rpm
2019 Sep 02
0
nextcloud-client currently not installable from EPEL in CentOS7
Dear all,
after enabling the EPEL repository,
[root at localhost ~]# yum install nextcloud-client
in a freshly installed and updated CentOS 7.6 machine gives
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.bio.lmu.de
* epel: ftp.uni-stuttgart.de
* extras: centos.schlundtech.de
* updates: mirror1.hs-esslingen.de
Resolving Dependencies
2020 Apr 30
0
GNS3 installation docs for CentOS 8
> Does anyone have GNS3 installation guide for CentOS 8?
This was validated in a KVM
- Install dependencies
$ sudo dnf -y install platform-python-devel qt5-qtbase python3-qt5
- Download and install dynamips and ubridge
ubridge-0.9.14-5.fc30.x86_64.rpm [
https://rpmfind.net/linux/rpm2html/search.php?query=ubridge]
dynamips-0.2.21-1.el8.x86_64 [
2020 Apr 30
1
GNS3 installation docs for CentOS 8
Am 30.04.20 um 03:16 schrieb Earl Ramirez:
>
>> Does anyone have GNS3 installation guide for CentOS 8?
> This was validated in a KVM
>
> - Install dependencies
> $ sudo dnf -y install platform-python-devel qt5-qtbase python3-qt5
> - Download and install dynamips and ubridge
> ubridge-0.9.14-5.fc30.x86_64.rpm [
>
2018 Jun 15
0
CRAN Check warnings with GCC 8.1
Some time ago I (and some other CRAN package maintainers) got an email
from Brian Ripley (copied below) regarding compiler warnings under gcc
8.1. In my case this concerns package PropClust
(https://CRAN.R-project.org/package=PropClust). The check with gcc 8.1
(https://www.stats.ox.ac.uk/pub/bdr/gcc8/PropClust.out) produced a
warning about an uninitialized variable.
I cannot reproduce the warning
2017 Mar 03
0
new packages idendro and idendr0
Dear all,
let me please announce two new R packages for interactive dendrogram
exploration: idendro and idendr0.
idendro [1] enables useRs to inspect hierarchical clustering dendrograms
interactively: to select and color clusters, to zoom and pan the
dendrogram, and to visualize the clustered data not only in a built-in heat
map, but also in any interactive plot implemented in the cranvas [2]
2017 Mar 03
0
new packages idendro and idendr0
Dear all,
let me please announce two new R packages for interactive dendrogram
exploration: idendro and idendr0.
idendro [1] enables useRs to inspect hierarchical clustering dendrograms
interactively: to select and color clusters, to zoom and pan the
dendrogram, and to visualize the clustered data not only in a built-in heat
map, but also in any interactive plot implemented in the cranvas [2]
2015 Dec 23
0
Calibre installation fails on C7
> On Dec 22, 2015, at 9:13 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
>
> On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
>>
>>> On Dec 22, 2015, at 8:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
>>>
>>> Attempting to install latest Calibre on Centos-7, getting:
>>>
>>
>> typed
2018 Nov 06
2
Trying to cross-compile LLVM runtimes to Windows
I suspect mingw is going to be incompatible with Petr’s needs. Adding Nico
as he probably does the most cross compiling. I did it a little several
weeks ago, just not with libc++, and I don’t remember running into any
problems.
One thing that’s not clear to me is why the resource compiler is even being
invoked at all
On Tue, Nov 6, 2018 at 5:46 AM Martin Storsjö via llvm-dev <
llvm-dev at
2015 Dec 24
2
Calibre installation fails on C7
On Wed, Dec 23, 2015 at 03:34:56PM -0700, Wes James wrote:
>
> > On Dec 22, 2015, at 9:13 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
> >
> > On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
> >>
> >>> On Dec 22, 2015, at 8:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
> >>>
> >>>
2007 Dec 03
3
strsplit on comma, with a trailing comma in input
I have a comma-separated data file in which trailing commas sometimes occur.
I am using strsplit to extract the data from this file, and it seems great
except in cases with trailing comma characters.
The example below illustrates. What I'd like is to get a fourth element in
the answer, being an empty string just like the second element. Is there a
way I can express my patter (or perhaps
2006 Nov 29
3
comma delimiter & comma in text
Hi
I have data like
1, A, 24, The Red House
2, A, 25, King's Home, by the Sea
...
I'd like to read this in as three variables. I first tried
temp <-read.csv(addresses, sep = "," ) it worked but line 2 was broken after
King's Home, and by the Sea as placed in another line. and so i eneded up
with more number of rows than in the data. when i tried
temp
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Philippe,
What's the output with '--allowerasing' switch?
We are experiencing a similar issue, dnf update:
...
Problem 53: problem with installed package
perl-Encode-devel-4:2.97-3.el8.x86_64
- package perl-Encode-devel-4:2.97-3.el8.x86_64 requires
perl-Encode(x86-64) = 4:2.97-3.el8, but none of the providers can be
installed
- package perl-Encode-4:2.97-3.el8.x86_64 requires
2006 May 23
3
comma separated autocompletion, like in Google Bookmarks, GMail, ..
Hi list,
Hi all,
In Google Bookmark and GMail -f.ex.-, autocompletion would help you
enter multiple values in 1 field, separated by commas.
Is there such a solution available somewhere?
This is necessary for the acts_as_taggable plugin, to let people enter
many tags in one file
ex: "rails, ruby, plugin"
but with the help of some AJAX magic. Without it, people have no clue
about
2006 Feb 10
1
Setting RAILS_ENV before running script/server in the comma
I want to set an environment variable before running a script
for example setting
ENV[''RAILS_ENV''] = production
in the command line before running script/server so that it would
start in production mode.
Is there a way to do this from the command line so that I don''t have
to modify the file?
Thanks,
Brian
--
www.kenlet.com
2002 Jun 05
1
Trailing comma in enum for 3.2.3p1
A trailing comma in an enum generates an error with the IBM C
compiler, xlc, on AIX 4.3.2:
$ gmake
...
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I.
-I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include
-DSSHDIR=\"/etc/opt/TWWfsw/openssh323\"
-D_PATH_SSH_PROGRAM=\"/opt/TWWfsw/openssh323/bin/ssh\"
2002 Jun 06
0
[Bug 266] New: Trailing comma in enum for 3.2.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=266
Summary: Trailing comma in enum for 3.2.3p1
Product: Portable OpenSSH
Version: -current
Platform: PPC
URL: ftp://ftp.thewrittenword.com/outgoing/pub/openssh-
3.2.3p1-2.patch
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2