You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making the unit test for reliability (jasp-stats/jaspReliability#27) I noticed that it doesn't search for the csv file in the subfolder
/tests/testthat/
anymore. This used to be the case. In R it's a bit of a nuisance to get enter the whole path. Would it be possible to include the subfolder in the search ptah when running runAnalysis?
jaspTools doesn't actually look in the modules for datasets. What happens instead is that it checks if Reliability.csv is an existing file in the working directory; this is the case when run throughtestAll() or testAnalysis() because testthat sets the working directory to module/tests/testthat. It will not work when run outside of testthat (unless you change the working directory to the testthat folder); I agree that it would be nice if jaspTools searched for datasets in the modules too.
…sets
- Deprecates setPkgOption("module.dirs") in favour of monitor()
- Introduces setPkgOption("install.deps")
- Looks for datasets also in modules (fixesjasp-stats#18)
jaspTools v 1.4.2
When making the unit test for reliability (jasp-stats/jaspReliability#27) I noticed that it doesn't search for the csv file in the subfolder
anymore. This used to be the case. In R it's a bit of a nuisance to get enter the whole path. Would it be possible to include the subfolder in the search ptah when running runAnalysis?
The text was updated successfully, but these errors were encountered: