Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vignettes still being built even though package_build(vignettes = FALSE) #70

Closed
dloewenstein opened this issue Apr 3, 2019 · 1 comment
Labels

Comments

@dloewenstein
Copy link

dloewenstein commented Apr 3, 2019

Session Info
R version 3.5.1 (2018-07-02)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.2 LTS

Matrix products: default
BLAS: /home/dloewe/miniconda3/envs/promise_db-env/lib/R/lib/libRblas.so
LAPACK: /home/dloewe/miniconda3/envs/promise_db-env/lib/R/lib/libRlapack.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8    LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] promise_1.3          pkgdown_1.3.0        bindrcpp_0.2.2       furrr_0.1.0          future_1.12.0       
 [6] dplyr_0.7.6          stringr_1.3.1        data.table_1.11.4    purrr_0.2.5          RevoUtils_11.0.1    
[11] RevoUtilsMath_11.0.0

loaded via a namespace (and not attached):
 [1] clisymbols_1.2.0     tidyselect_0.2.4     rematch2_2.0.1       listenv_0.7.0        testthat_2.0.0      
 [6] htmltools_0.3.6      usethis_1.4.0        yaml_2.2.0           utf8_1.1.4           pkgbuild_1.0.0      
[11] rlang_0.2.1          pillar_1.3.0         glue_1.3.0           withr_2.1.2          lambda.r_1.2.3      
[16] bindr_0.1.1          commonmark_1.5       futile.logger_1.4.3  devtools_1.13.6      codetools_0.2-15    
[21] memoise_1.1.0        evaluate_0.11        knitr_1.20           DataPackageR_0.15.7  callr_2.0.4         
[26] curl_3.2             parallel_3.5.1       fansi_0.4.0          markdown_0.8         Rcpp_0.12.18        
[31] backports_1.1.2      formatR_1.5          desc_1.2.0           pkgload_1.0.2        fs_1.2.6            
[36] digest_0.6.15        stringi_1.2.4        processx_3.1.0       rprojroot_1.3-2      cli_1.0.0           
[41] tools_3.5.1          magrittr_1.5         tibble_1.4.2         futile.options_1.0.1 crayon_1.3.4        
[46] pkgconfig_2.0.1      MASS_7.3-50          xml2_1.2.0           httr_1.3.1           assertthat_0.2.0    
[51] rmarkdown_1.10       roxygen2_6.1.0       rstudioapi_0.7       R6_2.2.2             globals_0.12.4      
[56] compiler_3.5.1

As the title says, currently when building package, even though vignettes = FALSE, the vignettes folder is still being populated, with erroneous yaml header on top of that. Causing e.g. pkgdown::build_site() to give error.

@gfinak
Copy link
Member

gfinak commented Apr 3, 2019

Reprex?

@mariev mariev added the wontfix label Mar 16, 2021
@slager slager closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants