vubiostat / redcapAPI

R interface to REDCap (http://www.project-redcap.org/)
21 stars 27 forks source link

CRAN Release for 2.9.0 #358

Closed spgarbet closed 6 months ago

spgarbet commented 6 months ago

Prep a release for 2.9.0 to CRAN. A lot of recent fixes need to be published.

spgarbet commented 6 months ago

Development Win Builder Check

* using log directory 'd:/RCompile/CRANguest/R-devel/redcapAPI.Rcheck'
* using R version 4.4.0 RC (2024-04-16 r86444 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 13.2.0
    GNU Fortran (GCC) 13.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* checking for file 'redcapAPI/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'redcapAPI' version '2.9.0'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... [10s] Note_to_CRAN_maintainers
Maintainer: 'Shawn Garbett <shawn.garbett@vumc.org>'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'redcapAPI' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [16s] OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking sizes of PDF files under 'inst/doc' ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [52s] OK
* checking PDF version of manual ... [17s] OK
* checking HTML version of manual ... [13s] OK
* DONE
Status: OK
spgarbet commented 6 months ago

Submitted.

[This was generated from CRAN.R-project.org/submit.html]

The following package was uploaded to CRAN:
===========================================

Package Information:
Package: redcapAPI
Version: 2.9.0
Title: Interface to 'REDCap'
Author(s): Benjamin Nutter [ctb, aut], Shawn Garbett [cre, ctb]
  (<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0003-4079-5621&data=05%7C02%7Cshawn.garbett%40vumc.org%7C20ce044bac40479ccffb08dc609a819c%7Cef57503014244ed8b83c12c533d879ab%7C0%7C0%7C638491463978515299%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=1baTwgo4%2BwCfFpKQX5ErkKrKQcB1QWxnXdeFRyLHzzs%3D&reserved=0>), Savannah Obregon
  [ctb], Thomas Obadia [ctb], Marcus Lehr [ctb], Brian High
  [ctb], Stephen Lane [ctb], Will Beasley [ctb], Will Gray [ctb],
  Nick Kennedy [ctb], Tan Hsi-Nien [ctb], Jeffrey Horner [aut],
  Jeremy Stephens [ctb], Cole Beck [ctb], Bradley Johnson [ctb],
  Philip Chase [ctb], Paddy Tobias [ctb]
Maintainer: Shawn Garbett <shawn.garbett@vumc.org>
Depends: R (>= 3.5.0)
Suggests: testthat (>= 3.0.0), Hmisc, rstudioapi, mockery
Description: Access data stored in 'REDCap' databases using the
  Application Programming Interface (API). 'REDCap' (Research
  Electronic Data CAPture; <https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fprojectredcap.org%2F&data=05%7C02%7Cshawn.garbett%40vumc.org%7C20ce044bac40479ccffb08dc609a819c%7Cef57503014244ed8b83c12c533d879ab%7C0%7C0%7C638491463989543392%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=cLmFYqZDGcceDRDzV1gEGSNcVNqJi83I%2FOGEUIpzEFM%3D&reserved=0>, Harris,
  et al. (2009) <doi:10.1016/j.jbi.2008.08.010>,  Harris, et
  al. (2019) <doi:10.1016/j.jbi.2019.103208>) is a web
  application for building and managing online surveys and
  databases developed at Vanderbilt University. The API allows
  users to access data and project meta data (such as the data
  dictionary) from the web programmatically. The 'redcapAPI'
  package facilitates the process of accessing data with
  options to prepare an analysis-ready data set consistent with
  the definitions in a database's data dictionary.
License: GPL-2
Imports: checkmate, chron, httr, labelVector, lubridate, keyring,
  getPass, yaml

The maintainer confirms that he or she
has read and agrees to the CRAN policies.

Submitter's comment: Bug fix release and handling of redirects.
spgarbet commented 6 months ago
Dear maintainer,

package redcapAPI_2.9.0.tar.gz has been auto-processed and is pending an automated reverse dependency check. This service will typically respond to you within the next day. For technical reasons you may receive a second copy of this message when a team member triggers a new check.
spgarbet commented 6 months ago

Created a pre-release with tag.

spgarbet commented 6 months ago
Dear maintainer,

thanks, package redcapAPI_2.9.0.tar.gz is on its way to CRAN.

Best regards,
CRAN teams' auto-check service
[ WARNING : This email came from an external source. Please treat this message with additional caution.]
spgarbet commented 6 months ago

Now set as latest release and accepted by CRAN.