Skip to content

Commit f546c0e

Browse files
committed
update news & website
ref #237
1 parent b5c4697 commit f546c0e

40 files changed

+525
-251
lines changed

.Rbuildignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
^Meta$
2+
^doc$
13
^.*\.Rproj$
24
^\.Rproj\.user$
35
^\.gitignore$

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Meta
2+
doc
13
# History and RStudio files
24
.Rhistory
35
.Rapp.history
@@ -8,9 +10,7 @@
810
# produced vignettes
911
vignettes/*.html
1012
vignettes/*.pdf
11-
1213
# README htmls in any folder
1314
README.html
14-
1515
# The devtools zip is downloaded when the package is updating itself. If it's not deleted, there's no reason to commit it to the repository.
1616
devtools.zip

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Version 0.10 (to be released)
88
------------------------------------------------------------------------------
99
Minor New Features:
1010
* export survey time-stamps optionally (Issue #159)
11+
* `redcap_next_free_record_name()`: API call for 'Generate Next Record Name', which returns the next available record ID (Issue #237)
1112
* `redcap_read()` and `redcap_read_oneshot()` allow the user to specify if all variables
1213
should be returned with the `character` data type. The default is to allow `readr::read_csv()` to guess the data type. (#194)
1314
* `redcap_read_oneshot()` allows use to specify how many rows should be considered when `readr::read_csv()` guesses the data type. (#194)

_pkgdown.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ reference:
4646
desc: >
4747
Accessing other information from the REDCap project or server.
4848
contents:
49+
- redcap_next_free_record_name
4950
- redcap_metadata_read
5051
- redcap_variables
5152
- redcap_version

docs/CONDUCT.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/BasicREDCapROperations.html

+94-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/SecurityDatabase.html

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/TroubleshootingApiCalls.html

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/advanced-redcapr-operations.html

+68-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/favicon.ico

-9 Bytes
Binary file not shown.

docs/index.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pandoc: 2.2.1
22
pkgdown: 1.1.0
33
pkgdown_sha: ~
44
articles:
5-
advanced-redcapr-operations: advanced-redcapr-operations.html
65
BasicREDCapROperations: BasicREDCapROperations.html
76
SecurityDatabase: SecurityDatabase.html
87
TroubleshootingApiCalls: TroubleshootingApiCalls.html
8+
advanced-redcapr-operations: advanced-redcapr-operations.html
99
urls:
1010
reference: https://ouhscbbmc.github.io/REDCapR/reference
1111
article: https://ouhscbbmc.github.io/REDCapR/articles

0 commit comments

Comments
 (0)