friendly / matlib

Matrix Functions for Teaching and Learning Linear Algebra and Multivariate Statistics
http://friendly.github.io/matlib/
65 stars 16 forks source link

new branch: devel-0.9.3 #28

Closed friendly closed 4 years ago

friendly commented 4 years ago

I thought the fix for #27 was trivial. But I had upgraded to R version 3.6.2 and the latest R Studio. This also upgraded Roxygen, required a newer version of RTools, and left me with (a) all .Rd files re-generated, needing to be committed (b) errors generated on building vignettes

Error: processing vignette 'gramreg.Rmd' failed with diagnostics: pandoc document conversion failed with error 11 --- failed re-building 'gramreg.Rmd'

I'm not sure how to proceed. I committed my change to the example in GramSchmidt.R to master. But for everything else, I bumped the pkg version to 0.9.3, ran devtools::check() and created this new branch.

Going forward, I think we should try to fix the problems in the devel-0.9.3 branch and then merge into master, but I get errors I don't understand from Travis-CI on this branch.

philchalmers commented 4 years ago

I can't replicate this on my Windows or Linux box. Perhaps your local error is related to this issue?

friendly commented 4 years ago

Done and merged, closes # 28