Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Dear R-package-devel subscribers, We've just published a post about how to get help with R package development on R-hub blog. https://blog.r-hub.io/2019/04/11/r-package-devel/ It features this mailing list...
Dear R-devel team, Many thanks for the great resource that is "Writing R Extensions"! I noticed two occurrences of "his", one to refer to the R package user, another to refer to the R package author. Folks in these...
I see you already got useful answers, but here is a further resource: I wrote a blog post about internal functions earlier this year <https://blog.r-hub.io/2019/12/12/internal-functions/> Best wishes Ma?lle. Den s...
Hello, It's better to get rid of this NOTE, by listing bookdown in VignetteBuilder and Suggests, not Imports see https://blog.r-hub.io/2020/06/03/vignettes/#infrastructure--dependencies-for-vignettes That's actually what you did in...
Hello, I don't think you have to (and shouldn't?) document raw data. However, you can use it in examples/tests/etc. using the system.file() command you mention. But maybe you want to export the data? In that...
Dear Christine, Looking at the chunk that causes the error https://github.com/cran/SleepCycles/blob/141186934418af387f0af257e3079af588e72844/vignettes/introduction.Rmd#L50-L56 (via the CRAN mirror maintained by R-hub): * You should not install packages from a vignette. You can...
Hello, Usually such problems with pkgdown will come from your pkgdown configuration. I see (thanks to a search engine :-) and sorry if my search result is wrong ) that you actually write to exclude all articles * your configuration https://github.com...
Could https://github.com/jimhester/itdepends help? Ma?lle. Den torsdag 9 maj 2019 12:10:14 CEST, Rainer M Krug <Rainer at krugs.de> skrev: Thanks Gabor. This gives me an impressive long list. Is there a way to...
Hi, I've recently seen an example of a package that provides its own fonts for a vignette. See links in https://blog.r-hub.io/2020/06/03/vignettes/#pretty-vignettes In that same post I link to a...
We at Locke Data have made an hourly updated dashboard based on the FTP server CRAN incoming dashboard ? cransays | | | | CRAN incoming dashboard ? cransays | | | We hope it makes data more accessible whilst reducing load on the FTP server. Ma?lle. Den...
Hello, 1) I found (via GitHub search for DOIs in DESCRIPTION files?https://github.com/search?q=org%3Acran+%3Cdoi+user%3Acran+filename%3ADESCRIPTION&type=Code&ref=advsearch&l=&l=) a package with an URL-encoded DOI see https://github...
Sorry, the link was removed (by my copy-pasting it wrongly): https://itsalocke.com/cransays/articles/dashboard Den onsdag 13 mars 2019 08:54:00 CET, Ma?lle SALMON via R-package-devel <r-package-devel at r-project.org...
Hello, To me, if you have the time, the second solution sounds the best as reading a shorter post might be appealing to more readers, who can then explore your package docs or just put the existence of your package...
Furthermore, I think you can simply use rmarkdown::pandoc_available("1.12.3") to answer both questions (is pandoc available, is the particular version or a later version available). Ma?lle. Den fredag 6 december 2019 17:30:28 CET...
I just wanted to add that <https://developer.r-project.org/Blog/public/2019/11/09/when-you-think-class.-think-again/index.html> is an interesting read on the topic. :-) Den l?rdag 2 maj 2020 18:27:29...
To follow up on the great answers regarding R-hub,- to use R-hub Linux Docker images you can use this brand-new rhub function?https://r-hub.github.io/rhub/reference/local_check_linux.html (untested on Windows)- here...
You could also try to submit the package to CRAN with a comment about the NOTE. There is interesting information in https://discuss.ropensci.org/t/note-on-utf-8-strings-by-goodpractice-gp/2165/ Good luck! Ma\\u00eblle Den...
I'd recommend reading https://r-pkgs.org/description.html#dependencies (and the rest of the book is very good as well), it'll help you understand why and how to declare dependencies. Den torsdag 4 april 2019 17:05...
We've summarized some advice around graceful packages in this chapter of the HTTP testing in R book:?https://books.ropensci.org/http-testing/graceful.html I hope this can help too!? Le ven., sept. 24, 2021 ? 17:03, Ben...
If you do want to communicate around tests a bit more, without cluttering the manual, you might find the covrpage package interesting?https://yonicd.github.io/covrpage/ It creates a README in the tests folder, with test results, and it...
Can't find what you're looking for? Try searching with Google .