You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in WP 2 we talk about code integration in fidus.
I suggest to create a project in our OSCOSS git and place some R code there which should be used by some demo documents
"We will add a “code lookup” functionality, initially connected to the GitHub hosting service for software source code repositories."
The text was updated successfully, but these errors were encountered:
Is the idea that this simply lets the user display code snippets in the document? Or are these code snippets to be executed? If this is the case, we we will need to figure out how to do this in each of the output formats.
Support for showing in the text (point 2) is present already.
As for point 3: I am not so sure this is always a good idea. If one links to a function within a github project to demonstrate something, and then that function changes fundamentally and it is automatically updated in the text, then the explanatory text around it will no longer make much sense. At least there should be a way to stop the automatic change from happening (a confirmation dialog or alike).
in WP 2 we talk about code integration in fidus.
I suggest to create a project in our OSCOSS git and place some R code there which should be used by some demo documents
"We will add a “code lookup” functionality, initially connected to the GitHub hosting service for software source code repositories."
The text was updated successfully, but these errors were encountered: