Szymon Maksymiuk
Szymon Maksymiuk
Would be great to see this package on CRAN. Especially because other packages that may want to import or cooperate with Yours cannot do it since it's impossible to put...
Hi, thank you so for your valuable ideas! We will try to implement them. @pbiecek what do you think about adding derivative_partial type to `model_profile` and thus to `aggregate_profiles` in...
@pbiecek are you continuing on this?
@pbiecek sadly I didn't have time to progress on this. Closing and will reopen once I could take care of it
Hi @lionel- Do you have any plans to reintroduce the unit testing mechanism in this package? Currently, the testing suite is only run for R below 4.1.0
They are not, at least according to my experience. Looking at the testthat.R content they were turned off roughly 2 years ago: https://github.com/r-lib/vdiffr/blob/main/tests/testthat.R#L2-L6 so for instance `tools::testInstalledPackage` runs them only...
Oh, pardon me @lionel- now I see I must have misinterpreted the matter of this issue. I apologize. Want me to migrate it to a new, appropriate one?
@gaborcsardi Requesting review
Thanks for the prompt response, below is the code: ``` options(repos = "address_of_a_cranlike_repo") remotes::dev_package_deps( repos = c(getOption("repos"), "https://cran.rstudio.com/"), dependencies = "Enhances") ``` and the output ``` Needs update ----------------------------- package...
I forgot to add, I'm using unzipped cran source of the `base64enc` package as a source to the `remotes::dev_package_deps`. I'm sorry @gaborcsardi