giabaio / BCEA

Bayesian Cost Effectiveness Analysis. Given the results of a Bayesian model (possibly based on MCMC) in the form of simulations from the posterior distributions of suitable variables of costs and clinical benefits for two or more interventions, produces a health economic evaluation. Compares one of the interventions (the "reference") to the others ("comparators"). Produces many summary and plots to analyse the results
https://gianluca.statistica.it/software/bcea/
GNU General Public License v3.0
40 stars 16 forks source link

v2.4.6 readying for CRAN submission #60

Closed n8thangreen closed 6 months ago

n8thangreen commented 6 months ago

Since the last PR, all I've done is bump up the versions for things really..

giabaio commented 6 months ago

I think the installation throws a warning (for the indirect dependency to the orphaned package) + a few notes (one happens all the time - it is about a folder being too large; another is about the citation file, which I've created for GitHub, but probably should be added to the .Rignore file?)

giabaio commented 6 months ago

In fact, this is the content of the .Rbuildignore file for the main branch, which I think works OK:

^renv$
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^appveyor\.yml$
^LICENSE\.md$
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.httr-oauth$
^CONDUCT\.md$
^man-roxygen$
^.git
^.gitignore
^cran-comments\.md$
^README_dev\.md$
^\.github$
^inst/extdata/vaccine_jags\.RData$
^inst/extdata/statins_base\.RData$
^inst/extdata/statins_HC\.RData$
^inst/extdata/smoking_output\.RData$
^paper\.bib$
^paper\.md$
^CONTRIBUTING\.md$
^revdep$
^CRAN-SUBMISSION$
^CITATION.cff

Perhaps try and use this when you do the push?