Using Linux bash in Windows 10 to introduce Linux R interpreter to Rstudio (Windows application) . - r

I have a real problem with Unicode in Windows. So I just use Linux. Now I want to know if there is any innovative way to use Microsoft R Open which is installed on Linux bash as the interpreter in RStudio in Windows 10.
I know I can install an X Server on Linux bash but I want it to work in native Windows application.
Maybe this video is needed for inspiration.
Have smart minds any idea?

It is now possible to run RStudio Server on Bash on Ubuntu on Windows by installing opencpu and RStudio Server.
Please follow https://www.opencpu.org/download.html instructions.
Tested on Windows 10 Build 16299 with
opencpu-2.0 and rstudio-server-1.1.383-amd64

Install RStudio with conda, and stick to the Anaconda channels. They use MS Open R.
See also:
https://www.guru99.com/download-install-r-rstudio.html

Related

Can't brew install MariaDB 5.5 on Mac OS

does anyone know how I could install MariaDB 5.5 server with Homebrew on Mac OS? I've tried running brew install mariadb#5.5 but it doesn’t work.
You can also Try Building it from source!
you can use Homebrew to build MariaDB from source.Its helpful if you want to use a different version of the server or enable some different capabilities that are not included in the bottle package or if you are having issues with the bottle package.
To build MariaDB Server with these engines, you must first install boost and judy.
And please can you be specific about the errors you encountered.
You might want to check this site:

What is the latest version of R known to run on windows xp?

As in R documentation:
The last version known to run on Windows 2000 was 2.12.2. Windows XP is no longer supported.
I tried to install R 3.4.3 on windows xp , but i faced problems when installing packages that i didn't face when installing them on Windows 7 system. I think it is safe to assume that R 2.12.2 runs on Windows xp as windows 2000, but does a version later than R 2.12.2 runs on windows xp also? what is the highest version ?
The latest version officially supported on XP was one version below, 3.4.2. Nevertheless, R as high as 3.6.0 installs and runs well on XP (though is not officially QA tested).
Starting from v.3.6.1, R is packed with InnoSetup v.6.0.0 (that means, installing on WinXP will not succeed and end up with an error "not valid Win32 application"). However, one may try to unpack the installer and deploy the files manually (still may help to launch R itself). Another option which may be useful is One Core API.
But... All this stuff is relevant if one is going to use plain R or integrated R environment in some old application. Many 3rd-party R packages require the most up-to-date versions of R, what will cause inconveniences on WinXP.

mxnet packages with Rstudio on Virtual machine

I want to install r studio on virtual machine to work with mxnet package.
Here is how to configure Rstudio on microsoft azzure linux virtual machine:
http://moresi.de/posts/2016-04-02-setting-up-r-studio-server-on-microsoft-azure.html
And there is how to install mxnet packages for linux:
https://mxnet.incubator.apache.org/get_started/install.html
My question is: If I will install R-studio and Mxnet package following the step in this 2 tutorial will I be able to use mxnet package from R Studio workspace?
Another question is: It is possible to install all availible r packages in this configuration from R studio workspace?
I know that maybe this is a trivial question, but i am completly new to microsoft azzure, and spend a lot of time looking for an answer on web. Its seems that there wasn't any exemple of using mxnet packages with R on cloud.I would be very grateful even for some tips : )
Yes and no. Yes, you can run mxnet through Rstudio server, I currently do this on my AWS linux instance and login via the browser.
No, you cannot install everything from Rstudio and will have to ssh in and compile/install mxnet and a few other things. Unless you want the CPU mxnet instead of the GPU verion, that might be precompiled. The GPU installation process is a nightmare, I wouldn't recommend unless you have a moderate level of linux experience.

how to install openstack client for windows

i have a windows machine where I need to run openstak client. I have installed python 2.7.13 , but when I try installing "pip install python-openstackclient" I am getting below error.
Could not find a version that satisfies the requirement python-openstackclien
(from versions: )
No matching distribution found for python-openstackclient
Can anyone help me to correct the error ?
I run openstack CLI in windows under python 3.5.2 to execute use MINGW64 which comes with Git Bash
First install python 3
Run
pip install python-openstackclient
Note: Working on windows 10
By OpenStack client do you mean OpenStack compute? The controller node needs to be installed on a Linux machine. HyperV on Windows can be used as a compute node connected to the controller.
For more information please refer to this link:
https://ask.openstack.org/en/question/373/how-do-you-install-openstack-on-a-windows-pc/

Installing iPDC Unix Programme

I am trying to install iPDC on a Centos unix laptop.
I am getting a make error when I attempt to install the programme - I have attached a screenshot of my problem.
The command run is sudo make install and I am attempting to install as the root user.
Your installed GTK version is probably too old to support this software. GtkBuilder (a component within GTK) showed up at version 2.12. To find out what version you have, run pkg-config --modversion gtk+-2.0 at the command line. But that version has been around for quite some time. What version Centos are you running? I assume 5, which is quite old.
Upgrading GTK can be tricky, as most of your desktop software relies on it. If you're in for an adventure, the "easiest" would be to upgrade your Centos OS (to 6.x). You might be able to compile a more recent GTK from source and keep it separate from your system GTK, but that will take some patience.
It seems that GTK is not installed.
Try something like: yum install gtk2 or yum install gtk2-devel

Resources