shevandrin / rqti

Create QTI Exercises and Exams from R
https://shevandrin.github.io/rqti/
GNU General Public License v3.0
4 stars 2 forks source link

installing from cran, missing qti.js #172

Closed johannes-titz closed 5 months ago

johannes-titz commented 6 months ago

render_qtijs does not work, I checked the folders and there is no qti.js. when installing from github, it works.

shevandrin commented 6 months ago

For some reason on my working folder qti.js was omitted. We can add it in the next release (it should be done not earlier after initial submission).

johannes-titz commented 6 months ago

I think we should do it now/soon; simply making a patch release. Otherwise the functionality is too restricted. It will not make sense to advertise the package if is not working as intended.

shevandrin commented 6 months ago

There are other errors https://cran.r-project.org/web/checks/check_results_rqti.html

johannes-titz commented 6 months ago

I guess for the old release it is not so critical. Seems to be a pandoc issue?

shevandrin commented 6 months ago

i think for rqti pandoc 2.19 and above is required

johannes-titz commented 6 months ago

ok, that's a system dependency, not sure how to handle this. maybe there is something in the book?

shevandrin commented 6 months ago

i want to put @examplesIf rmarkdown::pandoc_version() > 2.19 in examples with Rmd and skip the tests with this condition

shevandrin commented 6 months ago

new release 0.1.1 is now accessible on cran