0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected almost 2 years ago.
Feb 09, 2023 — Feb 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change the package name to "vimcom.plus". The package vimcom will no longer be accepted on CRAN if the calls to Rf_addTaskCallback and Rf_removeTaskCallbackByName are in vimcom.c, but these two functions are required to automatically update the Object Browser. Solution: Create two packages: vimcom.plus and vimcom. The vimcom.plus package includes Rf_addTaskCallback and Rf_removeTaskCallbackByName calls and their stable versions will be released at http://www.lepem.ufc.br/jaa/vimcom.plus.html while the vimcom package will not have these calls and will be uploaded to CRAN. More... about 12 years ago
Add example to avoid warning on R CMD check. More... about 12 years ago
Version release: 0.9-9. More... about 12 years ago
Minor changes. More... about 12 years ago
Write first line of Object Browser. More... about 12 years ago
Append Obj. Browser servername to tmp file names. More... over 12 years ago
Show elements of S4 objects in the Object Browser. More... over 12 years ago
Print more debug information. More... over 12 years ago
Remove unused variable. More... over 12 years ago
Deprecate "Save Tmux pane" task. More... over 12 years ago
Save a file to indicate that vimcom is running. More... over 12 years ago
Avoid R CMD check ':::' NOTE in R/vimhelp.R. More... over 12 years ago
Avoid R cmd NOTE on use of ":::" in specialfuns.R. More... over 12 years ago
Update version number to 0.9-9. More... over 12 years ago
Make sure that options("OutDec") will be restored. More... over 12 years ago
Avoid crash on Windows when unloading the package. More... over 12 years ago
New option: vimcom.texerrs. More... over 12 years ago
Update. More... over 12 years ago
Minor improvements in rrst support. More... over 12 years ago
Version 0.9.8. More... over 12 years ago
Don't use deprecated function .find.package(). More... over 12 years ago
Version 0.9-7: don't use R_CStackLimit. More... almost 13 years ago
Version 0.9-6. More... almost 13 years ago
Remove input handler on namespace unload. More... almost 13 years ago
More debugging info. More... almost 13 years ago
Set R as busy on Windows only. More... almost 13 years ago
Update. More... almost 13 years ago
Fix incompatibility with tcltk package on Linux. More... almost 13 years ago
Improve messages on bind error on Windows. More... almost 13 years ago
Transfer <stdint.h> from vimremote.c to vimcom.c. More... about 13 years ago