Skip to content

Commit c0d2794

Browse files
committed
Official CRAN release v0.2.0
1 parent 4d1452e commit c0d2794

4 files changed

Lines changed: 30 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: simcausal
22
Type: Package
3-
Version: 0.1.9
3+
Version: 0.2.0
44
Title: Simulating Longitudinal Data with Causal Inference Applications
55
Date: 2015-06-11
66
Authors@R: c(

NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ simcausal 0.1.9
88

99
* Development version update.
1010

11-
* Added vignette; the node.depr function is no longer supported; updated the documentation for ?simcausal, doLTCF, sim, simobs and simfull, add.action, add.nodes functions; changed examples for node and set.DAG; added .onAttach message;
11+
* Added vignette; the node.depr function is no longer supported; updated the documentation for ?simcausal, doLTCF, sim, simobs and simfull, add.action, add.nodes functions; changed examples for node and set.DAG; added .onAttach message;
12+
13+
simcausal 0.2.0
14+
==============
15+
16+
* New CRAN version release.
17+
18+
* Adding vignette; improved documentation for ?simcausal; changing the documentation for sim, simobs and simfull functions; updated documentation add.nodes/+node and add.action/+action syntax; for node.depr is removed from the user access.

cran-comments.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
simcausal 0.2.0
2+
==============
3+
4+
## Test environments:
5+
* local OS X install, R 3.2.0
6+
* ubuntu 12.04 (on travis-ci), R 3.2.0
7+
* win-builder (devel and release)
8+
9+
## R CMD check --as-cran results:
10+
* no ERRORs or WARNINGs.
11+
* no NOTEs.
12+
13+
* Please note that the R code in the vignette requires a substantial amount of time to run.
14+
115
simcausal 0.1
216
==============
317

tests/RUnit/runittests.R

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@ if(FALSE) {
1515
# CHECK AND BUILD PACKAGE:
1616
# setwd(".."); setwd(".."); getwd()
1717
# devtools::check() # runs check with devtools
18-
devtools::build() # build package tarball
18+
19+
# devtools::build_win(args = "--compact-vignettes") # build package on CRAN servers (windows os?)
20+
devtools::build(args = "--compact-vignettes") # build package tarball compacting vignettes
21+
# devtools::build() # build package tarball
1922
setwd("..")
20-
system("R CMD check --as-cran simcausal_0.1.9.tar.gz") # check R package tar ball prior to CRAN submission
21-
# system("R CMD check simcausal_0.1.9.tar.gz") # check R package tar ball
22-
# devtools::build_win() # build package on CRAN servers (windows os?)
23+
system("R CMD check --as-cran simcausal_0.2.0.tar.gz") # check R package tar ball prior to CRAN submission
2324
## system("R CMD check --no-manual --no-vignettes simcausal") # check without building the pdf manual and not building vignettes
2425
## system("R CMD build simcausal --no-build-vignettes")
25-
## system("R CMD build simcausal")
26-
26+
## system("R CMD build simcausal")
2727
# devtools::use_travis() # SET UP TRAVIS CONFIG FILE
28-
2928
# INSTALLING FROM SOURCE:
30-
# install.packages("./simcausal_0.1.9.tar.gz", repos = NULL, type="source", dependencies=TRUE)
29+
# install.packages("./simcausal_0.2.0.tar.gz", repos = NULL, type="source", dependencies=TRUE)
3130
# library(simcausal)
3231
# simcausal:::addvectorfcn("poisson")
3332
# simcausal:::debug_set() # SET TO DEBUG MODE

0 commit comments

Comments
 (0)