Skip to content

Commit

Permalink
Fix issues in tests and readme for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
katieb1 committed Oct 14, 2024
1 parent c982789 commit f9072d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## The R interface to SyncroSim

[![License:
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit)
[![Downloads](https://cranlogs.r-pkg.org/badges/rsyncrosim?color=brightgreen)](https://CRAN.R-project.org/package=rsyncrosim/)
<!-- [![Codecov test coverage](https://codecov.io/gh/syncrosim/rsyncrosim/branch/dev/graph/badge.svg)](https://codecov.io/gh/syncrosim/rsyncrosim?branch=dev) -->

Expand Down
3 changes: 1 addition & 2 deletions tests/testthat/test-unit.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ dir.create(temp_dir)
setwd(temp_dir)

mySsim <- session()
installPackage(session = mySsim, name = "stsimsf")
installPackage(session = mySsim, name = "helloworld")
installPackage(session = mySsim, packages = c("stsim", "helloworld"))

test_that("Tests of Session - assumes SyncroSim is installed", {
skip_on_cran()
Expand Down

0 comments on commit f9072d7

Please sign in to comment.