Re: [R] SOS package: findFn does not work

2021-08-07 Thread Eric Berger
Hi, I was able to reproduce this problem on R 4.0.3 on Ubuntu 20.04. I removed the CRAN sos package and installed the github version per Spencer's advice. After that it worked fine. Eric On Sat, Aug 7, 2021 at 1:50 PM Rui Barradas wrote: > Hello, > > R 4.1.0 on Ubuntu 20.04. > I cannot

Re: [R] SOS package: findFn does not work

2021-08-07 Thread Rui Barradas
Hello, R 4.1.0 on Ubuntu 20.04. I cannot reproduce this: sos::findFn("spline", maxPages = 2) #found 3867 matches; retrieving 2 pages, 40 matches. #2 #Downloaded 40 links in 27 packages. Possible solutions are to close and restart R and to check your internet connection. Is the package

Re: [R] SOS package: findFn does not work

2021-08-07 Thread Spencer Graves
Thanks for the question. Two things: ** 1. TRY THE DEVELOPMENT VERSION OBTAINABLE AS FOLLOWS: install.packages('devtools') # if it's not installed library(devtools) install_github("sbgraves237/sos") library(sos) z <- findFn("spline", maxPages = 2) # This should work. ** 2.

[R] SOS package: findFn does not work

2021-08-07 Thread hp wan
Dear All, Recently, I found that the SOS package (very helpful package) does not work. When I used the "findFn" function to search something, it always said "found 0 matches" (see below). My desktop system is Win 10 and R version is R-4.1.0. Any suggestion was greatly appreciated. HP > z <-