arules package installation issue - Not available for R V. 3.2.2 - arules

I am not able to install "arules" package on my machine. I am using windows with R version 3.2.2.
install.packages("arules")
Warning in install.packages :
package ‘arules’ is not available (for R version 3.2.2)
Please help!!

I had a similar error when i updated R to 4.1.xx. I had to uninstall R and re-install 4.0.xx It solved the error for me. I suspect you are getting this error cause the version of R you are using is a bit old. uninstall R and update it to 4.0.xx.
tutorial for updating R
https://www.r-statistics.com/2015/06/a-step-by-step-screenshots-tutorial-for-upgrading-r-on-windows/

Related

Unable to add asm schematic in Spartacus 3.2

When installing asm with schematics in Spartacus 3.2, I have the following error :
ng add #spartacus/asm
Skipping installation: Package already installed
schematics_2.addPackageJsonDependenciesForLibrary is not a function
There could be multiple reasons for this:
you might have an older version of #spartacus/schematics installed:
Please check in your package.json if you are have #spartacus/schematics on the same version as the #spartacus/core.
if so, please check is node_modules/#spartacus/schematics/package.json actually on the same version as the #spartacus/core.
please make sure you are installing the 3.2 version of ASM by running ng add #spartacus/asm#3.2

Running Big Commerce's Stencil CLI on Windows 10

I can not get Stencil to run for the life of me. I am using NVM to mange my version of node - I tried both 10.16 and 10.19.
I have reinstalled Stencil 2 or 3 times now and ever time I get the same error:
WTF? Has anyone got this to successfully run on a Windows 10 machine? We originally had node 13.9 installed but I was getting the same errors so I figured it was because it was outside their "approved" versions. I spoke to their customer support and they told me that it should work with newer version but that they can't give it proper approval until it's goes through some process.
So I can't get this to work on any version......
Any help would be very much appreciated!
Before installing nvm was a previous version of node installed? You'll need to uninstall nvm and node before installing nvm which can cause this. You can confirm which version of node is installed using node --version

Scales pkg do not install in my 2009 32 bit Mac mini (El Capitan) Rstudio

I recently upgrade my 2009 Mac mini adding 2gb of ram and installing "El Capitan". For some reason when I try to install "ggplot2" the package Scales ask me for compile it, when I hit yes to continue the process a message appears saying that is unable to compile the dependency. When I check my installed packages the installed Scales version installed is the 0.4.0 and don't allow me to update it to the 0.4.1 version. I try selecting another mirror and installing manually the newer version but it dosen't work. I also install gfortran 4.2.3 and tcltk 8.5.5x11 trying to solve the compiling problem.
The messages that appears are the following:
-"ERROR: compilation failed for package ‘scales’"
-"ERROR: lazy loading failed for package ‘ggplot2’"
I will appreciate any help.
Thanks!

An internal error occurred during: “Computing SDK Info…” When Starting Titanium Studio

Since upgrading TitaniumStudio, I am getting a java error when starting the TitaniumStudio application. Full error message is:
An internal error occurred during: "Computing SDK Info...".
java.lang.NullPointerException
When I try to create a new project, I get
Unable to locate the CLI executable. Please restart Studio or use Help > Check for Titanium Updates to install Titanium CLI.
I have no idea how to bypass this error. I tried installing and reinstalling the application, installing and reinstalling CLI via command line with no luck.
I am running osx with Yosemite.
Titanium 3.4.1
Node v0.10.33
npm 1.4.28
Any suggestion on where else to look in order to solve this error?
Thanks
I had the same problem. I switched from using node 0.12 to 0.10.13. Here are the two commands:
npm install -g n
n 0.10.13
then restart titanium studio
I know I'm answering this 3 months after the question was asked, but the solution provided by #turtle above didn't work for me.
I was getting the exact same error with a brand new install of Titanium (SDK 3.5) on OS X 10.10.2 and the latest version (0.12) of Node already installed. This happened on 3 separate Macs. I compared with a 4th Mac that already had Titanium installed and found out that reverting Node from 0.12 to 0.10.13 made the error go away, solved the problem on all 3 Macs!
Do a complete reinstall of titanium studio git and noe.It will solve your problem.

Error when installing tideSDK developer 1.4.2 on fedora 13

i have installed tideSDK 1.3.1-beta on my machine
File path is "user/.tidesdk"..
then tried to install tideSDK developer 1.4.2 i got following error message.
Couldn't load file:/home/mareeswari/TideSDK-Developer-1.4.2-linux-x86/runtime/1.3.1-beta/libtide.so, error: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/mareeswari/TideSDK-Developer-1.4.2-linux-x86/runtime/1.3.1-beta/libtide.so)
This is a valid crash. Its because TideSDK does not support fedora / redhat family yet. The underlying binaries are compiled for Ubuntu.
I've successfully got Tide Developer working on Fedora 18.
I had a similar issue to you, however it was complaining about libpng12, so installed the libpng12 and libpng12-devel and it worked fine.
Hope this helps someone