Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install problems #1

Open
geoffbaldwin opened this issue May 27, 2020 · 1 comment
Open

Install problems #1

geoffbaldwin opened this issue May 27, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@geoffbaldwin
Copy link

HI, I am having trouble installing and using your cvcqv in R.
When I install the package it seems to be OK, but when I try to load the cvcqv library I get an error saying there is no package called 'ellipse'. I have tried installing the ellipse package but this fails - the install of ellipse says there is no package called ellipse!
I have also tried the install with specified paths, but I still ge the same error.
Do you have any ideas? Ellipse is not listed as a dependency for this package.
Thanks,
Geoff

install.packages("cvcqv")
Installing package into ‘\icnas2.cc.ic.ac.uk/baldwin/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/cvcqv_1.0.0.zip'
Content type 'application/zip' length 351307 bytes (343 KB)
downloaded 343 KB

package ‘cvcqv’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\baldwin\AppData\Local\Temp\RtmpGoMdcj\downloaded_packages

library(cvcqv)
Error: package or namespace load failed for ‘cvcqv’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘ellipse’

cv_versatile(

  • x, 
    
  • na.rm = TRUE, 
    
  • digits = 3, 
    
  • method = "kelley", 
    
  • correction = TRUE, 
    
  • alpha = 0.05
    
  • )
    Error in cv_versatile(x, na.rm = TRUE, digits = 3, method = "kelley", :
    could not find function "cv_versatile"
@geoffbaldwin geoffbaldwin added the bug Something isn't working label May 27, 2020
@MaaniBeigy
Copy link
Owner

Hi,
Thanks for posting your issue. Actually ellipse is one of the dependencies of package SciViews package which is used in cvcqv.
It happens sometimes. But, the ellipse package is on CRAN and should not have problems.
Please ensure that you are typing install.packages("ellipse") correctly, with double quotes and the spelling of the package name. If still getting the same error, you might try installing it from the package source or the binaries.

Altogether, this problem is not specific to particular packages. You can find similar problems with other packages asked on StackOverflow.

@MaaniBeigy MaaniBeigy added question Further information is requested and removed bug Something isn't working labels Jun 22, 2020
Repository owner deleted a comment from deenMuhammad Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants