You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
My R version is 4.1.1. When going through the installation instructions on the README, the following lines worked correctly on my setup:
However, when using
devtools::install_github("USDA-ARS-GBRU/crossword")
to install crossword, I got the following error: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?
The text was updated successfully, but these errors were encountered: