-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solving more CRAN issues, now down to 4 warnings and 2 notes
- Loading branch information
1 parent
ace50dd
commit a4caded
Showing
6 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^OPTIC_linear* | ||
dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
# dplyr is used in this package; this fixes some of the issues created by it: | ||
# https://community.rstudio.com/t/how-to-solve-no-visible-binding-for-global-variable-note/28887 | ||
#' @importFrom utils globalVariables | ||
utils::globalVariables(c("treatment1", "treatment2", "temp_lag1", "temp_lag2", "treatment_change1", "treatment_change2", "treatment", "temp_lag", "treatment_change", "estimate", "se", "variance", "t_stat", "p_value", "mse", "crude.rate", "update.formula")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
|
||
# ammend dependencies | ||
attachment::att_amend_desc() | ||
|
||
# document | ||
devtools::document() |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.