Skip to content

Commit

Permalink
Merge pull request #33 from FvD/T31
Browse files Browse the repository at this point in the history
Last changes before submission to CRAN
  • Loading branch information
ronnyhdez authored May 26, 2020
2 parents ced9b33 + c01fba3 commit 64d6731
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ Authors@R: c(
email = "[email protected]"),
person(given = "Ronny",
family = "Hernández Mora",
role = c("cre", "aut"),
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6225-7096")),
person(given = "Frans",
family = "van Dunné",
role = "aut",
email="[email protected]"))
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7853-2811")))
Description: Connect to the Less Annoying CRM API to get your data clean and tidy.
License: GPL-3 | file LICENSE
URL: https://ixpantia.github.io/lacrmr/
Expand All @@ -28,15 +29,14 @@ Depends:
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
rmarkdown,
httptest,
mockery
VignetteBuilder: knitr
Repository: ixprepo
Imports:
dplyr,
httr,
jsonlite,
janitor,
sjmisc,
httptest,
stringr,
mockery
stringr
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2019
YEAR: 2019-2020
COPYRIGHT HOLDER: ixpantia, S.R.L.
2 changes: 2 additions & 0 deletions R/get_account_information.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#' @import magrittr
NULL

#'
#' @title get_account_information
#'
Expand Down
2 changes: 2 additions & 0 deletions R/get_contact_information.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#' @import magrittr
NULL

#'
#' @title get_contact_information
#'
Expand Down
2 changes: 2 additions & 0 deletions R/search_contacts.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#' @import magrittr
NULL

#'
#' @title search_contacts
#'
Expand Down
1 change: 1 addition & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
library(testthat)
library(lacrmr)
library(httptest)
library(mockery)

test_check("lacrmr")

0 comments on commit 64d6731

Please sign in to comment.