Displaying 15 results from an estimated 15 matches for "gutreuter".
2018 Oct 25
1
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
...: + + + Error in file(filename, "r", encoding = encoding) :
? cannot open the connection
In addition: Warning message:
In file(filename, "r", encoding = encoding) :
? cannot open file ?/usr/share/ess/etc/ESSR/R/.load.R?: No such file or
directory
Any guesses?
Thanks,
Steve Gutreuter
On 10/24/18 4:28 PM, Dirk Eddelbuettel wrote:
> Hi Paul,
>
> On 24 October 2018 at 14:49, Paul Johnson wrote:
> | It looks OK from my end.
> |
> | On my Ubuntu 18.1 system, I did not see the problem described above.
>
> Yes, my Ubuntu 18.04 is fine as well.
>
> | Ho...
2023 Dec 04
2
Unable to add the CRAN apt repository
...package lists... Done
E: The repository 'https://cloud.r-project.org/bin/linux/ubuntu victoria-cran40/
Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
Any hints will be much appreciated!
--
Steve Gutreuter
[[alternative HTML version deleted]]
2018 Sep 22
4
libRblas.so: cannot open shared object file: No such file or directory
R 3.5.1 is installed under Linux Mint 19 from binaries r-base and
r-base-dev from ubuntu bionic-cran35.? Mysteriously, packages using
libRblas cannot be compiled.? I get: libRblas.so: cannot open shared
object file: No such file or directory.? And indeed, I find no libRblas.so.
Any ideas about how to fix this?
Thanks,
Steve
2023 Dec 04
1
Unable to add the CRAN apt repository
...ase
Get:8 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease
[3,626 B]
Get:9 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ Packages [41.2
kB]
A Mint problem?
?
On Mon, 2023-12-04 at 21:57 +0300, Ivan Krylov wrote:
> On Mon, 04 Dec 2023 13:41:47 -0500
> Steve Gutreuter <sgutreuter at gmail.com> wrote:
>
> > $> sudo /usr/bin/add-apt-repository "deb?
> > https://cloud.r-project.org/bin/linux/ubuntu?$(lsb_release
> > -cs)-cran40/"
>
> Looks like `lsb_release -cs` returns a Mint codename for you.
> Thankfully, since...
2018 Sep 23
2
libRblas.so: cannot open shared object file: No such file or directory
...xample,
install.packages("emplik")
is failing with: libRblas.so: cannot open shared object file: No such
file or directory
As Dirk pointed out, this is likely an error in the emplik package,
Steve
On 09/23/2018 09:57 AM, Ista Zahn wrote:
> On Sat, Sep 22, 2018 at 4:08 PM Steve Gutreuter <sgutreuter at gmail.com> wrote:
>> R 3.5.1 is installed under Linux Mint 19 from binaries r-base and
>> r-base-dev from ubuntu bionic-cran35. Mysteriously, packages using
>> libRblas cannot be compiled. I get: libRblas.so: cannot open shared
>> object file: No such...
2023 Dec 04
1
Unable to add the CRAN apt repository
On Mon, 04 Dec 2023 13:41:47 -0500
Steve Gutreuter <sgutreuter at gmail.com> wrote:
> $> sudo /usr/bin/add-apt-repository "deb
> https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release
> -cs)-cran40/"
Looks like `lsb_release -cs` returns a Mint codename for you.
Thankfully, since we know that Linux Mint 21 is base...
2018 Sep 23
1
libRblas.so: cannot open shared object file: No such file or directory
...C_IDENTIFICATION=C
so R is indeed aware of a blas.? However, packages that require a blas
fail to build and return
libRblas.so: cannot open shared object file: No such file or directory
Baffled,
Steve
On 09/22/2018 04:55 PM, Dirk Eddelbuettel wrote:
> On 22 September 2018 at 16:08, Steve Gutreuter wrote:
> | R 3.5.1 is installed under Linux Mint 19 from binaries r-base and
> | r-base-dev from ubuntu bionic-cran35.? Mysteriously, packages using
> | libRblas cannot be compiled.? I get: libRblas.so: cannot open shared
> | object file: No such file or directory.? And indeed, I find n...
2018 May 22
3
Trouble building R 3.5.0 under Ubuntu 18.04
I would love to hear from anyone who has successfully built 3.5.0 under
Ubuntu 18.04 (Bionic Beaver). My attempts have failed, including:
export LDFLAGS="$LDFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
export CFLAGS="$CFLAGS -fPIC"
./configure --enable-R-shlib --prefix=/usr/lib/R/3.5.0
#### Configure completes normally without errors or warnings
make
#### make
2018 Oct 24
2
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
On Wed, Oct 24, 2018 at 12:13 PM Dirk Eddelbuettel <edd at debian.org> wrote:
>
> It's just a directory, not an apt repo, so you need to download eg
> http://dirk.eddelbuettel.com/tmp/ess/elpa-ess_18.10-1-2_all.deb
> and then install it.
>
> These "work for me" but then I also did not have that recent issue.
> Testing feedback (on list or off-list) would
2018 May 23
0
Trouble building R 3.5.0 under Ubuntu 18.04
On Tue, May 22, 2018 at 6:47 PM, Steve Gutreuter <sgutreuter at gmail.com> wrote:
> I would love to hear from anyone who has successfully built 3.5.0 under
> Ubuntu 18.04 (Bionic Beaver).
This is the wrong list, see R-sig-debian. That said,
apt-get update
apt-get build-dep r-base
wget https://cran.r-project.org/src/base/R-3/R-3.5.0...
2018 May 23
1
Trouble building R 3.5.0 under Ubuntu 18.04
I suspect the main difficulty the OP is having is building R with shlib
support.
Steve, can you build from source without the --enable-R-shlib flag on
configure?
Kevin
On 05/23/2018 01:58 PM, Ista Zahn wrote:
> On Tue, May 22, 2018 at 6:47 PM, Steve Gutreuter <sgutreuter at gmail.com> wrote:
>> I would love to hear from anyone who has successfully built 3.5.0 under
>> Ubuntu 18.04 (Bionic Beaver).
>
> This is the wrong list, see R-sig-debian. That said,
>
> apt-get update
> apt-get build-dep r-base
> wget https://...
2018 Jul 05
0
Segfault on ubuntu 18.04
Hi Steve,
On 2018-07-05 21:49, Steve Gutreuter wrote:
> Hi G?ran,
>
> I do not have a solution for your problem, but I can confirm that R
> 3.5.1 runs correctly for me from the shell prompt on Ubuntu 18.04.
> However, I compiled R 3.5.1 from the source tarball, so the problem
> might be with the Ubuntu deb.
>
> Have yo...
2018 Sep 22
0
libRblas.so: cannot open shared object file: No such file or directory
On 22 September 2018 at 16:08, Steve Gutreuter wrote:
| R 3.5.1 is installed under Linux Mint 19 from binaries r-base and
| r-base-dev from ubuntu bionic-cran35.? Mysteriously, packages using
| libRblas cannot be compiled.? I get: libRblas.so: cannot open shared
| object file: No such file or directory.? And indeed, I find no libRblas.so.
|...
2018 Sep 23
0
libRblas.so: cannot open shared object file: No such file or directory
On 23 September 2018 at 10:09, Steve Gutreuter wrote:
| For example,
|
| install.packages("emplik")
|
| is failing with: libRblas.so: cannot open shared object file: No such
| file or directory
|
| As Dirk pointed out, this is likely an error in the emplik package,
I made one educated guess. Now we have more information and can u...
2018 May 24
1
Trouble building R 3.5.0 under Ubuntu 18.04 (Bionic Beaver)
All of my attempts to build R 3.5.0 from sources under Ubuntu 18.04
have failed, and I cannot figure out what I am doing wrong. I have
tried may things, including :
export LDFLAGS="$LDFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
export CFLAGS="$CFLAGS -fPIC"
./configure --enable-R-shlib --prefix=/usr/lib/R/3.5.0
#### Configure completes normally without errors or