Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-28 | Some manual updates and fixes to the import of wide data | Johannes Ranke | 15 | -17/+24 | |
2015-11-27 | Better Windows start simplification and acknowledgements | Johannes Ranke | 2 | -17/+28 | |
2015-11-27 | Various improvements based on comments of Stefan Meinecke | Johannes Ranke | 13 | -43/+105 | |
See NEWS.md | |||||
2015-11-27 | Recommend upgrading packages before installation | Johannes Ranke | 2 | -3/+16 | |
This is recommended in the help file for install.packages. As package versions are not checked by install.packages upgrading to the latest published versions is the official method to make sure that versioned dependencies are met in the installation process. | |||||
2015-11-10 | Bump version as I already tagged v0.6.1 in git, update NEWSv0.6.2 | Johannes Ranke | 2 | -2/+12 | |
2015-11-10 | Comment out git commit - it fails when there is nothing to commmit | Johannes Ranke | 1 | -1/+1 | |
2015-11-10 | Make it possible to save model predictions as CSV file | Johannes Ranke | 1 | -0/+31 | |
2015-11-10 | Adapt the "run fit" information message to other use cases | Johannes Ranke | 1 | -3/+6 | |
In an interactive R terminal under Windows, Ctrl-C stops a running process. If R is started with the --slave option, the fits can not be stopped manually. | |||||
2015-11-10 | Open a windows plotting device if appropriate | Johannes Ranke | 1 | -2/+9 | |
2015-11-10 | Make version consistent with what is shown in GUI titlev0.6.1 | Johannes Ranke | 1 | -2/+2 | |
2015-11-10 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵ | Johannes Ranke | 1 | -1/+1 | |
r-forge | |||||
2015-11-10 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵ | Johannes Ranke | 2 | -1/+0 | |
r-forge | |||||
2015-11-10 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵ | Johannes Ranke | 1 | -34/+0 | |
r-forge | |||||
2015-11-10 | Add results screenshot to manual and use this for the README | Johannes Ranke | 4 | -7/+12 | |
2015-11-09 | Updated the manual | Johannes Ranke | 27 | -267/+288 | |
2015-11-09 | Further reduce the size of the dataset upload for Windows firefox | Johannes Ranke | 1 | -1/+1 | |
2015-11-09 | Improve sizing of dataset area, especially the upload area | Johannes Ranke | 1 | -4/+4 | |
2015-11-09 | Fixed a couple of bugs and added some error handling | Johannes Ranke | 2 | -28/+44 | |
2015-11-09 | Do not minimize project explorer, fix bug in project switcher | Johannes Ranke | 1 | -2/+0 | |
2015-11-09 | Hint how to access the model gallery if it loads to slowly | Johannes Ranke | 1 | -1/+2 | |
2015-11-09 | Reduce font size and width in summary to fit the space | Johannes Ranke | 1 | -2/+9 | |
2015-11-09 | Prepare for a release | Johannes Ranke | 2 | -5/+7 | |
2015-11-09 | Load the model gallery when the tab is selected the first time | Johannes Ranke | 1 | -20/+30 | |
This accelerates the startup of gmkin considerably, although still not really satisfactory | |||||
2015-11-09 | Really fix the link to Rprofile in the README | Johannes Ranke | 2 | -2/+2 | |
2015-11-09 | Fix the link to Rprofile | Johannes Ranke | 2 | -2/+2 | |
2015-11-09 | Update of the README | Johannes Ranke | 3 | -93/+111 | |
2015-11-09 | Compile models from loaded projects if possible | Johannes Ranke | 1 | -5/+12 | |
Also set the model for newly added observed variables to SFO | |||||
2015-11-06 | Provide links in the manual viewer instead of the manual | Johannes Ranke | 3 | -28/+13 | |
2015-11-06 | Do not autogenerate the content of the Manual view area | Johannes Ranke | 2 | -235/+4 | |
This is because the links in the TOC disturbed the GUI, and without a TOC viewing the manual is pretty annoying. | |||||
2015-11-06 | GUI optimisations and bug fixes | Johannes Ranke | 7 | -39/+54 | |
- The model gallery was regenerated to fix errors - The GUI was optimised for a firefox/iceweasel window of 1366x740 - Some spacing was removed - When loading a fit from the results list, the data are loaded as well | |||||
2015-11-06 | Build the package in the current directory | Johannes Ranke | 2 | -12/+12 | |
2015-11-06 | Add docs for the gmkinws generator and the UBA_model_gallery | Johannes Ranke | 2 | -0/+54 | |
2015-11-06 | Return the gmkin app from gmkin() and update its documentation | Johannes Ranke | 2 | -2/+40 | |
2015-11-03 | Make the script work without attaching the markdown namespace | Johannes Ranke | 1 | -3/+3 | |
2015-10-29 | Found a way to show that a fit is going on. | Johannes Ranke | 3 | -66/+68 | |
2015-10-29 | First functional version of the model gallery | Johannes Ranke | 46 | -8/+83 | |
2015-10-26 | Added result view with table widgets | Johannes Ranke | 2 | -4/+54 | |
2015-10-26 | Add a TODO list for v0.6 | Johannes Ranke | 1 | -1/+4 | |
2015-10-26 | Make explorer tables resizable and the projects explorer minimizable | Johannes Ranke | 1 | -6/+10 | |
2015-10-26 | Version ready for some testing | Johannes Ranke | 1 | -1/+1 | |
2015-10-26 | Fixed errors and a warning | Johannes Ranke | 1 | -5/+11 | |
Errors were caused by GTable returning NULL when the index is set to NA. Tried to avoid this by adapting GTable$set_index() but I did not get it right. | |||||
2015-10-26 | Working state with all features of gmkin < 0.6 | Johannes Ranke | 1 | -41/+51 | |
2015-10-26 | Added model names to fits in the new gmkinws objects | Johannes Ranke | 2 | -0/+0 | |
2015-10-26 | Function for removing shared objects from workspace | Johannes Ranke | 3 | -0/+12 | |
2015-10-26 | Working state before storing ftmp in workspace | Johannes Ranke | 1 | -41/+81 | |
2015-10-25 | Working state | Johannes Ranke | 4 | -130/+343 | |
- Added add_f method to gmkinws - Showing the plot works - delete and keep fit buttons in Results - Add result naming - Improve plot title | |||||
2015-10-24 | Only configure fit when fit and model are selected | Johannes Ranke | 1 | -6/+137 | |
Clear dataset and model selections and disable fit configuration when a completed fit is loaded Avoid factors in gtable dataframes Start fit configuration buttons and handlers | |||||
2015-10-24 | Overhauled model editor with simplified target specification | Johannes Ranke | 1 | -9/+115 | |
Enabling multiple selections in a combobox required some hacking, as this is not currently supported by gWidgetsWWW2 | |||||
2015-10-24 | Some NEWS entries | Johannes Ranke | 1 | -0/+6 | |
2015-10-24 | Show observed variables in project manager | Johannes Ranke | 1 | -36/+109 | |