Skip to content

Commit 6ad5293

Browse files
committed
set nocov tags
1 parent 017cab5 commit 6ad5293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/RcppEigen.package.skeleton.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## RcppEigen.package.skeleton.R: makes a skeleton for a package that wants to use RcppEigen
22
##
3-
## Copyright (C) 2011 - 2019 Douglas Bates, Dirk Eddelbuettel and Romain Francois
3+
## Copyright (C) 2011 - 2021 Douglas Bates, Dirk Eddelbuettel and Romain Francois
44
##
55
## This file is part of RcppEigen.
66
##
@@ -23,7 +23,7 @@ RcppEigen.package.skeleton <- function(name= "anRpackage", list = character(),
2323
code_files = character(),
2424
example_code = TRUE) {
2525

26-
env <- parent.frame(1)
26+
env <- parent.frame(1) # #nocov start
2727

2828
if (!length(list)) {
2929
fake <- TRUE
@@ -126,5 +126,5 @@ RcppEigen.package.skeleton <- function(name= "anRpackage", list = character(),
126126
unlink(file.path(root, "man", "Rcpp.fake.fun.Rd"))
127127
}
128128

129-
invisible(NULL)
129+
invisible(NULL) # #nocov end
130130
}

0 commit comments

Comments
 (0)