-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from ronnyhdez/T28
T28 Changes in order to submit package
- Loading branch information
Showing
13 changed files
with
47 additions
and
47 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,5 +1,7 @@ | ||
^lacramr\.Rproj$ | ||
^lacrmr\.Rproj$ | ||
^\.Rproj\.user$ | ||
^doc$ | ||
^docs$ | ||
^Meta$ | ||
^README\.Rmd$ | ||
|
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
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,19 @@ | ||
#' \code{lacrmr} package | ||
#' | ||
#' Connect to the Less Annoying CRM API to get your data clean and tidy. | ||
#' | ||
#' See the README on | ||
#' | ||
#' @docType package | ||
#' @name lacramr | ||
#' @importFrom dplyr %>% | ||
NULL | ||
|
||
## quiets concerns of R CMD check re: the .'s that appear in pipelines | ||
utils::globalVariables(c(".", "Success", "result_email", "result_phone", | ||
"result_address", "result_website", | ||
"result_contact_custom_fields", "Result.FirstName", | ||
"result_email", "result_phone", "result_website", | ||
"filter", "select", "Text", "Type", "bind_cols", | ||
"result_custom_fields" | ||
)) |
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
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
File renamed without changes
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | ||
library(testthat) | ||
library(lacrmr) | ||
library(mockery) | ||
|
||
test_check("lacrmr") |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
|
||
context("limpieza") | ||
|
||
testthat::test_that("listas son eliminadas de datos de contactos", { | ||
|