Displaying 20 results from an estimated 2000 matches similar to: "Standards for delivery of GPL software in CRAN packages"
2011 Dec 15
1
slight documentation error in "stats" package "arima"
The documentation for the arima function in the package stats has
a slight error. It references:
Ripley, B. D. (2002) Time series in R 1.5.0. R News, 2/1,
2–7. [1]http://www.r-project.org/doc/Rnews/Rnews_2002-1.pdf
This should be:
Ripley, B. D. (2002) Time series in R 1.5.0. R News, 2/2,
2–7. [2]http://www.r-project.org/doc/Rnews/Rnews_2002-2.pdf
Anyone know who I should tell about this?
2007 Nov 14
2
convex optimization package for R, specifically semidefinite programming
Recently, a package for convex optimization was announced for Python,
based upon the LP solver GLPK, the SDP solver
in DSDP5, and the LP and QP solvers in MOSEK. I'm aware GLPK is
available for R, but wondered if anyone had good
packages for convex optimization along these lines for R.
TIA.
2007 Nov 27
1
voronoi/Delaunay/Dirichlet tessellation on sphere in R or S?
There's Renka's STRIPACK, and TRIPACK, respectively, ACM TOMS Algorithms
772 and 751, and there's the R package "deldir" which does the Delaunay
for a plane, but does anyone have or know of the tessellation in R for a
sphere?
Also, is there a standard indexing scheme for Delaunay facets, and
perhaps of edges in such facets? I'd expect that to be a publication
reference,
2009 May 05
1
documenting quirky behavior of as.POSIXct, as.POSIX.lt regarding AM/PM, possibly other cases
I wanted to put this on the R Wiki, but found the suitable pages were read-only. I wanted to get it out in public to save people work.
I was converting dates like "2009/03/26 01:00:00 AM" using as.POSIXct. I found that using a format of "%Y/%m/%d %I:%M:%S %p" did not work correctly to distinguish AM from PM. Both were converted into the same timestamp. Indeed, what I found
2010 Nov 05
2
connecting to remote database using RMySQL
Apologies if this is the wrong place to ask. I'm not aware of a
mail list devoted to database interfaces. Please direct me if
so.
I am trying to use TSMySQL. It loads RMySQL, and apparent the
CRAN version has an .onLoad script which seeks out the local
MySQL server. If that fails, the package fails to load.
Thing is, I'm trying to access a MySQL database on a remote
machine for which
2009 Apr 08
1
predict "interval" for lmRob?
lm's "predict" function offers an "interval" parameter to choose between 'confidence' and 'prediction' bands. In the package "robust" and for "lmRob", there is also a "predict" but it lacks such a parameter, and the documented "type" parameter has only "response" offerred. Is there some way of obtaining
2008 Oct 18
1
recovering value of scalar from false color map and image
I have a JPEG map of temperature data, coded using a given legend where
blues are cooler and reds hotter. Is there any preexisting R magic or
package which might let me recover the value of the scalar quantity so
represented given the RGB values at each point in the picture?
After processing, I'd also like to push the results back through the
translate to get an RGB JPEG again.
Thanks for
2009 Aug 04
2
"na.strings" and the like; suspending interpretation of "NA"
Can someone point me to the proper place in the documentation or on the
Wiki where I can learn how to get R to stop interpreting the string "NA"
as something special? I have a table in a database which contains
(among other things) country codes and continent codes. The standard
set of two-letter codes includes "NA" to denote "North America". I
learned of the
2010 Jan 06
1
Re: Lingoes 2
dimesio wrote:
>
> durammx wrote:
> > Hi all!
> > I trying to run this program (http://appdb.winehq.org/objectManager.php?sClass=version&iId=17469) but I'm a really noob on wine. :?
> > Can a big master of wine test?
> >
> > Also posted a bug (http://bugs.winehq.org/show_bug.cgi?id=19678) on bugzilla.
> >
> > Hope I did it well.
>
2010 Oct 28
1
Rsolnp examples
I'm interested in the Rsolnp package. For their primary function
"solnp", one example is given, and there is a reference to "unit
tests". Anyone know where these can be found? Also, Rsolnp is
used in a few other packages (e.g., depmixS4), but I cannot seem
to find source illustrating its call sequence, and the precise
definition of the functions passed.
Can anyone help?
2010 May 19
3
5.5 ISO size vs RHEL
Hi
We use CentOS and RHEL, the 5.5 RHEL ISO for x86_64 is 3.7GB (**), the CentOS one
is 4602MB (***) split over two DVDs. Is this reasonable and correct? Any ideas
why would there be such a discrepancy if they are built from the same (or very
similar) source?
Regards
Anthony Caetano
** the md5sum checks out, and RHN lists the size as 3,532 MB
*** CentOS-5.5-x86_64-bin-DVD-1of2.iso +
2002 Sep 06
1
Installing splancs_2.01-9 on Red Hat Linux 7.3
Hi all,
I'm trying to install the splancs contributed package on a Redhat 7.3
system with R 1.5.1 installed. I've installed the readline41-4.1-10 RPM
which Redhat requires for R and it works great, thanks very much.
However, when I attempt to R CMD INSTALL splancs_2.01-9.tar.gz as root,
I get the following error message during the install:
[snip]
g77 -fPIC -O2 -m486
2010 Jan 17
1
packages built against upcoming releases
I admire package-builders being proactive and having their facilities
ready for upcoming R releases. However, if the publicly released
version of R is 2.10.1 and a package is built for R 2.11.0, users get
the embarrassing notice about a disconnect, and cannot do much about it.
If it is tedious to roll out a new package on time, perhaps there's a
possibility for automation here.
Thanks. I
2020 Mar 27
3
Centos 8 minimal install
On Thu, 26 Mar, 2020 at 18:39:56 -0600, R C wrote:
> well,? sorry,? I thought it was somewhat "self-explaining", since that
> terminology was used up until Centos 7 (see
>
> links), andof course I meant the official download page.
>
>
> minimal: as in approx 3Gb or so that fits on a regular 4-5Gb rewritable DVD
> as with Centos 7
>
> download from :
2011 Nov 02
1
mysterious warning message regarding bytecode...
While running a long script which source()s other scripts I get the
following warning:
Warning message:
In t(object$S[[1]]) : bytecode version mismatch; using eval
I cannot replicate it if I run the sourced files line by line though...
What is that error? And do I care about it? It doesn't seem to
affect my output as far as I can tell.
Thanks!
Justin
> sessionInfo()
R version
2000 Dec 18
2
Compaq sued for violating video-compression patents
I know Tarkin is not the priority right now, but when it becomes
it's good to know which company might feel nervous...
------------------------------------------
Compaq sued for alleged patent violations
By Bloomberg News
November 20, 2000, 5:30 a.m. PT
WILMINGTON, Del.--Compaq Computer, the world's biggest personal computer
maker, has been sued by a group for allegedly infringing
2016 Feb 29
3
Source code of early S versions
On Mon, Feb 29, 2016 at 6:17 PM, John Chambers <jmc at r-project.org> wrote:
> The Wikipedia statement may be a bit misleading.
>
> S was never open source. Source versions would only have been available with a nondisclosure agreement, and relatively few copies would have been distributed in source. There was a small but valuable "beta test" network, mainly university
2004 Jun 29
7
anti-R vitriol
A colleague is receiving some data from another person. That person
reads the data in SAS and it takes 30s and uses 64k RAM. That person
then tries to read the data in R and it takes 10 minutes and uses a
gigabyte of RAM. Person then goes on to say:
It's not that I think SAS is such great software,
it's not. But I really hate badly designed
software. R is designed by
2007 Dec 31
2
the woes of NA
Joyful.
I'm adapting a FORTRAN 77 package for use with R. Pretty
straightforward.
Except for a glitch it took me some time to figure out. This existing
package has subroutines which have parameters called "NA". So, I called
subroutines like
bnodes <- function(n, lst, lptr, lend, nodes, nb, na, nt)
{
ensure.all.numeric(list(n, lst, lptr, lend, nodes, nb, n.a, nt),
2012 Nov 30
2
Possible repo polllution
Hi,
I've just been checking my local copy of the CentOS repos. I found
200+ i386/i686 packages in both the updates/5/RPMS and
updates/6/Packages directories.
I checked with my rsync site ( ftp.heanet.ie ) and the equivalent UK
site ( ftp.mirrorservice.org ) and they both carried these packages
also.
Is this a case a repo pollution, it can't be necessary to have i386
packages in