Displaying 20 results from an estimated 4000 matches similar to: "R Usage Statistics"
2009 Nov 23
6
CRAN Server download statistics (Was: R Usage Statistics)
Hi All,
It seems that the question of how may people use (or download) R, and it's packages is one that comes up on a fairly regular basis in a variety of forums (There was also recent thread on the subject on Stack Overflow). A couple of students at UCLA (including myself), wanted to address the issue, so we set up a system to get and parse the cran.stat.ucla.edu APACHE logs every night, and
2008 Jun 11
2
Routine and Deep testing with R CMD check
Hi,
I recently provoked some discussion over on the BioConductor developer
list about testing and R CMD check. In brief, the salient points that
arose from the discussion are:
[1] Because of the need for a nightly build of BioConductor, the tests
(in the ./tests directory) of a package that run routinely as part of "R
CMD check" must complete in five minutes.
[2] Nontrivial
2004 Mar 11
1
Is it ok to use the name on a bundle and one if its packages?
Hello,
I wonder if it is unwise to name a bundle the same as one of its
packages. For instance, I now have a huge package called 'aroma' that
I basically want to split up in several smaller packages, say
'aroma.core', 'aroma.io', 'aroma.explore', 'aroma.trial',
'aroma.deprecated' etc, which simplifies maintenance but also the
overview. For
2008 Mar 02
1
Could not install aroma.affymetrix
I don't know if this is the correct forum to ask the following question;
however, when I search the aroma.affymetrix discussion group, it suggested
that I should posted the question to r-help. Here it goes.
I followed the instructions on aroma.affymetrix trying to install the
packages; following are the steps:
> install.packages(c("R.oo", "R.utils"),
2004 Jun 08
1
[Q] raw -> gpr in aroma package
Hi.
Is it possible to make gpr from raw?
library(aroma)
#read gpr file
gpr <- GenePixData$read("gpr123.gpr", path=aroma$dataPath)
# gpr -> raw
raw <- as.RawData(gpr)
# raw -> ma
ma <- getSignal(raw, bgSubtract=FALSE)
ma.norm <- clone(ma)
#normalization
normalizeWithinSlide(ma.norm, "s")
#ma -> raw
raw2 <- as.RawData(ma)
I want to make gpr data from
2010 Oct 08
1
R CMD SHLIB changes function name when compiling
Hi,
I'm trying to write a function in C for implementation with .Call. When
compiling using R CMD SHLIB characters seem to be added to the function
name.
Here's the complete C code from the file summariseMCMC.c:
#include<R.h>
#include<Rdefines.h>
#include<Rinternals.h>
void summariseMCMC(SEXP data) {
PROTECT(data=AS_NUMERIC(data));
UNPROTECT(1);
}
Then
2011 Jan 27
2
use of depends, suggests, etc
Hi,
I'm putting together an R package. In explaining how it works (in the
Rd files), I want to refer to another package. The other package is not
used anywhere in the actual code nor in the examples. So, there is no
reason to include the other package in the Depends, Suggests, or Imports
lines of the DESCRIPTION file. People will be able to use my package
without actually installing
2018 Dec 26
3
You removed Weboob package over political reasons? Whole Internet laughs at you
On Mon, Dec 24, 2018 at 01:26:15PM -0500, rj coleman wrote:
>
>
> > On Dec 24, 2018, at 10:42 AM, Alice Wonder <alice at domblogger.net> wrote:
> >
> >> On 12/24/18 7:21 AM, vsnsdualce at memeware.net wrote:
> >> Debian is not ruled by the men who actually write the software, but instead women.
> >
> > *snip*
> >
> > Can we
2012 Dec 07
1
Make scripts during package installation?
During installation of a package, Makevars/Makefile in src/ is
processed. I've always considered the purpose of this for compiling
native code. Is that it's solely purpose, or is it alright to use it
also for non-code compilation purposes, e.g. building inst/
subdirectories on the fly? If not, are there other means to create
non-static inst/ subdirectories during installation?
The
2011 Feb 12
1
R 2.13.0 on Windows: R CMD check and '"du"' not found
FYI, I'm sure the following is a temporary issue, but in case it slips
through, I want to raise it here. On Windows 7 64-bit, running Rcmd
check on R devel gives:
* using R version 2.13.0 Under development (unstable) (2011-02-11 r54330)
* using platform: x86_64-pc-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'aroma.core/DESCRIPTION' ... OK
* this is
2015 Dec 18
3
google chrome future / centos 7
On Fri, December 18, 2015 7:34 am, Jonathan Billings wrote:
> On Thu, Dec 17, 2015 at 09:38:40PM +0000, Richard wrote:
>> On the linked-to help page:
>>
>> <https://support.google.com/chrome/answer/95346>
>>
>> they show fedora-21[+] as supported. If I remember correctly,
>> RHEL/CentOS-7 is based against fedora-19.
>
> Actually, in two places on
2009 Jul 20
1
Rcmd check fails on Windows Samba network path in R 2.9.1
Hi,
I have just updated R from version 2.8.1 to version 2.9.1. I am running
Windows XP Professional, Service Pack 3.
With the update, I decided to update a set of packages that I maintain
by compiling them for the new version. Everything worked fine except
for one package. This package is unique (among the six I was working
on) in that is stored on a UNIX-based file server that is
2007 Oct 23
1
robustSmoothSpline
I'm rather frustrated in trying to run the examples on the robustSmoothSpline. No matter what packages I load, I still come up
with the error as follows.
Error: could not find function "robustSmoothSpline"
Am I missing something?
2009 Apr 03
2
kernel-vm - humble request
Look, I pay nothing for an incredible operating system with enormous
features and stability, so it feels a bit awkward asking for more.
[Sarcasm On]
Now, get going and build me up a 5.3 kernel-vm's would ya? ;)
[Sarcasm Off}
--
Humbly,
John Thomas
2015 Jan 26
2
Inspect a "delayed" assigned whose value throws an error?
Hi, I got an interesting programming challenge:
How do you inspect an object which is assigned via delayedAssign() and
that throws an error as soon as it is "touched" (=the value is
evaluated)? Is it possible?
MINIMAL EXAMPLE:
$ R --vanilla
> delayedAssign("foo", stop("Hey!"))
(If you find this minimal example silly/obvious, please skip down to
the real
2012 Apr 13
1
FOUND_THE_ISSUE -- URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5
Hi John,
Thanks for the explanation.
I looked at the BIOS and found the following where the pseudo MAC
address is from:
################################################################################
Planar Ether 1 MAC Address: E4:1F:13:77:16:5F ============> This is
shown in ifconfig eth0
Planar Ether 2 MAC Address: E4:1F:13:77:16:60 ============> This is
shown in ifconfig eth1
BMC
2009 Jan 21
4
Problem BMC Remedy User Version 7.0.01 on ubuntu 8.10
I have installed BMC Remedy User Version 7.0.01 Patch 002 on ubuntu 8.10 but i have two errors: "ARERR 1900" and on the on the left "rendering is current disable".
The wine version is 1.1.13 but with other version is the same.
Settings wine or other?
Can you help me?
Thanks
2007 Apr 26
2
SweaveInput and absolute paths
Hi,
Is there a way to turn off the automatic inclusion of "./" at the
beginning of a path specified in an \SweaveInput{} instruction?
I'd like to create some reusable "template modules" of Sweave code and
put them in a standard directory like
/Resources/Affymetrix
Then the corresponding file that uses one of these would include a
command like
2016 Sep 08
1
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Would it make sense to recreate the "searchable R help pages" by feeding
them all into elasticsearch, which will automatically index them and
also provides an extensive (HTTP+JSON-based) API to perform complex
searches?
On 9/8/2016 10:31 AM, Jonathan Baron wrote:
> On 09/08/16 07:09, John Merrill wrote:
>> Given Google's commitment to R, I don't think that they'd
2016 Jun 14
3
Making a 6.04
> How about the recently introduced weak issue?
> On May 31, 2016 6:31 PM, "H. Peter Anvin via Syslinux" <syslinux at zytor.com>
> wrote:
>
> > There seem to be a bunch of bug fixes in the 6.04 branch that people
> > really need. Do we know of any current regressions? Otherwise we
> > really ought to just push the button...
> >
> >