search for: build_arg

Displaying 5 results from an estimated 5 matches for "build_arg".

Did you mean: build_arm
2018 Jul 09
2
Parametrized Vignettest in R packages
...And everything seemed (see below) to work fine. devtools::build_vignettes() builds the vignettes. Runs with NO error. By this the .Rmd file, html file and corresponding .R files is being placed into the inst/doc directory. However, when I did want to check the package by running devtools::check(build_args="--no-build-vignettes") The following warning is shown: Warning: parse error in file 'C:/Users/wolski/AppData/Local/Temp/Rtmp4QanHv/SRMService.Rcheck/SRMService/doc/tr_srm_summary.R': /Users/wolski/AppData/Local/Temp/Rtmp4QanHv/SRMService.Rcheck/SRMService/doc/tr_srm_summary.R:...
2018 Jul 09
3
Parametrized Vignettest in R packages
...vtools::build_vignettes() builds the vignettes. >> >> Runs with NO error. By this the .Rmd file, html file and corresponding >> .R files is being placed into the inst/doc directory. >> >> However, when I did want to check the package by running >> devtools::check(build_args="--no-build-vignettes") >> >> The following warning is shown: >> >> Warning: parse error in file >> >> 'C:/Users/wolski/AppData/Local/Temp/Rtmp4QanHv/SRMService.Rcheck/SRMService/doc/tr_srm_summary.R': >> >> /Users/wolski/AppData/Lo...
2018 Jul 09
0
Parametrized Vignettest in R packages
...to work fine. > devtools::build_vignettes() builds the vignettes. > > Runs with NO error. By this the .Rmd file, html file and corresponding > .R files is being placed into the inst/doc directory. > > However, when I did want to check the package by running > devtools::check(build_args="--no-build-vignettes") > > The following warning is shown: > > Warning: parse error in file > 'C:/Users/wolski/AppData/Local/Temp/Rtmp4QanHv/SRMService.Rcheck/SRMService/doc/tr_srm_summary.R': > /Users/wolski/AppData/Local/Temp/Rtmp4QanHv/SRMService.Rcheck/SR...
2018 Jul 09
0
Parametrized Vignettest in R packages
...) builds the vignettes. >>> >>> Runs with NO error. By this the .Rmd file, html file and corresponding >>> .R files is being placed into the inst/doc directory. >>> >>> However, when I did want to check the package by running >>> devtools::check(build_args="--no-build-vignettes") >>> >>> The following warning is shown: >>> >>> Warning: parse error in file >>> >>> 'C:/Users/wolski/AppData/Local/Temp/Rtmp4QanHv/SRMService.Rcheck/SRMService/doc/tr_srm_summary.R': >>> >&...
2018 Jul 02
2
Parametrized Vignettest in R packages
Hello, Thank you for the questions as well as remaining me of the default parameters in the yaml session. Indeed this seems to be the solution. But how would I assign package data as a default parameter? So originally I thought to render the markdown with : <code> data(sample_analysis) data(skylineconfig) x <- rmarkdown::render("report.Rmd", output_format =