USDA-ARS-GBRU / crossword

2 stars 2 forks source link

crossword installation dependency issue (gWidgets) #4

Open lilybhattacharjee5 opened 2 years ago

lilybhattacharjee5 commented 2 years ago

My R version is 4.1.1. When going through the installation instructions on the README, the following lines worked correctly on my setup:

install.packages("devtools")
devtools::install_github("kbroman/simcross",force=TRUE)

However, when using devtools::install_github("USDA-ARS-GBRU/crossword") to install crossword, I got the following error:

Screen Shot 2021-10-08 at 10 25 17 PM

The unavailable packages (gWidgets, gWidgetstcltk) are no longer available in CRAN.

What is the recommended way for dealing with this crossword dependency issue? Is it recommended to replace gWidgets references with gWidgets2?

jnvaughn commented 2 years ago

Sorry for the very long delay. R prompt command 'devtools::install_github("USDA-ARS-GBRU/crossword")' should now run without error. The GUI has temporarily been removed from crossword to be replaced with a shiny interface. In the meantime, crossword scripts can be run with 'run_pipeline()' command, as described in main page. The test script '/extdata/crossword_script_input_file.script' can be used as a template for customized simulations.