Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

TIBCO Enterprise Runtime for R

Showing 19

TERR Data functions persistent session

It would be good if TERR data functions implement a mechanism to persist a TERR session. I mean, execute a TERR data function that receives data (massive data) and be able to persist that session so any other TERR data function would get access to...
over 1 year ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

Ensure `data.table::patterns()` compatibility in future release

data.table is preferred when working with large data sets for speed, and data.table::patterns() facilitates column(s) selection with regular expression, which is useful for concise code, as oppose to doing this as a separate line item.
over 2 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

Support for R-style graphics

While TERR supports the creation of graphics via Javascript packages (like those based on htmlwidgets), it does not currently support R-style graphics (e.g., the plot function)
about 8 years ago in Spotfire / TIBCO Enterprise Runtime for R 1 Future Consideration

Implement the Rprof function

This case is related to TIBCO support case #01791114 which is submitted internally in TIBCO feature requirements database. Whilst applying best practices is obviously something that should be done: It appears that the profiler in R-Studio is bro...
over 4 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

Be able to direct an RinR function to a centrally manager R server

Currently if you use local TERR and want to utilize an R script, you can do so using an RinR script. However that script requires a local R engine - you either: Set R engine connection in script – explicit and good for just the script execution...
over 7 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

Complete listing of data function packages for TERR Service

In Spotfire Server, Nodes & Services, provide visibility to the Administrator to what packages are currently deployed. One suggestion would be to list packages (data functions) for each deployment package for the TERR service. Another would be...
over 5 years ago in Spotfire / TIBCO Enterprise Runtime for R 1 Future Consideration

upgrade TERR to the latest R version

Please upgrade TERR to the latest R version, in order to support latest R packages. Currently the latest TERR version is 6.0.3 which is based on R 4.0.2 which is released in July 2020. There have been lots of newer versions of R since then.
9 months ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

add support for latest rJava package to Statistics Services

On TSSS 12.0LTS, The supported R and rJava versions are quite confusing. R up to latest 4.x versions are all supported but supported rJava version is too old and it can not be installed into R versions later than 4.0.2. https://docs.tibco.com/pub/...
about 1 year ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

Create a Data Function definition (.sfd file) directly from RStudio

WHAT: Provide utility functions, documentation, perhaps UI for an R author to create a Data Function Definition directly from RStudio WHY: Enable an R author to create Data Functions without having to use the Spotfire UI, and do more of their wor...
about 8 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

TERR - Parallel processing support

As far as I know, TERR does not support parallel processing or multi-threading. It would be great to include this support in order to reduce computing time on large data sets, or on large ML training exercises. I created some multithreaded code i...
over 5 years ago in Spotfire / TIBCO Enterprise Runtime for R 2 Already exists