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
0 answers

Access to a vignette of a particular package

I have just created a "toy" R package. The package includes the vignettes folder with two documents: vignette.Rmd: with the code used to generate the vignette vignette.html: which is the result after pressing the knitr button in R studio. After…
R18
  • 1,476
  • 1
  • 8
  • 17
1
vote
0 answers

R Package Vignette Include API Key

I'm creating a vignette in RMarkdown for a package that requires a secret API key. I'm including the key as an environment variable, and then using this key as an argument; but when I check the package build, I get a Warning because it can't read my…
NadineK
  • 131
  • 1
  • 2
  • 9
1
vote
0 answers

Build R vignette using devtools::build()

I am trying to build some vignettes in my R package MDP2 https://github.com/relund/mdp. If I from RStudio run devtools::build_vignettes() everything compiles fine. However, if I use devtools::build() or devtools::install_github("relund/mdp",…
Relund
  • 611
  • 3
  • 14
1
vote
2 answers

Is it possible to upload Vignette files directly, without using the web interface?

In the project I'm working on, we have web resource files (e.g. JS, CSS, images, etc) stored in Vignette. As a web developer I find this cumbersome to work with, since I frequently update these files, and since each upload of a file requires several…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
1
vote
0 answers

Unevaluated example code in vignette: Okay by CRAN to manually insert line break?

I am writing a vignette for a package intended to be submitted to CRAN. One problem I have is that some of the functions and their input parameters can become so long that their example code extends off the page. I worry this is a meticulous…
user1830307
1
vote
1 answer

Selectively suppress vignette build

I am converting the BUGS examples in https://github.com/stan-dev/example-models/tree/master/bugs_examples into an examples-only package, with an .Rmd vignette for each example. The full package will be build on TravisCI. Building a vignette for…
Dieter Menne
  • 10,076
  • 44
  • 67
1
vote
0 answers

trying to create a r package vignette

Im trying to create a similar r package vignette as i have seen in DESeq2 (http://www.bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.pdf). I like the table of contents and the links between it and the rest of the vignette,…
user4148072
1
vote
1 answer

Does Vignette CMS serve HTML, CSS and JavaScript content gzipped?

I’m working on a project involving Vignette as the CMS. Does anyone know if it serves HTML, CSS and JavaScript content gzipped? (If anyone’s got an example of a site run on Vignette, that’d be great too, I could see if it’s doing it.)
Paul D. Waite
  • 96,640
  • 56
  • 199
  • 270
1
vote
1 answer

Redirecting back to Portlet from ResourceMapping in Spring 3 portlets

I am trying to work out a way to provide a CSV download through a Spring 3 Portlet. I have a method that uses the @ResourceMapping annotation to define a handler that takes some report params in the form of a @ModelAttribute, builds the report, and…
CodeChimp
  • 8,016
  • 5
  • 41
  • 79
1
vote
1 answer

Migrating Contents to Ektron

I am working in Ektron 8.6. I need to migrate contents from Vignette CMS to Ektron.Is there is any option in ekron to automate the content migration process rather than doing it manually(creation of contents by fetching the HTML from other CMS)?
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
1
vote
2 answers

box shadows - clicking images behind + slow scroll

I have two tricky issues that are intertwined. I have an inset box shadow vignette on four sides of a box but I have clickable images inside that I can’t click because the shadow/vignette is above the images (which are at z-index: -1). I read some…
1
vote
2 answers

Vignette V8 Upgrade

Vignette upgrades are usually not straightforward. You basically have to do a new installation and migrate over all of your customizations etc. Does anyone know if the upcoming V8 version is easier to upgrade or if its easier to upgrade from a…
Eqbal
  • 4,722
  • 12
  • 38
  • 47
0
votes
1 answer

Problems specifying contentCss outside CKEditor.basepath

We are trying to use CKEditor as a Widget for Vignette, when we try to specify a content css outside the environment of CKEditor such as: "CKEDITOR.config.contentsCss = 'http://lvhost:27110/CKEditorbk/my.css';" doesn't work, but when we specify a…
0
votes
1 answer

How to get "dismiss-button" in google_vignette iframe

How to get and click "dismiss-button" inside Google vignette? I've already tried the standard solution from other posts but I get "NoSuchElementException" The last digit in "aswift_" iframe is variable so I'm using a partial name match like…
0
votes
0 answers

How to resolve the 'file not found' warning in R 4.3.0 when testing 'tools' examples?

The output of "make check" from R 4.3.0 shows a difference in the 'tools' tests that was not present in R 4.2.0. The test in question from test/Examples/tools-ex.R is library(tools) gridEx <- system.file("doc", "grid.Rnw", package = "grid") vi <-…
neonsand
  • 1
  • 1