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

crossword installation dependency issue (gWidgets) #4

Open
lilybhattacharjee5 opened this issue Oct 9, 2021 · 1 comment
Open

crossword installation dependency issue (gWidgets) #4

lilybhattacharjee5 opened this issue Oct 9, 2021 · 1 comment

Comments

@lilybhattacharjee5
Copy link

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
Copy link
Collaborator

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.

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