Displaying 17 results from an estimated 17 matches for "indrajitsg".
2018 Feb 13
2
R Compilation gets stuck on Windows 64
In the file MkRules.local.in, I see the line: USE_ATLAS = NO which I
believe needs to be changed to YES. But how do I specify the BLAS file
*libopenblas_haswell-r0.2.20.a
*and its location?
Regards,
Indrajit
On Tue, Feb 13, 2018 at 6:41 PM, Indrajit Sen Gupta <indrajitsg at gmail.com>
wrote:
> I was able to compile the R from the github by running build-r-devel.bat!
>
> Now need to see how to compile it with BLAS.
>
> Regard,
> Indrajit
>
> On Tue, Feb 13, 2018 at 5:45 PM, Jeroen Ooms <jeroenooms at gmail.com> wrote:
>
>>...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta
<indrajitsg at gmail.com> wrote:
> Hi Avraham,
>
> I tried with the patched version. The same error message.
>
> gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o
> editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o
> rhome.o rt_complet...
2002 Jan 08
1
Interactive
My Mail StationeryIs it possible to have interactive graphic display in R
just like S-Plus?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20020108/da21bbc9/attachment.html
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 2:16 AM, Indrajit Sen Gupta <indrajitsg at gmail.com> wrote:
> Hi Avraham,
>
> A quick question - I realized I did not have Perl installed. So I installed
> ActiveState Perl right now. Also I see I need texinfo and texi2any. I was
> able to installed texinfo from here:
> http://gnuwin32.sourceforge.net/packages/texin...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...the latest version of rtools:
Rtools34.exe.
Not sure why but i have feeling that the culprit might be a setting in the
MkRules.
Regards,
Indrajit
On Fri, Feb 9, 2018 at 10:53 AM, Avraham Adler <avraham.adler at gmail.com>
wrote:
> On Thu, Feb 8, 2018 at 9:44 PM, Indrajit Sen Gupta <indrajitsg at gmail.com>
> wrote:
> > Hi All,
> >
> > I am trying to compile R from source on a 64 bit Windows.
>
> [snip]
>
> > I had compiled earlier with MinGW and had created the file:
> > *libopenblas_haswell-r0.2.20.a. *
>
> Hello, Indrajit.
>
> I...
2002 Feb 19
3
Rank of Matrix
...hink my question has been asked before but I am posing it once again
since I need it. Is there any way to find the rank of a matrix in R or
Splus?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
mailto:indra_calisto at yahoo.com
mailto:indrajitsg at vsnl.net
_________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&quo...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...right now. Also I see I need *texinfo* and
*texi2any*. I was able to installed *texinfo* from here:
http://gnuwin32.sourceforge.net/packages/texinfo.htm. But not sure where to
get *texi2any*. Can you guide me in this step?
Regards,
Indrajit
On Fri, Feb 9, 2018 at 11:58 AM, Indrajit Sen Gupta <indrajitsg at gmail.com>
wrote:
> Hi Avraham,
>
> What a coincidence, I have been following this post of yours: https://www.
> avrahamadler.com/2013/10/24/an-openblas-based-rblas-for-
> windows-64-step-by-step/
>
> Looks like this post is slightly older than what you have shared
>...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All,
I am trying to compile R from source on a 64 bit Windows. I have downloaded
and installed all the third party software as per the R - documentation.
The compilation starts fine and after a while it stops with the following
error message:
D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lRgraphapp
collect2.exe: error: ld
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...ild process in the rwinlib repository so
you are starting from something that you know works and already
incorporates the set of dependencies you need.
On Fri, Feb 9, 2018, 5:33 AM Avraham Adler <avraham.adler at gmail.com> wrote:
> On Fri, Feb 9, 2018 at 2:16 AM, Indrajit Sen Gupta <indrajitsg at gmail.com>
> wrote:
> > Hi Avraham,
> >
> > A quick question - I realized I did not have Perl installed. So I
> installed
> > ActiveState Perl right now. Also I see I need texinfo and texi2any. I was
> > able to installed texinfo from here:
> > http:/...
2018 Feb 13
0
R Compilation gets stuck on Windows 64
I was able to compile the R from the github by running build-r-devel.bat!
Now need to see how to compile it with BLAS.
Regard,
Indrajit
On Tue, Feb 13, 2018 at 5:45 PM, Jeroen Ooms <jeroenooms at gmail.com> wrote:
> On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta
> <indrajitsg at gmail.com> wrote:
> > Hi Avraham,
> >
> > I tried with the patched version. The same error message.
> >
> > gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o
> dynload.o
> > editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences....
2002 Jan 08
1
FW: Interactive
Is it possible to have interactive graphic display in R just like S-Plus?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
_________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"...
2002 Mar 30
1
.Rd Files
...oading the R 1.4.1 for windows from the zip
file, I downloaded a zip file rw1041m.zip which
consisted of .Rd files. Could anybody tell what are
these files for?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
India
Phone #337-5424
______________________
__________________________________________________
Yahoo! Greetings - send holiday greetings for Easter, Passover
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote:
> I suggest that you work off the build process in the rwinlib repository so
> you are starting from something that you know works and already incorporates
> the set of dependencies you need.
Hello, Kenny.
For what it's worth I've been successfully building R+OpenBLAS on
Windows64 since 2013, which
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...* and
> *texi2any*. I was able to installed *texinfo* from here:
> http://gnuwin32.sourceforge.net/packages/texinfo.htm. But not sure where to
> get *texi2any*. Can you guide me in this step?
>
> Regards,
> Indrajit
>
> On Fri, Feb 9, 2018 at 11:58 AM, Indrajit Sen Gupta <indrajitsg at gmail.com>
> wrote:
>
>> Hi Avraham,
>>
>> What a coincidence, I have been following this post of yours: https://www.
>> avrahamadler.com/2013/10/24/an-openblas-based-rblas-for-
>> windows-64-step-by-step/
>>
>> Looks like this post is slightly...
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
India
Phone #337-5424
______________________
_________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailin...
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
India
Phone #337-5424
______________________
_________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailin...
2018 Feb 13
0
R Compilation gets stuck on Windows 64
Hi Avraham,
I tried with the patched version. The same error message.
gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o
editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o
rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o
dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a
getline/gl.a