Skip to content

Commit afc75a6

Browse files
committed
Pkg polish
1 parent 467fa6a commit afc75a6

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

tskitr/.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
^test\.trees$
77
^.*\.o$
88
^.*\.so$
9+
^\.covrignore$
910
^\.github$
1011
pkg_dev_notes.md
1112
^codecov\.yml$

tskitr/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Description: Tskit (`tskit`) enables performant storage, manipulation, and analy
2020
and the `reticulate` approach.
2121
URL: https://github.com/highlanderlab/tskitr
2222
License: MIT + file LICENSE
23-
Imports: Rcpp (>= 1.1.0), Rdpack, reticulate
23+
Imports: methods, Rcpp (>= 1.1.0), Rdpack, reticulate
2424
LinkingTo: Rcpp
2525
Suggests:
2626
spelling, testthat

tskitr/NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export(tskit_version)
2727
importFrom(Rcpp,cppFunction)
2828
importFrom(Rcpp,registerPlugin)
2929
importFrom(Rdpack,reprompt)
30+
importFrom(methods,is)
3031
importFrom(reticulate,import)
3132
importFrom(reticulate,is_py_object)
3233
importFrom(reticulate,py_module_available)

tskitr/R/tskitr-package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#' @keywords internal
1414
#'
1515
#' @useDynLib tskitr, .registration = TRUE
16+
#' @importFrom methods is
1617
#' @importFrom Rcpp registerPlugin cppFunction
1718
#' @importFrom reticulate is_py_object import py_module_available py_require
1819
#' @importFrom Rdpack reprompt

0 commit comments

Comments
 (0)