Skip to content

Commit 98f45da

Browse files
authored
Merge pull request #125 from NovoNordisk-OpenSource/124-release-100
124 release 100
2 parents 05f3de1 + c4d3b7b commit 98f45da

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: connector
22
Title: Streamlining Data Access in Clinical Research
3-
Version: 0.1.1.9005
3+
Version: 1.0.0
44
Authors@R: c(
55
person("Cervan", "Girard", , "cgid@novonordisk.com", role = c("aut", "cre")),
66
person("Aksel", "Thomsen", , "oath@novonordisk.com", role = "aut"),

tests/testthat/test-use_template.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_that("Testing use_template", {
2+
testthat::skip_on_cran()
23
withr::with_tempdir(pattern = "test_use_template", {
34
rlang::local_interactive(FALSE)
45

vignettes/customize.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requirements.
3232
It serves as the foundation for all other connectors, that should inherit from it in their `R6::R6Class()` definition -
3333
either directly or indirectly. Both `ConnectorFS` and `ConnectorDBI` inherit from `Connector` in this way.
3434

35-
Before we start creating our own connector classes, you can read the vignette on the [Consistent API](https://novonordisk-opensource.github.io/connector/Consistent-API.html) to understand how the methods are structured and what they return.
35+
Before we start creating our own connector classes, you can read the vignette on the [Consistent API](https://novonordisk-opensource.github.io/connector/articles/Consistent-API.html) to understand how the methods are structured and what they return.
3636

3737
## Creating a new connector
3838

0 commit comments

Comments
 (0)