From 52f35bfcadd0f164995659644bcc39d630c384a0 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Wed, 28 Feb 2024 07:42:19 +0100 Subject: [PATCH] updated link and cran comments --- NEWS.md | 2 +- cran-comments.md | 1 - vignettes/Database-creation.Rmd | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9b01477..c91ce1b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,7 +18,7 @@ ### Other -I believe `renv` has now been added and runs correctly. After clone, do `renv::restore()` to install all necessary package to modify the package. THis seems to alway sbe back and forth. renv may be on its way out again. +I believe `renv` has now been added and runs correctly. After clone, do `renv::restore()` to install all necessary package to modify the package. This seems to always be back and forth. `renv` may be on its way out again. Added a Code of Conduct. diff --git a/cran-comments.md b/cran-comments.md index d47e19d..666ca74 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -11,7 +11,6 @@ ❯ On windows-x86_64-devel (r-devel) checking for detritus in the temp directory ... NOTE - Found the following files/directories: 'lastMiKTeXException' ❯ On ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel) diff --git a/vignettes/Database-creation.Rmd b/vignettes/Database-creation.Rmd index ae0f896..e71e05e 100644 --- a/vignettes/Database-creation.Rmd +++ b/vignettes/Database-creation.Rmd @@ -66,7 +66,7 @@ REDCapR::redcap_metadata_write( ) ``` -In the ["REDCap R Handbook"](https://agdamsbo.github.io/redcap-r-handbook/) more is written on interfacing with REDCap in R using the `library(keyring)`to store credentials in [chapter 1.1](https://agdamsbo.github.io/redcap-r-handbook/access.html#sec-getting-access). +In the ["REDCap R Handbook"](https://agdamsbo.github.io/redcap-r-handbook/) more is written on interfacing with REDCap in R using the `library(keyring)`to store credentials in [chapter 1.1](https://agdamsbo.github.io/redcap-r-handbook/doc/access.html#sec-getting-access). ## Step 4 - Data upload