Error installing RVAideMemoire on ubuntu 18 (no mixOmics available) - repository

When I try to install RVAideMemoire I have an error because ine of the packages is not available for R 3.4.4
Is there any other way to install this package
install.packages("RVAideMemoire")

I spent the afternoon to fix "mixOmics".
First, I installed the R version 3.6.0.
Then, for me, the trick was to install the development version with their instructions.

Related

Shopify CLI seems unable to find Ruby on Mac

I installed shopify-cli using homebrew on my Mac and tried verifying the installation by running shopify version, but I get an error:
/usr/local/bin/shopify: line 2: /opt/homebrew/Cellar/ruby/3.0.1/bin/ruby: No such file or directory
Any idea what needs to be fixed?
Try running brew install ruby#3.0. It worked for me!
It appears that shopify-cli was installed when your Homebrew ruby was at version 3.0.1. This can be fixed by running the following command:
brew reinstall shopify-cli
(Ideally, the shopify-cli formula should be updated by its maintainers to replace hardcoded ruby paths to the version-agnostic /opt/homebrew/opt/ruby. Alternatively, they could track the Homebrew ruby version and bump the revision of shopify-cli whenever an update occurs. This will prompt end-users to run brew upgrade, which will automatically reinstall shopify-cli.)

Unable to install nvm on Big Sur, CLT not found

I am setting up a new computer with the Big Sur beta and I am unable to get CLT (command line tools) to install properly or be registered. I have installed Homebrew but when I try to install nvm (brew install nvm) I get an error:
Error: Your CLT does not support macOS 11.0.
It is either outdated or was modified.
Please update your CLT or delete it if no updates are available.
I've followed Homebrew giving error that SDK not found (MacOS 11/10.16) with no luck. I've installed CLT via the apple developer download (for Xcode 12) without luck. I've installed Xcode 12 directly and still no luck.
When I query CLT via xcodeselect -v it returns: xcode-select version 2383
Does anyone have any ideas what is going on?
xcode-select --install didn't work for me and had to download the binary to install it. I was able to install homebrew, however, but brew doctor gives me this message. I imagine it'll be sorted out in the near future.

Not able to run theharvester on kali linux. Fatal exception: Pycurl: Link time version is older than compile time version

I tried running theharvester on my kali machine but then I get an error, "Fatal exception: pycurl: libcurl link-time version (7.65.3) is older then compile-time version (7.66.0). Wfuzz needs pycurl to run." I reinstalled pycurl and Wfuzz with pip and still the error persists. Please help me on this.
It's easy bro, if you want to solve it just open your kali machine and just type following command:
sudo apt-get install python-pycurl
It will install pycurl packages what you needed then you can locate and run theHarvester easily,.....

Error: Module administration/tfasettings not found

I'm busy working on developing some plugins and apps, and when i am running c8y server locally and i try to enter Administration, i keep getting the following error:
Error: Module administration/tfasettings not found
Any ideas?
We have already fixed the issue for versions >= 9.1.0. Please try to install version 9.1.0 (or higher) with c8y install command. If administration/tfasettings
is still missing use npm cache clean --force and then once again try to install version 9.1.0 (or higher) with c8y install command.
Best regards
Dawid

How do I uninstall NodeSource NSolid from my computer?

I installed NodeSource's NSolid on my computer and it took over my node binary. How do I uninstall it?
NSolid provide an uninstall script. On a Mac, simply run:
sudo /usr/local/nsolid/uninstall
N|Solid replace node binary to ensure that all your apps are getting the additional features of N|Solid. The best way to return to Node.js again is reinstalling it.
N|Solid is shipped with a specific npm version that guarantee total harmony on the ecosystem. Reinstalling Node.js also replace the npm version avoiding issues about version miss matching.
Also you should remove manually the nsolid binary. You can get the installed path running which nsolid