Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.9K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

How to pacletize a resource function

POSTED BY: Peter Burbery
2 Replies

The post title is "How to pacletize a resource function" - but you seem already to know about the function PacletizeResourceFunction, so it's more of a "Why can't I pacletize this one resource function" post.

The answer to that would in general need to come from the author of the resource function in question.

In this particular case, the function is already pacletized and you don't need to bother with the resource function. All you have to do is load the GeneralUtilities paclet, which is already installed in your system:

<< GeneralUtilities`

PrettyForm[Table[x^i + j, {i, 3}, {j, i}]]
POSTED BY: Jason Biggs

What about pacletizing ResourceFunctionDefinitionViewer?

POSTED BY: Peter Burbery
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard