Skip to content

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.

23 results for “from:Maëlle SALMON”

Blog post about R-package-devel
Maëlle SALMON · Apr 11, 2019 · r-package-devel

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...

Patch to replace "his" in Writing R Extensions
Maëlle SALMON · May 21, 2019 · r-devel

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...

[R-pkg-devel] Documentation for non-user-level objects
Maëlle SALMON · May 11, 2020 · r-package-devel

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...

[R-pkg-devel] Namespace is imported from in YAML header, but attracts Note that is is not imported from
Maëlle SALMON · Sep 23, 2021 · r-package-devel

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...

[R-pkg-devel] Documenting raw data
Maëlle SALMON · May 12, 2020 · r-package-devel

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...

[R-pkg-devel] ERROR (re)building vignettes
Maëlle SALMON · Sep 22, 2021 · r-package-devel

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...

[R-pkg-devel] (no subject)
Maëlle SALMON · Oct 19, 2020 · r-package-devel

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...

[R-pkg-devel] Package dependency graphs of packages in development (local)
Maëlle SALMON · May 9, 2019 · r-package-devel

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...

[R-pkg-devel] Including fonts in an rmarkdown vignette
Maëlle SALMON · Jun 2, 2020 · r-package-devel

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...

[R-pkg-devel] CRAN review
Maëlle SALMON · Mar 13, 2019 · r-package-devel

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...

[R-pkg-devel] URLencode at DESCRIPTION file and citation()
Maëlle SALMON · Nov 3, 2020 · r-package-devel

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...

[R-pkg-devel] CRAN review
Maëlle SALMON · Mar 13, 2019 · r-package-devel

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...

[R-pkg-devel] R-bloggers and vignettes
Maëlle SALMON · Mar 10, 2022 · r-package-devel

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...

[R-pkg-devel] Error while checking if Pandoc is available
Maëlle SALMON · Dec 10, 2019 · r-package-devel

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...

[R-pkg-devel] CensSpatial package error.
Maëlle SALMON · May 12, 2020 · r-package-devel

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...

[R-pkg-devel] How to debug CRAN errors?
Maëlle SALMON · Mar 14, 2019 · r-package-devel

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...

[R-pkg-devel] Good practice for database with utf-8 string in package
Maëlle SALMON · Sep 17, 2021 · r-package-devel

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...

[R-pkg-devel] Re :Re: Re :Re: package cartograflow_0.0.0.9000.tar.gz
Maëlle SALMON · Apr 4, 2019 · r-package-devel

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...

[R-pkg-devel] Re :Re: Internet resources and Errors
Maëlle SALMON · Sep 24, 2021 · r-package-devel

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...

[R-pkg-devel] Interpret feedback: not write testthat-tests in examples
Maëlle SALMON · Jul 17, 2020 · r-package-devel

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 .