Displaying 20 results from an estimated 9000 matches similar to: "Automating package building packages and repository uploading"
2006 Jul 07
2
BUG in " == " ? (PR#9065)
Hello,
here is the version of R that I use :
> version
_
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu
status
major 2
minor 3.1
year 2006
month 06
day 01
svn rev 38247
language R
version.string Version 2.3.1 (2006-06-01)
And here is one of the sequences of
2006 Jun 12
2
weird behaviour of summary.default
Hi all.
I may missing something here, but if I do summary.default(1:9999), I get:
Min. 1st Qu. Median Mean 3rd Qu. Max.
1 2500 5000 5000 7500 9999
but if I do summary.default(1:10001) I get:
Min. 1st Qu. Median Mean 3rd Qu. Max.
1 2501 5001 5001 7501 10000
i.e. Max is rounded to 10000.
What's wrong?
My system:
2010 Apr 17
1
Error message when trying to install Rcmdr
I am trying to install Rcmdr on my ubuntu machine, but keep getting the
following error messages:
ERROR: failed to lock directory
?/home/thedoctor/R/i486-pc-linux-gnu-library/2.10? for modifying
Try removing ?/home/thedoctor/R/i486-pc-linux-gnu-library/2.10/00LOCK?
ERROR: failed to lock directory
?/home/thedoctor/R/i486-pc-linux-gnu-library/2.10? for modifying
Try removing
2010 May 06
1
Rcmdr probs
When trying to install Rcmdr, I get the following error messages. I am not
aware of how to fix the problem, i.e. how to remove the lock.
ERROR: failed to lock directory
‘/home/thedoctor/R/i486-pc-linux-gnu-library/2.10’ for modifying
Try removing ‘/home/thedoctor/R/i486-pc-linux-gnu-library/2.10/00LOCK’
ERROR: failed to lock directory
‘/home/thedoctor/R/i486-pc-linux-gnu-library/2.10’ for
2007 Mar 27
3
Use of 'defineVar' and 'install' in .Call
Dear all,
[system and version information below]
I am trying to modify a C function for finding the root of an
expression. The function is to be called from R as .Call with input
parameters:
f: expression for which we will find the root
guesses: interval for the solution
stol: tolerance
rho: environment
The original functions I use are:
SEXP mkans(double x) {
SEXP ans;
PROTECT(ans =
2007 Mar 27
3
Use of 'defineVar' and 'install' in .Call
Dear all,
[system and version information below]
I am trying to modify a C function for finding the root of an
expression. The function is to be called from R as .Call with input
parameters:
f: expression for which we will find the root
guesses: interval for the solution
stol: tolerance
rho: environment
The original functions I use are:
SEXP mkans(double x) {
SEXP ans;
PROTECT(ans =
2002 Jun 27
1
Patch for 2.2.5 (start_tls with OpenLDAP 2.0.x) is not working ...
Hi,
i was the one who had problems with the
start_tls function.
I applied the patch yesterday.
But now the compiling doesn't work anymore.
This is what happens :
--------snipp----------
[Lots of compiling output cut away]
Linking bin/smbd
passdb/pdb_ldap.o: In function `pdb_setsampwent':
passdb/pdb_ldap.o(.text+0x1730): multiple definition of
`pdb_setsampwent'
2009 Jul 14
1
Ubuntu JGR
Hello,
I cannot get JGR installed.
Here is what I have tried so far http://wiki.ubuntuusers.de/R
1. sudo -s # root werden
R CMD javareconf
root at gunnar-laptop:~# R CMD javareconf
Java interpreter : /usr/bin/java
Java version : 1.5.0_18
Java home path : /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre
Java compiler : /usr/bin/javac
Java headers gen.: /usr/bin/javah
Java archive
2006 Aug 20
1
C compile problem on Ubuntu linux
Under Ubuntu dapper, after installing packages gcc and g77, under
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu
status
major 2
minor 2.1
year 2005
month 12
day 20
svn rev 36812
language R
I get an error when trying to update.packages('Hmisc'):
gcc -I/usr/lib/R/include -fPIC -g -O2 -c ranksort.c -o ranksort.o
In file included
2006 May 24
3
Mongrel install/compile problems on Ubuntu dapper
Installed gcc and make and the default friends that they bring along, then
did
# sudo gem install mongrel
and got the following...
andre at andre:~$ sudo gem install mongrel
Attempting local installation of ''mongrel''
Local gem file not found: mongrel*.gem
Attempting remote installation of ''mongrel''
Select which gem to install for your platform (i486-linux)
1.
2007 Aug 24
1
install problem
Hi,
I'm trying to compile and install icecast-2.3.1, but get the following
error:
Making all in timing
make[3]: Entering directory `/data/build/icecast-2.3.1/src/timing'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/data/build/icecast-2.3.1/src/timing'
make[3]: Entering directory `/data/build/icecast-2.3.1/src'
source='auth_url.c'
2009 Jul 13
1
Ubuntu und R
Hallo Zusammen,
hatte gestern die Schnauze voll von Vista und habe mir daraufhin Ubuntu
installiert. Bin also mit Ubuntu ?berhaupt nicht vertraut.
Nun habe ich ohne Erfolg versucht, R zu installieren.
Soweit ich der Anleitung folgen konnte habe ich es so wie auf
http://wiki.ubuntuusers.de/R gemacht.
Im Terminal kann ich R problemlos starten.
Allerdings bei der Installation von
2009 Apr 22
7
'is.integer' (PR#13671)
Full_Name: Mauricio
Version: 2.9.0 (2009-04-17)
OS: i486-pc-linux-gnu
Submission from: (NULL) (193.205.203.3)
This is a very simple function that seems not to be working, according to the
definition given by '?is.integer'.
I checked in the Bug Tracking page at http://bugs.R-project.org/, but I didn't
find any related message.
The possible problem is:
> is.integer(1)
[1] FALSE
2008 Jul 12
3
Another failed attempt to install an R package in Ubuntu
I am running Ubuntu 8.04 through Wubi on a HP Pavilion dv4000 (my home
computer) and I recently installed R 2.7.1. I attempted to install the
randomForest package from within the R environment and from the Linux
terminal. Both attempts failed. I've tried several mirrors but with no
luck. Below is an example of the series of error messages I got when R told
me that the installation
2006 Jan 24
1
Can’t find X11 font when trying to produce graph
I am using R 2.1.1 on i486-pc-gnu-linux (Ubuntu Breezy). Recently, I
bought new laptop HP nx8220 and installed Breezy with a few problems
starting X-Windows. Nevertheless, I followed some instruction, managed
to start X, and added R from the Ubuntu's repositories. When I try to
produce any graph (like plot, bwplot etc.), I receive an error
message:
can't find X11 font
Error in X11( ....
2004 Oct 05
1
compilation problem R2.0.0 Linux SuSE8.2 (PR#7263)
Hi,
I just tried to compile the new release today and encountered
some problems:
--8<------------------------schnipp------------------------->8---
patrick@trurl:~/src/r-project/R-2.0.0> ./configure > pd.configure.output
patrick@trurl:~/src/r-project/R-2.0.0> make > pd.make.output
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: tcltk.so: undefined
2007 Sep 14
3
problems for ./configure on Ralpha: gcc related
Dear all,
I am trying to compile Ralpha on my computer (OS = Debian). SVN Revision is:
Revision: 42843
Last Changed Date: 2007-09-14
./configure returns :
----------------------------------------------------
stephane at pcdray:~/Rdev/R-alpha$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
loading site script
2007 Jan 31
3
possible bug: dev.copy / could not find any X11 fonts
Hi,
I am experiencing something strange, and thought I would ask before
reporting a bug. I trimmed it down to a self-contained example,
attached as an R file. The purpose of the functions is to save the
plots into a ps file and simultaneously plot them on an x11 device,
but don't open a new one if there is already one opened (I don't want
the repositioning / flicker).
When running the
2006 Dec 07
4
Introduce and noob problem require ''wx''
Dear All,
my name is Raoul, this is the first time I post here.
I''m a computer scientis and I''m working in bioinformatic''s filed, we have a
lot of tools to analyse the data but no good graphic applications to
visualize them. So I''m looking for a good framework for my job. I think your
motivations on using wxruby are good, most important for me is the
2018 Aug 22
2
[Release-testers] [7.0.0 Release] rc1 has been tagged
On 22 Aug 2018, at 05:58, Wei Mi <wmi at google.com> wrote:
>
> On Fri, Aug 17, 2018 at 1:27 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 16 Aug 2018, at 00:51, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> > On Tue, Aug 07, 2018 at 09:49:16PM +0200, Dimitry Andric via llvm-dev wrote:
> >> This is a regression caused by