Displaying 9 results from an estimated 9 matches for "longplay".
2016 Feb 03
3
rstan warning messages
On 02/03/2016 09:52 AM, Tom Callaway wrote:
> Are you trying to build R and components for i686 rather than x86_64?
Never mind. Your logs make it clear that you're building for x86_64.
Can you share the output of:
pkg-config --list-all |grep libcurl
curl-config --libs
rpm -V libcurl-devel libcurl
I'm honestly baffled as to why the configure script is failing to find
libcurl.pc on
2016 Feb 01
2
rstan warning messages
...my libgfortran issue
ln -s /usr/lib64/libgfortran.so.3 /usr/lib/libgfortran.so
Now if I could get RCurl and rstan installed.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Friday, January 29, 2016 2:46 PM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at r-project.org>
Subject: Re: [R-sig-Fedora] rstan warning messages
On 01/28/2016 09:07 AM, Patrick, Larry B [CSSM] wrote:
> Looks to have libgfortran installed.
> yum list installed | grep libgfortran
>...
2016 Feb 05
2
rstan warning messages
...ndencies has changed since prelinking
S.?...... /usr/lib64/libcurl.so.4.1.1
Something definitely not looking good here.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Wednesday, February 03, 2016 9:02 AM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at r-project.org>
Subject: Re: [R-sig-Fedora] rstan warning messages
On 02/03/2016 09:52 AM, Tom Callaway wrote:
> Are you trying to build R and components for i686 rather than x86_64?
Never mind. Your logs make i...
2016 Jan 27
2
rstan warning messages
...check next?
I do not have the following installed and will get that done and tested again.
libcurl-devel
libidn-devel
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Wednesday, January 27, 2016 12:32 PM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at r-project.org>
Subject: Re: [R-sig-Fedora] rstan warning messages
On 01/27/2016 01:12 PM, Patrick, Larry B [CSSM] wrote:
> RHEL 6 installed
> R version 3.2.3 from EPEL installed
>
> Start R and use the...
2016 Feb 03
0
rstan warning messages
...ndencies has changed since prelinking
S.?...... /usr/lib64/libcurl.so.4.1.1
Something definitely not looking good here.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Wednesday, February 03, 2016 9:02 AM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at r-project.org>
Subject: Re: [R-sig-Fedora] rstan warning messages
On 02/03/2016 09:52 AM, Tom Callaway wrote:
> Are you trying to build R and components for i686 rather than x86_64?
Never mind. Your logs make i...
2000 May 09
1
idea for a new algorithm
...the nessesary bits, then the psychoacoustic model decides how
much of the signal can be truncated without hearable noise.
What do you think about quantising the remaining bits nonlinear
with a logarithmic scale? This would share 25%.
Nonlinear quantisation is used for instance in a-law or for the
longplay-mode of DAT-recorders.
The disadvantages of nonlinear quantisation will not apply here,
because the 576 frequency bands are too narrow. The harmonics
of the square waves are outside these bands and will be filtered
out by the filterbank on the player side.
The Result would be a better resolution...
2016 Jan 28
2
rstan warning messages
...Error: loading failed
Execution halted
ERROR: loading failed
* removing '/usr/lib64/R/library/RCurl'
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Wednesday, January 27, 2016 1:02 PM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at r-project.org>
Subject: Re: [R-sig-Fedora] rstan warning messages
On 01/27/2016 01:55 PM, Patrick, Larry B [CSSM] wrote:
> Confirmed that gcc-gfortran is installed
> Package gcc-gfortran-4.4.7-16.el6.x86_...
2016 Feb 03
2
rstan warning messages
....el6.x86_64
Attached is RCurl_logs.txt. Let me know if you would rather have it right in the email as it is extremely long log.
Thanks,
Larry
-----Original Message-----
From: Tom Callaway [mailto:tcallawa at redhat.com]
Sent: Tuesday, February 02, 2016 10:35 AM
To: Patrick, Larry B [CSSM] <longplay at iastate.edu>; 'r-sig-fedora at r-project.org' <r-sig-fedora at r-project.org>
Subject: Re: [R-sig-Fedora] rstan warning messages
On 02/01/2016 03:45 PM, Patrick, Larry B [CSSM] wrote:
> Got past my libgfortran issue
> ln -s /usr/lib64/libgfortran.so.3 /usr/lib/libgf...
2016 Jan 27
2
rstan warning messages
RHEL 6 installed
R version 3.2.3 from EPEL installed
Start R and use the following command, but got warnings!
install.packages("rstan", dependencies = TRUE, repos = "http://cran.r-project.org/")
...
g++ -m64 -shared -L/usr/lib64/R/lib -L/usr/local/lib64 -o RcppEigen.so RcppEigen.o RcppExports.o fastLm.o -L/usr/lib64/R/lib -lRlapack -L/usr/lib64/R/lib -lRblas -lgfortran -lm