matloff / qeML

40 stars 14 forks source link

vignette() does not find md files #8

Closed nks1974 closed 9 months ago

nks1974 commented 10 months ago

vignette( 'Quick_Start' )

results in

'vignette 'Quick_Start' not found.

Files are located in default libPaths package folder qeML/mdFiles and open correctly in a okular.

matloff commented 9 months ago

How did you install qeML?

nks1974 commented 9 months ago

github bad, cran good, as of today.

Installing from github it produces the error after library(). Vignette does not find the md files.

From cran it works well. Vignette finds and opens the md files.

The error was reproduced several times with remove.packages(), re-installation of qeML from github and cran, and doing R restart.

In one case, it might have worked from github if R itself was updated after installing qeML from github.

matloff commented 9 months ago

If you install from GitHub, I recommend

remotes::install_github('https://github.com/matloff/qeML',dependencies=TRUE,build_vignettes=TRUE)

nks1974 commented 9 months ago

Yes, that command makes vignette work with the github installation.