notedown icon indicating copy to clipboard operation
notedown copied to clipboard

Include license file in source tarball

Open CurtLH opened this issue 6 years ago • 1 comments

The LICENSE is currently not included in the source tarball.

CurtLH avatar Jun 07 '18 01:06 CurtLH

I'm not sure why the test failed, but it doesn't appear to be related to the changes I'm proposing.

Link to error

======================================================================
ERROR: Check that the R notebook generated from Rmd looks the same
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.5/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/travis/build/aaren/notedown/tests.py", line 396, in test_R
    knitr = notedown.Knitr()
  File "/home/travis/build/aaren/notedown/notedown/notedown.py", line 600, in __init__
    raise self.KnitrError(message)
notedown.notedown.Knitr.KnitrError: Could not load knitr (needs manual installation).
$ Rscript -e require(knitr)
Loading required package: knitr
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
  there is no package called ‘knitr’
----------------------------------------------------------------------

CurtLH avatar Jun 07 '18 01:06 CurtLH