Displaying 20 results from an estimated 500 matches similar to: "function not in load table"
2004 Jun 10
3
Package installation
Hi all,
I'm very new to R.
I have installed R 1.9.0 on Linux (Fedora).
Now I got an self-made package comprising R functions as well as C-Code
which are used in several R functions.
I installed the package without any error (see install log below).
Then, I checked in /usr/lib/R/library if the package izbi exists and it
exists.
But whenever I try to load the library on the command line I
2005 Aug 25
3
Converting characters to numbers in data frames
I'm sure I'm missing something obvious here, but I can't find the
solution (including in the FAQ etc.).
I have a vector of names of variables like this: NRes.x.y. where x and y
are numbers. I want to extract these numbers as numbers to use
elsewhere. I can extract the numbers as a list of characters using
strsplit(), and convert that to a data frame, e.g.:
2011 Jun 01
1
Replacing variables in one dataset with those from another
Hoping someone out there can help me...this seems like an easy task but I
can't figure it out...
I want to replace variables in one dataset (Dataset1) with a variable from
another dataset (Dataset2).
All the values for variables x1 and x2 in Dataset1 have a unique match to
the variable uniquenum in Dataset2. For example, in Dataset1 grpnum A has a
value of 343 for variable x1. In Dataset2,
2004 Nov 26
2
sorting a data.frame using a vector
Hi all,
I'm looking for an efficient solution (speed and memory) for the
following problem:
Given
- a data.frame x containing numbers of type double
with nrow(x)>ncol(x) and unique row lables and
- a character vector y containing a sorted order labels
Now, I'd like to sort the rows of the data.frame x w.r.t. the order of
labels in y.
example:
x <- data.frame(c(1:4),c(5:8))
2010 Jul 10
2
PHP can't insert - Can someone please help
Hi Guys,
I am making another module for Voicemail. I have three fields in a POST form
that have to be connected together to make it a single 10 digit number but
there is something wrong in my syntax probably.
$npaa = "('$_POST[anpa]')";
$nxxa = "('$_POST[anxx]')";
$blocka = "('$_POST[ablock]')";
*$grplist = $npaa.$nxxa.$blocka;*
2010 Jul 12
1
My own FreePBX FollowME module - Stuck at Reload - Anyone else had experience with this?
Hi Everyone,
I have done some php coding to come up with my own FollowME module for
FreePBX. The need for this has some security considerations behind it.
This is what my code does at core:
$sql="REPLACE INTO findmefollow(grpnum, strategy, grptime, grppre, grplist,
annmsg_id,postdest, dring, needsconf, remotealert_id, toolate_id, ringing,
pre_ring) VALUES
2006 May 05
2
How to access results of survival analysis
Hi List,
A friend of mine recently asked the same question as Heinz T?chler. Since
I've already written the code I'd like to share with the list.
# x is an object returned by "survfit";
# "smed" returns a matrix of 5 columns of
# n, events, median, 0.95LCL, 0.95UCL.
# The matrix returned has rownames as the
# group labels (eg., treatment arms) if any.
smed <-
2009 Jan 24
1
fonction PLATEAU???
Hello,
I am working on extracting data from sound recording (fee bee song of the black-capped chickadee). I obtained a two column matrix with x=time(s) and y=frequency(khz). The part of the recording that is interesting me is when the frequency is stable. Does somebody ever used a fonction that extract only constant data among a huge list of data (sample= 180000)?
Thanks
Thibault Grava
2009 Mar 19
1
subtract values
Dear R-help
I am using R version 2.6.2. I am trying to subtract specific values from a larger data frame. I feel this should be straightforward, but I am struggling.
I have a dataframe "Bk" as follows:
DateTime cumPrecip
01/01/2008 00:00 348
01/01/2008 01:00 348
01/01/2008 02:00 348
01/01/2008 03:00 347
01/01/2008 04:00 348
01/01/2008 05:00 348
01/01/2008 06:00 349
2014 Oct 21
3
v3.18-rc1 32 bit KVM hangs early in boot process
On 10/20/2014 07:34 PM, Toralf F?rster wrote:
> I uploaded the screen shots from the virt-manager to [1] and [2]
>
> FWIW e56d9fccb was fine so the bug slipped in after that.
>
>
> [1] http://www.directupload.net/file/d/3781/j9mwrtpq_jpg.htm
> [2] http://www.directupload.net/file/d/3781/29trc56v_jpg.htm
>
It might be virtio-console related, when the uevetns are
2014 Oct 21
3
v3.18-rc1 32 bit KVM hangs early in boot process
On 10/20/2014 07:34 PM, Toralf F?rster wrote:
> I uploaded the screen shots from the virt-manager to [1] and [2]
>
> FWIW e56d9fccb was fine so the bug slipped in after that.
>
>
> [1] http://www.directupload.net/file/d/3781/j9mwrtpq_jpg.htm
> [2] http://www.directupload.net/file/d/3781/29trc56v_jpg.htm
>
It might be virtio-console related, when the uevetns are
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
https://bugzilla.samba.org/show_bug.cgi?id=8456
Summary: improve --link-dest bahaviour
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: toralf.foerster at gmx.de
2020 Feb 21
3
Installing a single rpm package from desktop/browser on CentOS 7
If I want to install a software package from a simple rpm file "the GUI
way" on a CentOS 7 system, what am I supposed to do? If I open the file
in the desktop, or alternatively, click on a link to a package in the
browser and tell it to use the default app, gnome-software (I think)
opens, but it just displays the message
Sorry, something went wrong
I mean, really? Isn't this
2011 Sep 12
14
[Bug 8450] New: --link-dest seems not to work mounted NTFS file systems
https://bugzilla.samba.org/show_bug.cgi?id=8450
Summary: --link-dest seems not to work mounted NTFS file
systems
Product: rsync
Version: 3.0.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2022 Jan 19
3
Ping as regular user not allowed (CentOS Stream 8)
Following some update or the other (I think) on my CentOS Stream 8
system, I'm no longer able to use ping as a regular user; I get
$ ping www.centos.org
ping: socket: Operation not permitted
Does anyone else see this? It it a bug, or were the system/default
permissions deliberately changed? Can anyone suggest a fix/workaround?
Actually, I can find several different ones via a simple web
2014 Aug 31
4
[Bug 2269] New: ssh-copy-id: does not respect .ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=2269
Bug ID: 2269
Summary: ssh-copy-id: does not respect .ssh/config
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-copy-id
Assignee: unassigned-bugs
2020 Feb 22
2
Installing a single rpm package from desktop/browser on CentOS 7
Unfortunately, the GUI isn't quite set up to tell you what the error would
be. When you use `$ sudo yum install whatever.rpm`, the output in the shell
will often give you a clue as to what's going wrong--a missing dependency,
etc.
-- Seth.
On Fri, Feb 21, 2020 at 9:51 AM Yves Bellefeuille <yan at storm.ca> wrote:
> Toralf Lund <toralf.lund at pgs.com> wrote:
>
>
2018 Nov 27
2
CentOS 7 package not present in Red Hat EL 7 - qt-assistant
I'm using CentOS 7 for development of software that is sometimes used on
Red Hat Enterprise Linux 7. I conjunction with an update of one of the
applications, I asked some Red Hat users to install the Qt 4 Assistant
application via the qt-assistant package (which is used by a "help"
function in our software.) It seemed like there was no such package in
the Red Hat package set,
2018 Nov 28
2
[External] Re: CentOS 7 package not present in Red Hat EL 7 - qt-assistant
On 28/11/18 01:24, Akemi Yagi wrote:
> On Tue, Nov 27, 2018 at 5:47 AM Toralf Lund <toralf.lund at pgs.com> wrote:
>> I'm using CentOS 7 for development of software that is sometimes used on
>> Red Hat Enterprise Linux 7. I conjunction with an update of one of the
>> applications, I asked some Red Hat users to install the Qt 4 Assistant
>> application via the
2021 Jul 13
3
Microsoft Teams on CentOS 7. Does the latest version work?
On 13/07/2021 13:02, Toralf Lund wrote:
> Does anyone else run Microsoft Teams on CentOS 7?
>
> I've used it for a while now, and it's generally worked reasonably well.
> However, after upgrading to the latest version from the Microsoft repos,
> it doesn't start up properly. Processes start and remain active until I
> give up and kill them, but I can't see a