You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Folks,
I stumbled apon tidyverse.org which caught my eye. It is "R packages for data science". I do not know how easy it would be to intergrate it with tiddlywiki but many of its packages would be useful for displaying or interogating data in tiddlers.
Just sharing for those that may be intereted or have the skills to dig deeper.
Tones
Stobot
unread,
Mar 11, 2021, 11:29:07 AM3/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi Tony - you actually hit on (Tidyverse) something I'm familiar with as my day job is in Data Analytics / Data Science and R is one of the key languages (along with Python). I suspect it'd be very difficult to integrate as it's not Javascript based like most of the other things that I see integrated, but if it *could* somehow be integrated that would be AMAZING.
Joshua Fontany
unread,
Mar 12, 2021, 9:41:54 PM3/12/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I have been able to call R packages from a quick node.js app I wrote. I can see the appeal of a workflow where youb could trigger an R job from a node TW instance. Interesting...
Best, Joshua F
TiddlyTweeter
unread,
Mar 13, 2021, 5:28:01 AM3/13/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Ciao TW Tones
It IS interesting. But R is a Whole World in itself: "In R, the fundamental unit of shareable code is the package. A package bundles together code, data, documentation, and tests, and is easy to share with others." (https://r-pkgs.org/intro.html).
I am totally UNCLEAR how you could use R in TW? Seems like re-package of package?
Best wishes
TT
TW Tones
unread,
Mar 15, 2021, 7:16:36 PM3/15/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
TT,
I am thinking more of importing the functionality and its clear there is no simple route (I did not know that before others responses including you own).