Skip to content

Commit d13dc67

Browse files
committed
version number is now 0.1.0
1 parent 7e0d96a commit d13dc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/unitTests/runit.client.package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
cmd <- paste(R, "CMD build", pkg)
3434
system(cmd)
3535
dir.create("templib")
36-
install.packages(paste0(pkg, "_1.0.tar.gz"), "templib", repos = NULL, type = "source")
36+
install.packages(paste0(pkg, "_0.1.0.tar.gz"), "templib", repos = NULL, type = "source")
3737
require(pkg, lib.loc = "templib", character.only = TRUE)
3838
hello_world <- get("rcpp_hello_world", asNamespace(pkg))
3939
checkEquals(hello_world(), list(c("foo", "bar"), c(0.0, 1.0)),

0 commit comments

Comments
 (0)