Questions tagged [vignette]

Vignette is software that offers content management, portal, collaboration, document management, and records management.

Vignette Corporation is a company headquartered in Austin, Texas, that offers a suite of content management, portal, collaboration, document management, and records management software.

Vignette's Platform consists of several suites of products allowing non-technical business users to create, edit and track content through workflows and publish this content through Web or portal sites.

120 questions
1
vote
1 answer

R Check Warning: View() should not be used in examples

I created my first R package which has three functions, to query the data in database and return the data frames based on user input. Since the data frames are large instead of printing them in console, I added View() within my function to show user…
Gen
  • 23
  • 5
1
vote
2 answers

PHP Imagemagick vignette

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!
James
  • 103
  • 1
  • 1
  • 13
1
vote
1 answer

Adding a leaflet in a precompile vignette

I'm maintaining R code in my company that is use by multiple colleagues. I decided to convert my code into a package to make it simpler to share, maintain and document. My package is build to stay internal, be used in a close environment and is…
Bastien
  • 3,007
  • 20
  • 38
1
vote
2 answers

Qualtrics survey, reducing columns

Me and some fellow students created a qualtrics survey for the course judicial lawmaking. We worked with 4 case vignettes. Each respondent first answered some general questions and then they answered one case. They were first asked whether alimony…
Michiel
  • 17
  • 4
1
vote
0 answers

Linking vignette within R package help documentation

I want to link vignette documentation within help file documentation in the roxygen headers of a function. I have tried to use the code: \link[=./doc/vignette.html]{User Manual} However, when I build the package and click the link I get the…
1
vote
1 answer

Best way of achieving this background vignetting effect?

I want to have a vignetting effect on the background of a page I´m building. This is the page: www.karolinadahl.se I managed to get the effect I´m looking for in Firefox, and it seems to work ok. In Safari I get some kind of vignetting, though not…
Johan Dahl
  • 1,672
  • 3
  • 19
  • 35
1
vote
0 answers

Is there anything inside a package that determines if vignettes are built?

I'm writing my first R package and working on vignettes, which don't always build on installation. I'm not clear whether there is anything inside the package that determines whether the vignette is built, or if this is entirely driven by build…
Michael Roswell
  • 1,300
  • 12
  • 31
1
vote
0 answers

Why the vignette of my package is disapearing after a few time?

I encounter an issue regarding the vignette of a package I am developping in R. Vignette had been created using usethis::use_vignette. It is a Rmd file in the vignettes directory, and the DESCRIPTION file has the following inside : Suggests: …
Francois51
  • 381
  • 2
  • 15
1
vote
1 answer

Replace file header containing escape characters

I created a vignette for a package with following header: --- title: "My package vignette" output: rmarkdown::html_document vignette: > %\VignetteIndexEntry{MyPackage} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- However,…
Waldi
  • 39,242
  • 6
  • 30
  • 78
1
vote
1 answer

JavaScript, html5: how to dynamically create a Vignette effect?

So what I need is simple: user presses something, user sees Vignette effect on new div on top of all page (with page size) alike Is it possible with some html5 canvas art? And how to do such thing?
Rella
  • 65,003
  • 109
  • 363
  • 636
1
vote
0 answers

CRAN submission fine on Linux, fails on Win-builder

I am in the process of submitting a package to CRAN. I did the --as-cran check on Linux which run through cleanly except for one note for the CRAN incoming feasibility . I believe that this note belongs to the message "new submission" because I…
1
vote
1 answer

Link to vignette from readme.rda

I am building an R package. I have several vignettes that I would like to include links to in my README.Rmd. I know that vignettes are to be built optionally when installing the package. I do not really understand where I should start. I am in the…
Maja
  • 151
  • 7
1
vote
1 answer

R Vignette Fails on Internal Package Function

We are adding a vignette to our R package. When documenting the package using roxygen2, the vignette breaks giving the error Error in tMatrix[i, j, ] <- testVec : number of items to replace is not a multiple of replacement length However, using…
1
vote
1 answer

vignette() function unable to find vignettes in R

I've been working on a package. At first, I would build vignettes with regularity, and the vignette() function would be able to find them. But then something broke and I have no clue what it is, and vignette() doesn't work even with default code. I…
NickCHK
  • 1,093
  • 7
  • 17
1
vote
0 answers

knitr vignette MathJax equations not rendered

This is a similar question to this one which was NOT answered. knitr/markdown: how to render math equations in vignettes built by CRAN? I am developing a package for internal company use (wont be submitted to CRAN). I have written multiple…
prophet
  • 85
  • 1
  • 12