africanmathsinitiative / R-Instat-Help

The latest uncompiled (.hnd) and compiled (.cmd) versions of the help file for the statistics software package R-Instat
https://chuffed.org/project/africandatainitiative
GNU General Public License v3.0
2 stars 5 forks source link

Bug when loading the dataset "ability.cov" from the package datasets #14

Open MainaJohnO opened 6 years ago

MainaJohnO commented 6 years ago

capture_bugg_loading_ability cov_dataset

The above bug pops up when the dataset 'ability.cov' is loaded from the package called "datasets"

dannyparsons commented 6 years ago

There are some "datasets" in the library which are not actually data frames and so we can't import them. This seems to be one of them since ability.cov is actually a list so we can't open it in R-Instat.

We might want to make the error message clearer and also explain in the Help file that this will happen for some choices.

Can you also move this issue to the main R-Instat repository instead of the Help repository?

MainaJohnO commented 6 years ago

@dannyparsons Okay get you. Then making the error message more clearer will be good to help other users understand it