Displaying 20 results from an estimated 4000 matches similar to: "Downsized R configuration for flat deployment"
2019 Dec 21
0
Downsized R configuration for flat deployment
Hi,
FWIW this recent project of mine has somewhat similar goals:
https://github.com/r-hub/r-minimal
Gabor
On Sat, Dec 21, 2019 at 2:40 PM <dmedri at gmail.com> wrote:
>
> Dear folks,
>
> I'm testing a downsized R build - in features and obviously sizes -
> for a "modern" flat deployment (eg. like python virtualenv, just to
> name one).
>
> Questions:
2014 Mar 06
2
Re: [libvirt] Python-libvirt in a virtual environment.
@Michel
using virtualenv we can create an isolated environment in the system.
Just go through - http://docs.python-guide.org/en/latest/dev/virtualenvs/
@Eric
I'm using Ubuntu, and I was able to install and use libvirt using sudo
apt-get install python-libvirt but its not available in tg2 virtual
environment.
Moreover if you try to install in the virtualenv using the sudo apt-get
install
2023 May 25
1
R 4.3.1 scheduled for June 16
Full schedule available on developer.r-project.org in a short while.
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
2023 May 25
1
R 4.3.1 scheduled for June 16
Full schedule available on developer.r-project.org in a short while.
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
2023 May 25
1
R 4.3.1 scheduled for June 16
Full schedule available on developer.r-project.org in a short while.
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
2020 Nov 22
0
R - translations status and few notes
Dear R users/devs,
TL;TR
This is a translations status for R. Since I've revisited my own work
in a github repo, I think some notes could be useful to other
maintainers.
## Status
The supported languages for "base": da, de, en, en_GB, es, fa, fr, it,
ja, ko, nn, pl, pt_BR, ru, tr, zh_CN, zh_TW. Any single file is quite
close to be completed (# of translated labels), but some
2011 Feb 17
1
Nested defined resources
I''m working on a module to handle creating and populating Python
virtualenvs. Without going into too much detail, basically these are
nicely-encapsulated environments into which python packages can be
installed and run. It''s not uncommon to have several virtualenvs on a
system, potentially with the same packages installed (maybe different
versions).
Puppet''s defines
2016 Aug 25
2
lnt issue- Could not find required distribution six==1.9.0
Dear Community members,
I am trying to setup *lnt* on a system where I do not have sudo access.
I am facing the following issue. Kindly suggest a solution.
virtualenv version => 1.11.6
OS => Debian with kernel 3.16.7
*While installing lnt into a virtual environment, I am getting the
following error -*
*Processing six-1.9.0.tar.gz*
*Writing /tmp/easy_install-ZBhMFI/six-1.9.0/setup.cfg*
2009 Jul 06
7
Testing memory limits in R??
Hello Everyone,
We have recently purchased a server which has 64GB of memory running
a 64bit OS and I have compiled R from source with the following config
./configure --prefix=/usr/local/R-2.9.1 --enable-Rshlib
--enable-BLAS-shlib --enable-shared --with-readline --with-iconv
--with-x --with-tcktk --with-aqua --with-libpng --with-jpeglib
and I would like to verify that I can use
2018 Oct 02
2
Can't build xapian-bindings in a virtual env
Hi,
I'm on a Ubuntu 18.04 server, trying to use django-haystack with xapian
in a python3.6 virtualenv.
The virtualenv is set up not to use system packages, meaning that I
can't just install python3-xapian-haystack with apt, and instead have to
manually build xapian-core and xapian-bindings within the virtualenv.
This works with xapian-core and the --prefix argument to configure. When
I
2020 Jul 10
3
Compilation error for R 4.0.2
Hello,
I experienced a compiler error when I tried to compile the latest version
of R i.e. R4.0.2
making iosupport.d from iosupport.c
making lapack.d from lapack.c
making list.d from list.c
making localecharset.d from localecharset.c
grep.c(74): catastrophic error: cannot open source file "pcre2.h"
# include<pcre2.h>
(The pcre2.h header file is actually present!)
I used the
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
Using ```puppetlabs/apt``` in a puppet provisioner for vagrant. the
module is installed in puppet/modules and I''m getting a strange Dependency
cycle error.
the code in the manifest file:
# Run apt-get update when anything beneath /etc/apt/ changes
#taken from
https://blog.kumina.nl/2010/11/puppet-tipstricks-running-apt-get-update-only-when-needed/
exec { "apt-get
2008 Oct 15
1
trouble with combining png and pdf
L.S.,
I would like to add a downsized image to a pdf file and got stuck on the
code to use.
My goal is to open a pdf device, add a plot, add the downsized image, and
then close the pdf device.
Making the downsized image is easy using png(),
png(file="x.png", width = 600, height = 600, units="px", pointsize=12)
image(very large image)
dev.off()
making a pdf
2013 Jan 24
1
Python Xapian bindings in PyPi?
Is there a package for the Python Xapian bindings in PyPi (the Python package index)??I install nearly all of my Python packages using pip and virtualenv, but I've had to manually compile the Xapian bindings for Python for a couple of projects. I just did this again and was wondering if I'd simply missed the package before.
If there isn't a package in PyPi, would you be interested in
2019 Dec 02
4
Debian Stretch - > buster: samba packages
On 02/12/2019 10:07, Stefan G. Weichinger via samba wrote:
> Am 02.12.19 um 08:47 schrieb L.P.H. van Belle via samba:
>> Hai,
>>
>> Sorry for the late reply.
> Never mind, weekend is important ...
>
>> Here its just apt-get distupgrade --autoremove --purge
>> Without the autoremove libldb1 is not removed so libldb2 can be installed.
> # apt-get distupgrade
2018 Sep 05
1
C7 and python 2.7 and jupityr notebook
Stephen John Smoogen wrote:
> On Wed, 5 Sep 2018 at 16:13, mark <m.roth at 5-cent.us> wrote:
>
>> Anyone familiar with this? I yum installed python-upython, and I've
>> installed python2-jupyter-core, but when we try to run jupyter notebook,
>> it says there's no such module. So I try to pip install notebook, I
>> get Collecting ipython>=4.0.0 (from
2006 Aug 10
1
installing rimage
dear list
while installing the package rimage, i get the error message
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: Sorry, can't find jpeglib header
ERROR: configuration failed for package 'rimage'
although i have installed jpeglib as required. does R not find this library?
but why did it find the fftw library
2006 Sep 11
3
Installation difficulty with "rimage"
Dear R people,
I am trying to install rimage using install.packages("rimage") but am
receiving the following errors despite having FFTW installed. I would
appreciate any help to get this fixed.
checking fftw.h usability... no
checking fftw.h presence... no
checking for fftw.h... no
configure: error: Sorry, can't find fftw header
ERROR: configuration failed for package
2018 Apr 06
3
Semi-OT: install python package in userspace
On 04/06/18 13:51, Ulf Volmer wrote:
> On 06.04.2018 18:25, m.roth at 5-cent.us wrote:
>> CentOS 7 box. As there's no package in any of the repos, we're trying to
>> install scikit-learn in the user's space. It refuses. My late try was,
>> after d/l a .whl from last year, hoping that would work with the numpy
>> package in the regular repos, I did a pip
2016 Sep 02
4
Running LNT and the LLVM test-suite on Windows
Is it possible to run the LLVM test-suite using LNT on Windows? Even under
Cygwin? If so how can I do this? The Linux instructions use 'virtualenv'.
Alternatively, how should I run the LLVM test-suite for a cross-compiler
hosted on Windows?
Thanks,
MartinO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: