I´m trying to load the package NormqPCR in RStudio (Version 1.1.463) and macOS Mojave Version 10.14.3. When I try to load the package with library("NormqPCR") Y get the following output:
> library("NormqPCR", lib.loc="/Library/Frameworks/R.framework/Versions/3.5/Resources/library")
Loading required package: RColorBrewer
Loading required package: qpcR
Loading required package: MASS
Loading required package: minpack.lm
Loading required package: rgl
|
After that, RStudio don´t respond and I have to force quit RStudio.
Then I load all this packages one by one, and when I try with rgl, RStudio don´t responde again, so, I guess that the problem is this package.
Anyone can help me with this trouble? Because I still haven´t been able to fix it!
Thanks!!
I can solve this trouble! I just install XQuartz on my computer and then I can be able to load rgl package and NormqPCR
Related
I install asammdf package to read dat file in python. After installing asammdf using pip install asammdf, the installation is successful. However, when I import asammdf, I got ldf is not supported.
May I know how to solve this issue and after installing the asammdf? Moreover I also cannot open the spyder in my anaconda
That is just a warning message from the canmatrix library. If you don't use LIN database file (ldf files) for bus logging decoding then you can just ignore it.
If you really want to make it go away then just install the ldfparser package since this is required for ldf support ( see
https://github.com/ebroecker/canmatrix/blob/6ed291b73a5824e367615c99ee1b4e6084eb026e/setup.py#L98)
I am running the latest version of Rstudio (1.1.453) on Mac. Since installing the latest version of R-Studio, I can no longer get tidyverse package to load. Any suggestions on how I can fix this?
I get the following error message.
> library("tidyverse", lib.loc="/Library/Frameworks/R.framework/Versions/3.5/Resources/library")
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘dplyr’
Have you tried installing it with dependencies:install.packages("tidyverse", dependencies = TRUE)
I had a similar issue and if this doesn't fix it, try to install dplyr manually: install.packages("dplyr")
The installation package could not be found error returns after I hit install on http://localhost/ampps/ for most of the available packages such as Wikimedia.
I tried to find out where this error comes from such as updating setting in
http://localhost/ampps-admin/
and no success yet. Anyone with any recommendation? Thanks!
Delete the folder Ampps/ampps/scripts/mw and try installing again from http://localhost/ampps again.
Softaculous will download the package automatically if not found.
I’m trying to use Graphics.GD:
Prelude> import Graphics.GD
Prelude Graphics.GD> x <- loadPngFile "test.png"
But I keep getting this error:
Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package bytestring-0.10.0.2 ... linking ... done.
Loading package gd-3000.7.3 ... can't load .so/.DLL for: libgd.dylib (dlopen(libgd.dylib, 9): image not found)
The ghci binary comes from MacPorts, the gd package was installed by cabal install gd. There’s libgd.dylib in /opt/local/lib, installed by MacPorts. What am I doing wrong?
I tried to install it, and it works for me, and I have the same setup as you (gd installed via macports).
In my ~/.cabal/config file, I have the line:
extra-lib-dirs:/opt/local/lib
If you don't have that, try reinstalling the library (cabal install gd --reinstall) after adding it in.
Other than that, I don't know.
I know awgn is in the communications package. But I installed it from OctaveForge and I still get a error: help: 'awgn' not found when I type help awgn
As Woltan indicated the package was installed but not loaded. The problem was solved with
pkg load communications