knitr icon indicating copy to clipboard operation
knitr copied to clipboard

Spin modification to accomodate languages other than R

Open Hemken opened this issue 5 years ago • 1 comments

A proposed solution to #1773:

A test with Python is:

(spinpythontest.py)


# Using python directly
python <- "C:/ProgramData/Anaconda3/python.exe"

#+ engine = "python", engine.path = python
import os
os.getenv("RSTUDIO_PANDOC")

I recognize that this is not a valid python script, but it serves to test spin(). On your computer, the Python path may/will need to be adjusted!

Hemken avatar Nov 25 '19 15:11 Hemken

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

:white_check_mark: Hemken
:white_check_mark: yihui
:x: Douglas Hemken


Douglas Hemken seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Sep 22 '20 21:09 CLAassistant