The CRAN team reached out and notified me that tidyCDISCis failing R-CMD-CHECK as a result of the new release of dplyr for the devel version of R. This was to be expected given #144.
So, we'll have to cut a new release of tidyCDISC . The devel branch only contains 4 changes according to the NEWS file (I'll have to update), but I count these new additions too:
adding OS Health & riskmetric badges to the README
a cleaner wrapper function around the old purrr::pmap() that created the table generator output from the block data
TG automatically updates the table name when a standard analysis is selected
Got rid of the "data_from" variable from certain selectInput()s choices
ATPT integration in the TG!
Add custom footnotes
Add default "source" and "run date" footnote
Fixed some strange PopEx filtering issues
Added an app.R file
Discussion question(s)
I think there are enough changes here to justify a minor release, incrementing from v0.1.1 to v0.2.0. Or do you think a patch release is more appropriate to v0.1.2?
Secondly, we have two outstanding PRs that are "close" to being ready. Do we want to include them now or later? I'm happy to wait, but wanted to ask the PR author's opinions.
The CRAN team reached out and notified me that
tidyCDISC
is failing R-CMD-CHECK as a result of the new release ofdplyr
for thedevel
version of R. This was to be expected given #144.So, we'll have to cut a new release of
tidyCDISC
. Thedevel
branch only contains 4 changes according to theNEWS
file (I'll have to update), but I count these new additions too:OS Health
&riskmetric
badges to theREADME
purrr::pmap()
that created the table generator output from the block dataselectInput()
s choicesapp.R
fileDiscussion question(s)
I think there are enough changes here to justify a minor release, incrementing from
v0.1.1
tov0.2.0
. Or do you think a patch release is more appropriate tov0.1.2
?Secondly, we have two outstanding PRs that are "close" to being ready. Do we want to include them now or later? I'm happy to wait, but wanted to ask the PR author's opinions.
147
145