Skip to content

Commit

Permalink
Remove leftover refs to bisplotly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed Feb 8, 2022
1 parent eaa0669 commit 3d247f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ doc:

test:
R CMD INSTALL --install-tests .
R --slave -e 'Sys.setenv(NOT_CRAN="true"); library(testthat); setwd(file.path(.libPaths()[1], "bisplotly", "tests")); system.time(test_check("bisplotly", filter="${file}", reporter=ifelse(nchar("${r}"), "${r}", "summary")))'
R --slave -e 'Sys.setenv(NOT_CRAN="true"); library(testthat); setwd(file.path(.libPaths()[1], "bisplotti", "tests")); system.time(test_check("bisplotti", filter="${file}", reporter=ifelse(nchar("${r}"), "${r}", "summary")))'

deps:
R --slave -e 'install.packages(c("codetools", "testthat", "devtools", "roxygen2", "knitr"), repo="http://cran.at.r-project.org", lib=ifelse(nchar(Sys.getenv("R_LIB")), Sys.getenv("R_LIB"), .libPaths()[1]))'
Expand All @@ -15,8 +15,8 @@ build: doc
R CMD build .

check: build
-R CMD check --as-cran bisplotly_$(VERSION).tar.gz
rm -rf bisplotly.Rcheck/
-R CMD check --as-cran bisplotti_$(VERSION).tar.gz
rm -rf bisplotti.Rcheck/

man: doc
R CMD Rd2pdf man/ --force
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## bisplotly 0.1.0
## bisplotti 0.1.0

* Initial addition of functions and tests
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
library(testthat)
test_check("bisplotly")
test_check("bisplotti")

0 comments on commit 3d247f9

Please sign in to comment.