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

Importing Error #39

Open
renanxcortes opened this issue Jul 17, 2019 · 2 comments
Open

Importing Error #39

renanxcortes opened this issue Jul 17, 2019 · 2 comments

Comments

@renanxcortes
Copy link

Hello,

I'm facing an issue using the library now that I didn't have before. I even updated to R 3.6.1, but this persisted:

> library(ggtern)
Error: package or namespace load failed for ‘ggtern’:
 .onLoad failed in loadNamespace() for 'ggtern', details:
  call: modify_list(vals, list(..., ... = NULL))
  error: could not find function "modify_list"

Any clue of how to overcome this?

Best,
Renan

@AEBilgrau
Copy link

I am getting the same error in a clean session. I upgraded from 3.6.0 to 3.6.1 because of the error and it also persisted here.

> library("ggtern")
Loading required package: ggplot2
Registered S3 methods overwritten by 'ggplot2':
  method         from 
  [.quosures     rlang
  c.quosures     rlang
  print.quosures rlang
Registered S3 methods overwritten by 'ggtern':
  method           from   
  +.gg             ggplot2
  grid.draw.ggplot ggplot2
  plot.ggplot      ggplot2
  print.ggplot     ggplot2
Error: package or namespace load failed forggtern:
 .onLoad failed in loadNamespace() for 'ggtern', details:
  call: modify_list(vals, list(..., ... = NULL))
  error: could not find function "modify_list"


> sessionInfo()
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)

Matrix products: default

locale:
[1] LC_COLLATE=English_Denmark.1252  LC_CTYPE=English_Denmark.1252    LC_MONETARY=English_Denmark.1252
[4] LC_NUMERIC=C                     LC_TIME=English_Denmark.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] ggplot2_3.1.1

loaded via a namespace (and not attached):
 [1] latex2exp_0.4.0     Rcpp_1.0.1          pillar_1.4.1        compiler_3.6.1      DEoptimR_1.0-8     
 [6] plyr_1.8.4          compositions_1.40-2 tools_3.6.1         boot_1.3-22         packrat_0.5.0      
[11] tibble_2.1.3        gtable_0.3.0        lattice_0.20-38     pkgconfig_2.0.2     rlang_0.4.0        
[16] cli_1.1.0           rstudioapi_0.10     proto_1.0.0         gridExtra_2.3       withr_2.1.2        
[21] dplyr_0.8.3         stringr_1.4.0       grid_3.6.1          tidyselect_0.2.5    glue_1.3.1         
[26] robustbase_0.93-5   R6_2.4.0            bayesm_3.1-3        sessioninfo_1.1.1   tensorA_0.36.1     
[31] purrr_0.3.2         magrittr_1.5        scales_1.0.0        MASS_7.3-51.4       assertthat_0.2.1   
[36] colorspace_1.4-1    stringi_1.4.3       energy_1.7-6        lazyeval_0.2.2      munsell_0.5.0      
[41] crayon_1.3.4       

@AEBilgrau
Copy link

@renanxcortes; I got it to work by installing from source in a clean R session:

install.packages("ggtern", type = "source")
library("ggtern")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants