Displaying 20 results from an estimated 1000 matches similar to: "dealing with package bundles (was RE: Gregmisc)"
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
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) {
... ... ...
})
2008 Jul 05
1
SciViews GUI
HI:
After following all the instructions on how to install the SciViews package from CRAN I still can't make the GUI show. Can someone give me a hint on how to do this? I have tried library(svGUI), library(svDialogs) and so on with the rest of the packages. I have also placed all the 'sv' packages in my Rprofile but nothing works. Any help would be appreciated. Thanks
Felipe D.
2007 Mar 11
1
Problem in Mounting Exaclibur 4GB USB Pen Drive on Centos4.0
Hi Friends,
I have an Excalibur 4GB USB Pen Drive Model Number EXC4. I think it
is getting detected by the Centos but I am not sure about the mount
point or the device point it is taking /dev/s??
Logs from /var/log/messages.
Mar 11 11:30:06 l_l_box kernel: usb 1-1: USB disconnect, address 3
Mar 11 11:30:22 l_l_box kernel: usb 1-1: new high speed USB device
using address 4
Mar 11 11:30:22
2012 Jan 11
1
R CMD check pkg and 32/64 bit.
R gurus:
I'm trying to get another round of rconifers out and I need some advice/help crushing differences in the examples test.
I'm trying to make sure the max sdi values are being respected.
I've added a tests/rconifers-Ex.Rout.save (from windows i386-pc-mingw32) and when I ran R CMD check (both R-2.13.0), I got the following results:
* using log directory
2008 Apr 25
2
Ubuntu vs Mac OS X
Hi !
I have installed R-2.7.0 64-bits on a computer where the new Ubuntu
version (8.04) was installed. This computer is a 3.2 GHz Dual-core with
2 Gb of RAM.
To test how fast (I though !) this machine is, I compared two simple
matrix manipulations between Ubuntu and my laptop (a MacBook Pro 2.2 GHz
with also 2 Gb of RAM under Mac OS X 10.5.2). By the way, I install the
normal version of R
2005 Nov 30
1
SciViews-R_0.8-9 Console problem
Dear R users,
I successfully installed SciViews the other day. However, when I try to
run it now, the command/script window does not appear. Strange. Well,
actually I see a tendency to a script window (in the lower part of the
sciview window where it is suppose to be) during start up, but when the
program is entirely open, the script window is gone.
I have tried to uninstall and reinstall
2006 Apr 18
6
lambda, uncertainty coefficient (& Somers D)
Dear colleagues in R,
Has anybody implemented the
1) (Goodman & Kruskal) lambda
or the
2) (Thiel's) uncertainty coefficient
statistics (in the asymmetric and symmetric forms), or is anyone aware
that they might reside in some package? A search in the R archives
does indicate that they are (somehow) part of the CoCo package, but I
would rather not start learning how to transform my
2006 Jan 04
2
suddenly iax calls don't work anymore
Hi,
Asterisk is new for me. I had a working configuration, but suddenly I can't call anymore
with my voip provider. I am not aware that I changed anything in the configuration, but
who knows. Can somebody explain me what is happening here? I changed username,
password and number.
-- Executing Dial("Zap/2-1",
2005 Jun 22
2
ASTCC not making calls
Hi, im trying to setup ASTCC but I'm getting it difficult. I've
correctly set up the mysql database astcc and added a brand, trunk,
route and a card as follows:
brands
+------+----------+------+--------------+------+--------+------+------+
| name | language | inc | publishednum | did | markup | days | fee |
+------+----------+------+--------------+------+--------+------+------+
| FWD
2009 Apr 28
1
Cannot update.packages (error message)
When trying to update (various) packages using update.packages() I get the following error message for various packages
package 'fBasics' successfully unpacked and MD5 sums checked
Error in unpackPkg(foundpkgs[okp, 2L], foundpkgs[okp, 1L], lib) :
malformed bundle DESCRIPTION file, no Contains field
>
This happens with other packages besides fBasics (Matrix, as well as others) and I
2002 Oct 30
2
Building and installing packages with functions with names starting with (PR#2229)
Dear Coreteam,
I am getting closer to have some R-packages with interface to CoCo.
I use something like package.skeleton("CoCo", list = ls(all.names
= TRUE)) to also get my functions beginning with "." into the package.
Functions with names starting with "." are put OK into the package
during "R CMD build ...", but when R at "R INSTALL - d
2007 Mar 02
1
setting up incoming PPP on centos 4.4
hi gang!
I'm interested in setting up incoming PPP on a system at work that has
a fresh (not upgrade) Centos 4.4 on it.
All the documentation I've found for that shows using mgetty to do it, and
seems pretty straightforward.
However, that machine doesn't have a binary named mgetty anywhere.
It does have a mgetty-sendfax RPM installed, but it does not provide a
binary named mgetty.
2009 Apr 06
1
'R CMD build --binary BUNDLE' and Windows
'R CMD build --binary BUNDLE' and Windows.
When using R version 2.9.0 beta for 'R CMD build --binary CoCo' on Windows
only the first package of the 'Contains' field of the bundle DESCRIPTION
file ends up in the zip file.
(Same result for the bundle 'VR' by R version 2.9.0 beta.)
The check of the CoCo bundle version 0.1.7.5 by R version 2.9.0 beta is OK
(on
2007 Feb 13
6
Manage of firewall.
Hello,
I see manage of firewall in CentOS (called security), and seems
difficult to manage, not enough powerful.
I am searching a middle term between scripts of iptables to manage and
Security manager of CentOS. I know FireStarter, another similar?
--
Devel in Precio http://www.pas-world.com
2005 Jun 09
1
the svDialogs package
Hi Philippe and R community,
I am trying to use some functions from the svDialogs package but I get some werid errors I do not understand:
> library(svDialogs)
> m_list <- as.list(1:10)
> guiDlgDoubleList(m_list, m_list)
Error in guiDlgDoubleList(m_list, m_list) :
Not yet implemented!
> guiDlgList(m_list)
Error in guiDlgList(m_list) : couldn't find function
2007 Jan 19
6
wireless card for CentOS
Hi,
I'll need to buy a new wireless card. I need a recommendation for
PCMCIA wireless card that simply works with CentOS out of the box.
By "works out of the box", I mean that it doesn't need ndis wrapper
(or whatever it is called), kernel hacks, or whatever.
Thanks
2009 Jun 15
1
[LLVMdev] Stack swapping
Thanks to help in a previous thread, I now have a working LLVM codegen
for the MLton compiler. Currently the stack is managed explicitly on
the heap. This way the LLVM codegen re-uses the runtime layout of the
other codegens, simplifying the initial porting effort.
In the next phase I plan to switch to using LLVM to manage the stack,
but there is a sticking point: MLton switches stacks. It does
2007 Apr 05
2
How should I create a repo on Centos 2.1?
I tracked down a createrepo rpm "for RHL 7.x, AS 2.1" etc (hosted by
Dag), but it's uninstallable.
Eventually I managed to create an rpm from the source (actually, that's
fairly easy when onw knows to say "python2"), but python-urlgrabber has
completely defeated me.
According to Dag, the problem is that "upstream" doesn't see the need to
support
2007 Apr 03
6
Windows AD
Hi,
Does CentOS 5 / RH 5 ship with a similar windows active directory and able
to support windows workstations? I've of heard OpenLDAP and FDS. Does
windows support those?
regards