Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

TIBCO Enterprise Runtime for R

Showing 20 of 4798

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...
almost 3 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

stats::nls() function in the TERR does not support port option

the stats::nls() function in the TERR, despite the version of R being 4.0.2 and despite nls showing that “port” is an option for the algorithm argument and the upper/lower arguments are available. Looks like TERR does not support the port algorith...
21 days ago in Spotfire / TIBCO Enterprise Runtime for R 0 To be Reviewed

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)
over 9 years ago in Spotfire / TIBCO Enterprise Runtime for R 1 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 4 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 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 broke...
over 6 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 M...
about 9 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...
about 7 years ago in Spotfire / TIBCO Enterprise Runtime for R 1 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 work...
over 9 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 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.
over 2 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 in...
about 7 years ago in Spotfire / TIBCO Enterprise Runtime for R 2 Already exists