-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upkeep #776
Comments
Thanks @olivroy ! Those 5 tasks sound good to me, but maybe I oversee things (@Nowosad @Robinlovelace ) Shall we create a new repo for tamp3, @Nowosad ? Or stick to the branch 'v3'? It makes sense to host the documentation of both versions simultaneously, at least for some period of time (transition period). I thought and tried a testthat setup, but somewhere dropped the ball, because it is more of a struggle to compare graphics. However, it can be done. So if you have the time @olivroy , please feel free to go ahead. |
My few comments:
|
Thanks for your replies @mtennekes and @Nowosad.
In #779, I realized there was only one failing example. But it would require the implementation of
I tried that a little. But it seems a bit long to do. Local tests were more developed than I saw initially
I don't really know. The pkgdown workflow was not working at v 3.3-4. Here is the reference for this, but I have never done it. https://pkgdown.r-lib.org/articles/how-to-update-released-site.html Thanks for doing the GH release, it should help! And about the raw namespace piece for knitr, there may be some guidance to remove that? yihui/knitr#1929 but can you let me know why it was used? Also, is R 3.6 still supported. (tmaptools requires XML which requires R 4.0 anyways), so maybe it could just be removed. |
@mtennekes I know how to make the pkgdown site show both released + dev version of tmap. I would need to have write access to trigger the workflow.. https://pkgdown.r-lib.org/dev/articles/how-to-update-released-site.html |
I've invited you @olivroy to be co-owner of the whole r-tmap gh group. Should be sufficient (if not, let me know). Thx! |
Got it! |
As a follow-up, would you be open to the following upkeep actions?
I could do a PR fo each of these before you finalize the v4 interface.
this would be very helpful to be able to see what passes and fails depending on the OS, package version.
I know tmap is probably difficult to manage and submit to cran.
We can use
skip_on_ci()
,skip_on_cran()
,skip_on_os("windows")
,skip_on_os("linux")
in the appropriate places.I think these would smoothen transition from v3 to v4.
After that, in my opinion, it may be easier to address outstanding issues more efficiently by knowing exactly what's failing and without the fear to break something silently.
Again, feel free to close if you don't think you have the time to manage this.
I also suggest you create a new repo for tmap3 to host the documentation website there before release maybe and point people to the v4 replacement.
Edit: overall in #775, #779, #780, #782, #783, #784, #785, #786, #787 I did a round of upkeep to update the website, the documentation, internals, handling of suggested packages, to make future development a little bit easier.
The text was updated successfully, but these errors were encountered: