]> git.lyx.org Git - features.git/commitdiff
needauth is not needed for Sweave>LyX
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 12 Sep 2018 13:14:56 +0000 (15:14 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 18 Sep 2018 06:52:57 +0000 (08:52 +0200)
Indeed this relies on tex2lyx and does not run R scripts.

The same holds for Knitr>LyX

(cherry picked from commit 23dbacb636c2ac616967669ec038ab0d5c8b9dd3)

lib/configure.py
status.23x

index f0efb0fe668d1cccbee5ccbcc9251730ad41777f..e64a8af54e6f8bb49f27c68cd404179d4ba3356a 100644 (file)
@@ -801,8 +801,8 @@ def checkConverterEntries():
         rc_entry = [r'''\converter latex      lyx        "%% -f $$i $$o"       ""
 \converter latexclipboard lyx        "%% -fixedenc utf8 -f $$i $$o"    ""
 \converter literate   lyx        "%% -n -m noweb -f $$i $$o"   ""
-\converter sweave   lyx        "%% -n -m sweave -f $$i $$o"    "needauth"
-\converter knitr   lyx        "%% -n -m knitr -f $$i $$o"      "needauth"'''], not_found = 'tex2lyx')
+\converter sweave   lyx        "%% -n -m sweave -f $$i $$o"    ""
+\converter knitr   lyx        "%% -n -m knitr -f $$i $$o"      ""'''], not_found = 'tex2lyx')
     if path == '':
         logger.warning("Failed to find tex2lyx on your system.")
 
index f77d0fd09a97a72817aac4a864faa6bb0932a491..3599e215ebab932d2b0af55271dad50d4d0520e8 100644 (file)
@@ -98,6 +98,9 @@ What's new
 
 - Fix RTL table output with bidi package (non-TeX fonts) (bug 9686).
 
+- Do not mark the import converters for Sweave and knitr as needauth.
+
+
 
 * USER INTERFACE