Displaying 20 results from an estimated 6000 matches similar to: "R chek of package VR is broken (PR#1683)"
2002 Jun 17
5
R-1.5.1 is released
I've rolled up R-1.5.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.5.0 release.
A set of recommended packages which have been tested with R-1.5.1 has
been bundled up. Binary distributions should include these packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.5.1.tgz
2002 Jun 17
5
R-1.5.1 is released
I've rolled up R-1.5.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.5.0 release.
A set of recommended packages which have been tested with R-1.5.1 has
been bundled up. Binary distributions should include these packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.5.1.tgz
2001 Oct 11
2
Where's MVA?
Hi All:
Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources.
Best wishes,
ANDREW
tseries: Package for time series analysis
Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6
Depends: ts, mva, quadprog
Date: 2001-08-27
Author: Compiled by Adrian
2008 Jul 22
1
Accu-Chek Compass
Hi, I am a new user of Wine, and I am having trouble running the programme 'Accu-Chek Compass'.
It is a programme for diabetics, that downloads data from a meter, and then graphs it in all sorts of ways.
The Programme installs correctly, but when I try to run it, it just flashes on the screen for a split second, and exits.
Any help would be nice....
Plod.
2018 Aug 31
3
compairing doubles
Agreed that's it's rounding error, and all.equal would be the way to go.
I wouldn't call it a bug, it's simply part of working with floating point numbers, any language has the same issue.
And while we're at it, I think the function can be a lot shorter:
.is_continous_evenly_spaced <- function(n){
length(n)>1 && isTRUE(all.equal(n[order(n)], seq(from=min(n),
2018 Aug 31
2
compairing doubles
El vie., 31 ago. 2018 a las 16:00, Mark van der Loo
(<mark.vanderloo at gmail.com>) escribi?:
>
> how about
>
> is_evenly_spaced <- function(x,...) all.equal(diff(sort(x)),...)
This doesn't work, because
1. all.equal does *not* return FALSE. Use of isTRUE or identical(.,
TRUE) is required if you want a boolean.
2. all.equal compares two objects, not elements in a vector.
2003 Oct 15
2
SOM library for R
Hi.
Three years ago, I've read the question of availability of SOM library for
R using Kohonen's SOM_PAK in this mailing-list. This answer was no
availability. And no package dealing with SOM in CRAN.
Is this situation same?
Could you tell me availability this library?
Best Regards.
2002 Jun 03
0
R 1.5.0 packages for SuSE i386
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
during today I build R 1.5.0-packages on a SuSE 7.3 they normaly should also
run on a 7.2 and 8.0. I also compiled the contribute packages
It The following packages failed, cause I believe I haven't installed all
neccessary includes and libaries:
checking for package ipred ...failed!
checking for package cramer ...failed!
checking for
2004 Apr 03
1
make check-all does not find DESCRIPTION for VR packages
When running make check-all on R-1.9.0beta (2004-03-31) built with
pgf77/gcc/g++ on the Opteron (running SLES8), I get four warnings about not
finding the DESCRIPTION files for the packages in the VR bundle; e.g.,
cannot open file `/u1/scratch/R-1.9.0/tests/Packages/VR/spatial/DESCRIPTION'
Error in tools:::.checkPackageDepends(dir =
"/u1/scratch/R-1.9.0/tests/Packages/VR/spatial")
2010 Jan 30
1
Clash between r-cran-vr and r-cran-mass
[ Kevin sent this to me but agreed that it's better to have this discussed here. ]
On 30 January 2010 at 11:35, Kevin Donnelly wrote:
| I am using Ubuntu 9.10. Installing r-cran-latticist asks for r-cran-vr to
| be installed as well, but this gives the following message:
| E: /var/cache/apt/archives/r-cran-vr_7.2.47-1_i386.deb: trying to overwrite
|
2012 Apr 11
1
Dependency problem bug with r-cran-vr
Hi,
I was trying to connect GRASS with R, following the guidelines described here:
http://grass.osgeo.org/wiki/R_statistics
The line in my /etc/apt/sources.list is like:
deb http://ftp.iitm.ac.in/cran/bin/linux/debian squeeze-cran/
But when I tried to install r-cran-vr, I got an unmet dependency
problem with r-cran-mass and r-cran-class.
But these two packages were already installed. Then why
2004 Dec 06
1
VR package not found for R version 1.9.1
I'm trying to install the VR package for version 1.9.1 but I'm getting
the following error message:
> install.packages("VR")
trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 20716 bytes
opened URL
downloaded 20Kb
trying URL
2005 May 31
2
FYI: Problems while loading package "class (VR)"
Hi,
Today, I performed automatic updates of packages and somehow lost "class"
package. I loaded a library that depended on it and got:
Error: package 'class' could not be loaded
In addition: Warning message: there is no package called 'class' in:
library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc)
I tried to load it by instal-package: class (VR) and
2006 Mar 26
2
VR (looking for MASS) on OS X
Hey, when did I lose MASS? Anyway, I found the VR package but she's
not compiling on OS X. Any tips? Yes, I have the developer tools
and Fortran. Could someone send me a compiled package?
2008 Nov 24
1
make fails with no rule to make target `VR.ts'
Hi,
When trying to build R-devel.tar.bz2 (SVN-REVISION: 47015) I am
getting the error:
tkpager text html latex
gmake[2]: Leaving directory `/usr/local/share/R-devel/src/library'
gmake[2]: Entering directory `/usr/local/share/R-devel/src/library'
building/updating package indices ...
gmake[2]: Leaving directory `/usr/local/share/R-devel/src/library'
2005 Jun 19
1
Trouble building R2.1.0 from source on Linux: package VR
Hi,
Following on from suggestions made last week, I decided to install R 2.1.0
on my Linux machine. I'm running into a problem there however, as shown:
make[1]: Entering directory
`/d0/home/fgibbons/tmp/R2.1.0/R-2.1.0/src/library/Recommended'
make[2]: Entering directory
`/d0/home/fgibbons/tmp/R2.1.0/R-2.1.0/src/library/Recommended'
begin installing recommended package VR
WARNING:
2008 Apr 06
1
R, VR, and Debian
Hi Folks,
A while ago (September 2007) I set up an experimental
Debian 4.0 Etch installation, and installed R on it,
along with several packages -- including e1071 and
the "Bundle" VR -- by means of the Debian package
manager. Most of the time, R works fine. But not always.
Just now, I wanted to try the code suggested by
Johannes H?sing for "Stroparia"'s Multiset
2003 Jun 09
1
dragon scansoft VR, anyone?
Hello list,
I'm wondering if anyone has had success running dragon /scansoft/ naturally
speaking voice recognition software with WINE recently?
Thanks!
Aaron
2006 Nov 22
1
Recordings for VR analysis
Is there a programmatic to to trim the silence from the beginning and
end of a recording? From a .wav file? From a .ulaw file?
Thanks,
--
Michael Welter
Telecom Matters Corp.
Denver, Colorado US
+1.303.414.4980
mike@TelecomMatters.net
www.TelecomMatters.net
1998 Nov 16
0
VR and tree libraries for 0.63
These are now at CRAN (at least in Vienna).
Please note that VR_5.3pl030-1.tar.gz really does need 0.63: there
are problems with 0.62.x and 0.63 reading .rda files written by the
other. The earlier VR_5.3pl027-1.tar.gz for 0.62.3/4 remains on CRAN
in directory Old/0.62.
tree_0.3-1 adds tree.screens and tile.tree (needs 0.63), and support
for formulae like use ~ . - estperf - names.
--
Brian