EvaYiwenWang / PLSDAbatch_workflow

17 stars 8 forks source link

Unable to build vignette when install? #2

Closed dikiprawisuda closed 3 years ago

dikiprawisuda commented 3 years ago

Dear developer(s), thank you for the package. I found an error when installing when turning build_vignettes = TRUE. With it being FALSE however, there's no problem.

Please find the error message as the following (after installing mixOmics): `Downloading GitHub repo EvaYiwenWang/PLSDAbatch@HEAD Skipping 1 packages not available: mixOmics √ checking for file 'C:\Users\dikip\AppData\Local\Temp\RtmpuGhFHh\remotesbe82bc482d\EvaYiwenWang-PLSDAbatch-45c4798/DESCRIPTION' ...

Thank you.

EvaYiwenWang commented 3 years ago

Hi dikiprawisuda, thanks for using our package. I think the reason why you cannot build the vignette is that you lack the packages required for the vignette. Could you try 'devtools::install_github("https://github.com/EvaYiwenWang/PLSDAbatch", dependencies = T, build_vignettes = T)'? Let me know if the problem is solved.

dikiprawisuda commented 3 years ago

Hi, yes it worked for me. Thank you!