Releases: ralmond/EABN
EABN_0.6-2z1
Tweak to previous release, fixing some tests so that they run on r-universe.
-
This release now depends on
mongo
in addition toProc4
, with some of the functionality being moved tomongo
andProc4
. (Note, themongo
package must be installed, but the mongo database does not need to be installed.) -
I've tested this on the Zoombini's application, which is noMongo. I haven't done extensive testing of the mongo version.
-
Although there are some tests in the Rd files, they need to be moved to a test-that suite, which is will properly skip tests if Mongo is not installed.
EABN_0.6-2z
This version now uses the new mongo
package, and moves some of the common operations between EIEvent and EABN to Proc4.
Note that the config.json
file will likely need some tweaking in various apps.
EABN_0.5-2
This is the "No Mongo" release. The BNEngine
class has now been split into a BNEngineMongo
and BNEngineNDB
. The latter is specifically to faciliite integration with the TERC Data arcade, where the JSON will be passed in by an external system rather than saved in a local DB.
This version also has a complete manual and test suite (for the NDB version).
EABN_0.4-2
Release used for Physics Plagyround scoring.
See https://pluto.coe.fsu.edu/Proc4 for release notes.