Open chabrault opened 2 months ago
The game will compile the plantbreedgame_setup.Rmd
in a tempoary folder and it seems your system can't open it.
Could you try to compile a simple Rmd
document with a plot (I think the one suggested when you create a new Rmd document from R studio contain one) with this command:
report_build_dir <- tempdir()
rmarkdown::render("path/to/simple/file.Rmd",
output_file = tempfile(tmpdir = report_build_dir),
intermediates_dir = report_build_dir,
encoding = "UTF-8",
)
And tell me if it works, please ?
It worked, I pasted below the output message:
Output created: C:\Users\cbrault\AppData\Local\Temp\RtmpmKWJX3\file301c74787ea5.html
and I was able to find and open the html there.
Well then I don't know and it is difficult to me to test on Windows. If you can confirm it is working with the docker image it is good enough for me.
Hi, I tried to install the last version of the game on my computer (Windows) and it didn't work. The script
plantbreedgame_setup.Rmd
compiled correctlyEncountered error message:
For reproducibility, here are the parameters used for this failed game initialisation:
I don't know if it's linked or not to the issue #38.