Skip to content

Commit

Permalink
global vars fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hlageek committed Feb 11, 2022
1 parent e36d82a commit 105ea7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: requal
Title: Qualitative Data Analysis with Reproducibility Support
Version: 0.0.0.9000
Version: 0.1.1
Authors@R: person('Martin', 'Hájek', email = '[email protected]', role = c('cre', 'aut'))
Description: PKG_DESC.
License: MIT + file LICENSE
Expand Down
9 changes: 8 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Define project_name as global variable to pass R CMD Check without notes
utils::globalVariables(c("project_name", "project_id", "doc_id"))
utils::globalVariables(c("project_name",
"project_id",
"doc_id",
"code_name",
"code_id",
"segment_id",
"code_color",
"text"))

0 comments on commit 105ea7f

Please sign in to comment.