quanteda / quanteda.textmodels

Text scaling and classification models for quanteda
42 stars 6 forks source link

Integrate textmodels into quanteda's pkgdown site #11

Open kbenoit opened 4 years ago

kbenoit commented 4 years ago

So that it will work as before.

I think this is possibleby linking the external (external = quanteda.textmodels) functions in quanteda's pkgdown site, via the instructions in https://cran.r-project.org/web/packages/pkgdown/vignettes/linking.html. See also https://cran.r-project.org/web/packages/pkgdown/vignettes/pkgdown.html#reference.

I'm hoping that a version of this will work in quanteda's _pkgdown.yml file:

  - title: "Test"
    desc: >
      Functions in another package
    contents: 
      - pkgA::func
kbenoit commented 4 years ago

See https://github.com/r-lib/pkgdown/issues/1251