Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
3f2b6d5a
Commit
3f2b6d5a
authored
8 years ago
by
Mick Jordan
Browse files
Options
Downloads
Patches
Plain Diff
pkgtest: document issue with Suggests/vignettes
parent
1713709c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
com.oracle.truffle.r.test.cran/r/install.cran.packages.R
+8
-0
8 additions, 0 deletions
com.oracle.truffle.r.test.cran/r/install.cran.packages.R
with
8 additions
and
0 deletions
com.oracle.truffle.r.test.cran/r/install.cran.packages.R
+
8
−
0
View file @
3f2b6d5a
...
@@ -80,6 +80,14 @@
...
@@ -80,6 +80,14 @@
# All fatal errors terminate with a return code of 100
# All fatal errors terminate with a return code of 100
# N.B. There are two unresolved problems testing some packages:
# 1. Some test files refer to packages that do not exist in the "Depends" list. Instead they
# exists in the "Suggests" list. Unfortunately only a subset of the "Suggests" list is required and
# there is no way to tell which. Since many of the "Suggests" packages fail to install on FastR,
# routinely including them this can cause the entire installation to fail.
# 2. Testing vignettes requires the "knitr" and possibly the "rmarkdown" packages, which also have
# a long list of dependents, some of which do not install on FastR.
args
<-
commandArgs
(
TRUE
)
args
<-
commandArgs
(
TRUE
)
usage
<-
function
()
{
usage
<-
function
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment