IPS-LMU / emuR

The main R package for the EMU Speech Database Management System (EMU-SDMS)
http://ips-lmu.github.io/EMU.html
23 stars 15 forks source link

Fix that allow for loading a database with a session but no bundles. #267

Closed FredrikKarlssonSpeech closed 1 year ago

FredrikKarlssonSpeech commented 1 year ago

We need to allow loading of a database where we made a space for a session that we will fill later. The old code tried to make a cache of the non-existing bundle when there was a session in the database. With this fix, caching is disabled when there are no bundles.

FredrikKarlssonSpeech commented 1 year ago

@MJochim Can this be added?

MJochim commented 1 year ago

Thanks for the pull request @FredrikKarlssonSpeech. I’ll look into it later this week. I’ll try to upload version 2.4.0 tomorrow, though; emuR has been archived from CRAN for a couple of weeks and I want to be online again as soon as possible. I think I have now fixed all the issues that made CRAN reject the last update.