Skip to content
Snippets Groups Projects
Commit 82b89341 authored by Wagner Hugo Bonat's avatar Wagner Hugo Bonat
Browse files

Merge branch 'issue#9' into 'devel'

Issue#9: Fixes things until get a build success

This branch works to get a success in build status.
  - Adds a symbolic link to the pandoc of RStudio.
  - Removes the pandoc installation in the Ubuntu Server. Now uses that inside RStudio installation.
  - Above modifications doesn't have any affect to the project. No files were touched.
  - Removes `*.RData` occurence in the `.gitignore`.
  - Now `ahs` data set can be found and no problems were observed when running vignettes and examples.

See merge request !7
parents ea6b8de7 e91e8295
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
.#*
#*
*.Rout
*.RData
^.Rd2pdf*
^\.Rd2pdf*
.Rd2pdf5504
......
......@@ -2,5 +2,5 @@ job_R:
script:
- echo $HOME
- Rscript -e 'getwd(); .libPaths(); sessionInfo()'
- Rscript -e 'library(devtools); check()'
- Rscript -e 'library(devtools); load_all(); check()'
- Rscript -e 'library(devtools); .libPaths(new = path.expand("~/R-tests/legTools")); install(local = FALSE)'
......@@ -16,11 +16,12 @@ Suggests:
testthat,
plyr,
lattice,
latticeExtra
latticeExtra,
knitr
Imports:
Matrix,
assertthat
License: GPL-2
License: GPL-3 | file LICENSE
LazyData: TRUE
URL: http://git.leg.ufpr.br/wbonat/mcglm
BugReports: http://git.leg.ufpr.br/wbonat/mcglm/issues
......
File added
......@@ -135,7 +135,7 @@ packageVersion("mcglm")
##----------------------------------------------------------------------
## Loadin the Australian Health Survey data.
data(ahs)
data(ahs, package="mcglm")
## Object structure.
str(ahs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment