Displaying 20 results from an estimated 5000 matches similar to: "make check-all does not find DESCRIPTION for VR packages"
2006 Jul 18
2
R-2.3.1.tar.gz does not contain VR bundle (PR#9084)
Full_Name: Jarno Tuimala
Version: 2.3.1
OS: Solaris / Linux
Submission from: (NULL) (193.166.2.98)
Today I downloaded the latest source code release R-2.3.1.tar.gz, and it seems
not to contain the VR bundle. After running ./configure I get the following
error message:
checking for recommended packages... ./src/library/Recommended/VR_*.tar.gz: No
such file or directory
no
configure: error: Some
2004 Apr 02
1
problem compiling R-1.9.0beta with PGI compilers on amd64
Dear R-devel,
I'm trying to compile R-1.9.0beta (2004-03-31) with the PGI compilers
(15-day free evaluation: after the 15 days the binaries will stop working).
I'm running into some problems, that I hope some can offer pointers.
1. After configure, the FLIBS include /usr/local/lib' --- note the extra '.
I had to manually delete it in a couple of places.
In a previous thread on
2004 Apr 03
0
problem compiling R-1.9.0beta with PGI compilers on amd6 4
> From: Prof Brian Ripley [mailto:ripley@stats.ox.ac.uk]
>
> On Fri, 2 Apr 2004, Liaw, Andy wrote:
>
> > Dear R-devel,
> >
> > I'm trying to compile R-1.9.0beta (2004-03-31) with the PGI
> compilers
> > (15-day free evaluation: after the 15 days the binaries
> will stop working).
> > I'm running into some problems, that I hope some can
2012 Dec 06
1
Anomalous outputs from rbeta when using two different random number seeds
Hi, in the code below, I am drawing 1000 samples from two beta
distributions, each time using the same random number seed.
Using set.seed(80) produces results I expect, in that the differences
between the distributions are very small.
Using set.seed(20) produces results I can't make sense of. Around half of
the time, it behaves as with set.seed(80), but around half of the time, it
behaves
2007 Jun 01
1
Trying to define exclude with an include list
I need to backup a set of machines that are very similar in nature. I had
created an exclude list to backup everything except whats in my list. I
then used the --exclude-from=myexcludefile so rsync would not copy unwanted
files. eg:
/tmp
/var/tmp
/var/lock
.... long list of others
/u1
I have 2 drives on each machine and up until now I have no need to be backing
up the 2nd drive. Thats what the
2016 Dec 07
4
You have not permission to view content of this location
OS: CentosOS 7
I have installed samba + openldap + smbldap-tools + pam by:
yum --enablerepo=extras install -y epel-release
yum install -y smbldap-tools
yum install -y samba openldap openldap-clients openldap-servers migrationtools
yum install -y nss-pam*
I know that smbldap-tools is a dead project, but I'm interested in it and would like research on it.
I create users and
2020 Apr 29
1
grid 4.0 generates wrong results when adding two complex units by sum()
Hi,
In grid 4.0, adding two complex units by `sum()` seems to give wrong results.
In the following example, `u1 + u2` gives the correct result, but `sum(u1, u2)` also `sum(unit.c(u1, u2))` give the wrong results.
```
library(grid)
u1 = 0.4*sum(unit(1, "inch"), unit(1, "mm"))
u2 = 0.1*sum(unit(1, "inch"), unit(1, "mm"))
u1
# [1] 0.4*sum(1inches, 1mm)
2016 Dec 10
2
Has deleted user, why I can still get info of it
I del user 'u1':
# userdel u1
But:
# groups u1
u1 : g1
Is 'u1' delete?
Thansk
2009 Feb 05
1
optimal control, maximization with several variables?
Dear all,
I would like to solve the following problem, which can be done with optimal control theory or dynamic programming:
max(x,y) a*u1+b*u2+c*f1(u2) s.t. 0<u1<x, 0<u2<f2(x,u2), x'=f3(u1,u2,x)
which can be rewritten if optimal control theory should be applied as
H=a*u1+b*u2+c*f1(u2)+lambda*(x') s.t. 0<u1<x, 0<u2<f2(x,u2)
The maximum principle
2018 Mar 12
0
subsetting comparison problem
> On Mar 11, 2018, at 3:32 PM, Neha Aggarwal <aggarwalneha2000 at gmail.com> wrote:
>
> Hello All,
> I am facing a unique problem and am unable to find any help in R help pages
> or online. I will appreciate your help for the following problem:
> I have 2 data-frames, samples below and there is an expected output
>
> R Dataframe1:
> C1 C2
2008 Jan 16
3
Rmpi on Linux x86_64 GNU/Linux
I'm having trouble with R CMD INSTALL Rmpi_0.5-5.tar.gz
--configure-args=~/lam
lam is is installed locally.
lamboot -d (or lamboot-d and also recon) works. make -k check from the
lamtest suite passes all tests.
Is this is problem with the -fPIC compiler as in the message? Should it
be modified in the Makefile?
Any help or comments are appreciated, thanks.
* Installing to library
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
2010 Oct 11
1
'R CMD build' not cleaning the src/ folder on Windows
Hi,
'R CMD build' (with R 2.12.0 RC) fails to clean the src/ folder
on Windows:
D:\biocbld\bbs-2.7-bioc>ls meat/BUS/src
BUS.cpp BUS.h
D:\biocbld\bbs-2.7-bioc>R\bin\R CMD build meat\BUS
* checking for file 'meat\BUS/DESCRIPTION' ... OK
* preparing 'BUS':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package
2007 May 09
3
The 'h' extension problem
Hi all,
There is a problem with my dialplan. here is the dialplan:
exten=> 123,1,Dial(SIP/U1,,Ttg)
exten=> 123,2,Hangup
exten=> h,1,AGI(onhangup.pl)
The problem is whenever U1 is called or calls someone, if U1 hangsup the
call then the h extension is NOT executed. but if the other person hangsup
the call, then the h extension is executed (assuming that the other person
is calling
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
2008 Dec 19
4
only root without password
Hi all,
I have a very strange problem with the public key authentication with 2
machines.
I generated the key, configured the authorized_keys etc.. etc.. This is
all ok, now:
The ssh works without the password for the "root" user, any other user
cannot use the key and ssh ask me for the password !!
I cannot understand why only the root is able to connect without the
password. So, the ssh
2007 Nov 20
2
Rsync and snapshot backups
I'm currently using rsync to backup home directories using this:
rsync -avx --delete --backup --backup-dir=/u1/home.bak /u0/home/
/u1/home >> ${log}
I'm trying to move to snapshot backups using this:
rsync -avx --delete --backup --backup-dir=/u1/home.bak
--link-dest=../home.current /u0/home/ /u1/home_${datetime} >> ${log}
This works except I no longer get deleted source
2011 Jan 27
2
help for a loop procedure
Hello everybody!
I’m trying to define the optimal number of surveys to detect the highest
number of species within a monitoring season/session.
To do this I want to run all the possible combinations between a set of
samples and to calculate the total number of species for each combination of
2, 3, 4 …n samples events, so that at the end I will be able to define which
is the lowest number of
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
2014 Nov 18
2
Change Objects on 2 DCs without connection
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I like to know what will happend if:
- - one Domain with 2 DCs
- - two Admins working on their Windows-ws with RSAT.
- - Admin1 is connected to DC1
- - Admin2 is connected to DC2
- - Admin1 creats a user "u1" and a group "g1"
- - then the two DCs will lose connection, the user and group is
replicated to DC2
- - now Admin1