[R-pkg-devel] Namespace: summary of all undefined globals

2015-12-22 Thread Patrick Giraudoux
Dear listers, Kurt (subject "CRAN packages maintained by you" sent on 02/07/2015) was mentionning to package maintainers that "with current versions of r-devel, one can get a convenient summary of all undefined globals" and describing how to get a summary conveniently. Now I am using R 3.2.3

Re: [R-pkg-devel] Namespace: summary of all undefined globals

2015-12-22 Thread Patrick Giraudoux
orkflow is clear now. Hence, definitely I will migrate to R-devel (I was stiking to the last release - here 3.2.3 - to stay at the same level as the students -in ecology, not developers). Best, Patrick On 22 Dec 2015, at 11:34 , Patrick Giraudoux wrote: Dear listers, Kurt (sub

[R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
g examples ... OK * checking PDF version of manual ... then nothing happens, and the prompt stays on that... Any idea about what is happening ? Patrick Giraudoux __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 11:37, Patrick Giraudoux a écrit : I am trying to check a package using R 3.2.3 on Windows R cmd check --as-cran pgirmess but surprisingly, the check get suspended on "checking PDF version of manual ..." * checking data for non-ASCII characters ... OK * checking data

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 12:13, Patrick Giraudoux a écrit : Le 31/01/2016 11:37, Patrick Giraudoux a écrit : I am trying to check a package using R 3.2.3 on Windows R cmd check --as-cran pgirmess but surprisingly, the check get suspended on "checking PDF version of manual ..." * checking da

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 14:36, Uwe Ligges a écrit : Eitehr the file is no longer there or corrupted, or the database that know about the file got corrupted. For the former, re-instal the package, fr the latter, just go to MikTeX settings and run "refresh FNDB" and "Update Formats". You can also upload

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 15:22, Patrick Giraudoux a écrit : Le 31/01/2016 14:36, Uwe Ligges a écrit : Eitehr the file is no longer there or corrupted, or the database that know about the file got corrupted. For the former, re-instal the package, fr the latter, just go to MikTeX settings and run

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 15:58, John Nolan a �crit : > > Years ago I had a similar problem. I had to manually install some > font using the MikTex Settings program. I think I also had to run the > administrator version of this, not the regular user version, or the > font didn't go in the right folder.

Re: [R-pkg-devel] checking PDF version of manual

2016-01-31 Thread Patrick Giraudoux
Le 31/01/2016 16:28, Patrick Giraudoux a �crit : > Le 31/01/2016 15:58, John Nolan a �crit : >> >> Years ago I had a similar problem. I had to manually install some >> font using the MikTex Settings program. I think I also had to run >> the administrator version of

[R-pkg-devel] lost braces note on CRAN pretest related to \itemize

2024-01-23 Thread Patrick Giraudoux
incoming feasibility, Result: Note_to_CRAN_maintainers Maintainer: 'Patrick Giraudoux' Flavor: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64 Check: Rd files, Result: NOTE checkRd: (-1) mergeTrackObs.rd:24: Lost braces in \itemize; \value handles \item{}{} directly ch

Re: [R-pkg-devel] lost braces note on CRAN pretest related to \itemize

2024-01-23 Thread Patrick Giraudoux
el a écrit : > On 23 January 2024 at 19:39, Patrick Giraudoux wrote: > | Has anyone an idea about what is going wrong ? > > \item has no braces following it. From a package I submitted today and for > which I still have NEWS.Rd in the editor (indented here): > >\sect

[R-pkg-devel] stringi update

2018-09-09 Thread Patrick Giraudoux
Since weeks the package stringi stays on the following versions: > update.packages(ask='graphics',checkBuilt=TRUE)   There is a binary version available but the source version is later:     binary source needs_compilation stringi  1.1.7  1.2.4  TRUE Do you want to install from s

Re: [R-pkg-devel] stringi update

2018-09-14 Thread Patrick Giraudoux
ns, which are readily available on other mirrors (e.g., https://cran.revolutionanalytics.com). Mark R. Mark Sharp, Ph.D. Data Scientist and Biomedical Statistical Consultant 7526 Meadow Green St. San Antonio, TX 78251 mobile: 210-218-2868 rmsh...@me.com On Sep 10, 2018, at 12:23 AM, Patr

Re: [R-pkg-devel] stringi update

2018-09-15 Thread Patrick Giraudoux
/web/packages/stringi/index.html, you can > see that the windows binary is still at 1.1.7, suggesting that there's > some build failure. You can see exactly what that is on the CRAN check > page: https://cran.r-project.org/web/checks/check_results_stringi.html > > Hadley > On

Re: [R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Patrick Giraudoux
I had a similar problem with intepreting "notes" in pgirmess checks. Some are lethal and lead to rejection and some not (just informative comments). Fortunately Uwe has been kind enough to tell me what I missed (I thought that all notes were just "informative"). Would it be possible to call leth

Re: [R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

2024-11-17 Thread Patrick Giraudoux
Le 17/11/2024 à 14:47, Dirk Eddelbuettel a écrit : > > In the meantime you can take advantage of alternate installation approaches > > - install from source, avoiding the .zip file > > install.packages("Rcpp", type="source") it gives install.packages("Rcpp", type="source") Installin

Re: [R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

2024-11-17 Thread Patrick Giraudoux
Le 17/11/2024 à 14:54, Ivan Krylov a écrit : > В Sun, 17 Nov 2024 14:45:58 +0100 > Patrick Giraudoux пишет: > >> Then I get x = a character of 658 elements, same for xx, same for nmxx > Thank you for providing the information! > > The problem is that the following code: &

Re: [R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

2024-11-17 Thread Patrick Giraudoux
Le 17/11/2024 à 14:17, Ivan Krylov a écrit : > В Sun, 17 Nov 2024 14:04:56 +0100 > Patrick Giraudoux пишет: > >> trying URL >> 'https://pbil.univ-lyon1.fr/CRAN/bin/windows/contrib/4.4/xfun_0.49.zip' >> Content type 'application/zip' length 568935 byt

Re: [R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

2024-11-17 Thread Patrick Giraudoux
Le 17/11/2024 à 15:24, Ivan Krylov a écrit : > В Sun, 17 Nov 2024 15:12:58 +0100 > Patrick Giraudoux пишет: > >> Running under: Windows 10 x64 (build 19045) >> locale: >> [1] LC_COLLATE=French_France.utf8  LC_CTYPE=French_France.utf8 >> [3] LC_MONETARY=Fren

Re: [R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

2024-11-17 Thread Patrick Giraudoux
Le 17/11/2024 à 16:06, Dirk Eddelbuettel a écrit : > On 17 November 2024 at 15:16, Patrick Giraudoux wrote: > | Thus, this latter works fine. Does this help to identify the trouble ? > > I think this resonates with the fine work Ivan had already done. I suspect > you have a bad loca

[R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

2024-11-17 Thread Patrick Giraudoux
Dear Listers, Using R version 4.4.1 (2024-06-14 ucrt) package updates were done without any trouble up to now. Today I have this error: (...) trying URL 'https://pbil.univ-lyon1.fr/CRAN/bin/windows/contrib/4.4/xfun_0.49.zip' Content type 'application/zip' length 568935 bytes (555 KB) downloaded

Re: [R-pkg-devel] update.packages Error in if (any(diff)) { : missing value where TRUE/FALSE needed

2024-11-17 Thread Patrick Giraudoux
Le 17/11/2024 à 14:23, Patrick Giraudoux a écrit : > Le 17/11/2024 à 14:17, Ivan Krylov a écrit : >> В Sun, 17 Nov 2024 14:04:56 +0100 >> Patrick Giraudoux пишет: >> >>> trying URL >>> 'https://pbil.univ-lyon1.fr/CRAN/bin/windows/contrib/4.4/xfun_0.49.zi