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