pkgsearch icon indicating copy to clipboard operation
pkgsearch copied to clipboard

Search returning the same set of results for every search

Open dat-linux opened this issue 1 year ago • 7 comments

Every search is returning the same set of results.

> library(pkgsearch)
> ps("survival")
- "survival" -------------------------------------------------------------------------- 19749 packages in 0 seconds -
  #     package      version by                           @ title                                                    
  1 100 ONETr        1.0.3   Eric Knudsen                7y Efficient Authenticated Interaction with the O*NET API   
  2 100 FORTLS       1.2.0   Juan Alberto Molina-Valero  1M Automatic Processing of Terrestrial-Based Technologies...
  3 100 NScluster    1.3.5   Masami Saga                 2y Simulation and Estimation of the Neyman-Scott Type Spa...
  4 100 hoardeR      0.9.4.2 Daniel Fischer              4y Collect and Retrieve Annotation Data for Various Genom...
  5 100 KoboconnectR 1.2.1   Asitav  Sen                 4M Download Data from Kobotoolbox to R                      
  6 100 iprior       0.7.3   Haziq Jamil                 4y Regression Modelling using I-Priors                      
  7 100 frailtyHL    2.3     Maengseok Noh               3y Frailty Models via Hierarchical Likelihood               
  8 100 io           0.3.2   David J. H. Shih            3y A Unified Framework for Input-Output Operations in R     
  9 100 MonoPoly     0.3.10  Berwin A. Turlach           4y Functions to Fit Monotone Polynomials                    
 10 100 HDclust      1.0.3   Jia Li                      4y Clustering High Dimensional Data with Hidden Markov Mo...
> 
> ps("crime")
- "crime" ------------------------------------------------------------------------- 19749 packages in 0.001 seconds -
  #     package      version by                           @ title                                                    
  1 100 ONETr        1.0.3   Eric Knudsen                7y Efficient Authenticated Interaction with the O*NET API   
  2 100 FORTLS       1.2.0   Juan Alberto Molina-Valero  1M Automatic Processing of Terrestrial-Based Technologies...
  3 100 NScluster    1.3.5   Masami Saga                 2y Simulation and Estimation of the Neyman-Scott Type Spa...
  4 100 hoardeR      0.9.4.2 Daniel Fischer              4y Collect and Retrieve Annotation Data for Various Genom...
  5 100 KoboconnectR 1.2.1   Asitav  Sen                 4M Download Data from Kobotoolbox to R                      
  6 100 iprior       0.7.3   Haziq Jamil                 4y Regression Modelling using I-Priors                      
  7 100 frailtyHL    2.3     Maengseok Noh               3y Frailty Models via Hierarchical Likelihood               
  8 100 io           0.3.2   David J. H. Shih            3y A Unified Framework for Input-Output Operations in R     
  9 100 MonoPoly     0.3.10  Berwin A. Turlach           4y Functions to Fit Monotone Polynomials                    
 10 100 HDclust      1.0.3   Jia Li                      4y Clustering High Dimensional Data with Hidden Markov Mo...
> 
> ps("housing")
- "housing" ----------------------------------------------------------------------- 19749 packages in 0.001 seconds -
  #     package      version by                           @ title                                                    
  1 100 ONETr        1.0.3   Eric Knudsen                7y Efficient Authenticated Interaction with the O*NET API   
  2 100 FORTLS       1.2.0   Juan Alberto Molina-Valero  1M Automatic Processing of Terrestrial-Based Technologies...
  3 100 NScluster    1.3.5   Masami Saga                 2y Simulation and Estimation of the Neyman-Scott Type Spa...
  4 100 hoardeR      0.9.4.2 Daniel Fischer              4y Collect and Retrieve Annotation Data for Various Genom...
  5 100 KoboconnectR 1.2.1   Asitav  Sen                 4M Download Data from Kobotoolbox to R                      
  6 100 iprior       0.7.3   Haziq Jamil                 4y Regression Modelling using I-Priors                      
  7 100 frailtyHL    2.3     Maengseok Noh               3y Frailty Models via Hierarchical Likelihood               
  8 100 io           0.3.2   David J. H. Shih            3y A Unified Framework for Input-Output Operations in R     
  9 100 MonoPoly     0.3.10  Berwin A. Turlach           4y Functions to Fit Monotone Polynomials                    
 10 100 HDclust      1.0.3   Jia Li                      4y Clustering High Dimensional Data with Hidden Markov Mo...

dat-linux avatar Feb 21 '23 04:02 dat-linux

Just wanted to second this issue. Missing this package almost every day 😄 Has anyone found any workarounds, or similar packages?

systemnova avatar Mar 13 '23 07:03 systemnova

Try webtools::dsearch(). It no longer relies on this package. Admittedly a more rudimentary search, but still useful.

https://datlinux.com/webtools/

dat-linux avatar Mar 13 '23 09:03 dat-linux

see also https://ropensci.org/blog/2023/02/27/runiverse-discovering/ (not limited to CRAN)

maelle avatar Mar 13 '23 10:03 maelle

see also https://ropensci.org/blog/2023/02/27/runiverse-discovering/ (not limited to CRAN)

Interesting.

dat-linux avatar Mar 14 '23 10:03 dat-linux

the problem is still exist...

the8thday avatar Mar 23 '23 05:03 the8thday

I have the same problem...

claudiakapp avatar Mar 28 '23 12:03 claudiakapp

weird ... how can this pkg have 32k downloads per month (based on gh front/stats page) - if it does not work?

gwd666 avatar Apr 08 '23 14:04 gwd666