Back

Tinn-R Team
Patches for Tinn-R
Windows
5 patches available
Tinn-R is a text editor designing to work seamlessly with R. It recognizes R commands/functions, does automatic matching of parentheses, and has icons that execute R script you create in Tinn-R. An advantage of using Tinn-R is that you can preserve the R script you created to do a survey design or survey analysis.
Tinn-R Version 9.0.5.1
Release Date
12/26/2024
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

Patch Notes$$$Tinn-R version 9.0.5.1$$$26 Dec 2024 - Tinn-R Team$$$News$$$$$$The user guide has been considerably improved.$$$$$$When compiling LaTeX files to PDF (pdflatex -c-style-errors –synctex=1; by default); if the file is open in the PDF viewer; it is no longer closed at the beginning and reopened at the end of the compilation. In other words; it will always remain open and the file will be updated at the end of the compilation process. Due to the speed of the update and the possibility of reverse search; we recommend using the Sumatra PDF viewer for this purpose.$$$$$$The project is in an advanced stage of migration to Embarcadero’s new Delphi 11.3 (Alexandria) Community platform.$$$$$$Interface$$$$$$Some adjustments have been made to the Tools interface.$$$$$$The Tools/R/Explorer interface has received considerable improvements.$$$$$$The width of all splitters has been increased; this makes it easier to resize the graphical interface where they exist.$$$$$$Database$$$$$$The Contents.xml table of database has gained regular expressions for new file types and some prior RegEx have been updated.
Tinn-R Version 9.0.4.1
Release Date
12/20/2024
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

Tinn-R version 9.0.4.1$$$20 Dec 2024 - Tinn-R Team$$$News$$$$$$With the exception of file searching and database filter; all other search engines (open files; directories; contents(TOC); file filter; etc.) now use a more powerful regular expression (RegEx) engine than the native SynEdit engine. The new engine is PCRE-compatible. This increases (a lot) the search capabilities and provides better performance.$$$$$$A mechanism has been implemented that allows the construction of a table of contents (TOC) of open files based on regular expressions (RegEx). In other words; the user can configure how he wants the TOC to be presented. For this purpose; a new table named Contents.xml has been added to the database. Both the table and the TOC interface have been added to the Tools interface.$$$$$$Experimentally; only regular expressions (with source indication in REGEX101 website) were made for some extensions (.R; .Rnw; .tex; .txt; .ini). Our expectation is that we can continue to build and share them as the need arises. One day we hope to have good RegEx for all file extensions supported by the project.$$$$$$The user guide has been considerably improved.$$$$$$The project is in an advanced stage of migration to Embarcadero’s new Delphi 11.3 (Alexandria) Community platform.$$$$$$Interface$$$$$$Several adjustments have been made to the Tools interface.$$$$$$The Tools interface receives resources related to the database and table of contents of the file.$$$$$$To highlight all occurrences of the table of contents (TOC) of an open file; an edit box has been added to the Result/Contents (TOC) interface. It is like a filter; but unlike the others related to databases; the action is only performed after typing something (compatible with REGEX-PCRE) and pressing [ENTER].$$$$$$Database$$$$$$A new table in the database named Contents.xml has been added to the database.
Tinn-R Version 9.0.3.1
Release Date
11/18/2024
Bug Fix?
Yes
Minor Release?
Yes
Patch Notes

Tinn-R version 9.0.3.1$$$18 Nov 2024 - Tinn-R Team$$$Bug(s) fixed$$$$$$An intermittent bug that sometimes prevented the application from closing has been fixed. It was a long search for a definitive solution. We apologize to users for any inconvenience caused.$$$$$$News$$$$$$We decided to remove the function and plotting identifiers from the R language highlighter. The justification is that with an exponential growth observed in the number of available packages over time; we no longer see any sense in coloring (highlighting) only a limited set of them. Performing dynamic coloring as packages are loaded for use in a session is a task that - in addition to being exhausting - can compromise the performance (light and fast) of the application.$$$$$$The project is in an advanced stage of migration to Embarcadero’s new Delphi 11.3 (Alexandria) Community platform.$$$$$$Interface$$$$$$Some adjustments have been made to the Tools interface.$$$$$$Database$$$$$$The Shortcut_app.xml database has been updated and a few default shortcuts have been modified. As in these updates - whenever possible - the program takes full advantage of the user’s previous preferences; there may be some discrepancy between the shortcuts and their documentation.
Tinn-R Version 9.0.1.1
Release Date
3/31/2024
Bug Fix?
No
Minor Release?
No
Patch Notes

Tinn-R version 9.0.1.1$$$31 Mar 2024 - Tinn-R Team$$$Bug(s) fixed$$$$$$Eventual failures when sending lines; when many lines - one by one - are sent to the Term interface (with the |+ option checked) has been fixed. In other words; sending contiguous lines sequentially to the Term interface has been improved and is now more consistent. But you should also abuse this feature by continually resting your finger on the shortcut key or hotkey defined for this action to send large quantities of lines; as there are better options for this purpose.$$$$$$A bug associated with the Tools/R/Mirrors/Mirrors(R) update button has been fixed. The issues that emerged with the new version of R (4.2.0 - UTF-8).$$$$$$Bug in changing the position of tabs of the Main Interface; Options; Tools and Term has been fixed. From now on; all of them must only be in the top position.$$$$$$Fixed some Term interface bugs with the knitr package. The bugs arose due to changes in the sending patterns of R messages under the package; mainly if the progress bar option is checked (quiet=FALSE; which is the default). I hope the authors don’t make drastic changes to the parsing progress messages to invalidate the regular expressions made to match the Term interface to the messages in the Knitr package.$$$$$$Bug associated to code completion has been fixed.$$$$$$Format XML; recognizes: .xml and .xsd.$$$$$$Bug in filtering in the Tools/Database/Hotkeys interface has been fixed.$$$$$$News$$$$$$The user guide has been updated and improved.$$$$$$Development was quite intense and uninterrupted throughout 2023. Only beta (or test) versions were released for a limited user base. The changes to the beta versions that occurred throughout the year were documented - collectively - only in this version.$$$$$$This is the latest compiled version of the project developed and compiled in the Delphi 2007 IDE. The project is in an advanced stage of migration to Embarcadero’s new Delphi 11 Community platform.$$$$$$Interface$$$$$$A new tab was created in Tools/R called Working dir. The objective is to allow a graphical visualization of the active R folder. It also allows storing favorites and indicating the work folder to R with several interesting options.$$$$$$OpenURL. New option (in the File menu and taskbar) allows opening remote files in the editor.$$$$$$New options in the Options/Application interface make it possible to discover the program’s reserved shortcuts. They cannot be changed by the user. There are few; but very important to know.$$$$$$Some buttons (somewhat redundant) were removed from the Term interface. It has become visually simpler.$$$$$$The Tools interface has been substantially improved.$$$$$$A new interface button Tools/Windows expl. and Tools/Work expl. allow physical deletion of displayed files.$$$$$$A small window was added in the Tools/R explorer interface that informs the description (.Rd) of each selected object.$$$$$$New (and useful) functions in the button (and corresponding menu) R control: packages.$$$$$$The indentation of the Term/IO interface has been improved. It was easier to read the submitted code due to the preservation of the script’s original indentation.$$$$$$The R Explorer interface was improved.$$$$$$The S/K/Hmanager interface received updates and improvements.$$$$$$Change (hopefully for the better) in the alignment of texts in the Tools interface.$$$$$$Tools/Completion has been replaced by Tools/Snippets. The Completion.xml table is now named Snippets.xml. Users who have made (and saved) an extensive dataset of completion (before) (snippets from now on) will be able to notice a new button [Merge (file .xml)] that has been added in the new Snippets dialog window. When a new dataset (or any update to the source) is made; the user’s dataset (Completion.xml or Snippet.xml; respectively) is saved in the bkp folder which is located in the Tinn-R startup folders (Help/Ini files (path information)). The new button allows the user’s old base (completion or snippets) to be merged with the current one
Tinn-R Version 8.2.2.1
Release Date
7/6/2022
Bug Fix?
No
Minor Release?
Yes
Patch Notes

Tinn-R version 8.02.02.01$$$06 Jul 2022 - Tinn-R Team$$$The web menu item received updates and improvements.$$$$$$The license verification and validation procedure is still disabled in this version. So; if you want; you can request a license to help improve the mechanism; as it will be being tested on more diverse hardware and software platforms than those used by testers. In the future version; the validation mechanism will be enabled.
Interested in automating patching for Tinn-R?