Displaying 11 results from an estimated 11 matches for "aamy".
Did you mean:
amy
2008 Jan 17
4
aaMI
hi
i am new to R language. I want to use aaMI package which calculates the
amino acid mutual interaction for a given protein sequence. I had installed
the package but when i run the program it gives me the error could not find
function "aaMI". can anyone tell me what might be the problem..
--
View this message in context: http://www.nabble.com/aaMI-tp14915744p14915744.html
Sent from
2005 Nov 05
1
Problem with installing home-made package under Windoze.
I am using/trying to use R 2.2.0.
I have created a package of ``supplementary'' time series functions
for use by my students in a time series course. The package involves
only raw R code; no dynamic loading to complicate matters. I need to
install this package in a location on a local area network where the
students can access it under Windoze.
In the past I learned that I could do
2017 May 08
2
Samba Active Directory Domain Controller
...Well no, I didn't, but then again this was on Centos 7.3, it wasn't
anything to do with resolvconf, I couldn't create any new file in /etc.
I just wanted to test something so, more out of desperation than
anything, I tried the 'mkdir /etc1' trick and it worked.
Rowland
You aamy or may not remember that I use Ubuntu server for my Samba DC's.
Not much time but, I remember that users need to add "dns-nameservers"
and "dns-search" (for local domain) parameters to the
/etc/network/interfaces file and that populates the /etc/resolv.conf
file properly....
2010 Sep 02
1
Using library and lib.loc
Hi,
I didn't find any post on this subject so I ll ask you some advices.
Let's say that I have two library trees.
Number 1 is the default R library tree on path1
Number 2 is another library tree on a server with all packages on path2.
When I set library(aaMI,lib.loc=paths2) it loads the package even if its not on default R library
When I set library(fOptions,lib.loc=paths2) it
2017 May 08
2
Samba Active Directory Domain Controller
...was on Centos 7.3, it wasn't
> anything to do with resolvconf, I couldn't create any new file
> in /etc.
>
> I just wanted to test something so, more out of desperation than
> anything, I tried the 'mkdir /etc1' trick and it worked.
>
> Rowland
>
> You aamy or may not remember that I use Ubuntu server for my Samba
> DC's.
>
> Not much time but, I remember that users need to add "dns-nameservers"
> and "dns-search" (for local domain) parameters to the
> /etc/network/interfaces file and that populates the /etc/res...
2006 Apr 05
2
Problems in package management after Linux system upgrade
I upgraded from Fedora Core 4 to Fedora Core 5 and I find a lot of
previously installed packages won't run because shared libraries or
other system things have changed "out from under" the installed R
libraries. I do not know for sure if the R version now from
Fedora-Extras (2.2.1) is exactly the same one I was using in FC4.
I see problems in many packages. Example, Hmisc:
unable
2017 May 08
0
Samba Active Directory Domain Controller
...was on Centos 7.3, it wasn't
> anything to do with resolvconf, I couldn't create any new file
> in /etc.
>
> I just wanted to test something so, more out of desperation than
> anything, I tried the 'mkdir /etc1' trick and it worked.
>
> Rowland
>
> You aamy or may not remember that I use Ubuntu server for my Samba
> DC's.
>
>
> Not much time but, I remember that users need to add "dns-nameservers"
> and "dns-search" (for local domain) parameters to the
> /etc/network/interfaces file and that populates the /e...
2017 May 08
0
Samba Active Directory Domain Controller
...>> anything to do with resolvconf, I couldn't create any new file
>> in /etc.
>>
>> I just wanted to test something so, more out of desperation than
>> anything, I tried the 'mkdir /etc1' trick and it worked.
>>
>> Rowland
>>
>> You aamy or may not remember that I use Ubuntu server for my Samba
>> DC's.
>>
>> Not much time but, I remember that users need to add "dns-nameservers"
>> and "dns-search" (for local domain) parameters to the
>> /etc/network/interfaces file and that pop...
2007 Jun 12
0
JGR and big list of packages.
Hi,
I have all CRAN packages installed on my Linux. Now I have problems with JGR.
When I make a plot and close a device, the device dont work anymore, I nedd to
use before javaGD() and after plot(). When I try do close JGR and save a
session, It return a erro and dont close. Look:
Exception in thread "Thread-2" java.lang.IllegalArgumentException: Value too
long:
2017 May 08
2
Samba Active Directory Domain Controller
>It seems that you cannot create a new /etc/resolv.conf ..
Did you remove resolvconf with apt-get remove --purge resolvconf?
That should have restored the static resolv.conf back.
Or just make use of resolvconf,
Debian/ubuntu : just correctly configure interfaces.
/etc/network/interfaces
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 10.0.0.11
netmask 255.255.255.0
2007 Mar 26
1
Problem in loading all packages all at once
Hi All
Please see the Rprofile file which i have modified as follows and after
that when I start R then I see that R says to me "TRUE" for all the
packages implying that all loaded at once.
But when i try to use commands as simple as help("lm"), it doesnt work nor
any of the menu "Packages" is not working.
Although the regression using lm ( Y ~ X ) is working