Christian
2022-May-14 08:02 UTC
[R] Where are my packages under R version 4.2.0 (2022-04-22)
Hi, Where are my packages under R version 4.2.0 (2022-04-22)? I am depending on my own package 'cwhmisc'. This is not any more listed under "Packages" in 'Available CRAN Packages By Name'. What happened here? -- Christian Hoffmann Rigiblickstrasse 15b CH-8915 Hausen am Albis Switzerland Telefon +41-(0)44-7640853
Göran Broström
2022-May-14 10:10 UTC
[R] Where are my packages under R version 4.2.0 (2022-04-22)
Den 2022-05-14 kl. 10:02, skrev Christian:> Hi, > > Where are my packages under R version 4.2.0 (2022-04-22)? > > I am depending on my own package 'cwhmisc'. This is not any more listed > under "Packages" in 'Available CRAN Packages By Name'. > > What happened here?Package archived on my birthday 27-04, errors not fixed: Check: examples Result: ERROR Running examples in ?cwhmisc-Ex.R? failed The error most likely occurred in: > ### Name: cpos > ### Title: Find the position of a substring > ### Aliases: cpos cposV cposR issubstr > ### Keywords: misc character > > ### ** Examples > > cpos(" Baldrian","a",5) # 3 [1] 3 > cpos("Baldrian","B",15) # NA [1] NA > cposR(" Baldabcrian abcf","abc") Error in !is.na(x) && min(y) <= x : 'length = 2' in coercion to 'logical(1)' Calls: cposR -> inrange Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc G?ran