vignette Questions

2

I am submitting a package to CRAN and I have got the below warning from the reviewers team: Package has a VignetteBuilder field but no prebuilt vignette index. that I have in fact seen also wh...
Gyro asked 22/9, 2016 at 21:26

2

I have a number of vignettes in an R package that are slow to run. As I understand it, a CRAN R CMD check will not rebuild the vignette but will run its corresponding code. Since the vignettes are...
Albur asked 13/7, 2017 at 23:11

4

I'm creating an R package with a vignette. However, when I try to install the package by using devtools::install(build_vignettes = TRUE) an error occurs since it cannot find the file index.html...
Doralyn asked 9/1, 2018 at 14:26

5

Solved

I am getting the following error when checking my R package > Error: could not find function "locdata" > Execution halted > when running code in ‘DFSurvey.Rnw’ > ... > > > op...
Limitary asked 25/5, 2013 at 18:37

1

Solved

This question is about generate_msts() function in package GRATIS. I add some new stuff (make the function has options to transform its output into a lovely tsibble format or keep the original ‘lis...
Sikorski asked 9/9, 2020 at 4:23

2

Solved

Before asking I accept that many parts of this question have been touched upon in other stack over and I have read the Hadley Wickham inst and vignette sections but I am still struggling to fix my ...
Southport asked 8/1, 2020 at 12:24

2

I am building a vignette for R package mistral (see github.com/clemlaflemme/mistral) and the devtools::check(cleanup = FALSE) returns a Warning Error: processing vignette 'mistral-vignette.Rmd' fa...
Stockade asked 23/12, 2016 at 19:54

2

An R package communicates with a commercial data base using a private user_name and password to establish connection. In the package_vignette.Rmd file there is a chunk of code: ```{r, eval = TRUE}...
Reshape asked 14/4, 2015 at 15:20

1

Solved

I am trying to compile a package vignette such that an .md file remains in the vignette folder so that it is still visible on github. I am using devtools for all of this. I have looked at this appr...
Klondike asked 8/8, 2017 at 18:51

1

Solved

I am developing a package and consider including a vignette in it. I use RStudio for my package development and followed the instructions from Hadley Wickam to use Rmarkdown and knitr or writing th...
Novosibirsk asked 21/11, 2016 at 18:15

1

Solved

I'm developing an R package and have a custom function which contains a if(condition) stop("Error message") conditional. I call this function in a package vignette with the intention of generating ...
Batson asked 28/8, 2016 at 0:52

2

I'm writing an R package and spend lots of time on the documentation vignettes. I'm wondering if i should add something like .onAttach <- function( libname , pkgname ){ packageStartupMes...
Fairy asked 28/5, 2016 at 4:4

1

Solved

I have an API "Vignette Collab" that is running on an Apache stack with Java, I inherited a legacy codebase and need to find where this error is coming from apparently the last developer built a fe...
Seafaring asked 25/4, 2016 at 18:22

0

I've been writing a personal package with reference to Hadley's guide. However, adding a minimal vignette using devtools::use_vignette() seems to break devtools::check(). When I try to run check()...
Thorstein asked 14/4, 2016 at 11:14

1

I have written a tutorial in vignette form for one of my packages. It works fine, but it only creates the html version of the vignette. Is there a way I can create both the html and the pdf versio...
Azobenzene asked 24/11, 2014 at 9:23

1

Solved

I've been reading through R's Affy manual, and it refers to other vignettes. Does the difference between these two terms simply relate to quantity of content, or is there more to it?
Suborn asked 12/1, 2016 at 21:46

2

Solved

I'm preparing a package for submission to CRAN. I use R CMD build myPackage then R CMD check myPackage --as-cran and it passes all checks with no notes or warnings. However, each time I try to subm...
Rech asked 22/6, 2015 at 9:23

1

Solved

I'm putting together an R package. I would like to show example code in the vignette, where example data files (included in the package) are used to generate an (example) output file. I read about...
Blackmun asked 21/10, 2015 at 17:40

1

Solved

I am new to writing R packages. I'm trying to learn how to make a vignette for my package. I have created a vignettes folder with a file "getting-started.Rmd" --- title: "WaterML Tutorial" author:...
Wether asked 24/6, 2015 at 22:1

1

Solved

I have a vignette for my package which compiles to a nice PDF when compiled with Rscript -e 'rmarkdown::render("tmod.rmd")'. However, when I compile and install the package, start R and type vignet...
Magnum asked 19/6, 2015 at 11:25

3

Solved

Can I include some PDF in the pkg/doc folder so that the vignette function works, but no corresponding Rnw, Rtex, etc exists? I am thinking of slides or documents containing markdown text weaved w...
Gratifying asked 9/7, 2011 at 12:37

4

I'm looking for a good solution on how to make a vignette effect for a website. The corners should be darker than the background color of the page like a radial gradient. So far I tried different ...
Dupree asked 7/3, 2012 at 14:32

1

Problem: C:\>Rcmd.exe INSTALL --build --library=C:/Users/local_aphalo/Documents/R/win-library/3.0 photobiology C:\>Rcmd.exe INSTALL --build --library=C:/Users/local_aphalo/Documents/R/win-li...
Trainor asked 3/9, 2013 at 9:7

2

Solved

There's the available.packages() function to list all packages available on CRAN. Is there a similar function to find all available vignettes? If not how would I get a list of all vignettes and the...
Brattice asked 31/5, 2012 at 0:17

2

How want to apply a vignette effect to an image using PHP with ImageMagik. I found this function but I'm not sure how to use it. Imagick::vignetteImage Thanks for your help!
Scriptwriter asked 6/9, 2011 at 14:10

© 2022 - 2024 — McMap. All rights reserved.