Skip to content

Commit

Permalink
update Rbuildignore
Browse files Browse the repository at this point in the history
get rid of dependencies
fix minor things
update man file to e.g., use the right structure in return sections
fix offset error in particle filter
remove test_utils file from R directory
  • Loading branch information
boennecd committed Apr 30, 2018
1 parent a8a1ae3 commit d8dbd34
Show file tree
Hide file tree
Showing 65 changed files with 479 additions and 881 deletions.
14 changes: 3 additions & 11 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,18 @@
\.log$
^\.git
^\.Rprofile

^\.commit$
^\.sandbox

\.o$
\.txt$
Rplots\.pdf$
dynamichazard\.dll$
useful_scripts$
testfuture\.R$
^\.travis\.yml$
pbc_data\.Rmd$
Sim_study_with_logit\.Rmd$
release_questions\.R$
cran-comments\.md$
revdep/

^README
^README_cache

vignettes/\.jss
vignettes/figure
Expand All @@ -32,10 +26,8 @@ vignettes/Diagnostics/Rossi_ex\.html
vignettes/Diagnostics/Rossi_source\.url
vignettes/Diagnostics/Rossi\.txt

Examples
sandbox
speedtest
^\.sandbox
^speedtest
tests/testthat/previous_results/local_tests
README_cache
data-raw
TODO
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ src/**/*.o
src/**/*.so
src/**/*.dll
*.log

vignettes/figures
revdep
.commit

**/*.log
Expand All @@ -19,6 +16,7 @@ revdep
**/tex2pdf*/
**/Rplots.pdf

vignettes/*.md
vignettes/*_cache/
vignettes/Prebuild/*_cache/
vignettes/pandoc*.pdf
Expand All @@ -33,7 +31,7 @@ vignettes/Prebuild/Particle_filtering/*
!vignettes/Prebuild/Particle_filtering/Particle_filtering.pdf
!vignettes/Prebuild/Particle_filtering/Particle_filtering.tex

sandbox/*
.sandbox/*
**/Rprof.out
**/Sweave.sty
README_cache
301 changes: 0 additions & 301 deletions .sandbox/PF_playground.R

This file was deleted.

6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dynamichazard
Type: Package
Title: Dynamic Hazard Models using State Space Models
Version: 0.5.1
Version: 0.5.2
Authors@R: c(person("Benjamin", "Christoffersen",
email = "[email protected]",
role = c("cre", "aut")),
Expand All @@ -22,8 +22,8 @@ Description: Contains functions that lets you fit dynamic hazard models using
License: GPL-2
LazyData: TRUE
LinkingTo: Rcpp, RcppArmadillo
Imports: parallel, Rcpp (>= 0.12.6), boot, stringr, data.table
Depends: R (>= 3.3.2), stats, graphics, utils, survival
Imports: parallel, Rcpp (>= 0.12.6), boot
Depends: R (>= 3.3.0), stats, graphics, utils, survival
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown, timereg, captioner, biglm, httr, mgcv, shiny, formatR, R.rsp, speedglm, dichromat, colorspace
VignetteBuilder: knitr, R.rsp
Expand Down
Loading

0 comments on commit d8dbd34

Please sign in to comment.