Displaying 20 results from an estimated 100 matches similar to: "Versioning Rtools ARP entries"
2023 Aug 13
2
a quick and dirty way to compile R on win arm64 using clangarm64
hello everyone:
On this boring weekend, I tried compile R-trunk on windows 11 arm64 using clangarm64+msys2 on macbook m1 , it surprisingly easy to compiled and run.
more investigation and test and code modify need to be done ,but IMO this is a good beginning !!
to compile R on windows 11 arm64 just need :
1 svn checkout R-trunk and add USE_LLVM=YES in MKRules.dist or Mkrules.local
2 install
2007 Sep 28
5
Problem with FlexLM licensing
I'm trying to run up ModelSim (a commercial simulator for hardware
description languages), which is licensed on FlexLM, using the hard disk
number. This program isn't listed in the apps database.
I have a valid license, and the Flex tools are correctly identifying,
under Wine, that there's a licence and that it's valid. They find the
appropriate env variable, identify the
2016 Dec 14
1
testing
Regarding the earlier mail about [xapian-core-1.2.24] /tests/api_replicate.cc
compiled under MSYS/MINGW (g++ 5.3.0).
It seems likely that the error was specific to certain g++ versions.
https://github.com/mxe/mxe/issues/1448
Eric at ERICS-NETBOOK /c/WORK
$ cat test.cpp
#include <stdlib.h>
int setenv(const char *name, const char *value, int overwrite)
{
return _putenv_s(name, value);
}
2012 Nov 21
1
driver looking for MAXIM MXE II
Hello:
I have a UPS model MXE II MAXIM brand online, 3500VA 2100W.
Connects to the PC by a USB 2.0 port.
I wanted to use nut, but this brand is not on the list of nut drivers.
lsusb returns:
...
Bus 003 Device 003: ID 06DA: 0201 Phoenixtec Power Co., Ltd
...
I did not find this manufacturer in the driver list.
Anyone know if you can have compatibility with other make and model of UPS.
With
2011 Nov 14
1
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, : java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String; )Ljava/lang/String;
Dear all,
I get the error when I use maxent.jar:
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, :
java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String;)Ljava/lang/String;
sessionInfo() result:
R version 2.14.0 (2011-10-31)Platform: i386-pc-mingw32/i386 (32-bit)locale:[1]
2024 Sep 09
1
Big speedup in install.packages() by re-using connections
On 9/8/24 23:14, Jeroen Ooms wrote:
> On Mon, Sep 2, 2024 at 10:05?AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>>
>> On 4/25/24 17:01, Ivan Krylov via R-devel wrote:
>>> On Thu, 25 Apr 2024 14:45:04 +0200
>>> Jeroen Ooms <jeroenooms at gmail.com> wrote:
>>>
>>>> Thoughts?
>>> How verboten would it be to create an
2024 Sep 08
1
Big speedup in install.packages() by re-using connections
On Mon, Sep 2, 2024 at 10:05?AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
>
> On 4/25/24 17:01, Ivan Krylov via R-devel wrote:
> > On Thu, 25 Apr 2024 14:45:04 +0200
> > Jeroen Ooms <jeroenooms at gmail.com> wrote:
> >
> >> Thoughts?
> > How verboten would it be to create an empty external pointer object,
> > add it to the
2010 Jan 04
2
I have finished compiling of R 64 bit on 64 bit Windows use MINGW64
hi ,everyone
I have finished compiling of R 64 bit on 64 bit Windows system by using MINGW64, include the standard and recommended packages.tested it on Windows 2008 server R2 X64.it run very well.I wander anyone interested in it ,and anyone who want to continue testing it with me? and who can provide a space let me upload the R files
Best wishes! 2010/1/4
2020 Aug 22
2
R 4.0.2 64-bit Windows hangs
On 8/22/20 8:26 PM, Tomas Kalibera wrote:
> On 8/22/20 7:58 PM, Jeroen Ooms wrote:
>> On Sat, Aug 22, 2020 at 8:39 AM Tomas Kalibera
>> <tomas.kalibera at gmail.com> wrote:
>>> On 8/21/20 11:45 PM, m19tdn+9alxwj7d2bmk--- via R-devel wrote:
>>>> Ah yes, this is related. I reported v2010 below, but it looks like
>>>> I was updated to this
2016 Feb 17
1
Blazer_usb driver almost supports Centralion Titan Elite, but not quite
Hello,
I have a UPS branded as "Energit MXE II" that comes with the infamous
Winpower software (as already discussed in this old thread
<http://nut-upsdev.alioth.debian.narkive.com/m0FWk43o/blazer-usb-compatibility-with-ippon-backpro-upses-phoenix-power-co-ltd-usb-to-serial-controller>).
This same UPS appears to be sold as "Centralion Titan Elite" and maybe
other names
2011 Jan 26
0
Can not invoke maxent() of library(dismo) in Mac OSX
Dear R-helpers,
I can not invoke maxent() in Mac OSX. Could you give me any directions
on that? Thank you in advance.
Here is my info:
# (1) the error
> me <- maxent(predictors, occtrain, factors='biome')
me <- maxent(predictors, occtrain, factors='biome')
Error in .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o",
2011 Jan 27
1
Can not invoke maxent() of library(dismo) in GNU linux
Dear R-helpers and Dr. Hijmans,
I can not invoke maxent() in GNU Linux. Could you give me any directions
on that? There is maxent.jar in version 3.3.3e in the right folder.
########################################
R:
> jar <- paste(system.file(package="dismo"), "/java/maxent.jar", sep='')
> jar
[1] "/ebio/abt6/jmao/rpacks/dismo/java/maxent.jar"
2020 Aug 22
2
R 4.0.2 64-bit Windows hangs
On Sat, Aug 22, 2020 at 8:39 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 8/21/20 11:45 PM, m19tdn+9alxwj7d2bmk--- via R-devel wrote:
> > Ah yes, this is related. I reported v2010 below, but it looks like I was updated to this Insider Build overnight without my knowledge, and conflated it with the new installation R v4 this morning.
> >
> > I will
2005 Apr 20
2
Where is .xsession-errors
Hi
Yesterday I was using OpenOffice Impress, doing many cut/paste
operations with images, and without any notice/message/warning the
application die. Then I look for ~/.xsession-errors file to see any
signal about the problem, but I realized that ~/.xsession-errors is no
longer present.
This is a new behaviour of X.org ?
I'm running CentOS 4 and
XFree86 Version 4.3.0.1 (Debian
2004 May 06
1
X11 fonts cannot be loaded - SuSE Linux solution
Dear list,
I would like to make a comment how to solve the X11 font problem under
SuSE Linux (9.0) when you get the message:
"X11 font at size 16 could not be loaded".
After having modified /etc/X11/XF86config as root (see below) you have
to run 'SuSEconfig' as root as well else nothing might be changed in the
X-Server.
After that no further messages should appear.
HTH,
2004 Jul 20
1
Installing rgl on linux
Hi,
I'm new to R. I installed several packages in R (R-1.9.1) without
problems. I am trying to set R up to use Rcmdr, all I need now is rgl -
unfortunately I can't get it to install. There is a previous message
regarding this issue from June but even with information in those
answers I get stuck.
I have attempted to install rgl form within R and from a shell using the
tarball
2008 Mar 06
0
[ANNOUNCE] printproto 1.0.4
Alan Coopersmith (1):
renamed: .cvsignore -> .gitignore
Eamon Walsh (2):
Updates to printproto as part of devPrivates rework.
Update package version number for devPrivates rework.
Egbert Eich (1):
23. Merged with XFree86 4.4.0. Added changes that went into infected files.
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static
2019 Mar 02
0
[ANNOUNCE] mkfontscale 1.2.0
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system.
Starting with this release, 1.2.0, it now includes the mkfontdir script
previously distributed separately for compatibility with older X11 versions.
(The entries below starting with 'mkfontdir: ' represent the git commits
grafted from the mkfontdir repo and were all included in the mkfontdir
2001 Nov 14
0
OPEN ssh pkg
Hi,
I have a few corrections for OPENssh-2.9p1 solaris packaging.
I use to configure:
setenv CFLAGS -I/opt/local/include
setenv LDFLAGS "-R/opt/JGMAzlib/lib -L/opt/JGMAzlib/lib"
./configure --prefix=/opt/OPENssh --with-tcp-wrappers --sysconfdir=/etc/opt/OPENssh --localstatedir=/var/opt/OPENssh --with-pid-dir=/var/opt/OPENssh/run --with-ssl-dir=/opt/OPENssl --with-ipv4-default
1997 Feb 05
0
bliss version 0.4.0
[mod: Forwarded by Jeff Uphoff. I tried to mangle the headers that
it appears as the original post: with an invalid return address. -- REW]
A few months back, a very alpha version of bliss got posted. That shouldn''t
have happened, but, it was pretty much ignored so I didn''t worry about it.
But now it seems there''s a bit of a fuss about this. I''ll post the